diff --git a/FONTLIST.json b/FONTLIST.json index 6c4df88f71e..1a990cde565 100644 --- a/FONTLIST.json +++ b/FONTLIST.json @@ -341,6 +341,7 @@ "dai-banna-sil": "2023-07-24", "damion": "2022-09-22", "dancing-script": "2023-09-14", + "danfo": "2024-05-13", "dangrek": "2023-08-25", "darker-grotesque": "2023-05-31", "darumadrop-one": "2023-08-25", @@ -613,6 +614,7 @@ "italiana": "2023-08-25", "italianno": "2023-05-02", "itim": "2023-08-25", + "jacquard-12": "2024-05-13", "jacquard-12-charted": "2024-04-12", "jacquard-24": "2024-04-12", "jacquard-24-charted": "2024-05-02", @@ -1094,13 +1096,13 @@ "noto-serif-gujarati": "2023-11-28", "noto-serif-gurmukhi": "2023-04-27", "noto-serif-hebrew": "2023-05-02", - "noto-serif-hk": "2022-09-27", - "noto-serif-jp": "2022-09-27", + "noto-serif-hk": "2024-05-14", + "noto-serif-jp": "2024-05-14", "noto-serif-kannada": "2023-10-25", "noto-serif-khitan-small-script": "2023-08-25", "noto-serif-khmer": "2023-10-25", "noto-serif-khojki": "2024-02-02", - "noto-serif-kr": "2022-09-27", + "noto-serif-kr": "2024-05-14", "noto-serif-lao": "2023-09-27", "noto-serif-makasar": "2023-06-30", "noto-serif-malayalam": "2023-05-02", @@ -1109,11 +1111,11 @@ "noto-serif-old-uyghur": "2023-10-25", "noto-serif-oriya": "2023-03-09", "noto-serif-ottoman-siyaq": "2023-09-13", - "noto-serif-sc": "2022-09-27", + "noto-serif-sc": "2024-05-14", "noto-serif-sinhala": "2023-05-02", "noto-serif-tamil": "2023-04-27", "noto-serif-tangut": "2023-05-23", - "noto-serif-tc": "2022-09-27", + "noto-serif-tc": "2024-05-14", "noto-serif-telugu": "2023-10-25", "noto-serif-thai": "2023-10-25", "noto-serif-tibetan": "2023-03-09", @@ -1206,7 +1208,7 @@ "playfair": "2023-06-21", "playfair-display": "2024-02-02", "playfair-display-sc": "2024-02-02", - "playpen-sans": "2024-05-06", + "playpen-sans": "2024-05-17", "plus-jakarta-sans": "2023-06-22", "podkova": "2023-08-25", "poetsen-one": "2024-05-02", @@ -1651,9 +1653,9 @@ "material-icons-round": "2023-03-21", "material-icons-sharp": "2023-03-08", "material-icons-two-tone": "2023-03-08", - "material-symbols-outlined": "2024-04-25", - "material-symbols-rounded": "2024-04-25", - "material-symbols-sharp": "2024-04-25", + "material-symbols-outlined": "2024-05-13", + "material-symbols-rounded": "2024-05-13", + "material-symbols-sharp": "2024-05-13", "aileron": "2023-05-15", "apfel-grotezk": "2023-05-15", "argentum-sans": "2023-05-15", diff --git a/fonts/google/danfo/.npmignore b/fonts/google/danfo/.npmignore new file mode 100644 index 00000000000..4579f532ea4 --- /dev/null +++ b/fonts/google/danfo/.npmignore @@ -0,0 +1,2 @@ +files/*.ttf +files/*.otf \ No newline at end of file diff --git a/fonts/google/danfo/400.css b/fonts/google/danfo/400.css new file mode 100644 index 00000000000..d785c278f17 --- /dev/null +++ b/fonts/google/danfo/400.css @@ -0,0 +1,29 @@ +/* danfo-vietnamese-400-normal */ +@font-face { + font-family: 'Danfo'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-vietnamese-400-normal.woff2) format('woff2'), url(./files/danfo-vietnamese-400-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* danfo-latin-ext-400-normal */ +@font-face { + font-family: 'Danfo'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-latin-ext-400-normal.woff2) format('woff2'), url(./files/danfo-latin-ext-400-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* danfo-latin-400-normal */ +@font-face { + font-family: 'Danfo'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-latin-400-normal.woff2) format('woff2'), url(./files/danfo-latin-400-normal.woff) format('woff'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/google/danfo/CHANGELOG.md b/fonts/google/danfo/CHANGELOG.md new file mode 100644 index 00000000000..e798685bbf8 --- /dev/null +++ b/fonts/google/danfo/CHANGELOG.md @@ -0,0 +1,2 @@ +# Changelog +See the [Fontsource CHANGELOG.md](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md). \ No newline at end of file diff --git a/fonts/google/danfo/LICENSE b/fonts/google/danfo/LICENSE new file mode 100644 index 00000000000..2ec3a8f6547 --- /dev/null +++ b/fonts/google/danfo/LICENSE @@ -0,0 +1,93 @@ +Copyright 2024 The Tac Project Authors (https://github.com/Afrotype/Danfo) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/fonts/google/danfo/README.md b/fonts/google/danfo/README.md new file mode 100644 index 00000000000..a057987296d --- /dev/null +++ b/fonts/google/danfo/README.md @@ -0,0 +1,47 @@ +# Fontsource Danfo + +[![npm (scoped)](https://img.shields.io/npm/v/@fontsource/danfo?color=brightgreen)](https://www.npmjs.com/package/@fontsource/danfo) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource/danfo)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource/danfo)](https://github.com/fontsource/fontsource) [![GitHub stars](https://img.shields.io/github/stars/fontsource/fontsource.svg?style=social&label=Star)](https://github.com/fontsource/fontsource/stargazers) + +The CSS and web font files to easily self-host the “Danfo” font. Please visit the main [Fontsource website](https://fontsource.org/fonts/danfo) to view more details on this package. + +## Quick Installation + +Fontsource offers multiple methods to import the CSS, including using a bundler like Vite or using SASS. You can find full documentation [here](https://fontsource.org/docs/getting-started/introduction). + +```javascript +npm install @fontsource/danfo +``` + +Within your app entry file or site component, import it in. + +```javascript +import "@fontsource/danfo"; // Defaults to weight 400 +import "@fontsource/danfo/400.css"; // Specify weight +import "@fontsource/danfo/400-italic.css"; // Specify weight and style +``` + +Supported variables: +- Weights: `[400]` +- Styles: `[normal]` +- Subsets: `[latin,latin-ext,vietnamese]` + +> Note: `italic` may not be supported by all fonts. To learn more about what weights and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/danfo). + +Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS. + +```css +body { + font-family: "Danfo"; +} +``` + +## Licensing +Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0. + +Copyright 2024 The Tac Project Authors (https://github.com/Afrotype/Danfo) +[OFL-1.1](http://scripts.sil.org/OFL) + +## Other Notes +Font version (provided by source): `v2`. + +If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/google/danfo/files/danfo-latin-400-normal.woff b/fonts/google/danfo/files/danfo-latin-400-normal.woff new file mode 100644 index 00000000000..b03b327e828 Binary files /dev/null and b/fonts/google/danfo/files/danfo-latin-400-normal.woff differ diff --git a/fonts/google/danfo/files/danfo-latin-400-normal.woff2 b/fonts/google/danfo/files/danfo-latin-400-normal.woff2 new file mode 100644 index 00000000000..ba3cb8441df Binary files /dev/null and b/fonts/google/danfo/files/danfo-latin-400-normal.woff2 differ diff --git a/fonts/google/danfo/files/danfo-latin-ext-400-normal.woff b/fonts/google/danfo/files/danfo-latin-ext-400-normal.woff new file mode 100644 index 00000000000..3f190ce617f Binary files /dev/null and b/fonts/google/danfo/files/danfo-latin-ext-400-normal.woff differ diff --git a/fonts/google/danfo/files/danfo-latin-ext-400-normal.woff2 b/fonts/google/danfo/files/danfo-latin-ext-400-normal.woff2 new file mode 100644 index 00000000000..2aa410a3414 Binary files /dev/null and b/fonts/google/danfo/files/danfo-latin-ext-400-normal.woff2 differ diff --git a/fonts/google/danfo/files/danfo-vietnamese-400-normal.woff b/fonts/google/danfo/files/danfo-vietnamese-400-normal.woff new file mode 100644 index 00000000000..7a83bf54e94 Binary files /dev/null and b/fonts/google/danfo/files/danfo-vietnamese-400-normal.woff differ diff --git a/fonts/google/danfo/files/danfo-vietnamese-400-normal.woff2 b/fonts/google/danfo/files/danfo-vietnamese-400-normal.woff2 new file mode 100644 index 00000000000..4b3ef8e8e59 Binary files /dev/null and b/fonts/google/danfo/files/danfo-vietnamese-400-normal.woff2 differ diff --git a/fonts/google/danfo/index.css b/fonts/google/danfo/index.css new file mode 100644 index 00000000000..d785c278f17 --- /dev/null +++ b/fonts/google/danfo/index.css @@ -0,0 +1,29 @@ +/* danfo-vietnamese-400-normal */ +@font-face { + font-family: 'Danfo'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-vietnamese-400-normal.woff2) format('woff2'), url(./files/danfo-vietnamese-400-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* danfo-latin-ext-400-normal */ +@font-face { + font-family: 'Danfo'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-latin-ext-400-normal.woff2) format('woff2'), url(./files/danfo-latin-ext-400-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* danfo-latin-400-normal */ +@font-face { + font-family: 'Danfo'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-latin-400-normal.woff2) format('woff2'), url(./files/danfo-latin-400-normal.woff) format('woff'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/google/danfo/latin-400.css b/fonts/google/danfo/latin-400.css new file mode 100644 index 00000000000..6257cf66b07 --- /dev/null +++ b/fonts/google/danfo/latin-400.css @@ -0,0 +1,8 @@ +/* danfo-latin-400-normal */ +@font-face { + font-family: 'Danfo'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-latin-400-normal.woff2) format('woff2'), url(./files/danfo-latin-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/danfo/latin-ext-400.css b/fonts/google/danfo/latin-ext-400.css new file mode 100644 index 00000000000..1fd3ae5ed7c --- /dev/null +++ b/fonts/google/danfo/latin-ext-400.css @@ -0,0 +1,8 @@ +/* danfo-latin-ext-400-normal */ +@font-face { + font-family: 'Danfo'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-latin-ext-400-normal.woff2) format('woff2'), url(./files/danfo-latin-ext-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/danfo/latin-ext.css b/fonts/google/danfo/latin-ext.css new file mode 100644 index 00000000000..1fd3ae5ed7c --- /dev/null +++ b/fonts/google/danfo/latin-ext.css @@ -0,0 +1,8 @@ +/* danfo-latin-ext-400-normal */ +@font-face { + font-family: 'Danfo'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-latin-ext-400-normal.woff2) format('woff2'), url(./files/danfo-latin-ext-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/danfo/latin.css b/fonts/google/danfo/latin.css new file mode 100644 index 00000000000..6257cf66b07 --- /dev/null +++ b/fonts/google/danfo/latin.css @@ -0,0 +1,8 @@ +/* danfo-latin-400-normal */ +@font-face { + font-family: 'Danfo'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-latin-400-normal.woff2) format('woff2'), url(./files/danfo-latin-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/danfo/metadata.json b/fonts/google/danfo/metadata.json new file mode 100644 index 00000000000..1e52a6f7534 --- /dev/null +++ b/fonts/google/danfo/metadata.json @@ -0,0 +1,21 @@ +{ + "id": "danfo", + "family": "Danfo", + "subsets": ["latin", "latin-ext", "vietnamese"], + "weights": [400], + "styles": ["normal"], + "defSubset": "latin", + "variable": { + "ELSH": {"default": "0", "min": "0", "max": "100", "step": "0.1"} + }, + "lastModified": "2024-05-13", + "version": "v2", + "category": "serif", + "license": { + "type": "OFL-1.1", + "url": "http://scripts.sil.org/OFL", + "attribution": "Copyright 2024 The Tac Project Authors (https://github.com/Afrotype/Danfo)" + }, + "source": "https://github.com/google/fonts", + "type": "google" +} \ No newline at end of file diff --git a/fonts/google/danfo/package.json b/fonts/google/danfo/package.json new file mode 100644 index 00000000000..dd465c2a173 --- /dev/null +++ b/fonts/google/danfo/package.json @@ -0,0 +1,30 @@ +{ + "name": "@fontsource/danfo", + "version": "5.0.1", + "description": "Self-host the Danfo font in a neatly bundled NPM package.", + "main": "index.css", + "publishConfig": {"access": "public"}, + "keywords": [ + "fontsource", + "font", + "font family", + "google fonts", + "danfo", + "Danfo", + "css", + "sass", + "front-end", + "web", + "typeface", + "variable" + ], + "author": "Google Inc.", + "license": "OFL-1.1", + "homepage": "https://fontsource.org/fonts/danfo", + "repository": { + "type": "git", + "url": "https://github.com/fontsource/font-files.git", + "directory": "fonts/google/danfo" + }, + "publishHash": "1ac4baef5b9389e3" +} \ No newline at end of file diff --git a/fonts/google/danfo/scss/metadata.scss b/fonts/google/danfo/scss/metadata.scss new file mode 100644 index 00000000000..837d96281f3 --- /dev/null +++ b/fonts/google/danfo/scss/metadata.scss @@ -0,0 +1,18 @@ +$id: 'danfo' !default; +$family: 'Danfo' !default; +$category: serif !default; +$subsets: (latin, latin-ext, vietnamese) !default; +$weights: (400) !default; +$styles: (normal) !default; +$axes: null !default; +$defaults: ( + subset: latin, + weight: 400, + style: normal, + axis: null, +) !default; +$unicode: ( + vietnamese: (U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB), + latin-ext: (U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF), + latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD), +) !default; diff --git a/fonts/google/danfo/scss/mixins.scss b/fonts/google/danfo/scss/mixins.scss new file mode 100644 index 00000000000..0571337fab3 --- /dev/null +++ b/fonts/google/danfo/scss/mixins.scss @@ -0,0 +1,192 @@ +@use 'sass:list'; +@use 'sass:map'; +@use 'sass:math'; +@use 'sass:meta'; +@use 'sass:string'; + +@use 'metadata'; + +$metadata: meta.module-variables(metadata) !default; +$directory: null !default; + +$family: null !default; +$display: null !default; +$formats: null !default; +$subsets: null !default; +$weights: null !default; +$styles: null !default; +$axes: null !default; + +// Deprecated +$displayVar: null !default; + +@mixin generator( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + // Deprecated + $displayVar: $displayVar +) { + + @if $displayVar != null { + @warn "$displayVar is deprecated due to the limitation of using css variables in @font-face (https://github.com/fontsource/fontsource/issues/726)."; + } + + $isVariable: map.get($metadata, axes) != null; + + $directory: if( + $directory, + $directory, + '~@fontsource#{if($isVariable, '-variable', '')}/#{map.get($metadata, id)}/files' + ); + + $family: if($family, $family, map.get($metadata, family) + if($isVariable, ' Variable', '')); + $display: if($display, $display, swap); + $formats: if(not $formats or $formats == all, if($isVariable, woff2, (woff2, woff)), $formats); + $subsets: if( + $subsets, + if($subsets == all, map.get($metadata, subsets), $subsets), + map.get($metadata, subsets) + ); + $weights: if( + $weights, + if($weights == all, map.get($metadata, weights), $weights), + map.get($metadata, defaults, weight) + ); + $styles: if( + $styles, + if($styles == all, map.get($metadata, styles), $styles), + map.get($metadata, defaults, style) + ); + $axes: if( + $axes, + if($axes == all, full, $axes), + if($isVariable, if(map.has-key($metadata, axes, wght), wght, full), null) + ); + + @each $subset in $subsets { + @each $unicodeSubset, $unicodeRange in map.get($metadata, unicode) { + // If condition is true, generate faces for the current subset + @if ( + // If there is no unicode information for the font or + ($unicodeSubset == null) or + // If the subset match a unicode subset or + ($subset == $unicodeSubset) or + ( + // If $unicodeSubset is a numeric unicode subset + // and current subset exists in the list of font subsets but does not match any unicode subset + // then generate faces for this numeric unicode subset as it is representing part of the current subset + list.index(map.get($metadata, subsets), $subset) and not + map.has-key($metadata, unicode, $subset) and not + list.index(map.get($metadata, subsets), $unicodeSubset) + ) + ) { + @each $weight in if($axes, null, $weights) { + @each $axis in $axes { + @each $style in $styles { + $variant: '#{map.get($metadata, id)}-#{if($unicodeSubset, $unicodeSubset, $subset)}-#{if($axis, $axis, $weight)}-#{$style}'; + + $src: (); + @each $format in $formats { + $src: append( + $src, + url('#{$directory}/#{$variant}.#{$format}') + format('#{$format}#{if($axis, '-variations', '')}'), + comma + ); + } + + @content (( + metadata: $metadata, + directory: $directory, + family: $family, + display: $display, + formats: $formats, + subsets: $subsets, + weights: $weights, + styles: $styles, + axes: $axes, + + variant: $variant, + subset: $subset, + unicodeSubset: $unicodeSubset, + unicodeRange: $unicodeRange, + weight: $weight, + axis: $axis, + style: $style, + + font-family: string.quote($family), + font-style: if( + (($axis == full) or ($axis == slnt)) and map.has-key($metadata, axes, slnt), + oblique map.get($metadata, axes, slnt, min) + deg map.get($metadata, axes, slnt, max) + deg, + $style + ), + font-display: $display, + font-weight: if( + (($axis == full) or ($axis == wght)) and map.has-key($metadata, axes, wght), + map.get($metadata, axes, wght, min) map.get($metadata, axes, wght, max), + $weight + ), + font-stretch: if( + (($axis == full) or ($axis == wdth)) and map.has-key($metadata, axes, wdth), + '#{map.get($metadata, axes, wdth, min)}% #{map.get($metadata, axes, wdth, max)}%', + null + ), + src: $src, + unicode-range: $unicodeRange, + )); + } + } + } + } + } + } +} + +@mixin faces( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + // Deprecated + $displayVar: $displayVar +) { + @include generator( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + $displayVar: $displayVar + ) + using ($props) { + /* #{map.get($props, variant)} */ + @font-face { + font-family: map.get($props, font-family); + font-style: map.get($props, font-style); + font-display: map.get($props, font-display); + font-weight: map.get($props, font-weight); + font-stretch: map.get($props, font-stretch); + unicode-range: map.get($props, unicode-range); + src: map.get($props, src); + } + } +} diff --git a/fonts/google/danfo/unicode.json b/fonts/google/danfo/unicode.json new file mode 100644 index 00000000000..099a6986c02 --- /dev/null +++ b/fonts/google/danfo/unicode.json @@ -0,0 +1,5 @@ +{ + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" +} \ No newline at end of file diff --git a/fonts/google/danfo/vietnamese-400.css b/fonts/google/danfo/vietnamese-400.css new file mode 100644 index 00000000000..21ec9ef8e86 --- /dev/null +++ b/fonts/google/danfo/vietnamese-400.css @@ -0,0 +1,8 @@ +/* danfo-vietnamese-400-normal */ +@font-face { + font-family: 'Danfo'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-vietnamese-400-normal.woff2) format('woff2'), url(./files/danfo-vietnamese-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/danfo/vietnamese.css b/fonts/google/danfo/vietnamese.css new file mode 100644 index 00000000000..21ec9ef8e86 --- /dev/null +++ b/fonts/google/danfo/vietnamese.css @@ -0,0 +1,8 @@ +/* danfo-vietnamese-400-normal */ +@font-face { + font-family: 'Danfo'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-vietnamese-400-normal.woff2) format('woff2'), url(./files/danfo-vietnamese-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/jacquard-12/.npmignore b/fonts/google/jacquard-12/.npmignore new file mode 100644 index 00000000000..4579f532ea4 --- /dev/null +++ b/fonts/google/jacquard-12/.npmignore @@ -0,0 +1,2 @@ +files/*.ttf +files/*.otf \ No newline at end of file diff --git a/fonts/google/jacquard-12/400.css b/fonts/google/jacquard-12/400.css new file mode 100644 index 00000000000..513eb2380d3 --- /dev/null +++ b/fonts/google/jacquard-12/400.css @@ -0,0 +1,39 @@ +/* jacquard-12-math-400-normal */ +@font-face { + font-family: 'Jacquard 12'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/jacquard-12-math-400-normal.woff2) format('woff2'), url(./files/jacquard-12-math-400-normal.woff) format('woff'); + unicode-range: U+0302-0303,U+0305,U+0307-0308,U+0330,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2034-2037,U+2057,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2102,U+210A-210E,U+2110-2112,U+2115,U+2119-211D,U+2124,U+2128,U+212C-212D,U+212F-2131,U+2133-2138,U+213C-2140,U+2145-2149,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B6,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF; +} + +/* jacquard-12-symbols-400-normal */ +@font-face { + font-family: 'Jacquard 12'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/jacquard-12-symbols-400-normal.woff2) format('woff2'), url(./files/jacquard-12-symbols-400-normal.woff) format('woff'); + unicode-range: U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8B1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA88,U+1FA90-1FABD,U+1FABF-1FAC5,U+1FACE-1FADB,U+1FAE0-1FAE8,U+1FAF0-1FAF8,U+1FB00-1FBFF; +} + +/* jacquard-12-latin-ext-400-normal */ +@font-face { + font-family: 'Jacquard 12'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/jacquard-12-latin-ext-400-normal.woff2) format('woff2'), url(./files/jacquard-12-latin-ext-400-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* jacquard-12-latin-400-normal */ +@font-face { + font-family: 'Jacquard 12'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/jacquard-12-latin-400-normal.woff2) format('woff2'), url(./files/jacquard-12-latin-400-normal.woff) format('woff'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/google/jacquard-12/CHANGELOG.md b/fonts/google/jacquard-12/CHANGELOG.md new file mode 100644 index 00000000000..e798685bbf8 --- /dev/null +++ b/fonts/google/jacquard-12/CHANGELOG.md @@ -0,0 +1,2 @@ +# Changelog +See the [Fontsource CHANGELOG.md](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md). \ No newline at end of file diff --git a/fonts/google/jacquard-12/LICENSE b/fonts/google/jacquard-12/LICENSE new file mode 100644 index 00000000000..38c6c5c91c0 --- /dev/null +++ b/fonts/google/jacquard-12/LICENSE @@ -0,0 +1,93 @@ +Copyright 2023 The Soft Type Project Authors (https://github.com/scfried/soft-type-jacquard) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/fonts/google/jacquard-12/README.md b/fonts/google/jacquard-12/README.md new file mode 100644 index 00000000000..c15df2db40f --- /dev/null +++ b/fonts/google/jacquard-12/README.md @@ -0,0 +1,47 @@ +# Fontsource Jacquard 12 + +[![npm (scoped)](https://img.shields.io/npm/v/@fontsource/jacquard-12?color=brightgreen)](https://www.npmjs.com/package/@fontsource/jacquard-12) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource/jacquard-12)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource/jacquard-12)](https://github.com/fontsource/fontsource) [![GitHub stars](https://img.shields.io/github/stars/fontsource/fontsource.svg?style=social&label=Star)](https://github.com/fontsource/fontsource/stargazers) + +The CSS and web font files to easily self-host the “Jacquard 12” font. Please visit the main [Fontsource website](https://fontsource.org/fonts/jacquard-12) to view more details on this package. + +## Quick Installation + +Fontsource offers multiple methods to import the CSS, including using a bundler like Vite or using SASS. You can find full documentation [here](https://fontsource.org/docs/getting-started/introduction). + +```javascript +npm install @fontsource/jacquard-12 +``` + +Within your app entry file or site component, import it in. + +```javascript +import "@fontsource/jacquard-12"; // Defaults to weight 400 +import "@fontsource/jacquard-12/400.css"; // Specify weight +import "@fontsource/jacquard-12/400-italic.css"; // Specify weight and style +``` + +Supported variables: +- Weights: `[400]` +- Styles: `[normal]` +- Subsets: `[latin,latin-ext,math,symbols]` + +> Note: `italic` may not be supported by all fonts. To learn more about what weights and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/jacquard-12). + +Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS. + +```css +body { + font-family: "Jacquard 12"; +} +``` + +## Licensing +Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0. + +Copyright 2023 The Soft Type Project Authors (https://github.com/scfried/soft-type-jacquard) +[OFL-1.1](http://scripts.sil.org/OFL) + +## Other Notes +Font version (provided by source): `v6`. + +If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/google/jacquard-12/files/jacquard-12-latin-400-normal.woff b/fonts/google/jacquard-12/files/jacquard-12-latin-400-normal.woff new file mode 100644 index 00000000000..d8e3a5fc6bd Binary files /dev/null and b/fonts/google/jacquard-12/files/jacquard-12-latin-400-normal.woff differ diff --git a/fonts/google/jacquard-12/files/jacquard-12-latin-400-normal.woff2 b/fonts/google/jacquard-12/files/jacquard-12-latin-400-normal.woff2 new file mode 100644 index 00000000000..cd206a9df67 Binary files /dev/null and b/fonts/google/jacquard-12/files/jacquard-12-latin-400-normal.woff2 differ diff --git a/fonts/google/jacquard-12/files/jacquard-12-latin-ext-400-normal.woff b/fonts/google/jacquard-12/files/jacquard-12-latin-ext-400-normal.woff new file mode 100644 index 00000000000..0267b34d1c0 Binary files /dev/null and b/fonts/google/jacquard-12/files/jacquard-12-latin-ext-400-normal.woff differ diff --git a/fonts/google/jacquard-12/files/jacquard-12-latin-ext-400-normal.woff2 b/fonts/google/jacquard-12/files/jacquard-12-latin-ext-400-normal.woff2 new file mode 100644 index 00000000000..e1e9a751e17 Binary files /dev/null and b/fonts/google/jacquard-12/files/jacquard-12-latin-ext-400-normal.woff2 differ diff --git a/fonts/google/jacquard-12/files/jacquard-12-math-400-normal.woff b/fonts/google/jacquard-12/files/jacquard-12-math-400-normal.woff new file mode 100644 index 00000000000..d7c8dd1c88e Binary files /dev/null and b/fonts/google/jacquard-12/files/jacquard-12-math-400-normal.woff differ diff --git a/fonts/google/jacquard-12/files/jacquard-12-math-400-normal.woff2 b/fonts/google/jacquard-12/files/jacquard-12-math-400-normal.woff2 new file mode 100644 index 00000000000..04b865279de Binary files /dev/null and b/fonts/google/jacquard-12/files/jacquard-12-math-400-normal.woff2 differ diff --git a/fonts/google/jacquard-12/files/jacquard-12-symbols-400-normal.woff b/fonts/google/jacquard-12/files/jacquard-12-symbols-400-normal.woff new file mode 100644 index 00000000000..7c899bac267 Binary files /dev/null and b/fonts/google/jacquard-12/files/jacquard-12-symbols-400-normal.woff differ diff --git a/fonts/google/jacquard-12/files/jacquard-12-symbols-400-normal.woff2 b/fonts/google/jacquard-12/files/jacquard-12-symbols-400-normal.woff2 new file mode 100644 index 00000000000..695ab80ecea Binary files /dev/null and b/fonts/google/jacquard-12/files/jacquard-12-symbols-400-normal.woff2 differ diff --git a/fonts/google/jacquard-12/index.css b/fonts/google/jacquard-12/index.css new file mode 100644 index 00000000000..513eb2380d3 --- /dev/null +++ b/fonts/google/jacquard-12/index.css @@ -0,0 +1,39 @@ +/* jacquard-12-math-400-normal */ +@font-face { + font-family: 'Jacquard 12'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/jacquard-12-math-400-normal.woff2) format('woff2'), url(./files/jacquard-12-math-400-normal.woff) format('woff'); + unicode-range: U+0302-0303,U+0305,U+0307-0308,U+0330,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2034-2037,U+2057,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2102,U+210A-210E,U+2110-2112,U+2115,U+2119-211D,U+2124,U+2128,U+212C-212D,U+212F-2131,U+2133-2138,U+213C-2140,U+2145-2149,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B6,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF; +} + +/* jacquard-12-symbols-400-normal */ +@font-face { + font-family: 'Jacquard 12'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/jacquard-12-symbols-400-normal.woff2) format('woff2'), url(./files/jacquard-12-symbols-400-normal.woff) format('woff'); + unicode-range: U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8B1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA88,U+1FA90-1FABD,U+1FABF-1FAC5,U+1FACE-1FADB,U+1FAE0-1FAE8,U+1FAF0-1FAF8,U+1FB00-1FBFF; +} + +/* jacquard-12-latin-ext-400-normal */ +@font-face { + font-family: 'Jacquard 12'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/jacquard-12-latin-ext-400-normal.woff2) format('woff2'), url(./files/jacquard-12-latin-ext-400-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* jacquard-12-latin-400-normal */ +@font-face { + font-family: 'Jacquard 12'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/jacquard-12-latin-400-normal.woff2) format('woff2'), url(./files/jacquard-12-latin-400-normal.woff) format('woff'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/google/jacquard-12/latin-400.css b/fonts/google/jacquard-12/latin-400.css new file mode 100644 index 00000000000..6a8cdfbdbbd --- /dev/null +++ b/fonts/google/jacquard-12/latin-400.css @@ -0,0 +1,8 @@ +/* jacquard-12-latin-400-normal */ +@font-face { + font-family: 'Jacquard 12'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/jacquard-12-latin-400-normal.woff2) format('woff2'), url(./files/jacquard-12-latin-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/jacquard-12/latin-ext-400.css b/fonts/google/jacquard-12/latin-ext-400.css new file mode 100644 index 00000000000..c8ca0860740 --- /dev/null +++ b/fonts/google/jacquard-12/latin-ext-400.css @@ -0,0 +1,8 @@ +/* jacquard-12-latin-ext-400-normal */ +@font-face { + font-family: 'Jacquard 12'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/jacquard-12-latin-ext-400-normal.woff2) format('woff2'), url(./files/jacquard-12-latin-ext-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/jacquard-12/latin-ext.css b/fonts/google/jacquard-12/latin-ext.css new file mode 100644 index 00000000000..c8ca0860740 --- /dev/null +++ b/fonts/google/jacquard-12/latin-ext.css @@ -0,0 +1,8 @@ +/* jacquard-12-latin-ext-400-normal */ +@font-face { + font-family: 'Jacquard 12'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/jacquard-12-latin-ext-400-normal.woff2) format('woff2'), url(./files/jacquard-12-latin-ext-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/jacquard-12/latin.css b/fonts/google/jacquard-12/latin.css new file mode 100644 index 00000000000..6a8cdfbdbbd --- /dev/null +++ b/fonts/google/jacquard-12/latin.css @@ -0,0 +1,8 @@ +/* jacquard-12-latin-400-normal */ +@font-face { + font-family: 'Jacquard 12'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/jacquard-12-latin-400-normal.woff2) format('woff2'), url(./files/jacquard-12-latin-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/jacquard-12/math-400.css b/fonts/google/jacquard-12/math-400.css new file mode 100644 index 00000000000..5cf16972fb4 --- /dev/null +++ b/fonts/google/jacquard-12/math-400.css @@ -0,0 +1,8 @@ +/* jacquard-12-math-400-normal */ +@font-face { + font-family: 'Jacquard 12'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/jacquard-12-math-400-normal.woff2) format('woff2'), url(./files/jacquard-12-math-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/jacquard-12/math.css b/fonts/google/jacquard-12/math.css new file mode 100644 index 00000000000..5cf16972fb4 --- /dev/null +++ b/fonts/google/jacquard-12/math.css @@ -0,0 +1,8 @@ +/* jacquard-12-math-400-normal */ +@font-face { + font-family: 'Jacquard 12'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/jacquard-12-math-400-normal.woff2) format('woff2'), url(./files/jacquard-12-math-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/jacquard-12/metadata.json b/fonts/google/jacquard-12/metadata.json new file mode 100644 index 00000000000..76aa43ae38a --- /dev/null +++ b/fonts/google/jacquard-12/metadata.json @@ -0,0 +1,19 @@ +{ + "id": "jacquard-12", + "family": "Jacquard 12", + "subsets": ["latin", "latin-ext", "math", "symbols"], + "weights": [400], + "styles": ["normal"], + "defSubset": "latin", + "variable": false, + "lastModified": "2024-05-13", + "version": "v6", + "category": "display", + "license": { + "type": "OFL-1.1", + "url": "http://scripts.sil.org/OFL", + "attribution": "Copyright 2023 The Soft Type Project Authors (https://github.com/scfried/soft-type-jacquard)" + }, + "source": "https://github.com/google/fonts", + "type": "google" +} \ No newline at end of file diff --git a/fonts/google/jacquard-12/package.json b/fonts/google/jacquard-12/package.json new file mode 100644 index 00000000000..5bff5cacab3 --- /dev/null +++ b/fonts/google/jacquard-12/package.json @@ -0,0 +1,30 @@ +{ + "name": "@fontsource/jacquard-12", + "version": "5.0.1", + "description": "Self-host the Jacquard 12 font in a neatly bundled NPM package.", + "main": "index.css", + "publishConfig": {"access": "public"}, + "keywords": [ + "fontsource", + "font", + "font family", + "google fonts", + "jacquard-12", + "Jacquard 12", + "css", + "sass", + "front-end", + "web", + "typeface", + "variable" + ], + "author": "Google Inc.", + "license": "OFL-1.1", + "homepage": "https://fontsource.org/fonts/jacquard-12", + "repository": { + "type": "git", + "url": "https://github.com/fontsource/font-files.git", + "directory": "fonts/google/jacquard-12" + }, + "publishHash": "5898e140962c0d3f" +} \ No newline at end of file diff --git a/fonts/google/jacquard-12/scss/metadata.scss b/fonts/google/jacquard-12/scss/metadata.scss new file mode 100644 index 00000000000..c48c6eec6ee --- /dev/null +++ b/fonts/google/jacquard-12/scss/metadata.scss @@ -0,0 +1,19 @@ +$id: 'jacquard-12' !default; +$family: 'Jacquard 12' !default; +$category: display !default; +$subsets: (latin, latin-ext, math, symbols) !default; +$weights: (400) !default; +$styles: (normal) !default; +$axes: null !default; +$defaults: ( + subset: latin, + weight: 400, + style: normal, + axis: null, +) !default; +$unicode: ( + math: (U+0302-0303,U+0305,U+0307-0308,U+0330,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2034-2037,U+2057,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2102,U+210A-210E,U+2110-2112,U+2115,U+2119-211D,U+2124,U+2128,U+212C-212D,U+212F-2131,U+2133-2138,U+213C-2140,U+2145-2149,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B6,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF), + symbols: (U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8B1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA88,U+1FA90-1FABD,U+1FABF-1FAC5,U+1FACE-1FADB,U+1FAE0-1FAE8,U+1FAF0-1FAF8,U+1FB00-1FBFF), + latin-ext: (U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF), + latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD), +) !default; diff --git a/fonts/google/jacquard-12/scss/mixins.scss b/fonts/google/jacquard-12/scss/mixins.scss new file mode 100644 index 00000000000..0571337fab3 --- /dev/null +++ b/fonts/google/jacquard-12/scss/mixins.scss @@ -0,0 +1,192 @@ +@use 'sass:list'; +@use 'sass:map'; +@use 'sass:math'; +@use 'sass:meta'; +@use 'sass:string'; + +@use 'metadata'; + +$metadata: meta.module-variables(metadata) !default; +$directory: null !default; + +$family: null !default; +$display: null !default; +$formats: null !default; +$subsets: null !default; +$weights: null !default; +$styles: null !default; +$axes: null !default; + +// Deprecated +$displayVar: null !default; + +@mixin generator( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + // Deprecated + $displayVar: $displayVar +) { + + @if $displayVar != null { + @warn "$displayVar is deprecated due to the limitation of using css variables in @font-face (https://github.com/fontsource/fontsource/issues/726)."; + } + + $isVariable: map.get($metadata, axes) != null; + + $directory: if( + $directory, + $directory, + '~@fontsource#{if($isVariable, '-variable', '')}/#{map.get($metadata, id)}/files' + ); + + $family: if($family, $family, map.get($metadata, family) + if($isVariable, ' Variable', '')); + $display: if($display, $display, swap); + $formats: if(not $formats or $formats == all, if($isVariable, woff2, (woff2, woff)), $formats); + $subsets: if( + $subsets, + if($subsets == all, map.get($metadata, subsets), $subsets), + map.get($metadata, subsets) + ); + $weights: if( + $weights, + if($weights == all, map.get($metadata, weights), $weights), + map.get($metadata, defaults, weight) + ); + $styles: if( + $styles, + if($styles == all, map.get($metadata, styles), $styles), + map.get($metadata, defaults, style) + ); + $axes: if( + $axes, + if($axes == all, full, $axes), + if($isVariable, if(map.has-key($metadata, axes, wght), wght, full), null) + ); + + @each $subset in $subsets { + @each $unicodeSubset, $unicodeRange in map.get($metadata, unicode) { + // If condition is true, generate faces for the current subset + @if ( + // If there is no unicode information for the font or + ($unicodeSubset == null) or + // If the subset match a unicode subset or + ($subset == $unicodeSubset) or + ( + // If $unicodeSubset is a numeric unicode subset + // and current subset exists in the list of font subsets but does not match any unicode subset + // then generate faces for this numeric unicode subset as it is representing part of the current subset + list.index(map.get($metadata, subsets), $subset) and not + map.has-key($metadata, unicode, $subset) and not + list.index(map.get($metadata, subsets), $unicodeSubset) + ) + ) { + @each $weight in if($axes, null, $weights) { + @each $axis in $axes { + @each $style in $styles { + $variant: '#{map.get($metadata, id)}-#{if($unicodeSubset, $unicodeSubset, $subset)}-#{if($axis, $axis, $weight)}-#{$style}'; + + $src: (); + @each $format in $formats { + $src: append( + $src, + url('#{$directory}/#{$variant}.#{$format}') + format('#{$format}#{if($axis, '-variations', '')}'), + comma + ); + } + + @content (( + metadata: $metadata, + directory: $directory, + family: $family, + display: $display, + formats: $formats, + subsets: $subsets, + weights: $weights, + styles: $styles, + axes: $axes, + + variant: $variant, + subset: $subset, + unicodeSubset: $unicodeSubset, + unicodeRange: $unicodeRange, + weight: $weight, + axis: $axis, + style: $style, + + font-family: string.quote($family), + font-style: if( + (($axis == full) or ($axis == slnt)) and map.has-key($metadata, axes, slnt), + oblique map.get($metadata, axes, slnt, min) + deg map.get($metadata, axes, slnt, max) + deg, + $style + ), + font-display: $display, + font-weight: if( + (($axis == full) or ($axis == wght)) and map.has-key($metadata, axes, wght), + map.get($metadata, axes, wght, min) map.get($metadata, axes, wght, max), + $weight + ), + font-stretch: if( + (($axis == full) or ($axis == wdth)) and map.has-key($metadata, axes, wdth), + '#{map.get($metadata, axes, wdth, min)}% #{map.get($metadata, axes, wdth, max)}%', + null + ), + src: $src, + unicode-range: $unicodeRange, + )); + } + } + } + } + } + } +} + +@mixin faces( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + // Deprecated + $displayVar: $displayVar +) { + @include generator( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + $displayVar: $displayVar + ) + using ($props) { + /* #{map.get($props, variant)} */ + @font-face { + font-family: map.get($props, font-family); + font-style: map.get($props, font-style); + font-display: map.get($props, font-display); + font-weight: map.get($props, font-weight); + font-stretch: map.get($props, font-stretch); + unicode-range: map.get($props, unicode-range); + src: map.get($props, src); + } + } +} diff --git a/fonts/google/jacquard-12/symbols-400.css b/fonts/google/jacquard-12/symbols-400.css new file mode 100644 index 00000000000..f40de195279 --- /dev/null +++ b/fonts/google/jacquard-12/symbols-400.css @@ -0,0 +1,8 @@ +/* jacquard-12-symbols-400-normal */ +@font-face { + font-family: 'Jacquard 12'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/jacquard-12-symbols-400-normal.woff2) format('woff2'), url(./files/jacquard-12-symbols-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/jacquard-12/symbols.css b/fonts/google/jacquard-12/symbols.css new file mode 100644 index 00000000000..f40de195279 --- /dev/null +++ b/fonts/google/jacquard-12/symbols.css @@ -0,0 +1,8 @@ +/* jacquard-12-symbols-400-normal */ +@font-face { + font-family: 'Jacquard 12'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/jacquard-12-symbols-400-normal.woff2) format('woff2'), url(./files/jacquard-12-symbols-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/jacquard-12/unicode.json b/fonts/google/jacquard-12/unicode.json new file mode 100644 index 00000000000..7c26cb4708f --- /dev/null +++ b/fonts/google/jacquard-12/unicode.json @@ -0,0 +1,6 @@ +{ + "math": "U+0302-0303,U+0305,U+0307-0308,U+0330,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2034-2037,U+2057,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2102,U+210A-210E,U+2110-2112,U+2115,U+2119-211D,U+2124,U+2128,U+212C-212D,U+212F-2131,U+2133-2138,U+213C-2140,U+2145-2149,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B6,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF", + "symbols": "U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8B1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA88,U+1FA90-1FABD,U+1FABF-1FAC5,U+1FACE-1FADB,U+1FAE0-1FAE8,U+1FAF0-1FAF8,U+1FB00-1FBFF", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" +} \ No newline at end of file diff --git a/fonts/google/noto-serif-hk/200.css b/fonts/google/noto-serif-hk/200.css index 5fa2f917999..335894f6a51 100644 --- a/fonts/google/noto-serif-hk/200.css +++ b/fonts/google/noto-serif-hk/200.css @@ -138,56 +138,6 @@ unicode-range: U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e; } -/* noto-serif-hk-[20]-200-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 200; - src: url(./files/noto-serif-hk-20-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-20-200-normal.woff) format('woff'); - unicode-range: U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018; -} - -/* noto-serif-hk-[21]-200-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 200; - src: url(./files/noto-serif-hk-21-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-21-200-normal.woff) format('woff'); - unicode-range: U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69; -} - -/* noto-serif-hk-[22]-200-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 200; - src: url(./files/noto-serif-hk-22-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-22-200-normal.woff) format('woff'); - unicode-range: U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708; -} - -/* noto-serif-hk-[23]-200-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 200; - src: url(./files/noto-serif-hk-23-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-23-200-normal.woff) format('woff'); - unicode-range: U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0; -} - -/* noto-serif-hk-[24]-200-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 200; - src: url(./files/noto-serif-hk-24-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-24-200-normal.woff) format('woff'); - unicode-range: U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec; -} - /* noto-serif-hk-[25]-200-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -195,7 +145,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-25-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-25-200-normal.woff) format('woff'); - unicode-range: U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; + unicode-range: U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; } /* noto-serif-hk-[26]-200-normal */ @@ -205,7 +155,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-26-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-26-200-normal.woff) format('woff'); - unicode-range: U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26; + unicode-range: U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e; } /* noto-serif-hk-[27]-200-normal */ @@ -215,7 +165,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-27-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-27-200-normal.woff) format('woff'); - unicode-range: U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98; + unicode-range: U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf; } /* noto-serif-hk-[28]-200-normal */ @@ -225,7 +175,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-28-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-28-200-normal.woff) format('woff'); - unicode-range: U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9; + unicode-range: U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a; } /* noto-serif-hk-[29]-200-normal */ @@ -235,7 +185,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-29-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-29-200-normal.woff) format('woff'); - unicode-range: U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a; + unicode-range: U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82; } /* noto-serif-hk-[30]-200-normal */ @@ -245,7 +195,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-30-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-30-200-normal.woff) format('woff'); - unicode-range: U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb; + unicode-range: U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917; } /* noto-serif-hk-[31]-200-normal */ @@ -255,7 +205,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-31-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-31-200-normal.woff) format('woff'); - unicode-range: U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f; + unicode-range: U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6; } /* noto-serif-hk-[32]-200-normal */ @@ -265,7 +215,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-32-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-32-200-normal.woff) format('woff'); - unicode-range: U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601; + unicode-range: U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621; } /* noto-serif-hk-[33]-200-normal */ @@ -275,7 +225,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-33-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-33-200-normal.woff) format('woff'); - unicode-range: U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c; + unicode-range: U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af; } /* noto-serif-hk-[34]-200-normal */ @@ -285,7 +235,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-34-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-34-200-normal.woff) format('woff'); - unicode-range: U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e; + unicode-range: U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387; } /* noto-serif-hk-[35]-200-normal */ @@ -295,7 +245,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-35-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-35-200-normal.woff) format('woff'); - unicode-range: U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267; + unicode-range: U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e; } /* noto-serif-hk-[36]-200-normal */ @@ -305,7 +255,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-36-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-36-200-normal.woff) format('woff'); - unicode-range: U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139; + unicode-range: U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a; } /* noto-serif-hk-[37]-200-normal */ @@ -315,7 +265,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-37-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-37-200-normal.woff) format('woff'); - unicode-range: U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7; + unicode-range: U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2; } /* noto-serif-hk-[38]-200-normal */ @@ -325,7 +275,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-38-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-38-200-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35; + unicode-range: U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e; } /* noto-serif-hk-[39]-200-normal */ @@ -335,7 +285,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-39-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-39-200-normal.woff) format('woff'); - unicode-range: U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda; } /* noto-serif-hk-[40]-200-normal */ @@ -345,7 +295,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-40-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-40-200-normal.woff) format('woff'); - unicode-range: U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22; + unicode-range: U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e; } /* noto-serif-hk-[41]-200-normal */ @@ -355,7 +305,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-41-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-41-200-normal.woff) format('woff'); - unicode-range: U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982; + unicode-range: U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c; } /* noto-serif-hk-[42]-200-normal */ @@ -365,7 +315,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-42-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-42-200-normal.woff) format('woff'); - unicode-range: U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803; + unicode-range: U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818; } /* noto-serif-hk-[43]-200-normal */ @@ -375,7 +325,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-43-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-43-200-normal.woff) format('woff'); - unicode-range: U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695; + unicode-range: U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad; } /* noto-serif-hk-[44]-200-normal */ @@ -385,7 +335,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-44-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-44-200-normal.woff) format('woff'); - unicode-range: U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510; + unicode-range: U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535; } /* noto-serif-hk-[45]-200-normal */ @@ -395,7 +345,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-45-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-45-200-normal.woff) format('woff'); - unicode-range: U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba; + unicode-range: U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd; } /* noto-serif-hk-[46]-200-normal */ @@ -405,7 +355,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-46-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-46-200-normal.woff) format('woff'); - unicode-range: U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a; + unicode-range: U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e; } /* noto-serif-hk-[47]-200-normal */ @@ -415,7 +365,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-47-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-47-200-normal.woff) format('woff'); - unicode-range: U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114; + unicode-range: U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125; } /* noto-serif-hk-[48]-200-normal */ @@ -425,7 +375,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-48-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-48-200-normal.woff) format('woff'); - unicode-range: U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99; + unicode-range: U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf; } /* noto-serif-hk-[49]-200-normal */ @@ -435,7 +385,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-49-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-49-200-normal.woff) format('woff'); - unicode-range: U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a; + unicode-range: U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76; } /* noto-serif-hk-[50]-200-normal */ @@ -445,7 +395,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-50-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-50-200-normal.woff) format('woff'); - unicode-range: U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06; + unicode-range: U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c; } /* noto-serif-hk-[51]-200-normal */ @@ -455,7 +405,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-51-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-51-200-normal.woff) format('woff'); - unicode-range: U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90; + unicode-range: U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2; } /* noto-serif-hk-[52]-200-normal */ @@ -465,7 +415,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-52-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-52-200-normal.woff) format('woff'); - unicode-range: U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a; + unicode-range: U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42; } /* noto-serif-hk-[53]-200-normal */ @@ -475,7 +425,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-53-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-53-200-normal.woff) format('woff'); - unicode-range: U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1; + unicode-range: U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6; } /* noto-serif-hk-[54]-200-normal */ @@ -485,7 +435,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-54-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-54-200-normal.woff) format('woff'); - unicode-range: U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a; + unicode-range: U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d; } /* noto-serif-hk-[55]-200-normal */ @@ -495,7 +445,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-55-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-55-200-normal.woff) format('woff'); - unicode-range: U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600; + unicode-range: U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615; } /* noto-serif-hk-[56]-200-normal */ @@ -505,7 +455,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-56-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-56-200-normal.woff) format('woff'); - unicode-range: U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9; + unicode-range: U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba; } /* noto-serif-hk-[57]-200-normal */ @@ -515,7 +465,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-57-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-57-200-normal.woff) format('woff'); - unicode-range: U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8; + unicode-range: U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb; } /* noto-serif-hk-[58]-200-normal */ @@ -525,7 +475,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-58-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-58-200-normal.woff) format('woff'); - unicode-range: U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264; + unicode-range: U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275; } /* noto-serif-hk-[59]-200-normal */ @@ -535,7 +485,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-59-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-59-200-normal.woff) format('woff'); - unicode-range: U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd; + unicode-range: U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-hk-[60]-200-normal */ @@ -545,7 +495,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-60-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-60-200-normal.woff) format('woff'); - unicode-range: U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb; + unicode-range: U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce; } /* noto-serif-hk-[61]-200-normal */ @@ -555,7 +505,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-61-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-61-200-normal.woff) format('woff'); - unicode-range: U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86; + unicode-range: U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a; } /* noto-serif-hk-[62]-200-normal */ @@ -565,7 +515,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-62-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-62-200-normal.woff) format('woff'); - unicode-range: U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63; + unicode-range: U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75; } /* noto-serif-hk-[63]-200-normal */ @@ -575,7 +525,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-63-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-63-200-normal.woff) format('woff'); - unicode-range: U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e; + unicode-range: U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f; } /* noto-serif-hk-[64]-200-normal */ @@ -585,7 +535,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-64-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-64-200-normal.woff) format('woff'); - unicode-range: U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99; + unicode-range: U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7; } /* noto-serif-hk-[65]-200-normal */ @@ -595,7 +545,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-65-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-65-200-normal.woff) format('woff'); - unicode-range: U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956; + unicode-range: U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963; } /* noto-serif-hk-[66]-200-normal */ @@ -605,7 +555,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-66-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-66-200-normal.woff) format('woff'); - unicode-range: U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb; + unicode-range: U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809; } /* noto-serif-hk-[67]-200-normal */ @@ -615,7 +565,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-67-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-67-200-normal.woff) format('woff'); - unicode-range: U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2; + unicode-range: U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be; } /* noto-serif-hk-[68]-200-normal */ @@ -625,7 +575,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-68-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-68-200-normal.woff) format('woff'); - unicode-range: U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534; + unicode-range: U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c; } /* noto-serif-hk-[69]-200-normal */ @@ -635,7 +585,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-69-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-69-200-normal.woff) format('woff'); - unicode-range: U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0; + unicode-range: U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc; } /* noto-serif-hk-[70]-200-normal */ @@ -645,7 +595,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-70-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-70-200-normal.woff) format('woff'); - unicode-range: U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c; + unicode-range: U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0; } /* noto-serif-hk-[71]-200-normal */ @@ -655,7 +605,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-71-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-71-200-normal.woff) format('woff'); - unicode-range: U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e; + unicode-range: U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f; } /* noto-serif-hk-[72]-200-normal */ @@ -665,7 +615,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-72-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-72-200-normal.woff) format('woff'); - unicode-range: U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4; + unicode-range: U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3; } /* noto-serif-hk-[73]-200-normal */ @@ -675,7 +625,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-73-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-73-200-normal.woff) format('woff'); - unicode-range: U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a; + unicode-range: U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80; } /* noto-serif-hk-[74]-200-normal */ @@ -685,7 +635,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-74-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-74-200-normal.woff) format('woff'); - unicode-range: U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced; + unicode-range: U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5; } /* noto-serif-hk-[75]-200-normal */ @@ -695,7 +645,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-75-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-75-200-normal.woff) format('woff'); - unicode-range: U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c; + unicode-range: U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70; } /* noto-serif-hk-[76]-200-normal */ @@ -705,7 +655,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-76-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-76-200-normal.woff) format('woff'); - unicode-range: U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32; + unicode-range: U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34; } /* noto-serif-hk-[77]-200-normal */ @@ -715,7 +665,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-77-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-77-200-normal.woff) format('woff'); - unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb; + unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc; } /* noto-serif-hk-[78]-200-normal */ @@ -725,7 +675,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-78-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-78-200-normal.woff) format('woff'); - unicode-range: U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; + unicode-range: U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; } /* noto-serif-hk-[79]-200-normal */ @@ -735,7 +685,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-79-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-79-200-normal.woff) format('woff'); - unicode-range: U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f; + unicode-range: U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c; } /* noto-serif-hk-[80]-200-normal */ @@ -745,7 +695,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-80-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-80-200-normal.woff) format('woff'); - unicode-range: U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be; + unicode-range: U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7; } /* noto-serif-hk-[81]-200-normal */ @@ -755,7 +705,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-81-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-81-200-normal.woff) format('woff'); - unicode-range: U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d; + unicode-range: U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364; } /* noto-serif-hk-[82]-200-normal */ @@ -765,7 +715,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-82-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-82-200-normal.woff) format('woff'); - unicode-range: U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf; + unicode-range: U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5; } /* noto-serif-hk-[83]-200-normal */ @@ -775,7 +725,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-83-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-83-200-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058; + unicode-range: U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c; } /* noto-serif-hk-[84]-200-normal */ @@ -785,7 +735,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-84-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-84-200-normal.woff) format('woff'); - unicode-range: U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08; } /* noto-serif-hk-[85]-200-normal */ @@ -795,7 +745,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-85-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-85-200-normal.woff) format('woff'); - unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8; + unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1; } /* noto-serif-hk-[86]-200-normal */ @@ -878,16 +828,6 @@ unicode-range: U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a; } -/* noto-serif-hk-[94]-200-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 200; - src: url(./files/noto-serif-hk-94-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-94-200-normal.woff) format('woff'); - unicode-range: U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07; -} - /* noto-serif-hk-[98]-200-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -915,7 +855,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-100-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-100-200-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-hk-[101]-200-normal */ @@ -925,7 +865,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-101-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-101-200-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-hk-[102]-200-normal */ @@ -935,7 +875,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-102-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-102-200-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-hk-[103]-200-normal */ @@ -945,7 +885,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-103-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-103-200-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-hk-[104]-200-normal */ @@ -955,7 +895,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-104-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-104-200-normal.woff) format('woff'); - unicode-range: U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-hk-[105]-200-normal */ @@ -965,7 +905,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-105-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-105-200-normal.woff) format('woff'); - unicode-range: U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-hk-[106]-200-normal */ @@ -975,7 +915,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-106-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-106-200-normal.woff) format('woff'); - unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-hk-[107]-200-normal */ @@ -985,7 +925,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-107-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-107-200-normal.woff) format('woff'); - unicode-range: U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-hk-[108]-200-normal */ @@ -995,7 +935,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-108-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-108-200-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-hk-[109]-200-normal */ @@ -1005,7 +945,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-109-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-109-200-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-hk-[110]-200-normal */ @@ -1065,7 +1005,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-115-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-115-200-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-hk-[116]-200-normal */ @@ -1075,7 +1015,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-116-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-116-200-normal.woff) format('woff'); - unicode-range: U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-hk-[117]-200-normal */ @@ -1085,7 +1025,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-117-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-117-200-normal.woff) format('woff'); - unicode-range: U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-hk-[118]-200-normal */ @@ -1095,7 +1035,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-hk-118-200-normal.woff2) format('woff2'), url(./files/noto-serif-hk-118-200-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-hk-[119]-200-normal */ diff --git a/fonts/google/noto-serif-hk/300.css b/fonts/google/noto-serif-hk/300.css index 2ab94d9452a..23b45fe729b 100644 --- a/fonts/google/noto-serif-hk/300.css +++ b/fonts/google/noto-serif-hk/300.css @@ -138,56 +138,6 @@ unicode-range: U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e; } -/* noto-serif-hk-[20]-300-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 300; - src: url(./files/noto-serif-hk-20-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-20-300-normal.woff) format('woff'); - unicode-range: U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018; -} - -/* noto-serif-hk-[21]-300-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 300; - src: url(./files/noto-serif-hk-21-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-21-300-normal.woff) format('woff'); - unicode-range: U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69; -} - -/* noto-serif-hk-[22]-300-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 300; - src: url(./files/noto-serif-hk-22-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-22-300-normal.woff) format('woff'); - unicode-range: U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708; -} - -/* noto-serif-hk-[23]-300-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 300; - src: url(./files/noto-serif-hk-23-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-23-300-normal.woff) format('woff'); - unicode-range: U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0; -} - -/* noto-serif-hk-[24]-300-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 300; - src: url(./files/noto-serif-hk-24-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-24-300-normal.woff) format('woff'); - unicode-range: U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec; -} - /* noto-serif-hk-[25]-300-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -195,7 +145,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-25-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-25-300-normal.woff) format('woff'); - unicode-range: U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; + unicode-range: U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; } /* noto-serif-hk-[26]-300-normal */ @@ -205,7 +155,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-26-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-26-300-normal.woff) format('woff'); - unicode-range: U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26; + unicode-range: U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e; } /* noto-serif-hk-[27]-300-normal */ @@ -215,7 +165,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-27-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-27-300-normal.woff) format('woff'); - unicode-range: U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98; + unicode-range: U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf; } /* noto-serif-hk-[28]-300-normal */ @@ -225,7 +175,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-28-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-28-300-normal.woff) format('woff'); - unicode-range: U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9; + unicode-range: U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a; } /* noto-serif-hk-[29]-300-normal */ @@ -235,7 +185,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-29-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-29-300-normal.woff) format('woff'); - unicode-range: U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a; + unicode-range: U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82; } /* noto-serif-hk-[30]-300-normal */ @@ -245,7 +195,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-30-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-30-300-normal.woff) format('woff'); - unicode-range: U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb; + unicode-range: U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917; } /* noto-serif-hk-[31]-300-normal */ @@ -255,7 +205,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-31-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-31-300-normal.woff) format('woff'); - unicode-range: U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f; + unicode-range: U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6; } /* noto-serif-hk-[32]-300-normal */ @@ -265,7 +215,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-32-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-32-300-normal.woff) format('woff'); - unicode-range: U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601; + unicode-range: U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621; } /* noto-serif-hk-[33]-300-normal */ @@ -275,7 +225,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-33-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-33-300-normal.woff) format('woff'); - unicode-range: U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c; + unicode-range: U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af; } /* noto-serif-hk-[34]-300-normal */ @@ -285,7 +235,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-34-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-34-300-normal.woff) format('woff'); - unicode-range: U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e; + unicode-range: U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387; } /* noto-serif-hk-[35]-300-normal */ @@ -295,7 +245,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-35-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-35-300-normal.woff) format('woff'); - unicode-range: U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267; + unicode-range: U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e; } /* noto-serif-hk-[36]-300-normal */ @@ -305,7 +255,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-36-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-36-300-normal.woff) format('woff'); - unicode-range: U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139; + unicode-range: U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a; } /* noto-serif-hk-[37]-300-normal */ @@ -315,7 +265,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-37-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-37-300-normal.woff) format('woff'); - unicode-range: U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7; + unicode-range: U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2; } /* noto-serif-hk-[38]-300-normal */ @@ -325,7 +275,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-38-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-38-300-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35; + unicode-range: U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e; } /* noto-serif-hk-[39]-300-normal */ @@ -335,7 +285,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-39-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-39-300-normal.woff) format('woff'); - unicode-range: U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda; } /* noto-serif-hk-[40]-300-normal */ @@ -345,7 +295,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-40-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-40-300-normal.woff) format('woff'); - unicode-range: U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22; + unicode-range: U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e; } /* noto-serif-hk-[41]-300-normal */ @@ -355,7 +305,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-41-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-41-300-normal.woff) format('woff'); - unicode-range: U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982; + unicode-range: U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c; } /* noto-serif-hk-[42]-300-normal */ @@ -365,7 +315,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-42-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-42-300-normal.woff) format('woff'); - unicode-range: U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803; + unicode-range: U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818; } /* noto-serif-hk-[43]-300-normal */ @@ -375,7 +325,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-43-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-43-300-normal.woff) format('woff'); - unicode-range: U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695; + unicode-range: U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad; } /* noto-serif-hk-[44]-300-normal */ @@ -385,7 +335,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-44-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-44-300-normal.woff) format('woff'); - unicode-range: U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510; + unicode-range: U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535; } /* noto-serif-hk-[45]-300-normal */ @@ -395,7 +345,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-45-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-45-300-normal.woff) format('woff'); - unicode-range: U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba; + unicode-range: U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd; } /* noto-serif-hk-[46]-300-normal */ @@ -405,7 +355,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-46-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-46-300-normal.woff) format('woff'); - unicode-range: U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a; + unicode-range: U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e; } /* noto-serif-hk-[47]-300-normal */ @@ -415,7 +365,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-47-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-47-300-normal.woff) format('woff'); - unicode-range: U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114; + unicode-range: U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125; } /* noto-serif-hk-[48]-300-normal */ @@ -425,7 +375,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-48-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-48-300-normal.woff) format('woff'); - unicode-range: U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99; + unicode-range: U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf; } /* noto-serif-hk-[49]-300-normal */ @@ -435,7 +385,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-49-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-49-300-normal.woff) format('woff'); - unicode-range: U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a; + unicode-range: U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76; } /* noto-serif-hk-[50]-300-normal */ @@ -445,7 +395,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-50-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-50-300-normal.woff) format('woff'); - unicode-range: U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06; + unicode-range: U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c; } /* noto-serif-hk-[51]-300-normal */ @@ -455,7 +405,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-51-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-51-300-normal.woff) format('woff'); - unicode-range: U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90; + unicode-range: U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2; } /* noto-serif-hk-[52]-300-normal */ @@ -465,7 +415,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-52-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-52-300-normal.woff) format('woff'); - unicode-range: U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a; + unicode-range: U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42; } /* noto-serif-hk-[53]-300-normal */ @@ -475,7 +425,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-53-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-53-300-normal.woff) format('woff'); - unicode-range: U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1; + unicode-range: U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6; } /* noto-serif-hk-[54]-300-normal */ @@ -485,7 +435,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-54-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-54-300-normal.woff) format('woff'); - unicode-range: U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a; + unicode-range: U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d; } /* noto-serif-hk-[55]-300-normal */ @@ -495,7 +445,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-55-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-55-300-normal.woff) format('woff'); - unicode-range: U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600; + unicode-range: U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615; } /* noto-serif-hk-[56]-300-normal */ @@ -505,7 +455,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-56-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-56-300-normal.woff) format('woff'); - unicode-range: U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9; + unicode-range: U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba; } /* noto-serif-hk-[57]-300-normal */ @@ -515,7 +465,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-57-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-57-300-normal.woff) format('woff'); - unicode-range: U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8; + unicode-range: U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb; } /* noto-serif-hk-[58]-300-normal */ @@ -525,7 +475,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-58-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-58-300-normal.woff) format('woff'); - unicode-range: U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264; + unicode-range: U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275; } /* noto-serif-hk-[59]-300-normal */ @@ -535,7 +485,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-59-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-59-300-normal.woff) format('woff'); - unicode-range: U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd; + unicode-range: U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-hk-[60]-300-normal */ @@ -545,7 +495,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-60-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-60-300-normal.woff) format('woff'); - unicode-range: U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb; + unicode-range: U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce; } /* noto-serif-hk-[61]-300-normal */ @@ -555,7 +505,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-61-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-61-300-normal.woff) format('woff'); - unicode-range: U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86; + unicode-range: U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a; } /* noto-serif-hk-[62]-300-normal */ @@ -565,7 +515,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-62-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-62-300-normal.woff) format('woff'); - unicode-range: U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63; + unicode-range: U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75; } /* noto-serif-hk-[63]-300-normal */ @@ -575,7 +525,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-63-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-63-300-normal.woff) format('woff'); - unicode-range: U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e; + unicode-range: U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f; } /* noto-serif-hk-[64]-300-normal */ @@ -585,7 +535,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-64-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-64-300-normal.woff) format('woff'); - unicode-range: U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99; + unicode-range: U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7; } /* noto-serif-hk-[65]-300-normal */ @@ -595,7 +545,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-65-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-65-300-normal.woff) format('woff'); - unicode-range: U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956; + unicode-range: U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963; } /* noto-serif-hk-[66]-300-normal */ @@ -605,7 +555,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-66-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-66-300-normal.woff) format('woff'); - unicode-range: U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb; + unicode-range: U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809; } /* noto-serif-hk-[67]-300-normal */ @@ -615,7 +565,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-67-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-67-300-normal.woff) format('woff'); - unicode-range: U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2; + unicode-range: U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be; } /* noto-serif-hk-[68]-300-normal */ @@ -625,7 +575,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-68-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-68-300-normal.woff) format('woff'); - unicode-range: U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534; + unicode-range: U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c; } /* noto-serif-hk-[69]-300-normal */ @@ -635,7 +585,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-69-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-69-300-normal.woff) format('woff'); - unicode-range: U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0; + unicode-range: U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc; } /* noto-serif-hk-[70]-300-normal */ @@ -645,7 +595,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-70-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-70-300-normal.woff) format('woff'); - unicode-range: U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c; + unicode-range: U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0; } /* noto-serif-hk-[71]-300-normal */ @@ -655,7 +605,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-71-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-71-300-normal.woff) format('woff'); - unicode-range: U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e; + unicode-range: U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f; } /* noto-serif-hk-[72]-300-normal */ @@ -665,7 +615,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-72-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-72-300-normal.woff) format('woff'); - unicode-range: U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4; + unicode-range: U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3; } /* noto-serif-hk-[73]-300-normal */ @@ -675,7 +625,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-73-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-73-300-normal.woff) format('woff'); - unicode-range: U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a; + unicode-range: U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80; } /* noto-serif-hk-[74]-300-normal */ @@ -685,7 +635,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-74-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-74-300-normal.woff) format('woff'); - unicode-range: U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced; + unicode-range: U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5; } /* noto-serif-hk-[75]-300-normal */ @@ -695,7 +645,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-75-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-75-300-normal.woff) format('woff'); - unicode-range: U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c; + unicode-range: U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70; } /* noto-serif-hk-[76]-300-normal */ @@ -705,7 +655,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-76-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-76-300-normal.woff) format('woff'); - unicode-range: U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32; + unicode-range: U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34; } /* noto-serif-hk-[77]-300-normal */ @@ -715,7 +665,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-77-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-77-300-normal.woff) format('woff'); - unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb; + unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc; } /* noto-serif-hk-[78]-300-normal */ @@ -725,7 +675,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-78-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-78-300-normal.woff) format('woff'); - unicode-range: U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; + unicode-range: U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; } /* noto-serif-hk-[79]-300-normal */ @@ -735,7 +685,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-79-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-79-300-normal.woff) format('woff'); - unicode-range: U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f; + unicode-range: U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c; } /* noto-serif-hk-[80]-300-normal */ @@ -745,7 +695,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-80-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-80-300-normal.woff) format('woff'); - unicode-range: U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be; + unicode-range: U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7; } /* noto-serif-hk-[81]-300-normal */ @@ -755,7 +705,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-81-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-81-300-normal.woff) format('woff'); - unicode-range: U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d; + unicode-range: U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364; } /* noto-serif-hk-[82]-300-normal */ @@ -765,7 +715,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-82-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-82-300-normal.woff) format('woff'); - unicode-range: U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf; + unicode-range: U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5; } /* noto-serif-hk-[83]-300-normal */ @@ -775,7 +725,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-83-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-83-300-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058; + unicode-range: U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c; } /* noto-serif-hk-[84]-300-normal */ @@ -785,7 +735,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-84-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-84-300-normal.woff) format('woff'); - unicode-range: U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08; } /* noto-serif-hk-[85]-300-normal */ @@ -795,7 +745,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-85-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-85-300-normal.woff) format('woff'); - unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8; + unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1; } /* noto-serif-hk-[86]-300-normal */ @@ -878,16 +828,6 @@ unicode-range: U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a; } -/* noto-serif-hk-[94]-300-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 300; - src: url(./files/noto-serif-hk-94-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-94-300-normal.woff) format('woff'); - unicode-range: U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07; -} - /* noto-serif-hk-[98]-300-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -915,7 +855,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-100-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-100-300-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-hk-[101]-300-normal */ @@ -925,7 +865,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-101-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-101-300-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-hk-[102]-300-normal */ @@ -935,7 +875,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-102-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-102-300-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-hk-[103]-300-normal */ @@ -945,7 +885,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-103-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-103-300-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-hk-[104]-300-normal */ @@ -955,7 +895,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-104-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-104-300-normal.woff) format('woff'); - unicode-range: U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-hk-[105]-300-normal */ @@ -965,7 +905,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-105-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-105-300-normal.woff) format('woff'); - unicode-range: U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-hk-[106]-300-normal */ @@ -975,7 +915,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-106-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-106-300-normal.woff) format('woff'); - unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-hk-[107]-300-normal */ @@ -985,7 +925,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-107-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-107-300-normal.woff) format('woff'); - unicode-range: U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-hk-[108]-300-normal */ @@ -995,7 +935,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-108-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-108-300-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-hk-[109]-300-normal */ @@ -1005,7 +945,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-109-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-109-300-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-hk-[110]-300-normal */ @@ -1065,7 +1005,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-115-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-115-300-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-hk-[116]-300-normal */ @@ -1075,7 +1015,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-116-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-116-300-normal.woff) format('woff'); - unicode-range: U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-hk-[117]-300-normal */ @@ -1085,7 +1025,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-117-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-117-300-normal.woff) format('woff'); - unicode-range: U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-hk-[118]-300-normal */ @@ -1095,7 +1035,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-hk-118-300-normal.woff2) format('woff2'), url(./files/noto-serif-hk-118-300-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-hk-[119]-300-normal */ diff --git a/fonts/google/noto-serif-hk/400.css b/fonts/google/noto-serif-hk/400.css index 5017c011b2e..8f00224f6e7 100644 --- a/fonts/google/noto-serif-hk/400.css +++ b/fonts/google/noto-serif-hk/400.css @@ -138,56 +138,6 @@ unicode-range: U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e; } -/* noto-serif-hk-[20]-400-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 400; - src: url(./files/noto-serif-hk-20-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-20-400-normal.woff) format('woff'); - unicode-range: U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018; -} - -/* noto-serif-hk-[21]-400-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 400; - src: url(./files/noto-serif-hk-21-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-21-400-normal.woff) format('woff'); - unicode-range: U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69; -} - -/* noto-serif-hk-[22]-400-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 400; - src: url(./files/noto-serif-hk-22-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-22-400-normal.woff) format('woff'); - unicode-range: U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708; -} - -/* noto-serif-hk-[23]-400-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 400; - src: url(./files/noto-serif-hk-23-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-23-400-normal.woff) format('woff'); - unicode-range: U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0; -} - -/* noto-serif-hk-[24]-400-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 400; - src: url(./files/noto-serif-hk-24-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-24-400-normal.woff) format('woff'); - unicode-range: U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec; -} - /* noto-serif-hk-[25]-400-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -195,7 +145,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-25-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-25-400-normal.woff) format('woff'); - unicode-range: U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; + unicode-range: U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; } /* noto-serif-hk-[26]-400-normal */ @@ -205,7 +155,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-26-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-26-400-normal.woff) format('woff'); - unicode-range: U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26; + unicode-range: U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e; } /* noto-serif-hk-[27]-400-normal */ @@ -215,7 +165,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-27-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-27-400-normal.woff) format('woff'); - unicode-range: U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98; + unicode-range: U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf; } /* noto-serif-hk-[28]-400-normal */ @@ -225,7 +175,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-28-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-28-400-normal.woff) format('woff'); - unicode-range: U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9; + unicode-range: U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a; } /* noto-serif-hk-[29]-400-normal */ @@ -235,7 +185,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-29-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-29-400-normal.woff) format('woff'); - unicode-range: U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a; + unicode-range: U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82; } /* noto-serif-hk-[30]-400-normal */ @@ -245,7 +195,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-30-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-30-400-normal.woff) format('woff'); - unicode-range: U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb; + unicode-range: U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917; } /* noto-serif-hk-[31]-400-normal */ @@ -255,7 +205,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-31-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-31-400-normal.woff) format('woff'); - unicode-range: U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f; + unicode-range: U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6; } /* noto-serif-hk-[32]-400-normal */ @@ -265,7 +215,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-32-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-32-400-normal.woff) format('woff'); - unicode-range: U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601; + unicode-range: U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621; } /* noto-serif-hk-[33]-400-normal */ @@ -275,7 +225,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-33-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-33-400-normal.woff) format('woff'); - unicode-range: U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c; + unicode-range: U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af; } /* noto-serif-hk-[34]-400-normal */ @@ -285,7 +235,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-34-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-34-400-normal.woff) format('woff'); - unicode-range: U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e; + unicode-range: U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387; } /* noto-serif-hk-[35]-400-normal */ @@ -295,7 +245,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-35-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-35-400-normal.woff) format('woff'); - unicode-range: U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267; + unicode-range: U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e; } /* noto-serif-hk-[36]-400-normal */ @@ -305,7 +255,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-36-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-36-400-normal.woff) format('woff'); - unicode-range: U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139; + unicode-range: U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a; } /* noto-serif-hk-[37]-400-normal */ @@ -315,7 +265,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-37-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-37-400-normal.woff) format('woff'); - unicode-range: U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7; + unicode-range: U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2; } /* noto-serif-hk-[38]-400-normal */ @@ -325,7 +275,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-38-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-38-400-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35; + unicode-range: U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e; } /* noto-serif-hk-[39]-400-normal */ @@ -335,7 +285,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-39-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-39-400-normal.woff) format('woff'); - unicode-range: U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda; } /* noto-serif-hk-[40]-400-normal */ @@ -345,7 +295,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-40-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-40-400-normal.woff) format('woff'); - unicode-range: U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22; + unicode-range: U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e; } /* noto-serif-hk-[41]-400-normal */ @@ -355,7 +305,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-41-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-41-400-normal.woff) format('woff'); - unicode-range: U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982; + unicode-range: U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c; } /* noto-serif-hk-[42]-400-normal */ @@ -365,7 +315,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-42-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-42-400-normal.woff) format('woff'); - unicode-range: U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803; + unicode-range: U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818; } /* noto-serif-hk-[43]-400-normal */ @@ -375,7 +325,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-43-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-43-400-normal.woff) format('woff'); - unicode-range: U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695; + unicode-range: U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad; } /* noto-serif-hk-[44]-400-normal */ @@ -385,7 +335,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-44-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-44-400-normal.woff) format('woff'); - unicode-range: U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510; + unicode-range: U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535; } /* noto-serif-hk-[45]-400-normal */ @@ -395,7 +345,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-45-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-45-400-normal.woff) format('woff'); - unicode-range: U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba; + unicode-range: U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd; } /* noto-serif-hk-[46]-400-normal */ @@ -405,7 +355,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-46-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-46-400-normal.woff) format('woff'); - unicode-range: U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a; + unicode-range: U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e; } /* noto-serif-hk-[47]-400-normal */ @@ -415,7 +365,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-47-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-47-400-normal.woff) format('woff'); - unicode-range: U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114; + unicode-range: U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125; } /* noto-serif-hk-[48]-400-normal */ @@ -425,7 +375,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-48-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-48-400-normal.woff) format('woff'); - unicode-range: U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99; + unicode-range: U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf; } /* noto-serif-hk-[49]-400-normal */ @@ -435,7 +385,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-49-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-49-400-normal.woff) format('woff'); - unicode-range: U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a; + unicode-range: U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76; } /* noto-serif-hk-[50]-400-normal */ @@ -445,7 +395,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-50-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-50-400-normal.woff) format('woff'); - unicode-range: U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06; + unicode-range: U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c; } /* noto-serif-hk-[51]-400-normal */ @@ -455,7 +405,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-51-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-51-400-normal.woff) format('woff'); - unicode-range: U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90; + unicode-range: U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2; } /* noto-serif-hk-[52]-400-normal */ @@ -465,7 +415,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-52-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-52-400-normal.woff) format('woff'); - unicode-range: U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a; + unicode-range: U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42; } /* noto-serif-hk-[53]-400-normal */ @@ -475,7 +425,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-53-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-53-400-normal.woff) format('woff'); - unicode-range: U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1; + unicode-range: U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6; } /* noto-serif-hk-[54]-400-normal */ @@ -485,7 +435,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-54-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-54-400-normal.woff) format('woff'); - unicode-range: U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a; + unicode-range: U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d; } /* noto-serif-hk-[55]-400-normal */ @@ -495,7 +445,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-55-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-55-400-normal.woff) format('woff'); - unicode-range: U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600; + unicode-range: U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615; } /* noto-serif-hk-[56]-400-normal */ @@ -505,7 +455,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-56-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-56-400-normal.woff) format('woff'); - unicode-range: U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9; + unicode-range: U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba; } /* noto-serif-hk-[57]-400-normal */ @@ -515,7 +465,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-57-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-57-400-normal.woff) format('woff'); - unicode-range: U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8; + unicode-range: U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb; } /* noto-serif-hk-[58]-400-normal */ @@ -525,7 +475,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-58-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-58-400-normal.woff) format('woff'); - unicode-range: U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264; + unicode-range: U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275; } /* noto-serif-hk-[59]-400-normal */ @@ -535,7 +485,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-59-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-59-400-normal.woff) format('woff'); - unicode-range: U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd; + unicode-range: U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-hk-[60]-400-normal */ @@ -545,7 +495,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-60-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-60-400-normal.woff) format('woff'); - unicode-range: U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb; + unicode-range: U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce; } /* noto-serif-hk-[61]-400-normal */ @@ -555,7 +505,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-61-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-61-400-normal.woff) format('woff'); - unicode-range: U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86; + unicode-range: U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a; } /* noto-serif-hk-[62]-400-normal */ @@ -565,7 +515,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-62-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-62-400-normal.woff) format('woff'); - unicode-range: U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63; + unicode-range: U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75; } /* noto-serif-hk-[63]-400-normal */ @@ -575,7 +525,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-63-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-63-400-normal.woff) format('woff'); - unicode-range: U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e; + unicode-range: U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f; } /* noto-serif-hk-[64]-400-normal */ @@ -585,7 +535,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-64-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-64-400-normal.woff) format('woff'); - unicode-range: U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99; + unicode-range: U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7; } /* noto-serif-hk-[65]-400-normal */ @@ -595,7 +545,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-65-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-65-400-normal.woff) format('woff'); - unicode-range: U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956; + unicode-range: U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963; } /* noto-serif-hk-[66]-400-normal */ @@ -605,7 +555,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-66-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-66-400-normal.woff) format('woff'); - unicode-range: U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb; + unicode-range: U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809; } /* noto-serif-hk-[67]-400-normal */ @@ -615,7 +565,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-67-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-67-400-normal.woff) format('woff'); - unicode-range: U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2; + unicode-range: U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be; } /* noto-serif-hk-[68]-400-normal */ @@ -625,7 +575,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-68-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-68-400-normal.woff) format('woff'); - unicode-range: U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534; + unicode-range: U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c; } /* noto-serif-hk-[69]-400-normal */ @@ -635,7 +585,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-69-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-69-400-normal.woff) format('woff'); - unicode-range: U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0; + unicode-range: U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc; } /* noto-serif-hk-[70]-400-normal */ @@ -645,7 +595,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-70-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-70-400-normal.woff) format('woff'); - unicode-range: U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c; + unicode-range: U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0; } /* noto-serif-hk-[71]-400-normal */ @@ -655,7 +605,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-71-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-71-400-normal.woff) format('woff'); - unicode-range: U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e; + unicode-range: U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f; } /* noto-serif-hk-[72]-400-normal */ @@ -665,7 +615,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-72-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-72-400-normal.woff) format('woff'); - unicode-range: U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4; + unicode-range: U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3; } /* noto-serif-hk-[73]-400-normal */ @@ -675,7 +625,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-73-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-73-400-normal.woff) format('woff'); - unicode-range: U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a; + unicode-range: U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80; } /* noto-serif-hk-[74]-400-normal */ @@ -685,7 +635,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-74-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-74-400-normal.woff) format('woff'); - unicode-range: U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced; + unicode-range: U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5; } /* noto-serif-hk-[75]-400-normal */ @@ -695,7 +645,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-75-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-75-400-normal.woff) format('woff'); - unicode-range: U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c; + unicode-range: U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70; } /* noto-serif-hk-[76]-400-normal */ @@ -705,7 +655,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-76-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-76-400-normal.woff) format('woff'); - unicode-range: U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32; + unicode-range: U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34; } /* noto-serif-hk-[77]-400-normal */ @@ -715,7 +665,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-77-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-77-400-normal.woff) format('woff'); - unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb; + unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc; } /* noto-serif-hk-[78]-400-normal */ @@ -725,7 +675,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-78-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-78-400-normal.woff) format('woff'); - unicode-range: U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; + unicode-range: U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; } /* noto-serif-hk-[79]-400-normal */ @@ -735,7 +685,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-79-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-79-400-normal.woff) format('woff'); - unicode-range: U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f; + unicode-range: U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c; } /* noto-serif-hk-[80]-400-normal */ @@ -745,7 +695,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-80-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-80-400-normal.woff) format('woff'); - unicode-range: U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be; + unicode-range: U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7; } /* noto-serif-hk-[81]-400-normal */ @@ -755,7 +705,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-81-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-81-400-normal.woff) format('woff'); - unicode-range: U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d; + unicode-range: U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364; } /* noto-serif-hk-[82]-400-normal */ @@ -765,7 +715,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-82-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-82-400-normal.woff) format('woff'); - unicode-range: U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf; + unicode-range: U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5; } /* noto-serif-hk-[83]-400-normal */ @@ -775,7 +725,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-83-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-83-400-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058; + unicode-range: U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c; } /* noto-serif-hk-[84]-400-normal */ @@ -785,7 +735,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-84-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-84-400-normal.woff) format('woff'); - unicode-range: U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08; } /* noto-serif-hk-[85]-400-normal */ @@ -795,7 +745,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-85-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-85-400-normal.woff) format('woff'); - unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8; + unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1; } /* noto-serif-hk-[86]-400-normal */ @@ -878,16 +828,6 @@ unicode-range: U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a; } -/* noto-serif-hk-[94]-400-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 400; - src: url(./files/noto-serif-hk-94-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-94-400-normal.woff) format('woff'); - unicode-range: U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07; -} - /* noto-serif-hk-[98]-400-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -915,7 +855,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-100-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-100-400-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-hk-[101]-400-normal */ @@ -925,7 +865,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-101-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-101-400-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-hk-[102]-400-normal */ @@ -935,7 +875,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-102-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-102-400-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-hk-[103]-400-normal */ @@ -945,7 +885,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-103-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-103-400-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-hk-[104]-400-normal */ @@ -955,7 +895,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-104-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-104-400-normal.woff) format('woff'); - unicode-range: U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-hk-[105]-400-normal */ @@ -965,7 +905,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-105-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-105-400-normal.woff) format('woff'); - unicode-range: U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-hk-[106]-400-normal */ @@ -975,7 +915,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-106-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-106-400-normal.woff) format('woff'); - unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-hk-[107]-400-normal */ @@ -985,7 +925,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-107-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-107-400-normal.woff) format('woff'); - unicode-range: U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-hk-[108]-400-normal */ @@ -995,7 +935,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-108-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-108-400-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-hk-[109]-400-normal */ @@ -1005,7 +945,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-109-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-109-400-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-hk-[110]-400-normal */ @@ -1065,7 +1005,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-115-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-115-400-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-hk-[116]-400-normal */ @@ -1075,7 +1015,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-116-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-116-400-normal.woff) format('woff'); - unicode-range: U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-hk-[117]-400-normal */ @@ -1085,7 +1025,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-117-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-117-400-normal.woff) format('woff'); - unicode-range: U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-hk-[118]-400-normal */ @@ -1095,7 +1035,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-118-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-118-400-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-hk-[119]-400-normal */ diff --git a/fonts/google/noto-serif-hk/500.css b/fonts/google/noto-serif-hk/500.css index 41032b6dc3b..1fff807230b 100644 --- a/fonts/google/noto-serif-hk/500.css +++ b/fonts/google/noto-serif-hk/500.css @@ -138,56 +138,6 @@ unicode-range: U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e; } -/* noto-serif-hk-[20]-500-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 500; - src: url(./files/noto-serif-hk-20-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-20-500-normal.woff) format('woff'); - unicode-range: U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018; -} - -/* noto-serif-hk-[21]-500-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 500; - src: url(./files/noto-serif-hk-21-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-21-500-normal.woff) format('woff'); - unicode-range: U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69; -} - -/* noto-serif-hk-[22]-500-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 500; - src: url(./files/noto-serif-hk-22-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-22-500-normal.woff) format('woff'); - unicode-range: U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708; -} - -/* noto-serif-hk-[23]-500-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 500; - src: url(./files/noto-serif-hk-23-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-23-500-normal.woff) format('woff'); - unicode-range: U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0; -} - -/* noto-serif-hk-[24]-500-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 500; - src: url(./files/noto-serif-hk-24-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-24-500-normal.woff) format('woff'); - unicode-range: U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec; -} - /* noto-serif-hk-[25]-500-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -195,7 +145,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-25-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-25-500-normal.woff) format('woff'); - unicode-range: U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; + unicode-range: U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; } /* noto-serif-hk-[26]-500-normal */ @@ -205,7 +155,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-26-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-26-500-normal.woff) format('woff'); - unicode-range: U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26; + unicode-range: U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e; } /* noto-serif-hk-[27]-500-normal */ @@ -215,7 +165,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-27-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-27-500-normal.woff) format('woff'); - unicode-range: U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98; + unicode-range: U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf; } /* noto-serif-hk-[28]-500-normal */ @@ -225,7 +175,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-28-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-28-500-normal.woff) format('woff'); - unicode-range: U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9; + unicode-range: U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a; } /* noto-serif-hk-[29]-500-normal */ @@ -235,7 +185,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-29-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-29-500-normal.woff) format('woff'); - unicode-range: U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a; + unicode-range: U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82; } /* noto-serif-hk-[30]-500-normal */ @@ -245,7 +195,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-30-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-30-500-normal.woff) format('woff'); - unicode-range: U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb; + unicode-range: U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917; } /* noto-serif-hk-[31]-500-normal */ @@ -255,7 +205,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-31-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-31-500-normal.woff) format('woff'); - unicode-range: U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f; + unicode-range: U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6; } /* noto-serif-hk-[32]-500-normal */ @@ -265,7 +215,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-32-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-32-500-normal.woff) format('woff'); - unicode-range: U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601; + unicode-range: U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621; } /* noto-serif-hk-[33]-500-normal */ @@ -275,7 +225,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-33-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-33-500-normal.woff) format('woff'); - unicode-range: U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c; + unicode-range: U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af; } /* noto-serif-hk-[34]-500-normal */ @@ -285,7 +235,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-34-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-34-500-normal.woff) format('woff'); - unicode-range: U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e; + unicode-range: U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387; } /* noto-serif-hk-[35]-500-normal */ @@ -295,7 +245,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-35-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-35-500-normal.woff) format('woff'); - unicode-range: U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267; + unicode-range: U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e; } /* noto-serif-hk-[36]-500-normal */ @@ -305,7 +255,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-36-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-36-500-normal.woff) format('woff'); - unicode-range: U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139; + unicode-range: U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a; } /* noto-serif-hk-[37]-500-normal */ @@ -315,7 +265,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-37-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-37-500-normal.woff) format('woff'); - unicode-range: U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7; + unicode-range: U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2; } /* noto-serif-hk-[38]-500-normal */ @@ -325,7 +275,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-38-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-38-500-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35; + unicode-range: U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e; } /* noto-serif-hk-[39]-500-normal */ @@ -335,7 +285,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-39-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-39-500-normal.woff) format('woff'); - unicode-range: U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda; } /* noto-serif-hk-[40]-500-normal */ @@ -345,7 +295,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-40-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-40-500-normal.woff) format('woff'); - unicode-range: U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22; + unicode-range: U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e; } /* noto-serif-hk-[41]-500-normal */ @@ -355,7 +305,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-41-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-41-500-normal.woff) format('woff'); - unicode-range: U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982; + unicode-range: U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c; } /* noto-serif-hk-[42]-500-normal */ @@ -365,7 +315,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-42-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-42-500-normal.woff) format('woff'); - unicode-range: U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803; + unicode-range: U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818; } /* noto-serif-hk-[43]-500-normal */ @@ -375,7 +325,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-43-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-43-500-normal.woff) format('woff'); - unicode-range: U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695; + unicode-range: U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad; } /* noto-serif-hk-[44]-500-normal */ @@ -385,7 +335,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-44-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-44-500-normal.woff) format('woff'); - unicode-range: U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510; + unicode-range: U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535; } /* noto-serif-hk-[45]-500-normal */ @@ -395,7 +345,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-45-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-45-500-normal.woff) format('woff'); - unicode-range: U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba; + unicode-range: U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd; } /* noto-serif-hk-[46]-500-normal */ @@ -405,7 +355,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-46-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-46-500-normal.woff) format('woff'); - unicode-range: U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a; + unicode-range: U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e; } /* noto-serif-hk-[47]-500-normal */ @@ -415,7 +365,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-47-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-47-500-normal.woff) format('woff'); - unicode-range: U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114; + unicode-range: U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125; } /* noto-serif-hk-[48]-500-normal */ @@ -425,7 +375,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-48-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-48-500-normal.woff) format('woff'); - unicode-range: U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99; + unicode-range: U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf; } /* noto-serif-hk-[49]-500-normal */ @@ -435,7 +385,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-49-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-49-500-normal.woff) format('woff'); - unicode-range: U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a; + unicode-range: U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76; } /* noto-serif-hk-[50]-500-normal */ @@ -445,7 +395,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-50-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-50-500-normal.woff) format('woff'); - unicode-range: U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06; + unicode-range: U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c; } /* noto-serif-hk-[51]-500-normal */ @@ -455,7 +405,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-51-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-51-500-normal.woff) format('woff'); - unicode-range: U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90; + unicode-range: U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2; } /* noto-serif-hk-[52]-500-normal */ @@ -465,7 +415,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-52-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-52-500-normal.woff) format('woff'); - unicode-range: U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a; + unicode-range: U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42; } /* noto-serif-hk-[53]-500-normal */ @@ -475,7 +425,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-53-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-53-500-normal.woff) format('woff'); - unicode-range: U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1; + unicode-range: U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6; } /* noto-serif-hk-[54]-500-normal */ @@ -485,7 +435,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-54-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-54-500-normal.woff) format('woff'); - unicode-range: U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a; + unicode-range: U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d; } /* noto-serif-hk-[55]-500-normal */ @@ -495,7 +445,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-55-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-55-500-normal.woff) format('woff'); - unicode-range: U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600; + unicode-range: U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615; } /* noto-serif-hk-[56]-500-normal */ @@ -505,7 +455,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-56-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-56-500-normal.woff) format('woff'); - unicode-range: U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9; + unicode-range: U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba; } /* noto-serif-hk-[57]-500-normal */ @@ -515,7 +465,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-57-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-57-500-normal.woff) format('woff'); - unicode-range: U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8; + unicode-range: U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb; } /* noto-serif-hk-[58]-500-normal */ @@ -525,7 +475,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-58-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-58-500-normal.woff) format('woff'); - unicode-range: U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264; + unicode-range: U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275; } /* noto-serif-hk-[59]-500-normal */ @@ -535,7 +485,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-59-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-59-500-normal.woff) format('woff'); - unicode-range: U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd; + unicode-range: U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-hk-[60]-500-normal */ @@ -545,7 +495,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-60-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-60-500-normal.woff) format('woff'); - unicode-range: U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb; + unicode-range: U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce; } /* noto-serif-hk-[61]-500-normal */ @@ -555,7 +505,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-61-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-61-500-normal.woff) format('woff'); - unicode-range: U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86; + unicode-range: U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a; } /* noto-serif-hk-[62]-500-normal */ @@ -565,7 +515,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-62-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-62-500-normal.woff) format('woff'); - unicode-range: U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63; + unicode-range: U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75; } /* noto-serif-hk-[63]-500-normal */ @@ -575,7 +525,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-63-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-63-500-normal.woff) format('woff'); - unicode-range: U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e; + unicode-range: U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f; } /* noto-serif-hk-[64]-500-normal */ @@ -585,7 +535,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-64-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-64-500-normal.woff) format('woff'); - unicode-range: U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99; + unicode-range: U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7; } /* noto-serif-hk-[65]-500-normal */ @@ -595,7 +545,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-65-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-65-500-normal.woff) format('woff'); - unicode-range: U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956; + unicode-range: U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963; } /* noto-serif-hk-[66]-500-normal */ @@ -605,7 +555,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-66-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-66-500-normal.woff) format('woff'); - unicode-range: U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb; + unicode-range: U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809; } /* noto-serif-hk-[67]-500-normal */ @@ -615,7 +565,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-67-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-67-500-normal.woff) format('woff'); - unicode-range: U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2; + unicode-range: U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be; } /* noto-serif-hk-[68]-500-normal */ @@ -625,7 +575,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-68-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-68-500-normal.woff) format('woff'); - unicode-range: U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534; + unicode-range: U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c; } /* noto-serif-hk-[69]-500-normal */ @@ -635,7 +585,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-69-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-69-500-normal.woff) format('woff'); - unicode-range: U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0; + unicode-range: U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc; } /* noto-serif-hk-[70]-500-normal */ @@ -645,7 +595,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-70-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-70-500-normal.woff) format('woff'); - unicode-range: U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c; + unicode-range: U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0; } /* noto-serif-hk-[71]-500-normal */ @@ -655,7 +605,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-71-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-71-500-normal.woff) format('woff'); - unicode-range: U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e; + unicode-range: U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f; } /* noto-serif-hk-[72]-500-normal */ @@ -665,7 +615,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-72-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-72-500-normal.woff) format('woff'); - unicode-range: U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4; + unicode-range: U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3; } /* noto-serif-hk-[73]-500-normal */ @@ -675,7 +625,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-73-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-73-500-normal.woff) format('woff'); - unicode-range: U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a; + unicode-range: U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80; } /* noto-serif-hk-[74]-500-normal */ @@ -685,7 +635,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-74-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-74-500-normal.woff) format('woff'); - unicode-range: U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced; + unicode-range: U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5; } /* noto-serif-hk-[75]-500-normal */ @@ -695,7 +645,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-75-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-75-500-normal.woff) format('woff'); - unicode-range: U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c; + unicode-range: U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70; } /* noto-serif-hk-[76]-500-normal */ @@ -705,7 +655,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-76-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-76-500-normal.woff) format('woff'); - unicode-range: U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32; + unicode-range: U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34; } /* noto-serif-hk-[77]-500-normal */ @@ -715,7 +665,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-77-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-77-500-normal.woff) format('woff'); - unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb; + unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc; } /* noto-serif-hk-[78]-500-normal */ @@ -725,7 +675,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-78-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-78-500-normal.woff) format('woff'); - unicode-range: U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; + unicode-range: U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; } /* noto-serif-hk-[79]-500-normal */ @@ -735,7 +685,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-79-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-79-500-normal.woff) format('woff'); - unicode-range: U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f; + unicode-range: U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c; } /* noto-serif-hk-[80]-500-normal */ @@ -745,7 +695,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-80-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-80-500-normal.woff) format('woff'); - unicode-range: U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be; + unicode-range: U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7; } /* noto-serif-hk-[81]-500-normal */ @@ -755,7 +705,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-81-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-81-500-normal.woff) format('woff'); - unicode-range: U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d; + unicode-range: U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364; } /* noto-serif-hk-[82]-500-normal */ @@ -765,7 +715,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-82-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-82-500-normal.woff) format('woff'); - unicode-range: U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf; + unicode-range: U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5; } /* noto-serif-hk-[83]-500-normal */ @@ -775,7 +725,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-83-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-83-500-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058; + unicode-range: U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c; } /* noto-serif-hk-[84]-500-normal */ @@ -785,7 +735,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-84-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-84-500-normal.woff) format('woff'); - unicode-range: U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08; } /* noto-serif-hk-[85]-500-normal */ @@ -795,7 +745,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-85-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-85-500-normal.woff) format('woff'); - unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8; + unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1; } /* noto-serif-hk-[86]-500-normal */ @@ -878,16 +828,6 @@ unicode-range: U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a; } -/* noto-serif-hk-[94]-500-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 500; - src: url(./files/noto-serif-hk-94-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-94-500-normal.woff) format('woff'); - unicode-range: U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07; -} - /* noto-serif-hk-[98]-500-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -915,7 +855,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-100-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-100-500-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-hk-[101]-500-normal */ @@ -925,7 +865,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-101-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-101-500-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-hk-[102]-500-normal */ @@ -935,7 +875,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-102-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-102-500-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-hk-[103]-500-normal */ @@ -945,7 +885,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-103-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-103-500-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-hk-[104]-500-normal */ @@ -955,7 +895,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-104-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-104-500-normal.woff) format('woff'); - unicode-range: U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-hk-[105]-500-normal */ @@ -965,7 +905,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-105-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-105-500-normal.woff) format('woff'); - unicode-range: U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-hk-[106]-500-normal */ @@ -975,7 +915,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-106-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-106-500-normal.woff) format('woff'); - unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-hk-[107]-500-normal */ @@ -985,7 +925,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-107-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-107-500-normal.woff) format('woff'); - unicode-range: U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-hk-[108]-500-normal */ @@ -995,7 +935,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-108-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-108-500-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-hk-[109]-500-normal */ @@ -1005,7 +945,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-109-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-109-500-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-hk-[110]-500-normal */ @@ -1065,7 +1005,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-115-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-115-500-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-hk-[116]-500-normal */ @@ -1075,7 +1015,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-116-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-116-500-normal.woff) format('woff'); - unicode-range: U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-hk-[117]-500-normal */ @@ -1085,7 +1025,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-117-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-117-500-normal.woff) format('woff'); - unicode-range: U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-hk-[118]-500-normal */ @@ -1095,7 +1035,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-hk-118-500-normal.woff2) format('woff2'), url(./files/noto-serif-hk-118-500-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-hk-[119]-500-normal */ diff --git a/fonts/google/noto-serif-hk/600.css b/fonts/google/noto-serif-hk/600.css index 32d608e9bd8..b68f492be16 100644 --- a/fonts/google/noto-serif-hk/600.css +++ b/fonts/google/noto-serif-hk/600.css @@ -138,56 +138,6 @@ unicode-range: U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e; } -/* noto-serif-hk-[20]-600-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 600; - src: url(./files/noto-serif-hk-20-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-20-600-normal.woff) format('woff'); - unicode-range: U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018; -} - -/* noto-serif-hk-[21]-600-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 600; - src: url(./files/noto-serif-hk-21-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-21-600-normal.woff) format('woff'); - unicode-range: U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69; -} - -/* noto-serif-hk-[22]-600-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 600; - src: url(./files/noto-serif-hk-22-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-22-600-normal.woff) format('woff'); - unicode-range: U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708; -} - -/* noto-serif-hk-[23]-600-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 600; - src: url(./files/noto-serif-hk-23-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-23-600-normal.woff) format('woff'); - unicode-range: U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0; -} - -/* noto-serif-hk-[24]-600-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 600; - src: url(./files/noto-serif-hk-24-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-24-600-normal.woff) format('woff'); - unicode-range: U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec; -} - /* noto-serif-hk-[25]-600-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -195,7 +145,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-25-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-25-600-normal.woff) format('woff'); - unicode-range: U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; + unicode-range: U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; } /* noto-serif-hk-[26]-600-normal */ @@ -205,7 +155,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-26-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-26-600-normal.woff) format('woff'); - unicode-range: U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26; + unicode-range: U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e; } /* noto-serif-hk-[27]-600-normal */ @@ -215,7 +165,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-27-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-27-600-normal.woff) format('woff'); - unicode-range: U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98; + unicode-range: U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf; } /* noto-serif-hk-[28]-600-normal */ @@ -225,7 +175,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-28-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-28-600-normal.woff) format('woff'); - unicode-range: U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9; + unicode-range: U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a; } /* noto-serif-hk-[29]-600-normal */ @@ -235,7 +185,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-29-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-29-600-normal.woff) format('woff'); - unicode-range: U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a; + unicode-range: U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82; } /* noto-serif-hk-[30]-600-normal */ @@ -245,7 +195,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-30-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-30-600-normal.woff) format('woff'); - unicode-range: U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb; + unicode-range: U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917; } /* noto-serif-hk-[31]-600-normal */ @@ -255,7 +205,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-31-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-31-600-normal.woff) format('woff'); - unicode-range: U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f; + unicode-range: U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6; } /* noto-serif-hk-[32]-600-normal */ @@ -265,7 +215,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-32-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-32-600-normal.woff) format('woff'); - unicode-range: U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601; + unicode-range: U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621; } /* noto-serif-hk-[33]-600-normal */ @@ -275,7 +225,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-33-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-33-600-normal.woff) format('woff'); - unicode-range: U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c; + unicode-range: U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af; } /* noto-serif-hk-[34]-600-normal */ @@ -285,7 +235,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-34-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-34-600-normal.woff) format('woff'); - unicode-range: U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e; + unicode-range: U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387; } /* noto-serif-hk-[35]-600-normal */ @@ -295,7 +245,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-35-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-35-600-normal.woff) format('woff'); - unicode-range: U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267; + unicode-range: U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e; } /* noto-serif-hk-[36]-600-normal */ @@ -305,7 +255,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-36-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-36-600-normal.woff) format('woff'); - unicode-range: U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139; + unicode-range: U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a; } /* noto-serif-hk-[37]-600-normal */ @@ -315,7 +265,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-37-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-37-600-normal.woff) format('woff'); - unicode-range: U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7; + unicode-range: U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2; } /* noto-serif-hk-[38]-600-normal */ @@ -325,7 +275,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-38-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-38-600-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35; + unicode-range: U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e; } /* noto-serif-hk-[39]-600-normal */ @@ -335,7 +285,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-39-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-39-600-normal.woff) format('woff'); - unicode-range: U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda; } /* noto-serif-hk-[40]-600-normal */ @@ -345,7 +295,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-40-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-40-600-normal.woff) format('woff'); - unicode-range: U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22; + unicode-range: U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e; } /* noto-serif-hk-[41]-600-normal */ @@ -355,7 +305,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-41-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-41-600-normal.woff) format('woff'); - unicode-range: U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982; + unicode-range: U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c; } /* noto-serif-hk-[42]-600-normal */ @@ -365,7 +315,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-42-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-42-600-normal.woff) format('woff'); - unicode-range: U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803; + unicode-range: U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818; } /* noto-serif-hk-[43]-600-normal */ @@ -375,7 +325,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-43-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-43-600-normal.woff) format('woff'); - unicode-range: U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695; + unicode-range: U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad; } /* noto-serif-hk-[44]-600-normal */ @@ -385,7 +335,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-44-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-44-600-normal.woff) format('woff'); - unicode-range: U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510; + unicode-range: U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535; } /* noto-serif-hk-[45]-600-normal */ @@ -395,7 +345,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-45-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-45-600-normal.woff) format('woff'); - unicode-range: U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba; + unicode-range: U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd; } /* noto-serif-hk-[46]-600-normal */ @@ -405,7 +355,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-46-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-46-600-normal.woff) format('woff'); - unicode-range: U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a; + unicode-range: U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e; } /* noto-serif-hk-[47]-600-normal */ @@ -415,7 +365,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-47-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-47-600-normal.woff) format('woff'); - unicode-range: U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114; + unicode-range: U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125; } /* noto-serif-hk-[48]-600-normal */ @@ -425,7 +375,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-48-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-48-600-normal.woff) format('woff'); - unicode-range: U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99; + unicode-range: U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf; } /* noto-serif-hk-[49]-600-normal */ @@ -435,7 +385,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-49-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-49-600-normal.woff) format('woff'); - unicode-range: U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a; + unicode-range: U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76; } /* noto-serif-hk-[50]-600-normal */ @@ -445,7 +395,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-50-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-50-600-normal.woff) format('woff'); - unicode-range: U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06; + unicode-range: U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c; } /* noto-serif-hk-[51]-600-normal */ @@ -455,7 +405,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-51-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-51-600-normal.woff) format('woff'); - unicode-range: U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90; + unicode-range: U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2; } /* noto-serif-hk-[52]-600-normal */ @@ -465,7 +415,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-52-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-52-600-normal.woff) format('woff'); - unicode-range: U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a; + unicode-range: U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42; } /* noto-serif-hk-[53]-600-normal */ @@ -475,7 +425,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-53-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-53-600-normal.woff) format('woff'); - unicode-range: U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1; + unicode-range: U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6; } /* noto-serif-hk-[54]-600-normal */ @@ -485,7 +435,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-54-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-54-600-normal.woff) format('woff'); - unicode-range: U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a; + unicode-range: U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d; } /* noto-serif-hk-[55]-600-normal */ @@ -495,7 +445,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-55-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-55-600-normal.woff) format('woff'); - unicode-range: U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600; + unicode-range: U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615; } /* noto-serif-hk-[56]-600-normal */ @@ -505,7 +455,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-56-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-56-600-normal.woff) format('woff'); - unicode-range: U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9; + unicode-range: U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba; } /* noto-serif-hk-[57]-600-normal */ @@ -515,7 +465,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-57-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-57-600-normal.woff) format('woff'); - unicode-range: U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8; + unicode-range: U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb; } /* noto-serif-hk-[58]-600-normal */ @@ -525,7 +475,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-58-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-58-600-normal.woff) format('woff'); - unicode-range: U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264; + unicode-range: U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275; } /* noto-serif-hk-[59]-600-normal */ @@ -535,7 +485,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-59-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-59-600-normal.woff) format('woff'); - unicode-range: U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd; + unicode-range: U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-hk-[60]-600-normal */ @@ -545,7 +495,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-60-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-60-600-normal.woff) format('woff'); - unicode-range: U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb; + unicode-range: U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce; } /* noto-serif-hk-[61]-600-normal */ @@ -555,7 +505,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-61-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-61-600-normal.woff) format('woff'); - unicode-range: U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86; + unicode-range: U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a; } /* noto-serif-hk-[62]-600-normal */ @@ -565,7 +515,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-62-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-62-600-normal.woff) format('woff'); - unicode-range: U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63; + unicode-range: U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75; } /* noto-serif-hk-[63]-600-normal */ @@ -575,7 +525,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-63-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-63-600-normal.woff) format('woff'); - unicode-range: U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e; + unicode-range: U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f; } /* noto-serif-hk-[64]-600-normal */ @@ -585,7 +535,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-64-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-64-600-normal.woff) format('woff'); - unicode-range: U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99; + unicode-range: U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7; } /* noto-serif-hk-[65]-600-normal */ @@ -595,7 +545,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-65-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-65-600-normal.woff) format('woff'); - unicode-range: U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956; + unicode-range: U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963; } /* noto-serif-hk-[66]-600-normal */ @@ -605,7 +555,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-66-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-66-600-normal.woff) format('woff'); - unicode-range: U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb; + unicode-range: U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809; } /* noto-serif-hk-[67]-600-normal */ @@ -615,7 +565,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-67-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-67-600-normal.woff) format('woff'); - unicode-range: U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2; + unicode-range: U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be; } /* noto-serif-hk-[68]-600-normal */ @@ -625,7 +575,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-68-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-68-600-normal.woff) format('woff'); - unicode-range: U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534; + unicode-range: U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c; } /* noto-serif-hk-[69]-600-normal */ @@ -635,7 +585,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-69-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-69-600-normal.woff) format('woff'); - unicode-range: U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0; + unicode-range: U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc; } /* noto-serif-hk-[70]-600-normal */ @@ -645,7 +595,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-70-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-70-600-normal.woff) format('woff'); - unicode-range: U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c; + unicode-range: U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0; } /* noto-serif-hk-[71]-600-normal */ @@ -655,7 +605,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-71-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-71-600-normal.woff) format('woff'); - unicode-range: U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e; + unicode-range: U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f; } /* noto-serif-hk-[72]-600-normal */ @@ -665,7 +615,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-72-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-72-600-normal.woff) format('woff'); - unicode-range: U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4; + unicode-range: U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3; } /* noto-serif-hk-[73]-600-normal */ @@ -675,7 +625,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-73-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-73-600-normal.woff) format('woff'); - unicode-range: U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a; + unicode-range: U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80; } /* noto-serif-hk-[74]-600-normal */ @@ -685,7 +635,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-74-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-74-600-normal.woff) format('woff'); - unicode-range: U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced; + unicode-range: U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5; } /* noto-serif-hk-[75]-600-normal */ @@ -695,7 +645,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-75-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-75-600-normal.woff) format('woff'); - unicode-range: U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c; + unicode-range: U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70; } /* noto-serif-hk-[76]-600-normal */ @@ -705,7 +655,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-76-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-76-600-normal.woff) format('woff'); - unicode-range: U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32; + unicode-range: U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34; } /* noto-serif-hk-[77]-600-normal */ @@ -715,7 +665,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-77-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-77-600-normal.woff) format('woff'); - unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb; + unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc; } /* noto-serif-hk-[78]-600-normal */ @@ -725,7 +675,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-78-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-78-600-normal.woff) format('woff'); - unicode-range: U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; + unicode-range: U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; } /* noto-serif-hk-[79]-600-normal */ @@ -735,7 +685,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-79-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-79-600-normal.woff) format('woff'); - unicode-range: U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f; + unicode-range: U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c; } /* noto-serif-hk-[80]-600-normal */ @@ -745,7 +695,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-80-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-80-600-normal.woff) format('woff'); - unicode-range: U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be; + unicode-range: U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7; } /* noto-serif-hk-[81]-600-normal */ @@ -755,7 +705,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-81-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-81-600-normal.woff) format('woff'); - unicode-range: U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d; + unicode-range: U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364; } /* noto-serif-hk-[82]-600-normal */ @@ -765,7 +715,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-82-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-82-600-normal.woff) format('woff'); - unicode-range: U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf; + unicode-range: U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5; } /* noto-serif-hk-[83]-600-normal */ @@ -775,7 +725,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-83-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-83-600-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058; + unicode-range: U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c; } /* noto-serif-hk-[84]-600-normal */ @@ -785,7 +735,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-84-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-84-600-normal.woff) format('woff'); - unicode-range: U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08; } /* noto-serif-hk-[85]-600-normal */ @@ -795,7 +745,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-85-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-85-600-normal.woff) format('woff'); - unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8; + unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1; } /* noto-serif-hk-[86]-600-normal */ @@ -878,16 +828,6 @@ unicode-range: U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a; } -/* noto-serif-hk-[94]-600-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 600; - src: url(./files/noto-serif-hk-94-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-94-600-normal.woff) format('woff'); - unicode-range: U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07; -} - /* noto-serif-hk-[98]-600-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -915,7 +855,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-100-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-100-600-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-hk-[101]-600-normal */ @@ -925,7 +865,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-101-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-101-600-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-hk-[102]-600-normal */ @@ -935,7 +875,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-102-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-102-600-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-hk-[103]-600-normal */ @@ -945,7 +885,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-103-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-103-600-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-hk-[104]-600-normal */ @@ -955,7 +895,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-104-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-104-600-normal.woff) format('woff'); - unicode-range: U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-hk-[105]-600-normal */ @@ -965,7 +905,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-105-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-105-600-normal.woff) format('woff'); - unicode-range: U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-hk-[106]-600-normal */ @@ -975,7 +915,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-106-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-106-600-normal.woff) format('woff'); - unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-hk-[107]-600-normal */ @@ -985,7 +925,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-107-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-107-600-normal.woff) format('woff'); - unicode-range: U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-hk-[108]-600-normal */ @@ -995,7 +935,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-108-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-108-600-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-hk-[109]-600-normal */ @@ -1005,7 +945,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-109-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-109-600-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-hk-[110]-600-normal */ @@ -1065,7 +1005,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-115-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-115-600-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-hk-[116]-600-normal */ @@ -1075,7 +1015,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-116-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-116-600-normal.woff) format('woff'); - unicode-range: U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-hk-[117]-600-normal */ @@ -1085,7 +1025,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-117-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-117-600-normal.woff) format('woff'); - unicode-range: U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-hk-[118]-600-normal */ @@ -1095,7 +1035,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-hk-118-600-normal.woff2) format('woff2'), url(./files/noto-serif-hk-118-600-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-hk-[119]-600-normal */ diff --git a/fonts/google/noto-serif-hk/700.css b/fonts/google/noto-serif-hk/700.css index eda262be160..9c6bce6ee92 100644 --- a/fonts/google/noto-serif-hk/700.css +++ b/fonts/google/noto-serif-hk/700.css @@ -138,56 +138,6 @@ unicode-range: U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e; } -/* noto-serif-hk-[20]-700-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 700; - src: url(./files/noto-serif-hk-20-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-20-700-normal.woff) format('woff'); - unicode-range: U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018; -} - -/* noto-serif-hk-[21]-700-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 700; - src: url(./files/noto-serif-hk-21-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-21-700-normal.woff) format('woff'); - unicode-range: U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69; -} - -/* noto-serif-hk-[22]-700-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 700; - src: url(./files/noto-serif-hk-22-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-22-700-normal.woff) format('woff'); - unicode-range: U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708; -} - -/* noto-serif-hk-[23]-700-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 700; - src: url(./files/noto-serif-hk-23-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-23-700-normal.woff) format('woff'); - unicode-range: U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0; -} - -/* noto-serif-hk-[24]-700-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 700; - src: url(./files/noto-serif-hk-24-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-24-700-normal.woff) format('woff'); - unicode-range: U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec; -} - /* noto-serif-hk-[25]-700-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -195,7 +145,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-25-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-25-700-normal.woff) format('woff'); - unicode-range: U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; + unicode-range: U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; } /* noto-serif-hk-[26]-700-normal */ @@ -205,7 +155,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-26-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-26-700-normal.woff) format('woff'); - unicode-range: U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26; + unicode-range: U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e; } /* noto-serif-hk-[27]-700-normal */ @@ -215,7 +165,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-27-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-27-700-normal.woff) format('woff'); - unicode-range: U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98; + unicode-range: U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf; } /* noto-serif-hk-[28]-700-normal */ @@ -225,7 +175,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-28-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-28-700-normal.woff) format('woff'); - unicode-range: U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9; + unicode-range: U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a; } /* noto-serif-hk-[29]-700-normal */ @@ -235,7 +185,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-29-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-29-700-normal.woff) format('woff'); - unicode-range: U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a; + unicode-range: U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82; } /* noto-serif-hk-[30]-700-normal */ @@ -245,7 +195,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-30-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-30-700-normal.woff) format('woff'); - unicode-range: U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb; + unicode-range: U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917; } /* noto-serif-hk-[31]-700-normal */ @@ -255,7 +205,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-31-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-31-700-normal.woff) format('woff'); - unicode-range: U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f; + unicode-range: U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6; } /* noto-serif-hk-[32]-700-normal */ @@ -265,7 +215,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-32-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-32-700-normal.woff) format('woff'); - unicode-range: U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601; + unicode-range: U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621; } /* noto-serif-hk-[33]-700-normal */ @@ -275,7 +225,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-33-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-33-700-normal.woff) format('woff'); - unicode-range: U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c; + unicode-range: U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af; } /* noto-serif-hk-[34]-700-normal */ @@ -285,7 +235,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-34-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-34-700-normal.woff) format('woff'); - unicode-range: U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e; + unicode-range: U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387; } /* noto-serif-hk-[35]-700-normal */ @@ -295,7 +245,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-35-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-35-700-normal.woff) format('woff'); - unicode-range: U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267; + unicode-range: U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e; } /* noto-serif-hk-[36]-700-normal */ @@ -305,7 +255,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-36-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-36-700-normal.woff) format('woff'); - unicode-range: U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139; + unicode-range: U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a; } /* noto-serif-hk-[37]-700-normal */ @@ -315,7 +265,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-37-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-37-700-normal.woff) format('woff'); - unicode-range: U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7; + unicode-range: U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2; } /* noto-serif-hk-[38]-700-normal */ @@ -325,7 +275,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-38-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-38-700-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35; + unicode-range: U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e; } /* noto-serif-hk-[39]-700-normal */ @@ -335,7 +285,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-39-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-39-700-normal.woff) format('woff'); - unicode-range: U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda; } /* noto-serif-hk-[40]-700-normal */ @@ -345,7 +295,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-40-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-40-700-normal.woff) format('woff'); - unicode-range: U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22; + unicode-range: U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e; } /* noto-serif-hk-[41]-700-normal */ @@ -355,7 +305,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-41-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-41-700-normal.woff) format('woff'); - unicode-range: U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982; + unicode-range: U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c; } /* noto-serif-hk-[42]-700-normal */ @@ -365,7 +315,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-42-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-42-700-normal.woff) format('woff'); - unicode-range: U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803; + unicode-range: U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818; } /* noto-serif-hk-[43]-700-normal */ @@ -375,7 +325,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-43-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-43-700-normal.woff) format('woff'); - unicode-range: U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695; + unicode-range: U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad; } /* noto-serif-hk-[44]-700-normal */ @@ -385,7 +335,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-44-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-44-700-normal.woff) format('woff'); - unicode-range: U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510; + unicode-range: U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535; } /* noto-serif-hk-[45]-700-normal */ @@ -395,7 +345,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-45-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-45-700-normal.woff) format('woff'); - unicode-range: U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba; + unicode-range: U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd; } /* noto-serif-hk-[46]-700-normal */ @@ -405,7 +355,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-46-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-46-700-normal.woff) format('woff'); - unicode-range: U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a; + unicode-range: U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e; } /* noto-serif-hk-[47]-700-normal */ @@ -415,7 +365,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-47-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-47-700-normal.woff) format('woff'); - unicode-range: U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114; + unicode-range: U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125; } /* noto-serif-hk-[48]-700-normal */ @@ -425,7 +375,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-48-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-48-700-normal.woff) format('woff'); - unicode-range: U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99; + unicode-range: U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf; } /* noto-serif-hk-[49]-700-normal */ @@ -435,7 +385,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-49-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-49-700-normal.woff) format('woff'); - unicode-range: U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a; + unicode-range: U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76; } /* noto-serif-hk-[50]-700-normal */ @@ -445,7 +395,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-50-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-50-700-normal.woff) format('woff'); - unicode-range: U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06; + unicode-range: U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c; } /* noto-serif-hk-[51]-700-normal */ @@ -455,7 +405,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-51-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-51-700-normal.woff) format('woff'); - unicode-range: U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90; + unicode-range: U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2; } /* noto-serif-hk-[52]-700-normal */ @@ -465,7 +415,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-52-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-52-700-normal.woff) format('woff'); - unicode-range: U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a; + unicode-range: U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42; } /* noto-serif-hk-[53]-700-normal */ @@ -475,7 +425,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-53-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-53-700-normal.woff) format('woff'); - unicode-range: U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1; + unicode-range: U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6; } /* noto-serif-hk-[54]-700-normal */ @@ -485,7 +435,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-54-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-54-700-normal.woff) format('woff'); - unicode-range: U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a; + unicode-range: U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d; } /* noto-serif-hk-[55]-700-normal */ @@ -495,7 +445,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-55-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-55-700-normal.woff) format('woff'); - unicode-range: U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600; + unicode-range: U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615; } /* noto-serif-hk-[56]-700-normal */ @@ -505,7 +455,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-56-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-56-700-normal.woff) format('woff'); - unicode-range: U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9; + unicode-range: U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba; } /* noto-serif-hk-[57]-700-normal */ @@ -515,7 +465,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-57-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-57-700-normal.woff) format('woff'); - unicode-range: U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8; + unicode-range: U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb; } /* noto-serif-hk-[58]-700-normal */ @@ -525,7 +475,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-58-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-58-700-normal.woff) format('woff'); - unicode-range: U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264; + unicode-range: U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275; } /* noto-serif-hk-[59]-700-normal */ @@ -535,7 +485,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-59-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-59-700-normal.woff) format('woff'); - unicode-range: U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd; + unicode-range: U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-hk-[60]-700-normal */ @@ -545,7 +495,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-60-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-60-700-normal.woff) format('woff'); - unicode-range: U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb; + unicode-range: U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce; } /* noto-serif-hk-[61]-700-normal */ @@ -555,7 +505,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-61-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-61-700-normal.woff) format('woff'); - unicode-range: U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86; + unicode-range: U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a; } /* noto-serif-hk-[62]-700-normal */ @@ -565,7 +515,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-62-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-62-700-normal.woff) format('woff'); - unicode-range: U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63; + unicode-range: U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75; } /* noto-serif-hk-[63]-700-normal */ @@ -575,7 +525,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-63-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-63-700-normal.woff) format('woff'); - unicode-range: U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e; + unicode-range: U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f; } /* noto-serif-hk-[64]-700-normal */ @@ -585,7 +535,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-64-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-64-700-normal.woff) format('woff'); - unicode-range: U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99; + unicode-range: U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7; } /* noto-serif-hk-[65]-700-normal */ @@ -595,7 +545,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-65-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-65-700-normal.woff) format('woff'); - unicode-range: U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956; + unicode-range: U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963; } /* noto-serif-hk-[66]-700-normal */ @@ -605,7 +555,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-66-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-66-700-normal.woff) format('woff'); - unicode-range: U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb; + unicode-range: U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809; } /* noto-serif-hk-[67]-700-normal */ @@ -615,7 +565,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-67-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-67-700-normal.woff) format('woff'); - unicode-range: U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2; + unicode-range: U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be; } /* noto-serif-hk-[68]-700-normal */ @@ -625,7 +575,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-68-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-68-700-normal.woff) format('woff'); - unicode-range: U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534; + unicode-range: U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c; } /* noto-serif-hk-[69]-700-normal */ @@ -635,7 +585,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-69-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-69-700-normal.woff) format('woff'); - unicode-range: U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0; + unicode-range: U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc; } /* noto-serif-hk-[70]-700-normal */ @@ -645,7 +595,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-70-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-70-700-normal.woff) format('woff'); - unicode-range: U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c; + unicode-range: U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0; } /* noto-serif-hk-[71]-700-normal */ @@ -655,7 +605,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-71-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-71-700-normal.woff) format('woff'); - unicode-range: U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e; + unicode-range: U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f; } /* noto-serif-hk-[72]-700-normal */ @@ -665,7 +615,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-72-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-72-700-normal.woff) format('woff'); - unicode-range: U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4; + unicode-range: U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3; } /* noto-serif-hk-[73]-700-normal */ @@ -675,7 +625,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-73-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-73-700-normal.woff) format('woff'); - unicode-range: U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a; + unicode-range: U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80; } /* noto-serif-hk-[74]-700-normal */ @@ -685,7 +635,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-74-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-74-700-normal.woff) format('woff'); - unicode-range: U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced; + unicode-range: U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5; } /* noto-serif-hk-[75]-700-normal */ @@ -695,7 +645,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-75-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-75-700-normal.woff) format('woff'); - unicode-range: U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c; + unicode-range: U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70; } /* noto-serif-hk-[76]-700-normal */ @@ -705,7 +655,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-76-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-76-700-normal.woff) format('woff'); - unicode-range: U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32; + unicode-range: U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34; } /* noto-serif-hk-[77]-700-normal */ @@ -715,7 +665,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-77-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-77-700-normal.woff) format('woff'); - unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb; + unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc; } /* noto-serif-hk-[78]-700-normal */ @@ -725,7 +675,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-78-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-78-700-normal.woff) format('woff'); - unicode-range: U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; + unicode-range: U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; } /* noto-serif-hk-[79]-700-normal */ @@ -735,7 +685,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-79-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-79-700-normal.woff) format('woff'); - unicode-range: U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f; + unicode-range: U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c; } /* noto-serif-hk-[80]-700-normal */ @@ -745,7 +695,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-80-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-80-700-normal.woff) format('woff'); - unicode-range: U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be; + unicode-range: U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7; } /* noto-serif-hk-[81]-700-normal */ @@ -755,7 +705,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-81-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-81-700-normal.woff) format('woff'); - unicode-range: U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d; + unicode-range: U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364; } /* noto-serif-hk-[82]-700-normal */ @@ -765,7 +715,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-82-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-82-700-normal.woff) format('woff'); - unicode-range: U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf; + unicode-range: U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5; } /* noto-serif-hk-[83]-700-normal */ @@ -775,7 +725,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-83-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-83-700-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058; + unicode-range: U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c; } /* noto-serif-hk-[84]-700-normal */ @@ -785,7 +735,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-84-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-84-700-normal.woff) format('woff'); - unicode-range: U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08; } /* noto-serif-hk-[85]-700-normal */ @@ -795,7 +745,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-85-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-85-700-normal.woff) format('woff'); - unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8; + unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1; } /* noto-serif-hk-[86]-700-normal */ @@ -878,16 +828,6 @@ unicode-range: U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a; } -/* noto-serif-hk-[94]-700-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 700; - src: url(./files/noto-serif-hk-94-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-94-700-normal.woff) format('woff'); - unicode-range: U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07; -} - /* noto-serif-hk-[98]-700-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -915,7 +855,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-100-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-100-700-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-hk-[101]-700-normal */ @@ -925,7 +865,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-101-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-101-700-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-hk-[102]-700-normal */ @@ -935,7 +875,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-102-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-102-700-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-hk-[103]-700-normal */ @@ -945,7 +885,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-103-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-103-700-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-hk-[104]-700-normal */ @@ -955,7 +895,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-104-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-104-700-normal.woff) format('woff'); - unicode-range: U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-hk-[105]-700-normal */ @@ -965,7 +905,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-105-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-105-700-normal.woff) format('woff'); - unicode-range: U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-hk-[106]-700-normal */ @@ -975,7 +915,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-106-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-106-700-normal.woff) format('woff'); - unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-hk-[107]-700-normal */ @@ -985,7 +925,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-107-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-107-700-normal.woff) format('woff'); - unicode-range: U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-hk-[108]-700-normal */ @@ -995,7 +935,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-108-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-108-700-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-hk-[109]-700-normal */ @@ -1005,7 +945,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-109-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-109-700-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-hk-[110]-700-normal */ @@ -1065,7 +1005,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-115-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-115-700-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-hk-[116]-700-normal */ @@ -1075,7 +1015,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-116-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-116-700-normal.woff) format('woff'); - unicode-range: U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-hk-[117]-700-normal */ @@ -1085,7 +1025,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-117-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-117-700-normal.woff) format('woff'); - unicode-range: U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-hk-[118]-700-normal */ @@ -1095,7 +1035,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-hk-118-700-normal.woff2) format('woff2'), url(./files/noto-serif-hk-118-700-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-hk-[119]-700-normal */ diff --git a/fonts/google/noto-serif-hk/800.css b/fonts/google/noto-serif-hk/800.css index 2a434124fcb..1741338c959 100644 --- a/fonts/google/noto-serif-hk/800.css +++ b/fonts/google/noto-serif-hk/800.css @@ -138,56 +138,6 @@ unicode-range: U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e; } -/* noto-serif-hk-[20]-800-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 800; - src: url(./files/noto-serif-hk-20-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-20-800-normal.woff) format('woff'); - unicode-range: U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018; -} - -/* noto-serif-hk-[21]-800-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 800; - src: url(./files/noto-serif-hk-21-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-21-800-normal.woff) format('woff'); - unicode-range: U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69; -} - -/* noto-serif-hk-[22]-800-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 800; - src: url(./files/noto-serif-hk-22-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-22-800-normal.woff) format('woff'); - unicode-range: U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708; -} - -/* noto-serif-hk-[23]-800-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 800; - src: url(./files/noto-serif-hk-23-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-23-800-normal.woff) format('woff'); - unicode-range: U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0; -} - -/* noto-serif-hk-[24]-800-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 800; - src: url(./files/noto-serif-hk-24-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-24-800-normal.woff) format('woff'); - unicode-range: U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec; -} - /* noto-serif-hk-[25]-800-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -195,7 +145,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-25-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-25-800-normal.woff) format('woff'); - unicode-range: U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; + unicode-range: U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; } /* noto-serif-hk-[26]-800-normal */ @@ -205,7 +155,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-26-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-26-800-normal.woff) format('woff'); - unicode-range: U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26; + unicode-range: U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e; } /* noto-serif-hk-[27]-800-normal */ @@ -215,7 +165,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-27-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-27-800-normal.woff) format('woff'); - unicode-range: U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98; + unicode-range: U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf; } /* noto-serif-hk-[28]-800-normal */ @@ -225,7 +175,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-28-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-28-800-normal.woff) format('woff'); - unicode-range: U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9; + unicode-range: U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a; } /* noto-serif-hk-[29]-800-normal */ @@ -235,7 +185,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-29-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-29-800-normal.woff) format('woff'); - unicode-range: U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a; + unicode-range: U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82; } /* noto-serif-hk-[30]-800-normal */ @@ -245,7 +195,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-30-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-30-800-normal.woff) format('woff'); - unicode-range: U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb; + unicode-range: U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917; } /* noto-serif-hk-[31]-800-normal */ @@ -255,7 +205,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-31-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-31-800-normal.woff) format('woff'); - unicode-range: U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f; + unicode-range: U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6; } /* noto-serif-hk-[32]-800-normal */ @@ -265,7 +215,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-32-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-32-800-normal.woff) format('woff'); - unicode-range: U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601; + unicode-range: U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621; } /* noto-serif-hk-[33]-800-normal */ @@ -275,7 +225,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-33-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-33-800-normal.woff) format('woff'); - unicode-range: U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c; + unicode-range: U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af; } /* noto-serif-hk-[34]-800-normal */ @@ -285,7 +235,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-34-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-34-800-normal.woff) format('woff'); - unicode-range: U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e; + unicode-range: U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387; } /* noto-serif-hk-[35]-800-normal */ @@ -295,7 +245,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-35-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-35-800-normal.woff) format('woff'); - unicode-range: U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267; + unicode-range: U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e; } /* noto-serif-hk-[36]-800-normal */ @@ -305,7 +255,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-36-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-36-800-normal.woff) format('woff'); - unicode-range: U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139; + unicode-range: U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a; } /* noto-serif-hk-[37]-800-normal */ @@ -315,7 +265,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-37-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-37-800-normal.woff) format('woff'); - unicode-range: U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7; + unicode-range: U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2; } /* noto-serif-hk-[38]-800-normal */ @@ -325,7 +275,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-38-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-38-800-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35; + unicode-range: U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e; } /* noto-serif-hk-[39]-800-normal */ @@ -335,7 +285,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-39-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-39-800-normal.woff) format('woff'); - unicode-range: U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda; } /* noto-serif-hk-[40]-800-normal */ @@ -345,7 +295,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-40-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-40-800-normal.woff) format('woff'); - unicode-range: U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22; + unicode-range: U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e; } /* noto-serif-hk-[41]-800-normal */ @@ -355,7 +305,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-41-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-41-800-normal.woff) format('woff'); - unicode-range: U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982; + unicode-range: U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c; } /* noto-serif-hk-[42]-800-normal */ @@ -365,7 +315,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-42-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-42-800-normal.woff) format('woff'); - unicode-range: U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803; + unicode-range: U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818; } /* noto-serif-hk-[43]-800-normal */ @@ -375,7 +325,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-43-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-43-800-normal.woff) format('woff'); - unicode-range: U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695; + unicode-range: U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad; } /* noto-serif-hk-[44]-800-normal */ @@ -385,7 +335,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-44-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-44-800-normal.woff) format('woff'); - unicode-range: U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510; + unicode-range: U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535; } /* noto-serif-hk-[45]-800-normal */ @@ -395,7 +345,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-45-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-45-800-normal.woff) format('woff'); - unicode-range: U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba; + unicode-range: U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd; } /* noto-serif-hk-[46]-800-normal */ @@ -405,7 +355,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-46-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-46-800-normal.woff) format('woff'); - unicode-range: U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a; + unicode-range: U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e; } /* noto-serif-hk-[47]-800-normal */ @@ -415,7 +365,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-47-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-47-800-normal.woff) format('woff'); - unicode-range: U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114; + unicode-range: U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125; } /* noto-serif-hk-[48]-800-normal */ @@ -425,7 +375,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-48-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-48-800-normal.woff) format('woff'); - unicode-range: U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99; + unicode-range: U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf; } /* noto-serif-hk-[49]-800-normal */ @@ -435,7 +385,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-49-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-49-800-normal.woff) format('woff'); - unicode-range: U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a; + unicode-range: U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76; } /* noto-serif-hk-[50]-800-normal */ @@ -445,7 +395,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-50-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-50-800-normal.woff) format('woff'); - unicode-range: U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06; + unicode-range: U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c; } /* noto-serif-hk-[51]-800-normal */ @@ -455,7 +405,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-51-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-51-800-normal.woff) format('woff'); - unicode-range: U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90; + unicode-range: U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2; } /* noto-serif-hk-[52]-800-normal */ @@ -465,7 +415,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-52-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-52-800-normal.woff) format('woff'); - unicode-range: U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a; + unicode-range: U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42; } /* noto-serif-hk-[53]-800-normal */ @@ -475,7 +425,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-53-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-53-800-normal.woff) format('woff'); - unicode-range: U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1; + unicode-range: U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6; } /* noto-serif-hk-[54]-800-normal */ @@ -485,7 +435,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-54-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-54-800-normal.woff) format('woff'); - unicode-range: U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a; + unicode-range: U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d; } /* noto-serif-hk-[55]-800-normal */ @@ -495,7 +445,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-55-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-55-800-normal.woff) format('woff'); - unicode-range: U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600; + unicode-range: U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615; } /* noto-serif-hk-[56]-800-normal */ @@ -505,7 +455,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-56-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-56-800-normal.woff) format('woff'); - unicode-range: U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9; + unicode-range: U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba; } /* noto-serif-hk-[57]-800-normal */ @@ -515,7 +465,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-57-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-57-800-normal.woff) format('woff'); - unicode-range: U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8; + unicode-range: U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb; } /* noto-serif-hk-[58]-800-normal */ @@ -525,7 +475,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-58-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-58-800-normal.woff) format('woff'); - unicode-range: U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264; + unicode-range: U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275; } /* noto-serif-hk-[59]-800-normal */ @@ -535,7 +485,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-59-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-59-800-normal.woff) format('woff'); - unicode-range: U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd; + unicode-range: U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-hk-[60]-800-normal */ @@ -545,7 +495,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-60-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-60-800-normal.woff) format('woff'); - unicode-range: U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb; + unicode-range: U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce; } /* noto-serif-hk-[61]-800-normal */ @@ -555,7 +505,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-61-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-61-800-normal.woff) format('woff'); - unicode-range: U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86; + unicode-range: U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a; } /* noto-serif-hk-[62]-800-normal */ @@ -565,7 +515,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-62-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-62-800-normal.woff) format('woff'); - unicode-range: U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63; + unicode-range: U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75; } /* noto-serif-hk-[63]-800-normal */ @@ -575,7 +525,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-63-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-63-800-normal.woff) format('woff'); - unicode-range: U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e; + unicode-range: U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f; } /* noto-serif-hk-[64]-800-normal */ @@ -585,7 +535,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-64-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-64-800-normal.woff) format('woff'); - unicode-range: U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99; + unicode-range: U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7; } /* noto-serif-hk-[65]-800-normal */ @@ -595,7 +545,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-65-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-65-800-normal.woff) format('woff'); - unicode-range: U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956; + unicode-range: U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963; } /* noto-serif-hk-[66]-800-normal */ @@ -605,7 +555,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-66-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-66-800-normal.woff) format('woff'); - unicode-range: U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb; + unicode-range: U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809; } /* noto-serif-hk-[67]-800-normal */ @@ -615,7 +565,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-67-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-67-800-normal.woff) format('woff'); - unicode-range: U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2; + unicode-range: U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be; } /* noto-serif-hk-[68]-800-normal */ @@ -625,7 +575,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-68-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-68-800-normal.woff) format('woff'); - unicode-range: U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534; + unicode-range: U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c; } /* noto-serif-hk-[69]-800-normal */ @@ -635,7 +585,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-69-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-69-800-normal.woff) format('woff'); - unicode-range: U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0; + unicode-range: U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc; } /* noto-serif-hk-[70]-800-normal */ @@ -645,7 +595,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-70-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-70-800-normal.woff) format('woff'); - unicode-range: U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c; + unicode-range: U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0; } /* noto-serif-hk-[71]-800-normal */ @@ -655,7 +605,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-71-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-71-800-normal.woff) format('woff'); - unicode-range: U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e; + unicode-range: U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f; } /* noto-serif-hk-[72]-800-normal */ @@ -665,7 +615,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-72-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-72-800-normal.woff) format('woff'); - unicode-range: U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4; + unicode-range: U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3; } /* noto-serif-hk-[73]-800-normal */ @@ -675,7 +625,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-73-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-73-800-normal.woff) format('woff'); - unicode-range: U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a; + unicode-range: U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80; } /* noto-serif-hk-[74]-800-normal */ @@ -685,7 +635,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-74-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-74-800-normal.woff) format('woff'); - unicode-range: U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced; + unicode-range: U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5; } /* noto-serif-hk-[75]-800-normal */ @@ -695,7 +645,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-75-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-75-800-normal.woff) format('woff'); - unicode-range: U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c; + unicode-range: U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70; } /* noto-serif-hk-[76]-800-normal */ @@ -705,7 +655,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-76-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-76-800-normal.woff) format('woff'); - unicode-range: U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32; + unicode-range: U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34; } /* noto-serif-hk-[77]-800-normal */ @@ -715,7 +665,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-77-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-77-800-normal.woff) format('woff'); - unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb; + unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc; } /* noto-serif-hk-[78]-800-normal */ @@ -725,7 +675,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-78-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-78-800-normal.woff) format('woff'); - unicode-range: U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; + unicode-range: U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; } /* noto-serif-hk-[79]-800-normal */ @@ -735,7 +685,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-79-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-79-800-normal.woff) format('woff'); - unicode-range: U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f; + unicode-range: U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c; } /* noto-serif-hk-[80]-800-normal */ @@ -745,7 +695,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-80-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-80-800-normal.woff) format('woff'); - unicode-range: U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be; + unicode-range: U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7; } /* noto-serif-hk-[81]-800-normal */ @@ -755,7 +705,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-81-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-81-800-normal.woff) format('woff'); - unicode-range: U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d; + unicode-range: U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364; } /* noto-serif-hk-[82]-800-normal */ @@ -765,7 +715,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-82-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-82-800-normal.woff) format('woff'); - unicode-range: U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf; + unicode-range: U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5; } /* noto-serif-hk-[83]-800-normal */ @@ -775,7 +725,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-83-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-83-800-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058; + unicode-range: U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c; } /* noto-serif-hk-[84]-800-normal */ @@ -785,7 +735,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-84-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-84-800-normal.woff) format('woff'); - unicode-range: U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08; } /* noto-serif-hk-[85]-800-normal */ @@ -795,7 +745,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-85-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-85-800-normal.woff) format('woff'); - unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8; + unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1; } /* noto-serif-hk-[86]-800-normal */ @@ -878,16 +828,6 @@ unicode-range: U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a; } -/* noto-serif-hk-[94]-800-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 800; - src: url(./files/noto-serif-hk-94-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-94-800-normal.woff) format('woff'); - unicode-range: U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07; -} - /* noto-serif-hk-[98]-800-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -915,7 +855,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-100-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-100-800-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-hk-[101]-800-normal */ @@ -925,7 +865,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-101-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-101-800-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-hk-[102]-800-normal */ @@ -935,7 +875,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-102-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-102-800-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-hk-[103]-800-normal */ @@ -945,7 +885,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-103-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-103-800-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-hk-[104]-800-normal */ @@ -955,7 +895,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-104-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-104-800-normal.woff) format('woff'); - unicode-range: U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-hk-[105]-800-normal */ @@ -965,7 +905,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-105-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-105-800-normal.woff) format('woff'); - unicode-range: U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-hk-[106]-800-normal */ @@ -975,7 +915,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-106-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-106-800-normal.woff) format('woff'); - unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-hk-[107]-800-normal */ @@ -985,7 +925,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-107-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-107-800-normal.woff) format('woff'); - unicode-range: U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-hk-[108]-800-normal */ @@ -995,7 +935,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-108-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-108-800-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-hk-[109]-800-normal */ @@ -1005,7 +945,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-109-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-109-800-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-hk-[110]-800-normal */ @@ -1065,7 +1005,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-115-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-115-800-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-hk-[116]-800-normal */ @@ -1075,7 +1015,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-116-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-116-800-normal.woff) format('woff'); - unicode-range: U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-hk-[117]-800-normal */ @@ -1085,7 +1025,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-117-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-117-800-normal.woff) format('woff'); - unicode-range: U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-hk-[118]-800-normal */ @@ -1095,7 +1035,7 @@ font-display: swap; font-weight: 800; src: url(./files/noto-serif-hk-118-800-normal.woff2) format('woff2'), url(./files/noto-serif-hk-118-800-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-hk-[119]-800-normal */ diff --git a/fonts/google/noto-serif-hk/900.css b/fonts/google/noto-serif-hk/900.css index 7fb9a3eb4e1..05ae777b8d5 100644 --- a/fonts/google/noto-serif-hk/900.css +++ b/fonts/google/noto-serif-hk/900.css @@ -138,56 +138,6 @@ unicode-range: U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e; } -/* noto-serif-hk-[20]-900-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 900; - src: url(./files/noto-serif-hk-20-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-20-900-normal.woff) format('woff'); - unicode-range: U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018; -} - -/* noto-serif-hk-[21]-900-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 900; - src: url(./files/noto-serif-hk-21-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-21-900-normal.woff) format('woff'); - unicode-range: U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69; -} - -/* noto-serif-hk-[22]-900-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 900; - src: url(./files/noto-serif-hk-22-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-22-900-normal.woff) format('woff'); - unicode-range: U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708; -} - -/* noto-serif-hk-[23]-900-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 900; - src: url(./files/noto-serif-hk-23-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-23-900-normal.woff) format('woff'); - unicode-range: U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0; -} - -/* noto-serif-hk-[24]-900-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 900; - src: url(./files/noto-serif-hk-24-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-24-900-normal.woff) format('woff'); - unicode-range: U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec; -} - /* noto-serif-hk-[25]-900-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -195,7 +145,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-25-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-25-900-normal.woff) format('woff'); - unicode-range: U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; + unicode-range: U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; } /* noto-serif-hk-[26]-900-normal */ @@ -205,7 +155,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-26-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-26-900-normal.woff) format('woff'); - unicode-range: U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26; + unicode-range: U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e; } /* noto-serif-hk-[27]-900-normal */ @@ -215,7 +165,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-27-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-27-900-normal.woff) format('woff'); - unicode-range: U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98; + unicode-range: U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf; } /* noto-serif-hk-[28]-900-normal */ @@ -225,7 +175,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-28-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-28-900-normal.woff) format('woff'); - unicode-range: U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9; + unicode-range: U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a; } /* noto-serif-hk-[29]-900-normal */ @@ -235,7 +185,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-29-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-29-900-normal.woff) format('woff'); - unicode-range: U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a; + unicode-range: U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82; } /* noto-serif-hk-[30]-900-normal */ @@ -245,7 +195,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-30-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-30-900-normal.woff) format('woff'); - unicode-range: U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb; + unicode-range: U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917; } /* noto-serif-hk-[31]-900-normal */ @@ -255,7 +205,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-31-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-31-900-normal.woff) format('woff'); - unicode-range: U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f; + unicode-range: U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6; } /* noto-serif-hk-[32]-900-normal */ @@ -265,7 +215,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-32-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-32-900-normal.woff) format('woff'); - unicode-range: U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601; + unicode-range: U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621; } /* noto-serif-hk-[33]-900-normal */ @@ -275,7 +225,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-33-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-33-900-normal.woff) format('woff'); - unicode-range: U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c; + unicode-range: U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af; } /* noto-serif-hk-[34]-900-normal */ @@ -285,7 +235,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-34-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-34-900-normal.woff) format('woff'); - unicode-range: U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e; + unicode-range: U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387; } /* noto-serif-hk-[35]-900-normal */ @@ -295,7 +245,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-35-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-35-900-normal.woff) format('woff'); - unicode-range: U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267; + unicode-range: U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e; } /* noto-serif-hk-[36]-900-normal */ @@ -305,7 +255,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-36-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-36-900-normal.woff) format('woff'); - unicode-range: U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139; + unicode-range: U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a; } /* noto-serif-hk-[37]-900-normal */ @@ -315,7 +265,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-37-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-37-900-normal.woff) format('woff'); - unicode-range: U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7; + unicode-range: U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2; } /* noto-serif-hk-[38]-900-normal */ @@ -325,7 +275,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-38-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-38-900-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35; + unicode-range: U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e; } /* noto-serif-hk-[39]-900-normal */ @@ -335,7 +285,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-39-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-39-900-normal.woff) format('woff'); - unicode-range: U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda; } /* noto-serif-hk-[40]-900-normal */ @@ -345,7 +295,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-40-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-40-900-normal.woff) format('woff'); - unicode-range: U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22; + unicode-range: U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e; } /* noto-serif-hk-[41]-900-normal */ @@ -355,7 +305,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-41-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-41-900-normal.woff) format('woff'); - unicode-range: U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982; + unicode-range: U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c; } /* noto-serif-hk-[42]-900-normal */ @@ -365,7 +315,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-42-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-42-900-normal.woff) format('woff'); - unicode-range: U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803; + unicode-range: U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818; } /* noto-serif-hk-[43]-900-normal */ @@ -375,7 +325,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-43-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-43-900-normal.woff) format('woff'); - unicode-range: U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695; + unicode-range: U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad; } /* noto-serif-hk-[44]-900-normal */ @@ -385,7 +335,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-44-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-44-900-normal.woff) format('woff'); - unicode-range: U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510; + unicode-range: U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535; } /* noto-serif-hk-[45]-900-normal */ @@ -395,7 +345,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-45-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-45-900-normal.woff) format('woff'); - unicode-range: U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba; + unicode-range: U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd; } /* noto-serif-hk-[46]-900-normal */ @@ -405,7 +355,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-46-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-46-900-normal.woff) format('woff'); - unicode-range: U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a; + unicode-range: U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e; } /* noto-serif-hk-[47]-900-normal */ @@ -415,7 +365,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-47-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-47-900-normal.woff) format('woff'); - unicode-range: U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114; + unicode-range: U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125; } /* noto-serif-hk-[48]-900-normal */ @@ -425,7 +375,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-48-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-48-900-normal.woff) format('woff'); - unicode-range: U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99; + unicode-range: U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf; } /* noto-serif-hk-[49]-900-normal */ @@ -435,7 +385,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-49-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-49-900-normal.woff) format('woff'); - unicode-range: U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a; + unicode-range: U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76; } /* noto-serif-hk-[50]-900-normal */ @@ -445,7 +395,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-50-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-50-900-normal.woff) format('woff'); - unicode-range: U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06; + unicode-range: U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c; } /* noto-serif-hk-[51]-900-normal */ @@ -455,7 +405,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-51-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-51-900-normal.woff) format('woff'); - unicode-range: U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90; + unicode-range: U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2; } /* noto-serif-hk-[52]-900-normal */ @@ -465,7 +415,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-52-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-52-900-normal.woff) format('woff'); - unicode-range: U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a; + unicode-range: U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42; } /* noto-serif-hk-[53]-900-normal */ @@ -475,7 +425,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-53-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-53-900-normal.woff) format('woff'); - unicode-range: U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1; + unicode-range: U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6; } /* noto-serif-hk-[54]-900-normal */ @@ -485,7 +435,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-54-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-54-900-normal.woff) format('woff'); - unicode-range: U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a; + unicode-range: U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d; } /* noto-serif-hk-[55]-900-normal */ @@ -495,7 +445,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-55-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-55-900-normal.woff) format('woff'); - unicode-range: U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600; + unicode-range: U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615; } /* noto-serif-hk-[56]-900-normal */ @@ -505,7 +455,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-56-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-56-900-normal.woff) format('woff'); - unicode-range: U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9; + unicode-range: U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba; } /* noto-serif-hk-[57]-900-normal */ @@ -515,7 +465,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-57-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-57-900-normal.woff) format('woff'); - unicode-range: U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8; + unicode-range: U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb; } /* noto-serif-hk-[58]-900-normal */ @@ -525,7 +475,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-58-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-58-900-normal.woff) format('woff'); - unicode-range: U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264; + unicode-range: U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275; } /* noto-serif-hk-[59]-900-normal */ @@ -535,7 +485,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-59-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-59-900-normal.woff) format('woff'); - unicode-range: U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd; + unicode-range: U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-hk-[60]-900-normal */ @@ -545,7 +495,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-60-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-60-900-normal.woff) format('woff'); - unicode-range: U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb; + unicode-range: U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce; } /* noto-serif-hk-[61]-900-normal */ @@ -555,7 +505,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-61-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-61-900-normal.woff) format('woff'); - unicode-range: U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86; + unicode-range: U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a; } /* noto-serif-hk-[62]-900-normal */ @@ -565,7 +515,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-62-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-62-900-normal.woff) format('woff'); - unicode-range: U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63; + unicode-range: U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75; } /* noto-serif-hk-[63]-900-normal */ @@ -575,7 +525,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-63-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-63-900-normal.woff) format('woff'); - unicode-range: U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e; + unicode-range: U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f; } /* noto-serif-hk-[64]-900-normal */ @@ -585,7 +535,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-64-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-64-900-normal.woff) format('woff'); - unicode-range: U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99; + unicode-range: U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7; } /* noto-serif-hk-[65]-900-normal */ @@ -595,7 +545,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-65-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-65-900-normal.woff) format('woff'); - unicode-range: U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956; + unicode-range: U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963; } /* noto-serif-hk-[66]-900-normal */ @@ -605,7 +555,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-66-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-66-900-normal.woff) format('woff'); - unicode-range: U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb; + unicode-range: U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809; } /* noto-serif-hk-[67]-900-normal */ @@ -615,7 +565,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-67-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-67-900-normal.woff) format('woff'); - unicode-range: U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2; + unicode-range: U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be; } /* noto-serif-hk-[68]-900-normal */ @@ -625,7 +575,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-68-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-68-900-normal.woff) format('woff'); - unicode-range: U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534; + unicode-range: U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c; } /* noto-serif-hk-[69]-900-normal */ @@ -635,7 +585,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-69-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-69-900-normal.woff) format('woff'); - unicode-range: U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0; + unicode-range: U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc; } /* noto-serif-hk-[70]-900-normal */ @@ -645,7 +595,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-70-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-70-900-normal.woff) format('woff'); - unicode-range: U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c; + unicode-range: U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0; } /* noto-serif-hk-[71]-900-normal */ @@ -655,7 +605,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-71-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-71-900-normal.woff) format('woff'); - unicode-range: U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e; + unicode-range: U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f; } /* noto-serif-hk-[72]-900-normal */ @@ -665,7 +615,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-72-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-72-900-normal.woff) format('woff'); - unicode-range: U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4; + unicode-range: U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3; } /* noto-serif-hk-[73]-900-normal */ @@ -675,7 +625,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-73-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-73-900-normal.woff) format('woff'); - unicode-range: U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a; + unicode-range: U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80; } /* noto-serif-hk-[74]-900-normal */ @@ -685,7 +635,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-74-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-74-900-normal.woff) format('woff'); - unicode-range: U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced; + unicode-range: U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5; } /* noto-serif-hk-[75]-900-normal */ @@ -695,7 +645,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-75-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-75-900-normal.woff) format('woff'); - unicode-range: U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c; + unicode-range: U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70; } /* noto-serif-hk-[76]-900-normal */ @@ -705,7 +655,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-76-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-76-900-normal.woff) format('woff'); - unicode-range: U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32; + unicode-range: U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34; } /* noto-serif-hk-[77]-900-normal */ @@ -715,7 +665,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-77-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-77-900-normal.woff) format('woff'); - unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb; + unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc; } /* noto-serif-hk-[78]-900-normal */ @@ -725,7 +675,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-78-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-78-900-normal.woff) format('woff'); - unicode-range: U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; + unicode-range: U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; } /* noto-serif-hk-[79]-900-normal */ @@ -735,7 +685,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-79-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-79-900-normal.woff) format('woff'); - unicode-range: U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f; + unicode-range: U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c; } /* noto-serif-hk-[80]-900-normal */ @@ -745,7 +695,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-80-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-80-900-normal.woff) format('woff'); - unicode-range: U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be; + unicode-range: U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7; } /* noto-serif-hk-[81]-900-normal */ @@ -755,7 +705,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-81-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-81-900-normal.woff) format('woff'); - unicode-range: U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d; + unicode-range: U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364; } /* noto-serif-hk-[82]-900-normal */ @@ -765,7 +715,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-82-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-82-900-normal.woff) format('woff'); - unicode-range: U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf; + unicode-range: U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5; } /* noto-serif-hk-[83]-900-normal */ @@ -775,7 +725,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-83-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-83-900-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058; + unicode-range: U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c; } /* noto-serif-hk-[84]-900-normal */ @@ -785,7 +735,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-84-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-84-900-normal.woff) format('woff'); - unicode-range: U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08; } /* noto-serif-hk-[85]-900-normal */ @@ -795,7 +745,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-85-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-85-900-normal.woff) format('woff'); - unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8; + unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1; } /* noto-serif-hk-[86]-900-normal */ @@ -878,16 +828,6 @@ unicode-range: U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a; } -/* noto-serif-hk-[94]-900-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 900; - src: url(./files/noto-serif-hk-94-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-94-900-normal.woff) format('woff'); - unicode-range: U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07; -} - /* noto-serif-hk-[98]-900-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -915,7 +855,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-100-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-100-900-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-hk-[101]-900-normal */ @@ -925,7 +865,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-101-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-101-900-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-hk-[102]-900-normal */ @@ -935,7 +875,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-102-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-102-900-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-hk-[103]-900-normal */ @@ -945,7 +885,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-103-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-103-900-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-hk-[104]-900-normal */ @@ -955,7 +895,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-104-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-104-900-normal.woff) format('woff'); - unicode-range: U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-hk-[105]-900-normal */ @@ -965,7 +905,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-105-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-105-900-normal.woff) format('woff'); - unicode-range: U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-hk-[106]-900-normal */ @@ -975,7 +915,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-106-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-106-900-normal.woff) format('woff'); - unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-hk-[107]-900-normal */ @@ -985,7 +925,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-107-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-107-900-normal.woff) format('woff'); - unicode-range: U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-hk-[108]-900-normal */ @@ -995,7 +935,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-108-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-108-900-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-hk-[109]-900-normal */ @@ -1005,7 +945,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-109-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-109-900-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-hk-[110]-900-normal */ @@ -1065,7 +1005,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-115-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-115-900-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-hk-[116]-900-normal */ @@ -1075,7 +1015,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-116-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-116-900-normal.woff) format('woff'); - unicode-range: U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-hk-[117]-900-normal */ @@ -1085,7 +1025,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-117-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-117-900-normal.woff) format('woff'); - unicode-range: U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-hk-[118]-900-normal */ @@ -1095,7 +1035,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-hk-118-900-normal.woff2) format('woff2'), url(./files/noto-serif-hk-118-900-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-hk-[119]-900-normal */ diff --git a/fonts/google/noto-serif-hk/LICENSE b/fonts/google/noto-serif-hk/LICENSE index b383feba255..664f22fa729 100644 --- a/fonts/google/noto-serif-hk/LICENSE +++ b/fonts/google/noto-serif-hk/LICENSE @@ -1,4 +1,4 @@ -(c) 2017-2022 Adobe (http://www.adobe.com/). +(c) 2017-2023 Adobe (http://www.adobe.com/). This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: diff --git a/fonts/google/noto-serif-hk/README.md b/fonts/google/noto-serif-hk/README.md index 263197265b6..83e5da4ba0c 100644 --- a/fonts/google/noto-serif-hk/README.md +++ b/fonts/google/noto-serif-hk/README.md @@ -38,10 +38,10 @@ body { ## Licensing Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0. -(c) 2017-2022 Adobe (http://www.adobe.com/). +(c) 2017-2023 Adobe (http://www.adobe.com/). [OFL-1.1](http://scripts.sil.org/OFL) ## Other Notes -Font version (provided by source): `v2`. +Font version (provided by source): `v7`. If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-200-normal.woff index a67784c2995..7c7858dd78d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-200-normal.woff2 index 38f7bc29c74..88939f1d957 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-300-normal.woff index 865a62040a4..14810ab8db1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-300-normal.woff2 index 18567b6fe89..a062347d703 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-400-normal.woff index 550b0ae35a7..a1224e40e56 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-400-normal.woff2 index 5f29d828601..bbd34ed64d7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-500-normal.woff index b8baaaa09cf..6890b90e083 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-500-normal.woff2 index bff9a34d064..99428b2c248 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-600-normal.woff index 418e394c2f0..6efd0e8e113 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-600-normal.woff2 index a243f9df424..85c3dfe7954 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-700-normal.woff index 3d56ec4dcef..e3f51dc1b9a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-700-normal.woff2 index fddd2a911e4..3da468393eb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-800-normal.woff index 3cbeb3bfc17..6f819c6a866 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-800-normal.woff2 index d5b0af419b1..7379bc5c890 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-900-normal.woff index af706becf44..8186cd798d1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-900-normal.woff2 index be423ecd1f8..c80b8db5536 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-0-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-0-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-200-normal.woff index 34ce05abb0a..d69c65813d9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-200-normal.woff2 index 5ce27fff09d..8ff3a4292e7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-300-normal.woff index d416c63aa69..00983fedc21 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-300-normal.woff2 index 799441f2991..d0a834ddaf5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-400-normal.woff index 104a61abded..97c9cd8e677 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-400-normal.woff2 index 3fbd79be50b..e09847c72ec 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-500-normal.woff index fabdd045f89..0898bba2ce7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-500-normal.woff2 index 7ee47fb7cc7..9845740f6fd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-600-normal.woff index 8a5b0071acf..f323f516270 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-600-normal.woff2 index 42ec895fa60..f0d64fc1132 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-700-normal.woff index e585063cbc6..b607c261102 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-700-normal.woff2 index edd55ba5ac7..d0b1c0c8ff0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-800-normal.woff index 88fa93d8d2b..676449201d2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-800-normal.woff2 index 099073b0d0e..acfb703ab17 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-900-normal.woff index 6ba8a94f92d..2a00601de52 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-900-normal.woff2 index d96c865d240..980681baa58 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-1-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-1-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-200-normal.woff index e79639d5f8c..c7ede312897 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-200-normal.woff2 index 742de2028be..f8f52397706 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-300-normal.woff index 01092d7366b..12358e80678 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-300-normal.woff2 index 49384708164..820b40c6eb9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-400-normal.woff index c82df12c54f..83dee930785 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-400-normal.woff2 index 8437f59b172..f737cec33ac 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-500-normal.woff index bc68098c512..02ea50f8728 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-500-normal.woff2 index 7c4de51da0e..445e64b613a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-600-normal.woff index 96263d869cb..5ec6fa5611d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-600-normal.woff2 index aee102d74df..173a73504f8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-700-normal.woff index 324b5528b5d..d11a0b89df2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-700-normal.woff2 index fb2668db9bd..d1e4c18619f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-800-normal.woff index a677832aa40..c3b2401adb0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-800-normal.woff2 index 9fad1c7c280..f3cace58231 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-900-normal.woff index 98a11520eff..eb9a90053dd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-900-normal.woff2 index e1fa90ccc8b..3a121675e16 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-10-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-10-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-200-normal.woff index 06e38bea1eb..a000af0a066 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-200-normal.woff2 index db9f020ebe5..88f4ddca26a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-300-normal.woff index 058498e0207..b9f809da19a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-300-normal.woff2 index 112cf00dacf..d2c22263bb2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-400-normal.woff index 3060e93f7d2..a38a6ebc42a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-400-normal.woff2 index 4eaf6dca064..85c787b2333 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-500-normal.woff index 35de573244d..62864b160b0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-500-normal.woff2 index 84f9ff5956c..1d9c90b43e1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-600-normal.woff index a2060c75fb3..5d149fa287f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-600-normal.woff2 index ad58f78cd2b..991ba160eab 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-700-normal.woff index e71a7d7562a..319a285c0fe 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-700-normal.woff2 index 136933898e0..3b65793d8fc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-800-normal.woff index bea55c5c06b..4d443239333 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-800-normal.woff2 index 7e5830ebc6a..c5542be22f7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-900-normal.woff index 913dc32d2cc..f4a3f176a05 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-900-normal.woff2 index 22e2562b8ee..ee30073848e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-100-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-100-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-200-normal.woff index 6079e6a55a1..a82c30e7d3f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-200-normal.woff2 index e26b6e85377..0d6ed5ca50a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-300-normal.woff index 616094e1c51..27efb7e7ec9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-300-normal.woff2 index 3d227055c0a..729f92a505e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-400-normal.woff index 56f5a1c12a9..3d18dbb8e63 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-400-normal.woff2 index 1c2bfafd425..baa81acfd97 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-500-normal.woff index 80095303e7c..3db417db3ab 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-500-normal.woff2 index eb0f9d948f2..93311d831f2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-600-normal.woff index 216d60cb056..151c7c1d8e8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-600-normal.woff2 index d82fb94b852..6a9f06b3daf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-700-normal.woff index 0d63a2021e1..04f4c58d169 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-700-normal.woff2 index 4258d47e9ee..71713cba50f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-800-normal.woff index c7ce8c06c30..9c00339f7af 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-800-normal.woff2 index 6426195d35a..618fce139ae 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-900-normal.woff index 836682c5193..9c2d9b7e7c6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-900-normal.woff2 index 8841420911d..8c0d458f55f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-101-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-101-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-200-normal.woff index 13f16a8321c..d1b0d6ad97e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-200-normal.woff2 index 7f6bb62f9cb..924bedf957d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-300-normal.woff index aa1d84c8af4..5dc14d4021c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-300-normal.woff2 index 389925307c8..c581efde69c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-400-normal.woff index f70961152f9..7e891c59dab 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-400-normal.woff2 index fa977c3bf3e..f31c003813b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-500-normal.woff index 9cf34b10b25..78885e1179c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-500-normal.woff2 index 8ba38e8b79b..106ae7c2812 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-600-normal.woff index 5f57bdfb434..55be57a5875 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-600-normal.woff2 index 9e0b37bd33a..72596810530 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-700-normal.woff index 2dd00e5fd76..49036dc8e8b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-700-normal.woff2 index 47bed02e80f..5ce5ac50fcb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-800-normal.woff index e6d22675be7..9d7beb065e3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-800-normal.woff2 index 7a9f36cda31..b23c35e715a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-900-normal.woff index 2a9222ab4b1..90ce80fd43e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-900-normal.woff2 index 7e98b3e53e9..6be7082898a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-102-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-102-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-200-normal.woff index 4c76fd99e31..2e56d2b2654 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-200-normal.woff2 index 7ce9af218be..7ca98ba24e3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-300-normal.woff index 314e76ace4b..21757d48eee 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-300-normal.woff2 index a33499e6cd8..ce053337726 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-400-normal.woff index 57ebb3bbe7e..65c2a1456fd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-400-normal.woff2 index 8697e5957af..e56940e51cb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-500-normal.woff index c50c2c92d32..972a6dce2b0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-500-normal.woff2 index 3bdcba61d53..6ae6aee7580 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-600-normal.woff index a5c427ac700..bc2785d8abf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-600-normal.woff2 index e0fafe59c22..710ca16a07b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-700-normal.woff index ce4ec6f030e..154dc6fc2a3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-700-normal.woff2 index 0bd74389ce3..9528506ae85 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-800-normal.woff index d0b59cf7bd9..c58b4d06694 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-800-normal.woff2 index 8aadfe96e12..622b4744626 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-900-normal.woff index 8f8d4726533..3ef743743f4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-900-normal.woff2 index aaec4084ea4..f833d530be3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-103-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-103-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-200-normal.woff index 817c3c0d6f8..262f4d5b47e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-200-normal.woff2 index a010a523ba3..50de3c9ac76 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-300-normal.woff index ca3d1f9db7d..9f3517289fd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-300-normal.woff2 index 00f94058f8b..12d6fcfc68b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-400-normal.woff index ecf838367df..75ea0a143ad 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-400-normal.woff2 index 512c2f72b3c..f7d534d1af4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-500-normal.woff index 948bad9e0b2..7175c5f7a4b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-500-normal.woff2 index 3148ec45ddf..3a1c10e0303 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-600-normal.woff index 489b528c4cf..b62be21408f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-600-normal.woff2 index 7d502ed130b..da797ebde50 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-700-normal.woff index 912497b6f98..beab5d2abdc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-700-normal.woff2 index 279029821b0..541e33d828c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-800-normal.woff index 7461308602e..cea31948fed 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-800-normal.woff2 index ec4af7a4108..a4c959670de 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-900-normal.woff index 47e3dacbe47..d5f2c6965b0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-900-normal.woff2 index 7920398d224..24e4c0170c5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-104-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-104-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-200-normal.woff index bb8ebfca2cc..fce27b70b29 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-200-normal.woff2 index 2c1a2196689..ff13c86629b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-300-normal.woff index 4a787e0c2f1..e71fba3f4a1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-300-normal.woff2 index d5a504c3b4e..978ceb5064d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-400-normal.woff index b174403dea8..423b1660c25 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-400-normal.woff2 index 60e5d7a9753..8f4b4cd4604 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-500-normal.woff index 39c327abcb5..af88bd0b660 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-500-normal.woff2 index 47960d9cdf3..ab72dfa23bb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-600-normal.woff index 814a382af73..bec823080e0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-600-normal.woff2 index 2d0c2ca9ebf..bf216bcb877 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-700-normal.woff index e871f4db429..5696201b6f8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-700-normal.woff2 index d3ecb61b19d..e7e0b3d1e62 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-800-normal.woff index 760c1937c67..b534de46272 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-800-normal.woff2 index 355c38eca2c..8fc0163bf8c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-900-normal.woff index eef321f225d..d5360f71881 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-900-normal.woff2 index 6fd67cb3e39..0ee0a6d07a6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-105-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-105-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-200-normal.woff index 9f53bcf57b9..b1ef612fb24 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-200-normal.woff2 index 38d3a78a0f6..c2a307dbe65 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-300-normal.woff index eaef820c5cc..a3e481839a7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-300-normal.woff2 index 19e2a26beb6..652fa6bee9e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-400-normal.woff index 0ce833d6ccc..e7815f96b3b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-400-normal.woff2 index e2a9865ab10..b477d9734f4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-500-normal.woff index 1cc71c77904..81e7bd11f7c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-500-normal.woff2 index d3d9b7ddb3b..64161648918 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-600-normal.woff index 5909875db41..7308092dd97 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-600-normal.woff2 index 2608536a57a..07edc8d602f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-700-normal.woff index e3f6d8fa10e..0380844a4d3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-700-normal.woff2 index 73c70815767..cc222410773 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-800-normal.woff index 4918a75e0f5..518d5833969 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-800-normal.woff2 index 6efe27df569..ae3fa94884e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-900-normal.woff index 8b71205390f..c7be222c7ef 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-900-normal.woff2 index 4e34ef2683d..19e5d3ff014 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-106-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-106-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-200-normal.woff index be745a58a2f..4367d58a9db 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-200-normal.woff2 index 497359decac..27a8e51abf9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-300-normal.woff index aaeb5e5f42f..45fd0b433c1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-300-normal.woff2 index fafc47ef4df..e201261cad2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-400-normal.woff index e71e8fa2ec5..de68ca405a9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-400-normal.woff2 index 7acc010074c..fbdea3aacdf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-500-normal.woff index e96fdc8c942..24805e90b3d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-500-normal.woff2 index 2362343393a..ea12e4d013e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-600-normal.woff index b5502bb2a32..f8cbb62e4b9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-600-normal.woff2 index 27cfee1ad60..b1cfd82bdfa 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-700-normal.woff index bcb1e603065..59d90360c62 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-700-normal.woff2 index 380645e603c..b8a2acc857a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-800-normal.woff index f7e1211b801..c6470b7a92b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-800-normal.woff2 index 64fcf7c4dd2..51ad884d7a0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-900-normal.woff index f0762c6249a..d93fcaea295 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-900-normal.woff2 index 15f8b2c277f..886809dac83 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-107-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-107-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-200-normal.woff index 9a9e6933a24..e2761ebbfed 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-200-normal.woff2 index 59f30383629..6c3187efa93 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-300-normal.woff index 9b43c6a5987..524e0dad9d6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-300-normal.woff2 index 4addcc978b1..3d0a85d040c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-400-normal.woff index a5d536e8075..8ede6b5f4c2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-400-normal.woff2 index 7f0988d73fe..3e830166265 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-500-normal.woff index 8e0c7d80db5..45eb2b158f2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-500-normal.woff2 index 9dee4509132..148b4962d92 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-600-normal.woff index 138a9388c1d..78a5e240633 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-600-normal.woff2 index 4d182899dec..be345c83379 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-700-normal.woff index 01bd0707973..2e5c79eabff 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-700-normal.woff2 index a8cafe8312f..37942f210f1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-800-normal.woff index 9e845f650eb..d762d662446 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-800-normal.woff2 index d4ca3b5fcb8..dcd5d2e53a2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-900-normal.woff index 1cb25f22e06..619caf83b9f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-900-normal.woff2 index 4a2c85b8e77..b082dd9bdb4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-108-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-108-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-200-normal.woff index c9b38f35480..e90ce0cfddb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-200-normal.woff2 index fbbd57b9905..0730aab83a0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-300-normal.woff index bd45d4453ee..384b3eef716 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-300-normal.woff2 index 9fce18e5711..0310d7f6253 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-400-normal.woff index 7a33b388fad..e7b52dae003 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-400-normal.woff2 index 65d6f1361ea..391c2d429f6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-500-normal.woff index 8d5adc6aab2..4d8c542a6e5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-500-normal.woff2 index d328359357e..549fdf4766f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-600-normal.woff index cc7330329c8..f0872a1aa1b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-600-normal.woff2 index 24442314b05..d15a846dc2a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-700-normal.woff index c1e8cd02da3..8306fcf31b8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-700-normal.woff2 index b20e3525881..a77a65f730d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-800-normal.woff index 0f78a652b25..b47ff056fcf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-800-normal.woff2 index 07ec3dc2acf..7e48c682983 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-900-normal.woff index cc3e095610b..510c21f9fc3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-900-normal.woff2 index a2fde2d9d44..0d788abc1da 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-109-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-109-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-200-normal.woff index 55841f59ab4..2e741fcb69b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-200-normal.woff2 index 7bf354444fa..3d593336f23 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-300-normal.woff index a17fafde30a..1f7576abaf2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-300-normal.woff2 index c262c892abc..08165ade6a7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-400-normal.woff index 38c7a86a060..f086d139020 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-400-normal.woff2 index 9efcf8039e0..c264c8e1030 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-500-normal.woff index 5e4833c93a7..029630bf4d9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-500-normal.woff2 index 5a6f0dc12cf..e1d7c6526c7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-600-normal.woff index 6202d3f9ea0..7280ec30b3f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-600-normal.woff2 index 8c1dc3286ba..26aef872f44 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-700-normal.woff index b73f1a3a0b3..c81d9e47a6f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-700-normal.woff2 index a0ef4954d05..7faa6e6fddd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-800-normal.woff index dfeb9013f8c..d80da41f785 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-800-normal.woff2 index e49d2640ab7..29993a63fcb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-900-normal.woff index c7c798c95f3..25dbe78047d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-900-normal.woff2 index 8d3f67f8ffd..813658e9dc2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-110-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-110-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-200-normal.woff index a7721d892c7..581acff0c1b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-200-normal.woff2 index 294c7f0062d..98400265daf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-300-normal.woff index f5e68884cbe..be06771aa54 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-300-normal.woff2 index 441a46d861a..50c984c364e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-400-normal.woff index 8c4cc7dd301..75226280cbf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-400-normal.woff2 index 710e93e75f2..fa58634bd19 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-500-normal.woff index 16854429dc5..933a7f0e341 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-500-normal.woff2 index d61a01e87a7..c30ce7e0776 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-600-normal.woff index bfd47b9ba8b..f6e1fa7738f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-600-normal.woff2 index 5c0d0bf4d12..fd83e6cd660 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-700-normal.woff index f0614d9134e..cab8c0e5980 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-700-normal.woff2 index 50abad5a214..ff468d1a619 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-800-normal.woff index 693e5431e24..390134a815c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-800-normal.woff2 index d2f170b8e13..e915ff1d9e2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-900-normal.woff index 4051189bdbd..bbf6813853b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-900-normal.woff2 index 4050d62415d..536211061bf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-111-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-111-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-200-normal.woff index 0e17af58d97..5c6f6fc0658 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-200-normal.woff2 index 4f1e32fcc3d..9e138ba39fd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-300-normal.woff index ee30fb6a9a3..325df43bee5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-300-normal.woff2 index beffad9a524..e81b166bc31 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-400-normal.woff index 856f0364f39..9993a837c4e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-400-normal.woff2 index e967e42071b..effb7cbe812 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-500-normal.woff index 764b12b4517..5a50a5326a4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-500-normal.woff2 index 01038be0233..ec270c7f2bc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-600-normal.woff index aa08b282ffa..3cc42ec6fe1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-600-normal.woff2 index e598c44f15e..4174557be51 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-700-normal.woff index 783dee7c2f2..9667d48f5ef 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-700-normal.woff2 index 933612a643d..04f6b2682c3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-800-normal.woff index db4ef109fac..3b3f7a94e0c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-800-normal.woff2 index 49c1004cb12..68169e6497d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-900-normal.woff index 016f50ae19a..3a6c193102a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-900-normal.woff2 index 9281854873e..d8eb960bc56 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-112-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-112-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-200-normal.woff index e0644e3fe85..c23fab16c76 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-200-normal.woff2 index 61bf6ddef45..ea2704ee997 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-300-normal.woff index 5c3b472fe94..ed670755f1e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-300-normal.woff2 index 729b8f33e10..77cb4281e91 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-400-normal.woff index c34fde4a34c..dab253965a7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-400-normal.woff2 index ebb9d732233..7532c392d7b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-500-normal.woff index 8d13fa803de..24f7b1a81bb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-500-normal.woff2 index 1d03f2cc386..132fe485f6c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-600-normal.woff index ddb58e80fe5..8dec53c2204 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-600-normal.woff2 index ee5e0fda6c1..e939eb4b176 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-700-normal.woff index 59e42e6f47a..0572082f2fb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-700-normal.woff2 index 78dcb160f89..b4a9fb77580 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-800-normal.woff index 2bef52cb517..c290f6315f5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-800-normal.woff2 index 519245149b6..a8df6d02e73 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-900-normal.woff index 8bdc235d975..9c94089e896 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-900-normal.woff2 index bea556da5b7..5b491814fca 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-113-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-113-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-200-normal.woff index 7093982df09..b02599777ed 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-200-normal.woff2 index 2e7330ec338..6d963848b37 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-300-normal.woff index ee90a626089..1f5f6ba54de 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-300-normal.woff2 index a6d6b8ef737..7b8af6f4bcb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-400-normal.woff index ad1e2fb16c6..b74d90fc4d3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-400-normal.woff2 index 0f3c7f9d339..714c856a455 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-500-normal.woff index 968500dab12..5e08a57046c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-500-normal.woff2 index dbd3dda9db8..a45fcad1b1d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-600-normal.woff index 99b5a888a15..03a299fb187 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-600-normal.woff2 index 85ae2ab58de..90c1eaf0381 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-700-normal.woff index 7a3e0c7ee2b..d473c1943f3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-700-normal.woff2 index 2a8167a6ff9..1d11d338fd7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-800-normal.woff index ddb9687087d..0d9c01edfbc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-800-normal.woff2 index 86296f614e0..1218c47bf55 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-900-normal.woff index 674e1fc7e47..6ed639a0b6c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-900-normal.woff2 index 5af75f97c66..9760aba662c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-114-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-114-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-200-normal.woff index 4ff12654d6b..2c43398dee1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-200-normal.woff2 index 957949093b2..b6f7c26aa02 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-300-normal.woff index f503db45e2e..ff4fb69b67e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-300-normal.woff2 index 84f24e77832..6b1b0f454d9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-400-normal.woff index 7b8d03d41df..55db412d619 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-400-normal.woff2 index 916d2fbef63..2847cea3568 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-500-normal.woff index 339f84bd61a..d3e428d7eb0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-500-normal.woff2 index 050f9d0af65..dd057a08aea 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-600-normal.woff index b3c9984295b..d0abd468474 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-600-normal.woff2 index 14211c3ca1c..cf3e15d6d46 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-700-normal.woff index b7ea713fa87..e6c9531fa0c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-700-normal.woff2 index 9c0f1825b42..fbd1a970277 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-800-normal.woff index 6d04d65847e..f333cd25fd8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-800-normal.woff2 index 9b9a680cf19..fb0fd5a8356 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-900-normal.woff index 61e1d822004..34ac8e3676d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-900-normal.woff2 index 6cb61e52383..fbcaf7b8368 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-115-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-115-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-200-normal.woff index dcb8923c6bc..f7c9bc41625 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-200-normal.woff2 index d4525d2edfe..11ec90107ce 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-300-normal.woff index ed11fa7ccc7..28021a481af 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-300-normal.woff2 index 53a6dae1950..67d80815105 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-400-normal.woff index a7ebd543fe9..693e5e36cb1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-400-normal.woff2 index 930565e1f45..e98b2a77acc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-500-normal.woff index b566b762243..d42b8eda742 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-500-normal.woff2 index 90a0730dd59..1070b25791c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-600-normal.woff index c53d94f68e1..4d8634f3453 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-600-normal.woff2 index f237bd7bd0a..0f7c06b449f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-700-normal.woff index f4c483cf4ac..36e7441ba94 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-700-normal.woff2 index 6b266c2ad05..d5a0d9d07b1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-800-normal.woff index f47b05b390a..fbc25b8389a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-800-normal.woff2 index 8544fdeb031..535fc9822e0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-900-normal.woff index cdb842a9031..7f8366710aa 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-900-normal.woff2 index 679f12d9ebb..aabb2db6ac6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-116-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-116-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-200-normal.woff index ba2e3fdfee1..6a2875353ea 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-200-normal.woff2 index c062744185a..a483177d57e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-300-normal.woff index 245bcc85aae..6d695a7c149 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-300-normal.woff2 index 986a2e300a3..7b3539cba73 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-400-normal.woff index f78a2b51d9f..d8410d867e4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-400-normal.woff2 index 38fadea83b4..931288e22e3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-500-normal.woff index 31c7777273d..90c91d6085e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-500-normal.woff2 index 9a63a72ca62..46d6679baad 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-600-normal.woff index d1076a9b09e..96a63c7fd32 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-600-normal.woff2 index ecc477c2051..5c7068ce19c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-700-normal.woff index b25c381ba12..5e18c208178 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-700-normal.woff2 index 62442d93587..28190fe59b0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-800-normal.woff index 7edb2f383c0..36eaad2ef2d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-800-normal.woff2 index c15b3cd302a..8f4e75ca5f3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-900-normal.woff index a2ef4a936c6..d82d6a04575 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-900-normal.woff2 index a338666c883..374e057e7f2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-117-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-117-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-200-normal.woff index 62b13f3cb28..e0bc1c7742f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-200-normal.woff2 index 7e13d7924ff..ceb4cfdfb27 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-300-normal.woff index 107a76df868..c9e0f160aed 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-300-normal.woff2 index 9dfc2733b7f..3fba2535b83 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-400-normal.woff index 81c9444f634..619a4461530 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-400-normal.woff2 index 348dc6e9623..ba06868cec0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-500-normal.woff index c032f51c223..5ea42bf1210 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-500-normal.woff2 index d1032046cb4..7110a577ce3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-600-normal.woff index 8b6f845d573..a1d640fa75a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-600-normal.woff2 index dc778cdfd0b..9d22de66cd4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-700-normal.woff index 8c5fcfd914b..d71a3c13463 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-700-normal.woff2 index 78433833df0..e9c56f8c89c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-800-normal.woff index e2fd73b0b15..819961d6ba8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-800-normal.woff2 index f8c2dde2f00..5c284a7e477 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-900-normal.woff index add8170c126..106b9957ad1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-900-normal.woff2 index 5fc44695cdc..7d191d32f2e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-118-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-118-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-200-normal.woff index bc839c6bb35..3617add299d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-200-normal.woff2 index ccca0498a9f..ab1a61448fb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-300-normal.woff index a3b6d433eb4..5362ae44333 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-300-normal.woff2 index 1d883b400c2..091f8ef4f87 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-400-normal.woff index 43442b886f7..1d0ff84f3da 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-400-normal.woff2 index ddd6de2923d..21b1e839248 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-500-normal.woff index b4e11de3429..cbf922adbaf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-500-normal.woff2 index 1a42542cb4f..686d27215c3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-600-normal.woff index cfc5693ac11..9276c5461c6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-600-normal.woff2 index 002908ff001..7e4252d22c8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-700-normal.woff index a6ca58fbaec..b74cfbff6c0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-700-normal.woff2 index 669307ef27c..afb586b4474 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-800-normal.woff index 06ab0c7ff42..039c1ae7dcc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-800-normal.woff2 index 4477dd40033..2425144b27b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-900-normal.woff index 04d26149a65..3a920d3d3d1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-900-normal.woff2 index a5b321ee8e7..84e21ecc0bb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-119-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-119-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-200-normal.woff index fd68a48e97f..7fd35c514e5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-200-normal.woff2 index 1750e0c15ed..5199d0b938e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-300-normal.woff index 876aa843ab1..5f43bc123b6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-300-normal.woff2 index fed870e108c..70c3de790ea 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-400-normal.woff index 6b7a73be3f6..dc502e4aceb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-400-normal.woff2 index f459f630c00..bcee697aeed 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-500-normal.woff index 1b65d0ac099..1d1940a374d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-500-normal.woff2 index e1aad9f3b0e..3ad771c7ac5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-600-normal.woff index dd0c2045505..de699b1ff44 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-600-normal.woff2 index ef2683e65a0..61ab2c36bf2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-700-normal.woff index 330bd3465be..c91145844e1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-700-normal.woff2 index bf349639d2b..ba02910f330 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-800-normal.woff index 6fd3d066e5a..451d7614fdd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-800-normal.woff2 index 61a625b5484..6b77d0e6e68 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-900-normal.woff index de4c84da853..886d98bf6b7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-900-normal.woff2 index 6addc01bacf..068f2eef848 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-15-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-15-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-200-normal.woff index 0e40cbebae6..3ee2d719e36 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-200-normal.woff2 index 75793ea400f..36358ecce22 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-300-normal.woff index 3d4755ff7b6..4ec11b14371 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-300-normal.woff2 index 52554b52037..65b5d6892e8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-400-normal.woff index 7b3b34026f6..b1325d6c886 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-400-normal.woff2 index 078f939931f..3b61b181318 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-500-normal.woff index 6a5d80b4b9c..d8e15f6a53e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-500-normal.woff2 index baa19a56e0b..debfa23c5ae 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-600-normal.woff index ccd58a7b619..06862fbe8a5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-600-normal.woff2 index b65f41e431c..4292d339c8e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-700-normal.woff index ed610b4ab78..820e0e97474 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-700-normal.woff2 index 8c8f1739d89..489ebc51edb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-800-normal.woff index 377841d4b70..2d0f9eca6b6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-800-normal.woff2 index acdc4b10d8e..48d7415c0c0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-900-normal.woff index bdd2b6f32d2..3330cb007ce 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-900-normal.woff2 index 28a947433e3..e56a028a914 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-16-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-16-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-200-normal.woff index 57a7b95deab..429ca0572b3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-200-normal.woff2 index 3a0fd0ac2e4..83d3860838b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-300-normal.woff index b50d73dd13d..6944d484be0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-300-normal.woff2 index 496cbc240f1..b05a1c3d641 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-400-normal.woff index 9b5b3b7958d..53933964e75 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-400-normal.woff2 index c0bd8cba7f9..2ca3327f89b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-500-normal.woff index ab44319db26..a1ac05518b5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-500-normal.woff2 index a98ecb1cb2c..bed4205ec91 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-600-normal.woff index 057ace8cb42..f0807459e48 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-600-normal.woff2 index 645defdd8e2..8ff5fe2072b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-700-normal.woff index 5fe6bc595c5..a6b1cadf981 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-700-normal.woff2 index 8e2212b5a3d..3ec6d607627 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-800-normal.woff index c91e0308a44..a09908ca595 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-800-normal.woff2 index 8f34ecb0fbe..b6b2f2f8605 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-900-normal.woff index 5fb24691fd0..e36f328f6e1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-900-normal.woff2 index 1640995ef27..9eb72831217 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-17-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-17-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-200-normal.woff index f78427a82a0..85f76103fd5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-200-normal.woff2 index 67f9b271264..7ac15153626 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-300-normal.woff index 3c6e6115d5e..c2b7ee50b6a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-300-normal.woff2 index 9b39b64e8bf..d91ccb2eabd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-400-normal.woff index 4d7c15df294..2d0a47c235a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-400-normal.woff2 index f445f28a5cc..203d62b1d85 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-500-normal.woff index 41d2295cc36..19e2ae7d0c1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-500-normal.woff2 index 0f0ae331a8b..60860dd7d36 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-600-normal.woff index 771a9b23416..950fd52e53e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-600-normal.woff2 index d563c7f7d08..aa6343b0dac 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-700-normal.woff index 73de537297a..0dcb6692eea 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-700-normal.woff2 index 71a9029201c..6d15fb0686a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-800-normal.woff index 3b57d85920d..61dc6e0d186 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-800-normal.woff2 index 96657d6b211..560dbf8e6c9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-900-normal.woff index 9d74adc36a7..5f18060e262 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-900-normal.woff2 index afda42819d3..e0521b6f823 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-2-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-2-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-20-200-normal.woff deleted file mode 100644 index e8177433ae2..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-200-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-20-200-normal.woff2 deleted file mode 100644 index f9577fd9a59..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-200-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-20-300-normal.woff deleted file mode 100644 index 3ff44a2c10a..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-300-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-20-300-normal.woff2 deleted file mode 100644 index fbf490a6f6f..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-300-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-20-400-normal.woff deleted file mode 100644 index b53f3fb5edf..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-400-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-20-400-normal.woff2 deleted file mode 100644 index db8f5fc34b6..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-400-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-20-500-normal.woff deleted file mode 100644 index 5aeb618c833..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-500-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-20-500-normal.woff2 deleted file mode 100644 index 61c7341cc4a..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-500-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-20-600-normal.woff deleted file mode 100644 index bd45761a26d..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-600-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-20-600-normal.woff2 deleted file mode 100644 index cbd8fbe6229..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-600-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-20-700-normal.woff deleted file mode 100644 index bd34302d36d..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-700-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-20-700-normal.woff2 deleted file mode 100644 index 094a5d8a400..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-700-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-20-800-normal.woff deleted file mode 100644 index 91d621fec08..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-800-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-20-800-normal.woff2 deleted file mode 100644 index 724f3b7cd0b..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-800-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-20-900-normal.woff deleted file mode 100644 index 997096183be..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-900-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-20-900-normal.woff2 deleted file mode 100644 index 5cb8b259df5..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-20-900-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-21-200-normal.woff deleted file mode 100644 index 131abc04fe2..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-200-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-21-200-normal.woff2 deleted file mode 100644 index de8ff937df6..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-200-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-21-300-normal.woff deleted file mode 100644 index 512b7a82a7f..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-300-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-21-300-normal.woff2 deleted file mode 100644 index 8e4951b8361..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-300-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-21-400-normal.woff deleted file mode 100644 index 770ca8640f2..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-400-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-21-400-normal.woff2 deleted file mode 100644 index 38cc4a30ef9..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-400-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-21-500-normal.woff deleted file mode 100644 index 337580bde14..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-500-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-21-500-normal.woff2 deleted file mode 100644 index cce216041b5..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-500-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-21-600-normal.woff deleted file mode 100644 index 9faa85c181e..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-600-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-21-600-normal.woff2 deleted file mode 100644 index 0d3984d4c39..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-600-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-21-700-normal.woff deleted file mode 100644 index 79431480ab4..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-700-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-21-700-normal.woff2 deleted file mode 100644 index 22372a97131..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-700-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-21-800-normal.woff deleted file mode 100644 index 2c6c413a7f1..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-800-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-21-800-normal.woff2 deleted file mode 100644 index 6d3c9878489..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-800-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-21-900-normal.woff deleted file mode 100644 index ce8719d79ec..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-900-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-21-900-normal.woff2 deleted file mode 100644 index 703bef2f5f5..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-21-900-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-22-200-normal.woff deleted file mode 100644 index df3829c8d81..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-200-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-22-200-normal.woff2 deleted file mode 100644 index 5a44bf26050..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-200-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-22-300-normal.woff deleted file mode 100644 index dbd3b862bac..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-300-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-22-300-normal.woff2 deleted file mode 100644 index 5ce901a8aeb..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-300-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-22-400-normal.woff deleted file mode 100644 index 4487415a053..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-400-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-22-400-normal.woff2 deleted file mode 100644 index 9cdcd40ecec..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-400-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-22-500-normal.woff deleted file mode 100644 index 83c36259448..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-500-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-22-500-normal.woff2 deleted file mode 100644 index 47e1e7475ff..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-500-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-22-600-normal.woff deleted file mode 100644 index 18b55c9a8ac..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-600-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-22-600-normal.woff2 deleted file mode 100644 index 686cfc894d3..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-600-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-22-700-normal.woff deleted file mode 100644 index f10ecb531a1..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-700-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-22-700-normal.woff2 deleted file mode 100644 index a036e1bdae2..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-700-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-22-800-normal.woff deleted file mode 100644 index 1c93ee70a59..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-800-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-22-800-normal.woff2 deleted file mode 100644 index 8eb3d87ddc2..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-800-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-22-900-normal.woff deleted file mode 100644 index 4a1f0d873e3..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-900-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-22-900-normal.woff2 deleted file mode 100644 index b0cde534bd3..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-22-900-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-23-200-normal.woff deleted file mode 100644 index d91d9a1dd5c..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-200-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-23-200-normal.woff2 deleted file mode 100644 index 1a9d44972a9..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-200-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-23-300-normal.woff deleted file mode 100644 index a72b2782418..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-300-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-23-300-normal.woff2 deleted file mode 100644 index 2ae63d671fa..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-300-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-23-400-normal.woff deleted file mode 100644 index 0859d6e4dd8..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-400-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-23-400-normal.woff2 deleted file mode 100644 index e8dc722434a..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-400-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-23-500-normal.woff deleted file mode 100644 index 027f9475f85..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-500-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-23-500-normal.woff2 deleted file mode 100644 index b559ef40de5..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-500-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-23-600-normal.woff deleted file mode 100644 index 6241b8ba4f9..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-600-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-23-600-normal.woff2 deleted file mode 100644 index 31efb0bc82f..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-600-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-23-700-normal.woff deleted file mode 100644 index ac8c93d03db..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-700-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-23-700-normal.woff2 deleted file mode 100644 index 5a320cda449..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-700-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-23-800-normal.woff deleted file mode 100644 index 50f140b4d61..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-800-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-23-800-normal.woff2 deleted file mode 100644 index 0a1ee686872..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-800-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-23-900-normal.woff deleted file mode 100644 index 6a257dcda21..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-900-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-23-900-normal.woff2 deleted file mode 100644 index 12c985b6107..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-23-900-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-24-200-normal.woff deleted file mode 100644 index 690282eee07..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-200-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-24-200-normal.woff2 deleted file mode 100644 index a13df1c6e57..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-200-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-24-300-normal.woff deleted file mode 100644 index ad827399a55..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-300-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-24-300-normal.woff2 deleted file mode 100644 index 8ec919f8624..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-300-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-24-400-normal.woff deleted file mode 100644 index 40ee49d2495..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-400-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-24-400-normal.woff2 deleted file mode 100644 index 3e474385eca..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-400-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-24-500-normal.woff deleted file mode 100644 index 78f1ec385f8..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-500-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-24-500-normal.woff2 deleted file mode 100644 index 189baf0c210..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-500-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-24-600-normal.woff deleted file mode 100644 index 3d1dda4b73d..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-600-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-24-600-normal.woff2 deleted file mode 100644 index 16aa3ffb738..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-600-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-24-700-normal.woff deleted file mode 100644 index f4c0cf45e88..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-700-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-24-700-normal.woff2 deleted file mode 100644 index 640922b58b9..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-700-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-24-800-normal.woff deleted file mode 100644 index 1d641a5178b..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-800-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-24-800-normal.woff2 deleted file mode 100644 index bd1011ce813..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-800-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-24-900-normal.woff deleted file mode 100644 index 261d50c5c42..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-900-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-24-900-normal.woff2 deleted file mode 100644 index 57be94fa22c..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-24-900-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-200-normal.woff index ea135141895..b0b2a5d188b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-200-normal.woff2 index da265426c57..ceed9f4e14d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-300-normal.woff index e7aa416e046..3f18a59427b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-300-normal.woff2 index 89149ab54a0..a51a4c0623f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-400-normal.woff index 221a532abdc..78e25af60ee 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-400-normal.woff2 index 5a6e5fffe0a..c95625ed7c0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-500-normal.woff index 08c0646473f..8c22ae9c8e1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-500-normal.woff2 index 581321e0c07..e180b05b7c4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-600-normal.woff index c47356cd527..a4780821c44 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-600-normal.woff2 index 4cba7fc20f0..57c58e2ec6d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-700-normal.woff index f38d041023f..23a7b7c5e82 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-700-normal.woff2 index ffdb1292493..13829412445 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-800-normal.woff index c3b93b87658..568c3aaf352 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-800-normal.woff2 index e7c70f98b1a..decdbca7262 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-900-normal.woff index 37f95b8c14d..0cfc8e77f14 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-900-normal.woff2 index bf03a57087f..ae714f62322 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-25-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-25-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-200-normal.woff index d2e7058f477..9b138e2f6ae 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-200-normal.woff2 index b9bd12035ed..9b5aa303e18 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-300-normal.woff index c6d51233f1e..4f27b30f680 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-300-normal.woff2 index f4b4e3d7f89..f6421a8125d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-400-normal.woff index d9fd9890830..d62aec1cf7e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-400-normal.woff2 index bb072702c7d..03f217f0cb2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-500-normal.woff index 68c6f5bb806..3156049a006 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-500-normal.woff2 index 1ca5bc2db91..52e7b299e2d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-600-normal.woff index b7dc6ea40f3..df3d5e1c71c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-600-normal.woff2 index 4f30adc04dd..930e479ab50 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-700-normal.woff index d17a191b7e6..1572449fb64 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-700-normal.woff2 index d3354016c97..2b8b4f816f4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-800-normal.woff index 08f529944e4..d5f60c06a21 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-800-normal.woff2 index e4fcacd6348..35202758d0a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-900-normal.woff index f3eebbb495c..b7d20ac4b9f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-900-normal.woff2 index fabee1eab17..e3605f5d74e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-26-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-26-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-200-normal.woff index 115700eb8c8..9c914fca1e4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-200-normal.woff2 index e99e9cba664..1026a9586b4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-300-normal.woff index e0b6080fc4b..301dcbd22de 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-300-normal.woff2 index f970adf2a54..baf5c8b1018 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-400-normal.woff index 27c92c7cd1b..72fc7ed7c27 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-400-normal.woff2 index b8e105cf9f4..fb0126cbfb4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-500-normal.woff index bbc6a727aad..6c9d6358009 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-500-normal.woff2 index 9b7f318c2b1..7803c6fec19 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-600-normal.woff index 7f6521e11c8..64e5e092390 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-600-normal.woff2 index 84aa1a4a4f1..08dfd304c15 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-700-normal.woff index 1ba0f899f4e..28440fbec4f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-700-normal.woff2 index 9a64f39e41c..1f0090c50be 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-800-normal.woff index ba4c3bf70d5..3e2eb25dbde 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-800-normal.woff2 index cc1df7aa7a3..e603d045491 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-900-normal.woff index 4d35d9ae406..e137b1d125f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-900-normal.woff2 index 725bf759cf5..bed7b892420 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-27-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-27-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-200-normal.woff index 64d96c7ad29..a8b1796b93b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-200-normal.woff2 index bbfdadc57fa..82c86e828c7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-300-normal.woff index 9a5403d1f7e..15c60a15ffa 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-300-normal.woff2 index d4d4e443d67..f791e776633 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-400-normal.woff index 147a6ab57e1..f1552ef1596 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-400-normal.woff2 index 5421b09857f..63e3399ec1b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-500-normal.woff index bff50d28420..2e27a183686 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-500-normal.woff2 index b3e698b1eea..70ff56f5a00 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-600-normal.woff index 72c8040cd7e..7d18eab52ab 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-600-normal.woff2 index 0c6d378dea1..e40bba257c1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-700-normal.woff index 9233078fa40..d7843a6227f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-700-normal.woff2 index b1ea14c40ee..4991e6e5539 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-800-normal.woff index f18874050fa..3ad82fc8413 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-800-normal.woff2 index f36ed12770b..bcb7b993c7a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-900-normal.woff index b970c928aef..1e486a0af6d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-900-normal.woff2 index df9d659446c..9fcea4bb81f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-28-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-28-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-200-normal.woff index 97d917f59d8..0dcf44db768 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-200-normal.woff2 index e97a16c1445..f8a6454c4b5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-300-normal.woff index 2b227b2ed8c..a6f2b679fe6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-300-normal.woff2 index a2c27bda036..09dd6f04d4a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-400-normal.woff index d0c7b5af4c6..5ae8ca776ec 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-400-normal.woff2 index 329875afddb..d953f924e23 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-500-normal.woff index f66eee62b3c..356f6b3f1d1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-500-normal.woff2 index 737ba20e410..23c22f0d69c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-600-normal.woff index 4d80ba5aa16..5b737d13be6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-600-normal.woff2 index 337d1e43910..2aa2c0ad3ad 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-700-normal.woff index 9b3a1f6fc44..a01ba217fbf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-700-normal.woff2 index 95212e8f0f2..3040e832920 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-800-normal.woff index 05b1c26c343..11d5b504713 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-800-normal.woff2 index 0fce71d6580..2d2c16b845a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-900-normal.woff index a519bf5d68b..aa064431188 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-900-normal.woff2 index a025261be2e..8457ceb80de 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-29-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-29-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-200-normal.woff index 0e75b673895..4842b42c78a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-200-normal.woff2 index 276a26e23c1..e44a734f5c8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-300-normal.woff index 5af5aaa7cef..5fc103c5716 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-300-normal.woff2 index 26917088835..d171b9a48ab 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-400-normal.woff index 71507b7e698..a9d5a356e08 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-400-normal.woff2 index e5e4d512039..68f589db890 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-500-normal.woff index 8c4cae8e612..3d850dc6e66 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-500-normal.woff2 index f2d7f8a8c7b..6e84966309d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-600-normal.woff index 36498868ff7..20483245f5b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-600-normal.woff2 index 759ee7434ca..d08b8cea3e5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-700-normal.woff index 32c729d64ef..9747af67479 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-700-normal.woff2 index d806962a1b5..26fc839e4c3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-800-normal.woff index 9fbfb0d79c8..3591b21a5fc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-800-normal.woff2 index 6f109cc49fb..bd656e9f586 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-900-normal.woff index d738b5f2b44..aec8f4746cb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-900-normal.woff2 index d070f2bfe13..002465ed47d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-3-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-3-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-200-normal.woff index 59a7d9a86f4..2d3d8a058af 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-200-normal.woff2 index cd9d96b02c2..8ea55eb242d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-300-normal.woff index cfc0828bdf7..96eb4021006 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-300-normal.woff2 index b805dd108b6..decae3e1252 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-400-normal.woff index 7c9bfde149f..e52f3917c87 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-400-normal.woff2 index 8b7c9e8eb1f..b0711fe76b0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-500-normal.woff index 4f032e4f3ed..c343bbdaf72 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-500-normal.woff2 index 15cbd4270ae..74b01bdc262 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-600-normal.woff index 4fc4b2bd153..b8af69a6f56 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-600-normal.woff2 index b9ceab7a78c..8dce5114a77 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-700-normal.woff index b9f59cedb1a..5b07945b27c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-700-normal.woff2 index 5b8ee6cd7f4..564200793c9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-800-normal.woff index 28a27430333..2d5f54ccc88 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-800-normal.woff2 index a27029588ed..824d93fc796 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-900-normal.woff index 9c040c66381..1b10d547168 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-900-normal.woff2 index 00e72755b3a..916e72ee46a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-30-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-30-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-200-normal.woff index 9da4e8f3f96..1dafe8d1a97 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-200-normal.woff2 index 24163df8519..31af3b2969e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-300-normal.woff index 77e85b8ed75..2120a40839d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-300-normal.woff2 index 443c0999f10..e216a2b7eec 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-400-normal.woff index 76b9f58a097..032b10774f6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-400-normal.woff2 index d64f50b915a..08c69a38c45 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-500-normal.woff index 321613f6bac..83f10750c52 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-500-normal.woff2 index 5d22dc21fcf..64aa8bdb222 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-600-normal.woff index 4ecad3dbeb3..4e3280ffe8a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-600-normal.woff2 index 9d4e229e605..057d07b2bdb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-700-normal.woff index 5cee3b2b3a7..8da4a66664a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-700-normal.woff2 index 8549fcf7650..0add1313a82 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-800-normal.woff index 083622f532a..7948605e183 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-800-normal.woff2 index fb519a47b57..8b5ffdcb257 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-900-normal.woff index 04f329436c2..0ea5571211a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-900-normal.woff2 index 306561f4672..9f4bab0000d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-31-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-31-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-200-normal.woff index cb22da72a81..a612afdea7d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-200-normal.woff2 index 4f525114620..99f2a5e7ff7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-300-normal.woff index e07859e3fe2..8fc88a46d59 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-300-normal.woff2 index 58cf67576a6..66d6926d32c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-400-normal.woff index 2c2fcc7cf6f..a4160f0688e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-400-normal.woff2 index bc8158b746d..ac9bcc796b5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-500-normal.woff index 66506cf16f5..1192494f2e7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-500-normal.woff2 index 7d35f618085..8c8593a716e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-600-normal.woff index 953f2b3507f..e802550629a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-600-normal.woff2 index 02d87137cf7..bc05291574a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-700-normal.woff index a4003b38d96..e0db28c7c13 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-700-normal.woff2 index 0e0a29254b1..350182eefe9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-800-normal.woff index 4d0c32bb93e..ebcf489cf42 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-800-normal.woff2 index 839aad1810d..07cb65b0d58 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-900-normal.woff index 09cf5c7d923..1a33a4dbba1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-900-normal.woff2 index 71dcda0e246..7497f415cc0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-32-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-32-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-200-normal.woff index 4143198ae64..4eec43dbad8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-200-normal.woff2 index a591bd4ed55..82e03442a1a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-300-normal.woff index 29a84183dba..9aabaaebb62 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-300-normal.woff2 index b2be61730c3..6b55de18677 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-400-normal.woff index 1468cd7ea06..44142317fef 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-400-normal.woff2 index 8b7c9f319ea..b02477f7b08 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-500-normal.woff index 5c778a702ed..94f9eb4e417 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-500-normal.woff2 index 3f95b54b694..d3fe057a041 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-600-normal.woff index 6b068bbaddf..f0fb44cf001 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-600-normal.woff2 index 31f67b0da68..11f9aa2a370 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-700-normal.woff index 7dbad9658fb..d84ea495c1d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-700-normal.woff2 index d58e5022067..d49a281eba1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-800-normal.woff index 7b7e113b05c..cf679b31d30 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-800-normal.woff2 index 11dbdffb079..ff7bb550cac 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-900-normal.woff index 66e3f23266d..86b59943c8b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-900-normal.woff2 index bd877fe2469..8829c3e1e77 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-33-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-33-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-200-normal.woff index d1692c3b4f3..5b0d5c169e4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-200-normal.woff2 index 5b18ea30680..cde2d17e3ff 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-300-normal.woff index 109f0ae2d4e..d3bd85ff868 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-300-normal.woff2 index e337abbf2fe..50f1786eaa4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-400-normal.woff index ba7edffdaec..7d44920319b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-400-normal.woff2 index b8e805dcdce..1bf41b4bdf1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-500-normal.woff index 8ded0be22f1..33f1fe4a7c1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-500-normal.woff2 index 8782705b8ce..7ba354d29aa 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-600-normal.woff index 14b3f122a51..ada5a90b763 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-600-normal.woff2 index cced6cc4bc6..a046a2bd988 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-700-normal.woff index 74058247870..7d9bec32afe 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-700-normal.woff2 index 32ae25eb1dd..43893be5450 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-800-normal.woff index 4596f554681..68b1423b9d8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-800-normal.woff2 index dc5ab8326dc..72318fb34d8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-900-normal.woff index 95851fa10f4..ad971e4055c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-900-normal.woff2 index 89c277c75f9..30231872691 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-34-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-34-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-200-normal.woff index 45513cab25d..519eb979821 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-200-normal.woff2 index 1fca455087b..933d6963deb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-300-normal.woff index 96a80a7d616..fc79846d99e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-300-normal.woff2 index 74330febf50..49f863c30d1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-400-normal.woff index 02ea220a28c..620ac37a520 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-400-normal.woff2 index 00d33aec41c..b319007f75e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-500-normal.woff index b4c0706ef6e..88b9fc7d238 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-500-normal.woff2 index fa6596a7549..b4e4d0886ac 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-600-normal.woff index 9fa38c1279d..a1bba065d4f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-600-normal.woff2 index aa81a9d02c6..968cbcc36f9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-700-normal.woff index d614f11473f..3b055ca406a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-700-normal.woff2 index fcfe29f49f6..9165467798e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-800-normal.woff index 9aeee9380ee..73035e6c2f5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-800-normal.woff2 index 66a8e2b8b54..2dbc1a153cc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-900-normal.woff index 0d258aac561..431b4424947 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-900-normal.woff2 index bf001b5b1b8..d9bf941908f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-35-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-35-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-200-normal.woff index 91a22109fb3..d5eaeb77242 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-200-normal.woff2 index 0abd17110a2..a6ca6d3f6f0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-300-normal.woff index 486daff87cc..1b5e2070187 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-300-normal.woff2 index 010ee9bbc28..69baa6845a3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-400-normal.woff index 687dbd76e0f..c6ecbcbe02a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-400-normal.woff2 index 0f90c8184c7..ed1fbe6d0ef 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-500-normal.woff index 7e9d7d46402..fe480f3dec3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-500-normal.woff2 index e4005d67617..0c6e14d3edc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-600-normal.woff index 73b4b037c55..bc14962341f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-600-normal.woff2 index 9e5034bd0f3..ff83f64e3a9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-700-normal.woff index 697fa555894..ad7ecbcb16b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-700-normal.woff2 index 04d4690b104..b016083131c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-800-normal.woff index 2f04073c21c..477c72d7913 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-800-normal.woff2 index f550294711b..0b514ebcf97 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-900-normal.woff index 441fb71acfa..d87cfe333d8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-900-normal.woff2 index 0b5cd35628a..5940d7db0c2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-36-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-36-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-200-normal.woff index a03e115a365..f855d2ed335 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-200-normal.woff2 index 90ce646df3d..0c4250db171 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-300-normal.woff index 6e39aa44212..c16956f46de 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-300-normal.woff2 index b08948d4ca2..6490e5972df 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-400-normal.woff index 8f60cddf52b..5947256649f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-400-normal.woff2 index f38179013d7..31333a1a5a4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-500-normal.woff index b3afcd97e56..b8c21473bb5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-500-normal.woff2 index e9e698e7116..0a07e4151ed 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-600-normal.woff index cf657780dd0..67921ea183b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-600-normal.woff2 index 3ba55a53f81..b21a81ebe7c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-700-normal.woff index b400a086146..fd0853754a8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-700-normal.woff2 index 9851d6b46ed..7235cc58d48 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-800-normal.woff index d40c3de0d90..d40da25637e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-800-normal.woff2 index 65933ba8d6c..ddb1dd66c8c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-900-normal.woff index 01fef87159a..c0d713deaa5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-900-normal.woff2 index e3d5df2b49e..e6fecf57171 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-37-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-37-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-200-normal.woff index c44ac7a0d0a..7d560ea91ae 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-200-normal.woff2 index bd44899d905..05e13816f28 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-300-normal.woff index 28a461a847d..2720a43b7ca 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-300-normal.woff2 index 018838b26ae..d7a1d9650a4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-400-normal.woff index 0ba4f324a60..7202fcacf29 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-400-normal.woff2 index c00296e94e3..d28bcfa5f9e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-500-normal.woff index e1c5796d44c..0f8d0aaa571 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-500-normal.woff2 index 9eef494367a..09aa558617b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-600-normal.woff index d9860038d0a..4015fd8ed7e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-600-normal.woff2 index 5680350483c..697308afd1b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-700-normal.woff index 9273eb15ff0..5394560f099 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-700-normal.woff2 index f01d6436282..95216d5954d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-800-normal.woff index 65f775adfb5..550e464886a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-800-normal.woff2 index d0843a6d351..cbfd955e2a7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-900-normal.woff index 3c43331cc1a..1308062c194 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-900-normal.woff2 index adbc4424a7c..3efd47415e7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-38-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-38-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-200-normal.woff index f05d6196471..8832c1e65fe 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-200-normal.woff2 index 1f0e1167e15..0263b4aa799 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-300-normal.woff index cb1587cdbc4..be4dd180d0e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-300-normal.woff2 index 944ec5bdb22..2f01f7bb43c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-400-normal.woff index a13c65da361..a9b1e3205a4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-400-normal.woff2 index 79ec3406c1f..027b47ef57e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-500-normal.woff index b5788c2119d..24ddb3055b7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-500-normal.woff2 index 9336ef22bc0..994782d7d3a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-600-normal.woff index 8222291cbef..cc0225f0bcf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-600-normal.woff2 index 09351a3d816..8c046acdae6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-700-normal.woff index 8f4492f9138..77b9978b2a3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-700-normal.woff2 index e802f27a331..55547d1fba1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-800-normal.woff index 8777e679e14..2181067c80e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-800-normal.woff2 index 0f10b2e2e7d..6ada8a555d4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-900-normal.woff index ed90253d921..e55058871c0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-900-normal.woff2 index 6bdcad3dc52..39ef552d2a5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-39-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-39-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-200-normal.woff index 8f66bec2bfb..f643d4f42f6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-200-normal.woff2 index 02b31d929f5..3b391659b31 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-300-normal.woff index 62cdeff66b3..0d94eb3e6ab 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-300-normal.woff2 index 7e0294a68b0..9d382e8de18 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-400-normal.woff index 8d3a651c367..b262eac6d04 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-400-normal.woff2 index 3ee3951e94f..33c8189bf75 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-500-normal.woff index 4cd6ea2af28..5219c4ba9fd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-500-normal.woff2 index aec65ec837a..f38aa74a608 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-600-normal.woff index b37ac124ca0..2f542363c08 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-600-normal.woff2 index 144f175fbcc..4a3e4ceac82 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-700-normal.woff index a0b2ef0ce64..4f12cd85c21 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-700-normal.woff2 index 3bad876a582..be66ba508bd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-800-normal.woff index 082f7f33e5d..292fbe4a93e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-800-normal.woff2 index 01cf0a1b263..76e7df9ba20 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-900-normal.woff index 43390c684db..6d8902094fb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-900-normal.woff2 index 3df0cb2ec2f..87e6418fabf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-4-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-4-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-200-normal.woff index 9fa7b30316d..522cefca5da 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-200-normal.woff2 index 0b542d54776..1c829d62fc2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-300-normal.woff index 36e0c5a28a0..67dc97d40e1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-300-normal.woff2 index de738147be6..c02cb98b1f4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-400-normal.woff index 0358ed6ba61..700f5030486 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-400-normal.woff2 index 0603f57a2ff..17c9b3df312 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-500-normal.woff index 3c94e36bd23..05aaa43a2d8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-500-normal.woff2 index 8566ff9f9e3..8b6f6d4833f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-600-normal.woff index 428e14b0b96..68a0a02d2a9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-600-normal.woff2 index e85fcbc5c88..612b7eac6bd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-700-normal.woff index f5cf9c91c8a..af232d7a89d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-700-normal.woff2 index 52f5251bab4..2eb7425ab88 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-800-normal.woff index 7800ab82079..969d6fb12f9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-800-normal.woff2 index 46f9f8a35a1..d07d5a17c2c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-900-normal.woff index 099c0fd3041..bebab668b5a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-900-normal.woff2 index 77c171252db..7c33de3b69a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-40-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-40-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-200-normal.woff index 3c3b4f94bf6..a91ac922509 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-200-normal.woff2 index 1aa832fc2ab..351e0685c3e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-300-normal.woff index c97f85ec052..ba96e0bdd3b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-300-normal.woff2 index 4b04ff6ec7e..5d0059ec713 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-400-normal.woff index 0ddef1099ba..11f6b507476 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-400-normal.woff2 index 95e17866594..5f67c9b13d9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-500-normal.woff index 355f8b5d1ee..ff89d9f8873 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-500-normal.woff2 index 19627edc67d..fc30c083aba 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-600-normal.woff index 0a385aa9817..23e8575d017 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-600-normal.woff2 index 55db9b320ce..79b3af5f8df 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-700-normal.woff index 46d01d80478..2fc6c0ef5b1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-700-normal.woff2 index a78c20f1ee1..758fc4f2175 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-800-normal.woff index 3b6644c9a3d..8668195dbcf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-800-normal.woff2 index 28f657e3f83..ca2c24df236 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-900-normal.woff index a04a574bd42..bcc7b23038d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-900-normal.woff2 index 6d806e54faf..799ca424cc6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-41-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-41-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-200-normal.woff index baf597f2b6c..b11412577c2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-200-normal.woff2 index d2866127cc0..d0ba97c7b0b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-300-normal.woff index 71cf1b0bca8..90350959350 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-300-normal.woff2 index 8191c2eaec0..7892089fec6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-400-normal.woff index e750c39fcb2..94dda30c3e9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-400-normal.woff2 index 912ac408aec..e25cdfb881b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-500-normal.woff index b253e75392b..6e7182eb6ac 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-500-normal.woff2 index c38c40c6bed..4f40b3b8c99 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-600-normal.woff index 60dce11082a..ea2dc12cba5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-600-normal.woff2 index 569399bc21f..59b1fc99218 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-700-normal.woff index b6dc2b61a89..35f6bc8105a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-700-normal.woff2 index 7aef9e6c624..bb35fcd53f9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-800-normal.woff index 9ad709ffb2f..4961f9aae2c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-800-normal.woff2 index 5235cbd4190..2dc755a5530 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-900-normal.woff index 8fab5f099ac..d2c06e53c07 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-900-normal.woff2 index 8887a3c3e20..278c747ad2c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-42-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-42-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-200-normal.woff index d1e2e6292e9..3e11b4719a1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-200-normal.woff2 index 10080cc8ea5..3a5a1eaa79e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-300-normal.woff index 68a3a488f81..e9f6548364d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-300-normal.woff2 index 1edf4908b42..8a9b2f563aa 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-400-normal.woff index a3396ae83c2..fcf807205c9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-400-normal.woff2 index 5f67e895a5f..d2f21bfc26f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-500-normal.woff index 6dd798234e8..c3697693fdf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-500-normal.woff2 index a414c522d0c..4ce2c1f0901 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-600-normal.woff index 70fca956dbd..761b70a8d2d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-600-normal.woff2 index eca2788be69..6207ed0c2d2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-700-normal.woff index fa3c225889c..5d1779733f7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-700-normal.woff2 index 1ca13936fd4..241370b5f9c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-800-normal.woff index 1a421c1eeee..0936ee94b19 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-800-normal.woff2 index e1030d89ec8..1762aaea9c7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-900-normal.woff index ac41043e4ec..7254e58acc2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-900-normal.woff2 index 9a963046659..10d01c12740 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-43-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-43-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-200-normal.woff index 9f06ab70094..2777e730b4f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-200-normal.woff2 index f3c01c61857..aa7615f235c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-300-normal.woff index e7b3635dd81..57935e923a8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-300-normal.woff2 index 65feb75f5c5..32d2bbb1d2b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-400-normal.woff index 3869371524b..5172e9c4d77 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-400-normal.woff2 index 404acab5c8c..0942703f246 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-500-normal.woff index b30f41ec98f..562f7232164 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-500-normal.woff2 index a6e654d32b1..1c10c795e57 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-600-normal.woff index 1376d42ad33..42a8520383a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-600-normal.woff2 index 45e0dcb5b9e..996b0d76044 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-700-normal.woff index 29c183d01cc..f307ebf7df9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-700-normal.woff2 index c6370584466..83fd13031b4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-800-normal.woff index ac940eb2049..030453d7342 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-800-normal.woff2 index 091a9314a05..49e2ca4e290 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-900-normal.woff index 42a64ae52f9..e04ed9f5686 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-900-normal.woff2 index c7005c71082..eedcd1a82ad 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-44-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-44-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-200-normal.woff index efc12c2a843..c0eae9ab41b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-200-normal.woff2 index 3087dc799d6..dd91cdeedc6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-300-normal.woff index d48a4062bc3..3fe113a4a33 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-300-normal.woff2 index 2b7cfd82a65..cab00035ca9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-400-normal.woff index 9016c687071..bd3a1739be6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-400-normal.woff2 index bd1ba3affe0..83fa8e1f7f0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-500-normal.woff index 307debd21f3..2c7c9286b89 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-500-normal.woff2 index 349286ed34a..12b1883bff5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-600-normal.woff index 5ec331ec3bb..6c03add59f6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-600-normal.woff2 index 0c37ee6bcf8..6b50d7826c3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-700-normal.woff index fd2a826ec16..96e3bf7d2e0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-700-normal.woff2 index 099893547b3..0110211c208 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-800-normal.woff index 6b27b6e8fc7..7bcbe372ba5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-800-normal.woff2 index a74f83bb7e9..97d2c1a65e5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-900-normal.woff index a87c10fa983..9d6febb4f8e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-900-normal.woff2 index 0c7f75c98ac..a53216057fa 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-45-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-45-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-200-normal.woff index c7b24cd7ded..e131ecf1562 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-200-normal.woff2 index f5420fb3844..2978b2e06d3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-300-normal.woff index 22815a42344..0139e547052 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-300-normal.woff2 index d173df0fc0d..a6e99344b94 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-400-normal.woff index 7b52169d419..7416526023e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-400-normal.woff2 index 136b3d2b857..0af81bd4489 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-500-normal.woff index 87962007178..a44644089bf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-500-normal.woff2 index 4349d5bf21c..b1edc9e8937 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-600-normal.woff index 693ff705fd9..05f53e0198a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-600-normal.woff2 index 7b90effedcc..67ed0eace38 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-700-normal.woff index 3f6c9108ed5..5e9d3b27346 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-700-normal.woff2 index d832f4aba74..88d8e289002 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-800-normal.woff index 90627b99e78..6f37234b0a4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-800-normal.woff2 index 1ed3e860661..989c0afdf2a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-900-normal.woff index c66a06819ca..8cd17e9cf49 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-900-normal.woff2 index 5b658e6c505..adb44c7097f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-46-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-46-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-200-normal.woff index 3deafcb2feb..cc4460686f8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-200-normal.woff2 index fcbf15f154f..b91d88d9249 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-300-normal.woff index 7852089051a..ecbcea1c6e0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-300-normal.woff2 index 47913ee69fe..84f3d6dbf42 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-400-normal.woff index 3b9261dea12..60324e232a9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-400-normal.woff2 index 0d33ff23171..c9bd32aa4d5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-500-normal.woff index 7e4a0d75e4f..8e0f7ad8e3e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-500-normal.woff2 index 32d0fe4dd6e..05601ca0353 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-600-normal.woff index 530d5b448e7..3cfabec29d1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-600-normal.woff2 index 7975d8cb852..d78575b3841 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-700-normal.woff index 139d72fb729..7476ccf9a6a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-700-normal.woff2 index 01a72fc46f3..8ba55dcce82 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-800-normal.woff index 20999269726..58940e9ef8f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-800-normal.woff2 index b8da8a1a5da..ed37470acfa 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-900-normal.woff index 32b76223b22..d8a4ee86535 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-900-normal.woff2 index f1d958aa0b4..c12773e0ce3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-47-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-47-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-200-normal.woff index fb71cc2f600..ab55d8321b9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-200-normal.woff2 index 266da096a84..cad46c538c3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-300-normal.woff index 3c41fe3a1a2..76322e37e7e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-300-normal.woff2 index 1200794e776..4758c93bbc1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-400-normal.woff index 066bacf60d9..f2ca4acefa8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-400-normal.woff2 index e5c217ca4f9..665fbb2f66f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-500-normal.woff index c2dc394e5c0..35031ec1d9f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-500-normal.woff2 index aee2adb1874..6bc2825a30b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-600-normal.woff index b184133e99f..ff0f9fa3021 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-600-normal.woff2 index 3f7b5936974..1621bed383c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-700-normal.woff index fe7d6a0c4ae..c648a645a5b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-700-normal.woff2 index a54fa9c79c7..02bbab9cc5d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-800-normal.woff index 742247df85f..5f6e3c9dd2f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-800-normal.woff2 index 2b2ec5fea5c..884a0e16d55 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-900-normal.woff index 8f643d9e8ab..bcdaba972b2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-900-normal.woff2 index 01700ffa613..8af209c2f4e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-48-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-48-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-200-normal.woff index 000877c7f76..92235a996cd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-200-normal.woff2 index 5c56a967fd5..cdb556dba48 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-300-normal.woff index 6ec6f5babd6..0eb8b402b92 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-300-normal.woff2 index 2aec258b10c..ec7e5c80793 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-400-normal.woff index 3773fe70a11..ff1da993de0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-400-normal.woff2 index 4d875c7e5cb..eb1a3e1a29a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-500-normal.woff index 4db785056c0..31b4133e3f5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-500-normal.woff2 index 26746850e47..8b4638c60d2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-600-normal.woff index 81315813301..0d5d2be59b5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-600-normal.woff2 index dec7841d2a6..4ab4e816ee3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-700-normal.woff index a6a5f6a791d..1aefe602c32 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-700-normal.woff2 index 1ac2100994d..676c3c589dd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-800-normal.woff index 66ddef262a5..26ac20c722c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-800-normal.woff2 index 5c25798df71..d3424508acd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-900-normal.woff index 5e69ea0bc7d..d8513e2bfb4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-900-normal.woff2 index db3f758f370..901cec3be6d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-49-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-49-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-200-normal.woff index 03230d0476e..6fbb433daf1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-200-normal.woff2 index 13df736171e..9e18009bb2f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-300-normal.woff index 8996859a9a7..92d77116c05 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-300-normal.woff2 index 161201e8867..f1aa3ffadf2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-400-normal.woff index 69bb92c223e..9ce3fd225fb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-400-normal.woff2 index b19e146c16c..1cdd68d73f1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-500-normal.woff index ef68400d9df..36e3efb400f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-500-normal.woff2 index eb6134160ce..7125378df14 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-600-normal.woff index 2d282c8c7ef..846014ba7b6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-600-normal.woff2 index 84d3bedb070..71f2401f150 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-700-normal.woff index 8e4e3aade7a..9fe715a958a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-700-normal.woff2 index d3308078aa3..1a239590049 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-800-normal.woff index 51538226f54..ba96bdad0bf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-800-normal.woff2 index 5719376d9fc..2207ad2cacd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-900-normal.woff index c65efd5e89c..0c0f43b911f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-900-normal.woff2 index c08abcf0ef2..3bb57582ea1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-5-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-5-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-200-normal.woff index e1d0ecfaeac..4d8de837403 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-200-normal.woff2 index 0a20ddd1348..0ea39878c94 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-300-normal.woff index 777e2b090b6..336103b327d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-300-normal.woff2 index 3e0ddb3a2e0..e26f01cc94d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-400-normal.woff index 45883cc91d5..d7911b0e1cf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-400-normal.woff2 index 9bf8c97b8e8..9ead63eefce 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-500-normal.woff index 1a833e15aad..aeb2c0c5033 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-500-normal.woff2 index a4ad69b554d..95989975027 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-600-normal.woff index 9442aea7fc0..15181c49db2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-600-normal.woff2 index d6383ab5cb5..1663a814579 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-700-normal.woff index bfecf0a2308..64a613d93d6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-700-normal.woff2 index fb7c2ba267a..e42bfe1d511 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-800-normal.woff index 9b2b547cdae..95c902374a8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-800-normal.woff2 index 6fa826494ae..9cb491fcf24 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-900-normal.woff index eafadd2a87b..f29f06a6695 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-900-normal.woff2 index 7382ecba2bd..892b26fc828 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-50-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-50-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-200-normal.woff index e9fca24205c..17043f68fb8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-200-normal.woff2 index 53c4b8ea093..0254f0c6e6a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-300-normal.woff index 39ff42d4c1b..7ac93db4ca0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-300-normal.woff2 index aa0b4b2d38f..a48ba51371b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-400-normal.woff index a6e282763fa..0abfb278611 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-400-normal.woff2 index e6da7ec1f78..591955571d0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-500-normal.woff index 7d27840eb9c..c56c6cf9c10 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-500-normal.woff2 index c7012c490e4..1bd3c151ae4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-600-normal.woff index b63825b3ec2..bcf485de581 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-600-normal.woff2 index f9b1b6598e9..e9c5bea3b77 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-700-normal.woff index 0eb4eecdb44..391452a52e2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-700-normal.woff2 index f91c8c84589..917a78ce12f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-800-normal.woff index 5c54c31e7ea..0587625cd9a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-800-normal.woff2 index 77002f3025e..db4085a45be 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-900-normal.woff index 79d49f38e1f..541961cc7a0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-900-normal.woff2 index 2f529ea68ee..8579eec5e8d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-51-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-51-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-200-normal.woff index c979e11852d..077672bc385 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-200-normal.woff2 index a6e921b647a..9cc0f71b2ae 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-300-normal.woff index 108134a4c57..822a694131f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-300-normal.woff2 index 6e62deb8f0b..c479564e9ff 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-400-normal.woff index 3abe499ee50..744871f0229 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-400-normal.woff2 index 4723dad14d6..70d245b3570 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-500-normal.woff index 187e1974f6a..58d73e23e65 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-500-normal.woff2 index 1d8ad53d354..89794ce37ac 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-600-normal.woff index d654beb0599..ad7719f170f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-600-normal.woff2 index 71b2fefbbcc..fc30ba411a0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-700-normal.woff index 8277539a0a5..2589a3f2b8f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-700-normal.woff2 index e013d1217dc..ef610a4eb1a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-800-normal.woff index 9c8e3d49e8b..7c87e56228f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-800-normal.woff2 index bb0c726108a..a64a9ad6abb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-900-normal.woff index 742905c9279..aa72bf2203e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-900-normal.woff2 index 575dd41c255..e275826b23e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-52-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-52-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-200-normal.woff index 96b4a894413..0a8056cd861 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-200-normal.woff2 index 680b9b6e967..578008c0824 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-300-normal.woff index 8f5018cb518..814bff48fe3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-300-normal.woff2 index 072628a6935..e7471ef15bd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-400-normal.woff index e2bbe0c2e03..fb995e07ea9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-400-normal.woff2 index 761ed6afc68..e9c53980b51 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-500-normal.woff index 5975ca7ad42..bc71634b1bd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-500-normal.woff2 index 00da031e8a4..bcef398f597 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-600-normal.woff index 26834f544d0..b7df6da6b9b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-600-normal.woff2 index 92265837376..9bb42889418 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-700-normal.woff index f34ddd3d4a3..8f132f2c95d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-700-normal.woff2 index ebe674ece94..9f55d41ca54 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-800-normal.woff index ea4ed2ec3d0..c26584559c6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-800-normal.woff2 index 2dc1d4df1a2..e3854a2f1db 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-900-normal.woff index 4ddc26207c6..8f595c4eb22 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-900-normal.woff2 index a99b6962538..397035a5425 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-53-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-53-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-200-normal.woff index a73ad415f23..c91cb55f9e9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-200-normal.woff2 index fafa3ca4215..f482fe999ce 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-300-normal.woff index b4419f924c5..ab978f1e13f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-300-normal.woff2 index 626ea2f16f1..4ed1c507e4b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-400-normal.woff index 19013447097..eaa1d3e2084 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-400-normal.woff2 index 9c9bc7dc5a2..2f478b8e2ae 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-500-normal.woff index c0f6a14c97a..21b9b0a4d6a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-500-normal.woff2 index 852c4643d05..ce7c85ffd87 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-600-normal.woff index 2541421dc2b..68bba088ed7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-600-normal.woff2 index c0ba290ed33..22c830b9e55 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-700-normal.woff index 45902c28eeb..625b9af2fe5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-700-normal.woff2 index 50b1d765e5e..2a380829151 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-800-normal.woff index 624d00a3145..b16548e1df0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-800-normal.woff2 index 0784bd98125..1a0e0128a43 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-900-normal.woff index 26cde89c33c..9a86cea26a0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-900-normal.woff2 index e32225ad570..3f15191c4d4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-54-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-54-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-200-normal.woff index 84d5949edc0..a2fa11a22ff 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-200-normal.woff2 index b34c0f9eb56..d22ee8b482b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-300-normal.woff index f6bb805cf85..24f1ed3debf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-300-normal.woff2 index d9468b0bec3..6142b940227 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-400-normal.woff index d27f9f0fce9..8f927791cd2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-400-normal.woff2 index a3ceab6d1e1..8f3dcbe22b6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-500-normal.woff index cabac1ccd1f..f8e13ce5f05 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-500-normal.woff2 index 8e7c14e16ef..f41338ce81b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-600-normal.woff index 97894901399..3d7e9ea3407 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-600-normal.woff2 index dede969f33c..982a9336ddd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-700-normal.woff index 6744608425e..98404f8c74b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-700-normal.woff2 index 17844df591c..c158c60f588 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-800-normal.woff index f439f504303..ff799e32b1e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-800-normal.woff2 index 661f68f75fd..523123ac707 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-900-normal.woff index 64f75b82765..936ad85a27b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-900-normal.woff2 index 26b5436edc7..2b125aa6d57 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-55-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-55-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-200-normal.woff index cf9c5caac9b..f506904a458 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-200-normal.woff2 index 6b575bdb095..ad8c9bfec96 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-300-normal.woff index dcea1dc5c55..58cdafe5ac2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-300-normal.woff2 index eb9bc3a6479..61453ae37af 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-400-normal.woff index 93e5cc7da9f..72e6357312e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-400-normal.woff2 index 207e7728835..7ea7c3958c1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-500-normal.woff index 22df2b8ca9a..35044927a26 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-500-normal.woff2 index fa1d4445e7b..0f3a4fc2ac6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-600-normal.woff index 970486b2b44..345b257c315 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-600-normal.woff2 index dfbea760971..4038f0ec606 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-700-normal.woff index ceedbe79616..b3198dae090 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-700-normal.woff2 index 7a599a03c81..68ad6634d9e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-800-normal.woff index be56afedc72..46fb95f85f0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-800-normal.woff2 index 6b41311ded2..aa17904872c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-900-normal.woff index 583b4c3b83e..d8f15215831 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-900-normal.woff2 index 680d74387d5..ff9ea9e0a19 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-56-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-56-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-200-normal.woff index 184394c1bb4..63b2b5e8c0a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-200-normal.woff2 index c7898fb96b9..d52ea9b51b8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-300-normal.woff index ad54e65d533..ef8aa26f0d6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-300-normal.woff2 index 828eca16275..94a002eac5e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-400-normal.woff index 7fba8fe6198..880e9171574 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-400-normal.woff2 index 6f215e3ef0c..56b5a66852c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-500-normal.woff index 7d82013647a..2224a0c3cdb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-500-normal.woff2 index 6762e4f37c9..0684f2a0e08 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-600-normal.woff index d7aad6de5ce..0851882e7ae 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-600-normal.woff2 index 6e3e48277d5..b9e5c9bd299 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-700-normal.woff index 2946db43cf8..8e0b0d9973e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-700-normal.woff2 index a6988ce4bb7..dab0e774da8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-800-normal.woff index b0631b4320c..b3afd8497cb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-800-normal.woff2 index af48dda978c..2d759eaf93c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-900-normal.woff index f3b013eafb7..675d3795b97 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-900-normal.woff2 index afef033e74d..8be6aa93fc1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-57-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-57-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-200-normal.woff index fa5ce4ebba5..f673f673ba5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-200-normal.woff2 index d672889a3ef..f75121ce208 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-300-normal.woff index 6cc64770f8b..255d22e69ef 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-300-normal.woff2 index d99c95ae759..74fcbd5ed5a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-400-normal.woff index e9095032526..9a9d9359eed 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-400-normal.woff2 index 8d43c427dc9..e57bc1d0e04 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-500-normal.woff index 77ca1764d24..46632b0d962 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-500-normal.woff2 index 56fc40c89f6..cc406f5293d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-600-normal.woff index 607d0d567ee..5a86eb72597 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-600-normal.woff2 index 37790529ad4..97738d91443 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-700-normal.woff index c1e37db2fc7..73512437da0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-700-normal.woff2 index 11264a7f10e..0a728825574 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-800-normal.woff index 649fac55a47..7fd3b7232d3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-800-normal.woff2 index cef797200b1..bda16701990 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-900-normal.woff index 6faf306c6ad..dd12b9cc8f0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-900-normal.woff2 index c6098798b37..5ab7c53e58b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-58-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-58-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-200-normal.woff index de2dcecaef3..daf86339e6f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-200-normal.woff2 index 55ad2e8b5b0..41e3d12727b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-300-normal.woff index e28e5a8f050..39a7d4289ed 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-300-normal.woff2 index 221ac7d542a..389c2241721 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-400-normal.woff index 0882c71e875..1f4bf52aa22 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-400-normal.woff2 index 670126a6116..343af289030 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-500-normal.woff index 9647a139fd8..927420df04b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-500-normal.woff2 index c6a0ef78c07..3ff35278805 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-600-normal.woff index c1f485a8e0a..373801510ca 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-600-normal.woff2 index 1b73663aa4b..72bb8dfe765 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-700-normal.woff index 9bf90959eb4..161b8378cd7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-700-normal.woff2 index 0291e7d760d..a5b7f2588ed 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-800-normal.woff index dbebf6d9b15..45fa864c092 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-800-normal.woff2 index b9679f619a9..b0835878fb4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-900-normal.woff index 99b17007516..4eab0683ce2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-900-normal.woff2 index de2aa9fbb3d..ba8f6b80e80 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-59-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-59-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-200-normal.woff index 27953789f24..89ed5e9fcb3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-200-normal.woff2 index 039fa85096c..d69b26eee2e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-300-normal.woff index 592c24a4cd8..4a65cda51dc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-300-normal.woff2 index 45c92da8781..e00e387c954 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-400-normal.woff index a4259ecde05..b5e2f99fc86 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-400-normal.woff2 index b4146aa8b59..7c9e37595a5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-500-normal.woff index 1b3648bde85..c7e5d4b26ba 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-500-normal.woff2 index 8b49f67fd47..62b3bcf344a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-600-normal.woff index e17a5ea0f41..1084dcf113f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-600-normal.woff2 index be12782b3e3..e19817d4f65 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-700-normal.woff index c28a2869ac7..d71fe8222df 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-700-normal.woff2 index 9aeb5db5be2..f1551a45a91 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-800-normal.woff index 12df5b7c414..232aa1af244 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-800-normal.woff2 index 736ffd6363b..fdc053077e8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-900-normal.woff index 59ee0df80ca..ea804ba9ed1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-900-normal.woff2 index 98b560b3f18..c708c2a12da 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-6-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-6-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-200-normal.woff index cfd8478d9cc..821ff890c29 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-200-normal.woff2 index 4815c2b98c6..c8e33d7b128 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-300-normal.woff index f4100fde644..308231460e6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-300-normal.woff2 index c0880081758..d87dcfefece 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-400-normal.woff index 9450ee9c4b4..bcbf61f44b5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-400-normal.woff2 index 4c7e960e1ae..14744f22ae8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-500-normal.woff index 4437996fb49..85a5a0d9712 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-500-normal.woff2 index 1159d2aadbe..a84ac1e19b7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-600-normal.woff index 4785071b3bd..56760af2961 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-600-normal.woff2 index d77e9cfa54a..64edc71520f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-700-normal.woff index 2825739414a..dfad1dfe196 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-700-normal.woff2 index e1ad58ad329..0b0e1509b00 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-800-normal.woff index cbaf816b4d9..e3cea27d5f8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-800-normal.woff2 index c29baafe9a2..4723c2fde90 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-900-normal.woff index 4649bc903f6..960319b60f6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-900-normal.woff2 index 517597ef8c1..674021b2989 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-60-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-60-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-200-normal.woff index 27af67aaa7d..378cbf66923 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-200-normal.woff2 index 13a81296bf1..e05c04d5ada 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-300-normal.woff index 2210dc7b762..66969137b5d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-300-normal.woff2 index 4cf815aacd1..935fabd35ea 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-400-normal.woff index 14f6ffe3657..26723d267ee 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-400-normal.woff2 index bb6e03173b7..8825f0d185e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-500-normal.woff index 8ecaacf0061..0e5082000a5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-500-normal.woff2 index c37e2016ecc..0842568cef3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-600-normal.woff index 12cd79f894d..455a10f016a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-600-normal.woff2 index f13c6bfa762..9510c87381e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-700-normal.woff index 6ac882809ab..9e12ab72276 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-700-normal.woff2 index eb5b8d8849f..f584df09da5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-800-normal.woff index 5eafdb7a849..3d545cb06df 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-800-normal.woff2 index 6077dd156e6..4db052a8dbf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-900-normal.woff index 088c707d33a..970ed549891 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-900-normal.woff2 index 48720272930..fa0cdcbc8c0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-61-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-61-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-200-normal.woff index 556ba4338ea..ded255825ce 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-200-normal.woff2 index 8b1bf140483..7da395d3a28 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-300-normal.woff index 23498e1ca64..65ff10d13d9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-300-normal.woff2 index d0ea325e418..13cf7e35af7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-400-normal.woff index a87d99d2a75..d69c6bf34ff 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-400-normal.woff2 index a22436ec1fd..35bb46ef2ab 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-500-normal.woff index bf2bcca7ef1..0ea613c393f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-500-normal.woff2 index 1929a87eb3b..5f1dc5b1bdf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-600-normal.woff index 1319408cf0b..3ba25c4dc20 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-600-normal.woff2 index c4d25322e8d..efb156ddc90 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-700-normal.woff index ccacc07dc4b..ab306e248eb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-700-normal.woff2 index f0abab55eb9..155ef4ffcc7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-800-normal.woff index 12b375eb269..a2e56d4ab23 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-800-normal.woff2 index cc0d67dbf6f..0c608667cfb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-900-normal.woff index 52b93873200..a6ee213fc09 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-900-normal.woff2 index c34ba663188..8b37dd3b348 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-62-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-62-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-200-normal.woff index 186dd821951..6600cbd9a70 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-200-normal.woff2 index c984747114b..c53b8fd3bba 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-300-normal.woff index 3e5e225b793..26779082e9c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-300-normal.woff2 index 6c57c5acd0e..f693049b27b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-400-normal.woff index 9a331fc9790..3c310855bb9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-400-normal.woff2 index 08e04f39b2c..eba2029594f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-500-normal.woff index a32445a1438..6b4d94a4aa9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-500-normal.woff2 index 079bd02bfe4..e585942424c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-600-normal.woff index 2ced32b700e..6a5d2d0d596 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-600-normal.woff2 index b05c7125b1d..adb50506af8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-700-normal.woff index a163754bab6..dd8daf3b382 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-700-normal.woff2 index 02287dd9947..aed7fa99bbc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-800-normal.woff index 1097a2fbd43..ebe9adec7e1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-800-normal.woff2 index a3b605bf27f..1d1eb2d3840 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-900-normal.woff index f232ab933b4..875161f77f3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-900-normal.woff2 index b4bfd26a905..f2d7b4a219f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-63-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-63-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-200-normal.woff index c5d891d0546..30d69ca8ebf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-200-normal.woff2 index 40cd8785580..e043b50b633 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-300-normal.woff index 1409602b310..c52567a23f9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-300-normal.woff2 index 3b57282ec2c..ff7ad2b5d23 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-400-normal.woff index c4c72673a8e..028321bcfed 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-400-normal.woff2 index 5a49bc26dcd..9c745cdad16 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-500-normal.woff index 8bbc15d1403..4ee80229469 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-500-normal.woff2 index 582df8d967b..73622dde380 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-600-normal.woff index 26e7bb8c473..176fad4b211 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-600-normal.woff2 index ece3b9f4789..05641a112ca 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-700-normal.woff index 757df0a4a76..e65372f2e17 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-700-normal.woff2 index 8ad54d4faaf..f67ae7b24f5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-800-normal.woff index 124d2ddc60e..b7685df5444 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-800-normal.woff2 index 1b8987527e0..52027d646af 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-900-normal.woff index 6e9196c5c67..e0a56cc5d40 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-900-normal.woff2 index d60dfab1cce..2311a5844d2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-64-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-64-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-200-normal.woff index 14998e9888b..a298fcbcca4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-200-normal.woff2 index d26baa0b5c9..02b78665e17 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-300-normal.woff index c22aa737c28..2d81374272e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-300-normal.woff2 index 0477cc06566..6133aa397b3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-400-normal.woff index f21773bc185..57dbd324d75 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-400-normal.woff2 index 849775cf9c7..3d382d8b4ee 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-500-normal.woff index 0574e6a1702..161e8803eed 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-500-normal.woff2 index 6822b6bac78..034b10de047 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-600-normal.woff index 36d88017cf4..a4a0d81fef1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-600-normal.woff2 index 9fd0c0b0d02..93f1dede297 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-700-normal.woff index 1c48d43d2bc..70625449aff 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-700-normal.woff2 index 734059f1c71..939d48ef06c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-800-normal.woff index d72d4f6b6f6..655d9151f60 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-800-normal.woff2 index 3521b918b07..02037acc4ec 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-900-normal.woff index 2fcd08ca40b..0373d6bbf96 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-900-normal.woff2 index 774a50c25ba..5a49c7b92a3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-65-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-65-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-200-normal.woff index 495c4c8aa4e..29ac8a7a6d2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-200-normal.woff2 index a02b4487094..0d3320bbeab 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-300-normal.woff index a287d4b8b07..cda43807975 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-300-normal.woff2 index 235235b25b9..04602b51eca 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-400-normal.woff index 25791cd4d39..4d692632651 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-400-normal.woff2 index 20041f1febe..52c97513e01 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-500-normal.woff index 633200cbc08..a6d0f655204 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-500-normal.woff2 index 88eb8fd409a..b85c16e5fa1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-600-normal.woff index dd7f31c2167..9be25d25406 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-600-normal.woff2 index c48a7eec06e..6fded6271ee 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-700-normal.woff index 52623e95dbb..7a179c48132 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-700-normal.woff2 index eed3526e620..916c206de17 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-800-normal.woff index 56d48cdeafe..d2754f3827c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-800-normal.woff2 index 2aa2960814f..76389db82ab 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-900-normal.woff index 72fef526038..c59a0ac5038 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-900-normal.woff2 index e21e7293d72..410ea5102d2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-66-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-66-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-200-normal.woff index 9d77da4509c..1b8e4d999bb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-200-normal.woff2 index b36942eab24..5ac36baf3b1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-300-normal.woff index da8a217164c..966b81b3735 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-300-normal.woff2 index f0abd849aef..32bfe9cabcf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-400-normal.woff index 5545a1d2b66..0a3f3519f43 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-400-normal.woff2 index 99408348c57..125cfe46cc1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-500-normal.woff index 335b4419061..021620c3a38 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-500-normal.woff2 index cc10dc3c7bc..06f83756cc2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-600-normal.woff index 131f1c1e5c3..28ccdb59145 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-600-normal.woff2 index 67da77d54d2..20a64ccc953 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-700-normal.woff index b8a1ba40dd2..e34b77d7dae 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-700-normal.woff2 index eafc64e5b22..faa6178ea2c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-800-normal.woff index 6aead6541fe..a01a23266a7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-800-normal.woff2 index 69faefd5fe2..1d45f8590ed 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-900-normal.woff index 51fdde0467b..a7e0a07e8ed 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-900-normal.woff2 index a86f516f99a..2e8170ef0c2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-67-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-67-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-200-normal.woff index b185cc06c99..16d13aab275 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-200-normal.woff2 index d200024eb2c..98befe46045 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-300-normal.woff index 1801d9569ac..741c447c520 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-300-normal.woff2 index 7850ffdaaa3..f3ee0c91d39 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-400-normal.woff index e9b84cb53dd..67091d86f7d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-400-normal.woff2 index a545cede209..693c792531d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-500-normal.woff index 5d5e332f067..dd775cba4a8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-500-normal.woff2 index e56234bb347..a19276d9969 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-600-normal.woff index dcc7d65561c..5b295b74b3f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-600-normal.woff2 index c80263e89a0..0a3d5259926 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-700-normal.woff index 730df73512d..1511bb487d8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-700-normal.woff2 index 796eb3a3ecd..63d447a01b1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-800-normal.woff index ce5797076b8..8d90e70d9b6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-800-normal.woff2 index 05f67544c92..52d9c5f8184 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-900-normal.woff index 05044dbc147..44fb43b917d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-900-normal.woff2 index 271de1520e9..ed98b546106 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-68-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-68-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-200-normal.woff index 632e01c7958..5d4d796b2d3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-200-normal.woff2 index 5f660395290..093aa873193 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-300-normal.woff index eebf953d601..56d372fda4c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-300-normal.woff2 index 2688f250982..81974aab858 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-400-normal.woff index 47710185e3b..9950cbe1b85 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-400-normal.woff2 index d616a301c81..442c69cd461 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-500-normal.woff index c7f70b37b33..0f4f9155dd6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-500-normal.woff2 index 868748a40fc..c7d2c7f1fe2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-600-normal.woff index a25f4b7fd98..d0b9f420118 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-600-normal.woff2 index 7bd6f58b9cc..097b18c8949 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-700-normal.woff index 3390fde083c..2afe8901a5a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-700-normal.woff2 index d9e71d36581..49ccf6228a2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-800-normal.woff index 51ad337629e..3c676be6bbd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-800-normal.woff2 index 3582773cfde..e9d32ad05e2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-900-normal.woff index 83f7c89a6a4..28abbfab5dc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-900-normal.woff2 index 1959e93e657..d176bd954d7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-69-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-69-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-200-normal.woff index 72b5c966965..0e836aa3180 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-200-normal.woff2 index f69eea28d0e..2f2630f95fe 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-300-normal.woff index b53fb901a57..4d44ebceb54 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-300-normal.woff2 index c67a8dfb42f..7df238d995d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-400-normal.woff index fb5f1499879..20dfb0fdcf9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-400-normal.woff2 index 758f39b1e75..f1633eec991 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-500-normal.woff index af47c783f1d..d90c0d56958 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-500-normal.woff2 index 3e7c469b3d2..0cfffb65f20 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-600-normal.woff index cfcf3dd00b6..5b16794d82c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-600-normal.woff2 index 22a7f287d86..0cf3c98873b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-700-normal.woff index 0a37745dc92..2baae26ca67 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-700-normal.woff2 index acf7992e77b..631b6fbb982 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-800-normal.woff index 46a0540d570..986f736c730 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-800-normal.woff2 index 8ab020940b0..fd611461423 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-900-normal.woff index d335c829811..21162778d3c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-900-normal.woff2 index dc9462ad1ad..755994cfa04 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-7-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-7-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-200-normal.woff index 77ab3bf1840..5df3c181eb2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-200-normal.woff2 index 4786d1bcb3f..800777bf489 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-300-normal.woff index 012da438af1..bef091642ce 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-300-normal.woff2 index 162743f1c4b..c437a5a5e6f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-400-normal.woff index e24a2610370..bf1385552ec 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-400-normal.woff2 index 9ebda522d08..cb0b8df2e3c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-500-normal.woff index 51e139ac49b..352d2658bc1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-500-normal.woff2 index 9d8e5841b58..fe0d727753c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-600-normal.woff index 5bd1778ddf0..e0baac5c840 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-600-normal.woff2 index 8624c7f3da9..c197aeae0b8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-700-normal.woff index 6acc31ed447..989dfb0aa19 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-700-normal.woff2 index 9461816e37b..566c1d00558 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-800-normal.woff index f0ac7fffcc5..675397e312d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-800-normal.woff2 index 19aea027877..1a1f852b641 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-900-normal.woff index 39497372730..8c48ae7f3a9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-900-normal.woff2 index eaeebace887..0fcb6fddab4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-70-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-70-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-200-normal.woff index 24597a994c0..4aa7b153bb8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-200-normal.woff2 index dcb7125e509..d0d1884d693 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-300-normal.woff index e260b8767e2..ede182829a0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-300-normal.woff2 index 3af1c8968e6..16e1d28ff67 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-400-normal.woff index 9f098c1889e..1e4def8f222 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-400-normal.woff2 index 017253c64cb..5a07b48c6c3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-500-normal.woff index d5a639378df..64d75a20e81 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-500-normal.woff2 index 6e752f92f93..a39419eec33 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-600-normal.woff index 1cfa99d237c..127e5a24e83 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-600-normal.woff2 index feab27d734a..5997a089126 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-700-normal.woff index 284d694fb4e..09e079cfd01 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-700-normal.woff2 index e28564fff45..18b0d8ad678 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-800-normal.woff index b634a762bbf..fe6b30beaf8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-800-normal.woff2 index 99793a50ae3..5b70ec46711 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-900-normal.woff index 3ea15ca331e..5bb70f9f045 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-900-normal.woff2 index 48415bfaa51..36195ab6c26 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-71-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-71-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-200-normal.woff index 2587aefb88c..f72575d58c4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-200-normal.woff2 index 934537cc0e7..1bd3dfcde20 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-300-normal.woff index ec5d60f2308..24256cd261b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-300-normal.woff2 index 90905afede9..3540992c090 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-400-normal.woff index 0b8062e23bf..84a79a8aa46 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-400-normal.woff2 index e97bf7c32c8..29dfe803307 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-500-normal.woff index dc446f1f852..fbd6538224d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-500-normal.woff2 index e433b3df3fe..823a6c21172 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-600-normal.woff index 5ce30669dda..f64a395c41f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-600-normal.woff2 index 366e108a8fc..81df1f45c5e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-700-normal.woff index 717baac20a3..e0b9e99eec9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-700-normal.woff2 index abc92d446ab..97aab08c69b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-800-normal.woff index 0ef4132b8cc..26ff0eb0010 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-800-normal.woff2 index 12dd3e61797..a02e9d4a93e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-900-normal.woff index 417e16a920a..eac50eb0089 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-900-normal.woff2 index 778318bb712..8f1e4d08967 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-72-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-72-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-200-normal.woff index d27ee3795ab..940203e31e6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-200-normal.woff2 index 609c852f9bc..3aa649ccb3a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-300-normal.woff index 30a7fe596cc..8d893be5218 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-300-normal.woff2 index e5ac3c1973f..9531b65d313 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-400-normal.woff index a7abe6481a2..2c96ebf3d13 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-400-normal.woff2 index b43ce5b3397..a13c7b8305f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-500-normal.woff index 0447b07a520..929fa445b2a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-500-normal.woff2 index 020c6a5524c..d4947236cb6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-600-normal.woff index 8a8e9bb1fca..dae9f724c26 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-600-normal.woff2 index fef61260207..cce6a6f4f52 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-700-normal.woff index eeb16b99f30..e07e0bd27e7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-700-normal.woff2 index d8d2ffcde8f..9c2ecda53db 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-800-normal.woff index e71318f43ed..56a03c2cbae 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-800-normal.woff2 index 3f99f2193d1..03a8490633f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-900-normal.woff index c7354f77972..7155c02333a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-900-normal.woff2 index f9d64d95016..f70fef7bd22 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-73-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-73-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-200-normal.woff index 21c7bb77e16..74125e0101c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-200-normal.woff2 index d3b8063cb0e..860a86fed51 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-300-normal.woff index 51f5ea190e5..b8827c2d56d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-300-normal.woff2 index 11037284ac7..adf14ab61e1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-400-normal.woff index 29725ba40da..6d7048d7a4c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-400-normal.woff2 index 9e2e66edb78..a545236a68c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-500-normal.woff index 1905b187cb5..ac07e2c1110 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-500-normal.woff2 index 0cc79794f4e..dfc679483dd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-600-normal.woff index 412382b4dfa..f0edba0f196 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-600-normal.woff2 index c62b5d104c7..d430b99df3d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-700-normal.woff index dbc0df44d3f..20c6b8490fb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-700-normal.woff2 index d7cb1b38bfa..92ace4a28ea 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-800-normal.woff index b6efdda44dd..358ac5c4cb9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-800-normal.woff2 index 976f7c794af..858509c942e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-900-normal.woff index 21a86a7e056..ea23a932a1c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-900-normal.woff2 index 17cffe6bd53..4afa151c809 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-74-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-74-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-200-normal.woff index 4f1d081a8d4..e3fdb6d5a90 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-200-normal.woff2 index b9ea99ff7d9..1ae14f34c42 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-300-normal.woff index 0243ba5bd7c..7003ee1365f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-300-normal.woff2 index f46dfeaefd1..d189d8a18b6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-400-normal.woff index 4e1fed675fa..e8376dd47ff 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-400-normal.woff2 index a32cfd6be13..e8ba2de8d9d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-500-normal.woff index 5844b019cd7..36d76bafb0f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-500-normal.woff2 index 6cc8aada257..981aaaef489 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-600-normal.woff index bf673edaf95..9ebe7a2d05d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-600-normal.woff2 index 282a2c066a2..fd70321a51f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-700-normal.woff index 76a92c81405..c96c8b036c5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-700-normal.woff2 index 62f5903fc4d..ca345d62096 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-800-normal.woff index 3ba9c343df8..977d210b4e1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-800-normal.woff2 index ac0bcb7601a..ca3f7f27430 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-900-normal.woff index a08101eada9..24fa87012b7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-900-normal.woff2 index 7a05d6823f6..99e799d086b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-75-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-75-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-200-normal.woff index 57c043a9ceb..73fe1e91c5e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-200-normal.woff2 index 183174bdc93..b054596cd31 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-300-normal.woff index 0a0255d1927..f06df6b4295 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-300-normal.woff2 index 7bb11f57dab..5f53a849ba4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-400-normal.woff index be765b6676f..59ec0068540 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-400-normal.woff2 index b87b64ab66b..b7243a718a4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-500-normal.woff index b5bf744afb6..cfa6fbfa9e0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-500-normal.woff2 index bcba2907301..31037776577 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-600-normal.woff index f01ded124c5..b6a34b549f9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-600-normal.woff2 index 5a040cfe53e..3f59536eb59 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-700-normal.woff index 4d3a36bda4a..8a97765d4a1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-700-normal.woff2 index 533af91069f..b6e79b8c841 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-800-normal.woff index 1bd852db444..b89f9b3a326 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-800-normal.woff2 index ea148b5d196..a64619c6c8a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-900-normal.woff index 07de4c181dc..4eb91f4da3d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-900-normal.woff2 index 21ecd590511..5e307b3b2b9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-76-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-76-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-200-normal.woff index 23ec0aa4630..32cb66f41cb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-200-normal.woff2 index 0fed312cd7f..4e76d235c02 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-300-normal.woff index ac3c8b5c790..efe56a6c4f7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-300-normal.woff2 index 57840287c77..74f59c7345f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-400-normal.woff index d9697bbeb7e..c4eb57e6548 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-400-normal.woff2 index 0313d9c9c66..b73da6a0d4d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-500-normal.woff index 2cd0b233dd6..63390d94cf3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-500-normal.woff2 index e7fbf20e236..32d4f556d41 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-600-normal.woff index 64db57936cf..adc496fdb52 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-600-normal.woff2 index fc335023037..affa361b23d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-700-normal.woff index 46fd5c8b02c..5ae2d116089 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-700-normal.woff2 index b9717fddc69..f1276946130 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-800-normal.woff index 7e4f6d6d3a0..0032dacb09d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-800-normal.woff2 index ff5fb20f1a5..d9c0ce318f2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-900-normal.woff index 99daa0f06db..c7aa061480a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-900-normal.woff2 index e306b11f89c..68e644fcf8a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-77-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-77-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-200-normal.woff index 7a38fb541b8..79b3dfb67f8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-200-normal.woff2 index 85b5d6ec99e..2d1531e3213 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-300-normal.woff index 775c6644357..71661c2b0eb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-300-normal.woff2 index ce5c3ac9265..5b5d85a7bd1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-400-normal.woff index 1717487869f..0d5bf4c90b2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-400-normal.woff2 index 47795bb0bbb..2fab9f28062 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-500-normal.woff index 49c46c300f7..d68ba95fc1c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-500-normal.woff2 index 2f221ae4053..7a968e6f8d0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-600-normal.woff index 7570b1fb021..eb40cc5918e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-600-normal.woff2 index c42f6bf7fe6..f1a91335e30 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-700-normal.woff index 7965e5e136b..10f2954ccd3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-700-normal.woff2 index 7e2939ae28f..17049bb5e13 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-800-normal.woff index d1372aac3c0..8d28e3223b1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-800-normal.woff2 index 2636a92df58..c8dada56566 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-900-normal.woff index a1e6723547a..226f6517fdd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-900-normal.woff2 index 6bfc03742ea..eb2ec2c6ba3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-78-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-78-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-200-normal.woff index 8e3e87a4483..89511800487 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-200-normal.woff2 index e5e575e8be3..81fee64a67c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-300-normal.woff index 7ace932e5d8..d61abe71cda 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-300-normal.woff2 index 0615b3c58b5..1a800080799 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-400-normal.woff index 573b6c373be..3e750e6d39a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-400-normal.woff2 index 354fc7d3124..9c12ba81381 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-500-normal.woff index a8f18ca13da..657db9734be 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-500-normal.woff2 index 71561d6b5f3..b442e6b0d8b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-600-normal.woff index 2190fb0289c..b280678b27f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-600-normal.woff2 index 9dbe492f4fa..c880819756e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-700-normal.woff index 6ae0da81807..6bbb01dff00 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-700-normal.woff2 index e6d8fe77e86..deea37148a3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-800-normal.woff index 855b4b0aa1c..d047fc74aeb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-800-normal.woff2 index 46fc876b5f6..694ed60f83b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-900-normal.woff index 1d869d8b403..94a871a72ff 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-900-normal.woff2 index 7847792cc7c..9d4e8c2b39d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-79-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-79-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-200-normal.woff index 12c06ba56f0..d2f00265588 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-200-normal.woff2 index 09eab82c52f..ff6b9fcd7d0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-300-normal.woff index a4100c09e6d..8c18df7e785 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-300-normal.woff2 index 5156043094b..5075a9fa014 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-400-normal.woff index f3820b72cd8..b8f419029ae 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-400-normal.woff2 index 93c95e6a3d2..3712623c760 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-500-normal.woff index 52bc4d1dad6..1856540b368 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-500-normal.woff2 index d15b68635a7..5680c85fd9f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-600-normal.woff index 733100f810d..a26a81d3d48 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-600-normal.woff2 index f3f926dcf9f..866c47d2d44 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-700-normal.woff index a16aa63a925..d477ae8f62b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-700-normal.woff2 index f077a3d5f90..00d261fb8d9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-800-normal.woff index 872afd7f2f4..89537401f2b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-800-normal.woff2 index d63a26a510c..a93dde0bd2e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-900-normal.woff index ded1f356496..1ab3ae9a7d8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-900-normal.woff2 index 1e506c68d3e..07ec7738f0c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-8-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-8-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-200-normal.woff index 47448d22992..39a71f0791c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-200-normal.woff2 index b5aa8e97bce..fadab2220d5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-300-normal.woff index 040b25bd98f..c656959f8d5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-300-normal.woff2 index 9fef1417693..ba84c4d34d6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-400-normal.woff index 35b527a23ea..8e4bd98ab6c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-400-normal.woff2 index 7c7909f7387..34b79ee7f95 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-500-normal.woff index 67d60f8d49f..ece92d5a6c1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-500-normal.woff2 index c529e006ee9..95aaf1fc4ca 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-600-normal.woff index f78d5bc8569..a0afec29506 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-600-normal.woff2 index c59025cbeeb..d0ca34892c1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-700-normal.woff index af046cbdf89..6a74b9a4eaa 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-700-normal.woff2 index 7a372cf70f6..b73533dc319 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-800-normal.woff index 55c4acc87be..fa642c8907e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-800-normal.woff2 index a0c825fcdb8..056ed18ae87 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-900-normal.woff index 5e9ed33ed14..673863f6d81 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-900-normal.woff2 index 60bf94991b6..b18e6f1eb4f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-80-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-80-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-200-normal.woff index d494f0efc5b..bacc3830a3b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-200-normal.woff2 index d6eefcc4280..a1b2b559fda 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-300-normal.woff index 45ee8317b9a..97d41471550 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-300-normal.woff2 index 2cb51fa3df9..b9a58206065 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-400-normal.woff index 0af3ca9f501..66bc27e4d68 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-400-normal.woff2 index 18d3e6de60d..fe864513a21 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-500-normal.woff index be1eaa6b067..7cd53941b9b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-500-normal.woff2 index efcc5a348a2..edcaef1927a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-600-normal.woff index 3135c247378..74c5ebb5673 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-600-normal.woff2 index 7696e6e6c7b..ebd029cd315 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-700-normal.woff index d198fc11bd0..0a9632dd061 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-700-normal.woff2 index b0eb0714629..43b846c2020 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-800-normal.woff index 6b6ada28ece..f81976c97c1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-800-normal.woff2 index fb8d6122219..612b4d1f7db 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-900-normal.woff index 5ec7aec0b80..2d09915af23 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-900-normal.woff2 index 0e07df4f228..330bf3d2509 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-81-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-81-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-200-normal.woff index 8d75b304a89..46fa2ecc138 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-200-normal.woff2 index 6169251b057..7834973eea9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-300-normal.woff index ee292460521..b14501661b7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-300-normal.woff2 index 1b0718fe6c4..22ec98e1035 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-400-normal.woff index 6cd40012b00..2fb3022b032 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-400-normal.woff2 index 71ae7f7575e..ad77123afb8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-500-normal.woff index 9587cbf11ec..b7720e0d462 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-500-normal.woff2 index 009d546134f..5f9497f877b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-600-normal.woff index 7582fed2fd3..4296df85ec5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-600-normal.woff2 index d849f03b9be..9918a67b2dc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-700-normal.woff index 265fc705dde..2baadfed6b9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-700-normal.woff2 index c87a15a0804..5ea64c2caee 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-800-normal.woff index 63fa1faad58..8c98f64308e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-800-normal.woff2 index 7c7a2b2b157..4bc932bb119 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-900-normal.woff index fca3a5028c1..901f1114fc8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-900-normal.woff2 index 7ad3ab5e9a9..04c6888e9e7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-82-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-82-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-200-normal.woff index f160aedceaa..b9411a0b21e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-200-normal.woff2 index efc30a52562..7635cfefd0f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-300-normal.woff index 4126f0296dc..faa35f93a9b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-300-normal.woff2 index 6fa65542f79..3217d19be2b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-400-normal.woff index 0d46075c724..10bcb694ab4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-400-normal.woff2 index b62f897fc08..3713136748d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-500-normal.woff index 4a3edbf01a7..7772707b177 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-500-normal.woff2 index 6d7771cce8d..8acbf4d4853 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-600-normal.woff index 0ccd527ce9e..62a1bef3b3e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-600-normal.woff2 index c10768778f9..e3c821a606c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-700-normal.woff index 6b8d2c5fb74..4441287ed32 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-700-normal.woff2 index 5b183e93ef4..8a8c6ec1c6a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-800-normal.woff index e9898bb3f2b..a1f36a925a1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-800-normal.woff2 index 6e1caa9a652..9374c4bef22 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-900-normal.woff index 85b56dd5f31..afb5567d3f3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-900-normal.woff2 index a2c61b23539..8ad508e132e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-83-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-83-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-200-normal.woff index 618c4ad02fa..af1c551238e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-200-normal.woff2 index a979b159a55..2c00c142759 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-300-normal.woff index 3cc44937665..3564f944c90 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-300-normal.woff2 index 3bc8f9ef150..24deb40c583 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-400-normal.woff index c73b9956729..4ab8fece8b6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-400-normal.woff2 index 9131d156b0e..3079a53efad 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-500-normal.woff index 9208bd384f1..ca7b3943cd7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-500-normal.woff2 index c971ccd6828..8ad6749a89a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-600-normal.woff index 0b75f889911..bd4b9ae602e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-600-normal.woff2 index 0f95c4d949c..f90dc8698ce 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-700-normal.woff index 421a119133f..b8d6f9abafa 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-700-normal.woff2 index c8be048182e..417fae16125 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-800-normal.woff index 5b881445af3..b5009e1853d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-800-normal.woff2 index 37b09ee76ae..803876e9418 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-900-normal.woff index b04c799f1ca..7b83bcbbd48 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-900-normal.woff2 index c1de7ddeaee..51bb223e337 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-84-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-84-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-200-normal.woff index 8fc827c9a93..69006a10682 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-200-normal.woff2 index f860648f8d2..1c88f9fe643 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-300-normal.woff index 6cc5f1a6f77..1d5e86a210d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-300-normal.woff2 index 9351d24f9f0..43f722848c4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-400-normal.woff index 917f0642412..b9eded058cb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-400-normal.woff2 index b7d7d851009..c3d5c56f271 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-500-normal.woff index 33b849d5ea7..bc7963d9512 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-500-normal.woff2 index ffd41c6a94b..c45902e1947 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-600-normal.woff index 8e52bed9791..6eb63b9b563 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-600-normal.woff2 index ddf402697f2..c11796e1005 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-700-normal.woff index 8fa8bf35d6f..3ea0ecfbe1f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-700-normal.woff2 index f3b2c7443f8..77a626cddc4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-800-normal.woff index 28ac5874426..918be6f9d17 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-800-normal.woff2 index ec0988ab613..907e4463084 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-900-normal.woff index fafd31eafe4..19e62637d04 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-900-normal.woff2 index 74baeb13702..99dfa4a31ec 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-85-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-85-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-200-normal.woff index ccb0d0a0a1d..292aa7fcab5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-200-normal.woff2 index 5d9b0fb26fe..00c7451c310 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-300-normal.woff index c3860c5a6e1..0d9d4dbd4ed 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-300-normal.woff2 index cb7aaf4bc62..28a6fb22eeb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-400-normal.woff index 615854a9160..e30f5307f31 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-400-normal.woff2 index b7621230e0c..c691f79a906 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-500-normal.woff index e436c6d07bd..80be498cd74 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-500-normal.woff2 index 1928cde3341..1c56d1ad676 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-600-normal.woff index 36db1b9c6e9..8fc8246ccfe 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-600-normal.woff2 index 896148eb551..5b6f4bf99aa 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-700-normal.woff index b2edfc86740..c939bb58013 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-700-normal.woff2 index a4e1d7d1706..f5181b42dbe 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-800-normal.woff index f10519b7b9d..4e635f8ff81 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-800-normal.woff2 index eee80a5342b..6c74105c9ec 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-900-normal.woff index f1c3793ce0d..0f1a514b3f6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-900-normal.woff2 index b02cc28f498..c0a117bd100 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-86-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-86-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-200-normal.woff index db50a47e8b4..2705dd5a56e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-200-normal.woff2 index cdcc50049a6..34fbfac3fc8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-300-normal.woff index 79ba77c8de6..f644e66cb7d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-300-normal.woff2 index 35fd3c718e5..dbe24046bbc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-400-normal.woff index 3652a159d6c..121c86bc055 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-400-normal.woff2 index 029dcc1c23a..e37875280ae 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-500-normal.woff index 0ae7395dd03..8f747d43456 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-500-normal.woff2 index 97bbad14ed5..98a9df03400 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-600-normal.woff index 2b0e7c84890..0caf36ddef3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-600-normal.woff2 index 91a20a8cecb..f0ae6629767 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-700-normal.woff index aa5e9f4e1fb..41977fd4932 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-700-normal.woff2 index a91f6464bbc..03c784effd3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-800-normal.woff index b0643ed9a13..38cfec448b2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-800-normal.woff2 index ed49844a322..431c4a7393e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-900-normal.woff index 51ded65a11d..777e710ab48 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-900-normal.woff2 index b1b7fa8d305..5017e1a4c7b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-87-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-87-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-200-normal.woff index b9c0f89957e..135cc0af04d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-200-normal.woff2 index 4f46af8edf3..230e79bc615 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-300-normal.woff index d8b8d2556e5..a51bbd55683 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-300-normal.woff2 index c15312d8969..f400db9c929 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-400-normal.woff index 05948a42478..09ec66ac4d8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-400-normal.woff2 index ec9ab803103..7b21cbc904e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-500-normal.woff index e71b3435ed3..6b6b6c769f4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-500-normal.woff2 index c172e194746..71c6b85e850 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-600-normal.woff index 5d18c818aaf..bf2d58d768f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-600-normal.woff2 index 10f1b84b956..225a2d26ec5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-700-normal.woff index 56b0b397f60..8114e6981a9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-700-normal.woff2 index df058b3f9f6..b0ea7f0ec9a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-800-normal.woff index 322821cb2c1..e5805846892 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-800-normal.woff2 index 2ba25a64f38..de5cdd694a0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-900-normal.woff index f0a9d2c309c..c3e33ecb801 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-900-normal.woff2 index 304b064c907..0ddbf38def2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-88-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-88-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-200-normal.woff index 42ca445cf74..f0ca80e7a65 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-200-normal.woff2 index 3301adb8bab..f838bcbe356 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-300-normal.woff index 9fca6c3b468..80963e62b68 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-300-normal.woff2 index cf39a2a96f6..9f76d160dda 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-400-normal.woff index d5611cb58c0..e19762c5de8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-400-normal.woff2 index 2141f15df31..8358d801785 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-500-normal.woff index 566d8f72661..cf953bc8358 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-500-normal.woff2 index 8307336eeec..5bab82809ac 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-600-normal.woff index c4324d9907b..e193387fbcc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-600-normal.woff2 index a87044e082d..3a5338af6df 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-700-normal.woff index b5b7b72e269..5aae8a0acfa 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-700-normal.woff2 index e49fe52a5ad..d467993d5a3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-800-normal.woff index 993bbdba2be..3ac26bccea2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-800-normal.woff2 index 9516a65fd1a..7519cc116d0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-900-normal.woff index 1eb6c1c0212..820009337a1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-900-normal.woff2 index 94ab6a4f535..3cba2a737d7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-89-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-89-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-200-normal.woff index deba3186c3b..24e3143c2bc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-200-normal.woff2 index 580903ec773..1916fba9378 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-300-normal.woff index 3f9737ef128..e2f99cbf1b1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-300-normal.woff2 index 9a5ff5265e8..f8290404a4c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-400-normal.woff index 12eeb8cab23..4e0275a5747 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-400-normal.woff2 index f91b2dd7d55..dea51b361c1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-500-normal.woff index cf6e7369d3e..4d88b67a69a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-500-normal.woff2 index a65d285491c..10a685469a1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-600-normal.woff index 2062993f0a5..e7d92f2220e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-600-normal.woff2 index 98d0c18ed4b..43d3357c361 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-700-normal.woff index 055c728b93d..e1af379fe77 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-700-normal.woff2 index d525fde860c..47866faff90 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-800-normal.woff index fbc68c9c0ce..b140c491b22 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-800-normal.woff2 index 64af5920dd5..57c10fc84dc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-900-normal.woff index fa324191b0d..01fcd3537c7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-900-normal.woff2 index 26935b40733..3574505dc4b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-9-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-9-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-200-normal.woff index ff52dcbaf1b..86ed5accffa 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-200-normal.woff2 index 8329e8a02af..9350422af0a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-300-normal.woff index caa3386596f..7fbee25ca62 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-300-normal.woff2 index 7404f19444a..c034161c3d3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-400-normal.woff index 0e13ae6ff11..b95777ddc11 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-400-normal.woff2 index 9836f028abe..495a69af21d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-500-normal.woff index 5702f3b2fa0..2beaf360081 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-500-normal.woff2 index a8ed6988aaf..d38b3b10e0f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-600-normal.woff index 8ce4804a725..e78007ae3bf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-600-normal.woff2 index 69e500ae135..06b8b45b6c5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-700-normal.woff index 29cc2afb9f4..3ccdf161e5a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-700-normal.woff2 index ab2e9f2e6b5..a60f3a284db 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-800-normal.woff index dc5287bb64a..350315b7f96 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-800-normal.woff2 index 3a8d785b498..cd37fa46a97 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-900-normal.woff index f81774e3782..d21a64f3a67 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-900-normal.woff2 index 942579bf0b7..e4d66634556 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-90-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-90-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-200-normal.woff index ee8482dc120..70435555a67 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-200-normal.woff2 index e52b7bc7695..8a5b21292c8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-300-normal.woff index 0f4fdb7c792..aa7173bcb20 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-300-normal.woff2 index ebc78fbac97..ba7923a31d9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-400-normal.woff index 73adc3c6e68..a9f17c31834 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-400-normal.woff2 index bdcb052cdcc..997d6f405a9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-500-normal.woff index fe064283dba..a757f0e8c2f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-500-normal.woff2 index 159a5808478..49083348df5 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-600-normal.woff index 196649d4acf..ac54f1908c1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-600-normal.woff2 index 5ec1fb5f383..79aa05c3e44 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-700-normal.woff index f8794297327..d87811da15e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-700-normal.woff2 index 9e7ab5fe78c..b681244a3cb 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-800-normal.woff index d8b379a22d1..b933c855c80 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-800-normal.woff2 index ff7bbf928d7..52cb9e426a6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-900-normal.woff index 80760b3e34f..8e3122bf5a7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-900-normal.woff2 index dd36397dd5e..dc7198895f7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-91-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-91-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-200-normal.woff index 559f7b4efd2..1d59b0d3f1f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-200-normal.woff2 index 742924fe407..c814ee19ef9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-300-normal.woff index 9afc1e180a9..d5e59b99508 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-300-normal.woff2 index 95214e9cb14..75d2ca63c81 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-400-normal.woff index 9e05428d694..cf5b92bf01c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-400-normal.woff2 index 8082d15bf8b..2b07ed183ea 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-500-normal.woff index e06d17bf280..4137a1d4b35 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-500-normal.woff2 index fabfb3a747f..fb9f81f9faa 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-600-normal.woff index e630f4777f4..4a7e1f4060c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-600-normal.woff2 index 4da0535a699..5cd2312805e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-700-normal.woff index 6b4517fa28e..05e28151d88 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-700-normal.woff2 index db43d769310..2f10cbed964 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-800-normal.woff index 47a8f7b444a..42648879b9f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-800-normal.woff2 index 936c80816a0..98dcaedb2b1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-900-normal.woff index 614c70a014a..d4d8262a0c2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-900-normal.woff2 index 2079e79d9af..7a423d380c4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-92-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-92-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-200-normal.woff index b0c5f0db2ef..7cb719c9a78 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-200-normal.woff2 index a70db6cd176..2fd34f365b3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-300-normal.woff index adc4d02e376..030da76cf6c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-300-normal.woff2 index 25acedbedd1..52f27cf9d7a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-400-normal.woff index 57954ac4288..42def64b431 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-400-normal.woff2 index 70e785a5539..8cab63e5851 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-500-normal.woff index 4182e0ae3f4..49d0767f86a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-500-normal.woff2 index ee2226630f1..f6bd49c19a2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-600-normal.woff index f809e515331..3662a2bc29b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-600-normal.woff2 index 62073e37270..e9f6d5f0ee0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-700-normal.woff index 5b9de94f993..93ff87b8fb8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-700-normal.woff2 index 272ba0ab03e..1b9ee86ff3d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-800-normal.woff index e9967d21521..7b7092e7cb0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-800-normal.woff2 index ed88ef6426c..70281ba91a8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-900-normal.woff index aebde158eed..fcd3d6a68f1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-900-normal.woff2 index 1f5a094efd9..2e6633b4e6b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-93-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-93-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-94-200-normal.woff deleted file mode 100644 index 269f3604077..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-200-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-94-200-normal.woff2 deleted file mode 100644 index ee1a66157ab..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-200-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-94-300-normal.woff deleted file mode 100644 index 81f47f4c8a5..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-300-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-94-300-normal.woff2 deleted file mode 100644 index 9253c73c46c..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-300-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-94-400-normal.woff deleted file mode 100644 index a04eccf1935..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-400-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-94-400-normal.woff2 deleted file mode 100644 index bb14c99da8e..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-400-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-94-500-normal.woff deleted file mode 100644 index 357dcb290bc..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-500-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-94-500-normal.woff2 deleted file mode 100644 index 94660582f9b..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-500-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-94-600-normal.woff deleted file mode 100644 index bcd4b260592..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-600-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-94-600-normal.woff2 deleted file mode 100644 index e36403b6f0e..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-600-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-94-700-normal.woff deleted file mode 100644 index 9db3281e7ee..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-700-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-94-700-normal.woff2 deleted file mode 100644 index 7d4e7368f2b..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-700-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-94-800-normal.woff deleted file mode 100644 index e667b0c3c57..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-800-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-94-800-normal.woff2 deleted file mode 100644 index acc9acc2da1..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-800-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-94-900-normal.woff deleted file mode 100644 index 8bf1e2cdbb4..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-900-normal.woff and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-94-900-normal.woff2 deleted file mode 100644 index f026dec2faf..00000000000 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-94-900-normal.woff2 and /dev/null differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-200-normal.woff index c2eba566ba7..0d68c11a359 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-200-normal.woff2 index 3bf19d5b553..ea9015a1408 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-300-normal.woff index 6dea91abf39..fcd05bbb7af 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-300-normal.woff2 index cb8bc635e2b..463a5e2efaa 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-400-normal.woff index 0f81fd0bbaf..d6a0a916e2b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-400-normal.woff2 index 33c835e0e00..2193f09754d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-500-normal.woff index 8a7db74b333..bd14229edbd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-500-normal.woff2 index 3b1aafcfe50..52757ad8f77 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-600-normal.woff index 79a86694ac7..86d41ab702c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-600-normal.woff2 index f5a0694c47a..8212128b3e0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-700-normal.woff index 236e52ad37c..c8901d1c03a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-700-normal.woff2 index 48e830ab3a4..f5a2084042d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-800-normal.woff index 35d23a643b0..45e9e9c2fc2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-800-normal.woff2 index 9e39a3539f8..1c6e14957d8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-900-normal.woff index f3183f43fbb..5fc392c2090 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-900-normal.woff2 index d7f2b25c176..cefae21c8c0 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-98-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-98-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-200-normal.woff index cdb7a4ad002..f2b10d32ccd 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-200-normal.woff2 index c7cccca79a9..900db57ba01 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-300-normal.woff index 46915aa350d..fe4abb25c02 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-300-normal.woff2 index 64cac769674..ae1397f2897 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-400-normal.woff index e78c378a946..1438c39589b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-400-normal.woff2 index 2bf3f4b8ef6..fb502440062 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-500-normal.woff index ed1447bb120..22f89f91aca 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-500-normal.woff2 index 2461403717e..db937b39994 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-600-normal.woff index 00feced97f7..99ced68fb7f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-600-normal.woff2 index d199cddc49c..698f76d1adf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-700-normal.woff index 8949781e1a2..8d9afa38e4b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-700-normal.woff2 index 9282ecf0db2..572f0559dff 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-800-normal.woff index f9688f84676..d67079dc36b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-800-normal.woff2 index c4be48d0905..be02609a597 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-900-normal.woff index bee132f13f2..c4d174d172a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-900-normal.woff2 index 6518f496479..35f5ac2d306 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-99-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-99-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-200-normal.woff index 9b9431e3675..3011c813f34 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-200-normal.woff2 index 951fa399555..cec2daa97de 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-300-normal.woff index 726446bf242..febbdee3625 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-300-normal.woff2 index 777040ae369..75a22871544 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-400-normal.woff index b7eb9236392..a3344f1ab5e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-400-normal.woff2 index 4bf388f78b8..cbdfb04618d 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-500-normal.woff index 554b556a867..73c06f2ecfc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-500-normal.woff2 index 52e441ad560..ec7fd58afbe 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-600-normal.woff index f0ef805633a..d32a9c25406 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-600-normal.woff2 index 6b3c66274aa..c770e33de09 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-700-normal.woff index 74af4c4fce4..222ec0b5632 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-700-normal.woff2 index 377e42faffd..fb0d96aa76e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-800-normal.woff index 6323c353610..a39e6b79cc3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-800-normal.woff2 index cc5e02bc2e1..c848ba38ddc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-900-normal.woff index 5b145cf06ec..1643a157786 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-900-normal.woff2 index b97e29a6928..99580d1a934 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-cyrillic-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-200-normal.woff index e91ced6a5c6..4181e6f164f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-200-normal.woff2 index 02e506aa8e3..18ebb8c914b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-300-normal.woff index 3c57790adcf..cf919cc96c9 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-300-normal.woff2 index b8c21de7938..391a3bb6b8b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-400-normal.woff index ecc2f759f2c..4d1e7ff6056 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-400-normal.woff2 index 0d8b5a6c412..4b92ade8e81 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-500-normal.woff index 8b448fd224e..f98fe0d1b6e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-500-normal.woff2 index 6be413b0f66..f2588314545 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-600-normal.woff index 4b0fb0e4c2a..cb52054ecaf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-600-normal.woff2 index 4545829e88f..ef8e386107c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-700-normal.woff index 11ccdd7414f..9e67384fcff 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-700-normal.woff2 index 879638f36a8..63711e11fcf 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-800-normal.woff index 64d4c4dbbe3..9c9087561d3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-800-normal.woff2 index 9d993b96aa7..18f6d5eace8 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-900-normal.woff index fcc2d53e11c..0efad080297 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-900-normal.woff2 index bb1fb028368..055bb624120 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-200-normal.woff index 09ba6cdc3c2..4a61ab77fbc 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-200-normal.woff2 index 14382ab6629..cebcae090a4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-300-normal.woff index a05c2e661ca..26b39460c1e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-300-normal.woff2 index 456b6e46324..a2f3687048b 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-400-normal.woff index 77e4279aff0..ce4985d9770 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-400-normal.woff2 index 5399b63d954..ff25f6fee2c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-500-normal.woff index 9ce4463ca47..529426d20c2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-500-normal.woff2 index 22e271fb6a2..4fc7c3a5065 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-600-normal.woff index b8ca496c05d..72737602931 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-600-normal.woff2 index 5df04c9f1a3..be43e32ae04 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-700-normal.woff index c610ebfa062..b05d183ede2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-700-normal.woff2 index 3cf53b1d6c2..6cd9aa6aea2 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-800-normal.woff index 4babda649dd..12a4e8457f4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-800-normal.woff2 index 0fad1eb7cd9..cd988d80762 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-900-normal.woff index a3b7b3ad3e3..2475ba2cf3c 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-900-normal.woff2 index e6d658756fe..92f01581c71 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-latin-ext-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-200-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-200-normal.woff index 9ba28b6ed39..8ee65cbd8c6 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-200-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-200-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-200-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-200-normal.woff2 index a79a75fc833..4ac234223e3 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-200-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-300-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-300-normal.woff index 4b899464ab2..4b1ffb3e638 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-300-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-300-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-300-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-300-normal.woff2 index 5e46cb7bb39..ade78af0707 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-300-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-400-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-400-normal.woff index 7f0a5ff178d..83247bc0461 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-400-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-400-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-400-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-400-normal.woff2 index e92627db42b..31c6e28aa9e 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-400-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-500-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-500-normal.woff index 6bd29ae8928..ef8cae2cc41 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-500-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-500-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-500-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-500-normal.woff2 index cd8b74c1ca0..272f011be36 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-500-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-600-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-600-normal.woff index a786cc10691..b22f4464ed7 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-600-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-600-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-600-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-600-normal.woff2 index 1d543877f2b..32c37b43c7a 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-600-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-700-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-700-normal.woff index f7c30a6025f..d9376a7ee79 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-700-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-700-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-700-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-700-normal.woff2 index a8931325fb2..b1d85ca451f 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-700-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-800-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-800-normal.woff index 497ccf4d57f..c6b1316c7c1 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-800-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-800-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-800-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-800-normal.woff2 index 395318c9571..90b1c8d96c4 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-800-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-900-normal.woff b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-900-normal.woff index a8640f1e1ed..42ae774a694 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-900-normal.woff and b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-900-normal.woff differ diff --git a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-900-normal.woff2 b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-900-normal.woff2 index 60c3021bb12..2bc45153a21 100644 Binary files a/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-900-normal.woff2 and b/fonts/google/noto-serif-hk/files/noto-serif-hk-vietnamese-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-hk/index.css b/fonts/google/noto-serif-hk/index.css index 5017c011b2e..8f00224f6e7 100644 --- a/fonts/google/noto-serif-hk/index.css +++ b/fonts/google/noto-serif-hk/index.css @@ -138,56 +138,6 @@ unicode-range: U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e; } -/* noto-serif-hk-[20]-400-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 400; - src: url(./files/noto-serif-hk-20-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-20-400-normal.woff) format('woff'); - unicode-range: U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018; -} - -/* noto-serif-hk-[21]-400-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 400; - src: url(./files/noto-serif-hk-21-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-21-400-normal.woff) format('woff'); - unicode-range: U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69; -} - -/* noto-serif-hk-[22]-400-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 400; - src: url(./files/noto-serif-hk-22-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-22-400-normal.woff) format('woff'); - unicode-range: U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708; -} - -/* noto-serif-hk-[23]-400-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 400; - src: url(./files/noto-serif-hk-23-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-23-400-normal.woff) format('woff'); - unicode-range: U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0; -} - -/* noto-serif-hk-[24]-400-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 400; - src: url(./files/noto-serif-hk-24-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-24-400-normal.woff) format('woff'); - unicode-range: U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec; -} - /* noto-serif-hk-[25]-400-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -195,7 +145,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-25-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-25-400-normal.woff) format('woff'); - unicode-range: U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; + unicode-range: U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; } /* noto-serif-hk-[26]-400-normal */ @@ -205,7 +155,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-26-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-26-400-normal.woff) format('woff'); - unicode-range: U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26; + unicode-range: U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e; } /* noto-serif-hk-[27]-400-normal */ @@ -215,7 +165,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-27-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-27-400-normal.woff) format('woff'); - unicode-range: U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98; + unicode-range: U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf; } /* noto-serif-hk-[28]-400-normal */ @@ -225,7 +175,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-28-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-28-400-normal.woff) format('woff'); - unicode-range: U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9; + unicode-range: U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a; } /* noto-serif-hk-[29]-400-normal */ @@ -235,7 +185,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-29-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-29-400-normal.woff) format('woff'); - unicode-range: U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a; + unicode-range: U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82; } /* noto-serif-hk-[30]-400-normal */ @@ -245,7 +195,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-30-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-30-400-normal.woff) format('woff'); - unicode-range: U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb; + unicode-range: U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917; } /* noto-serif-hk-[31]-400-normal */ @@ -255,7 +205,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-31-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-31-400-normal.woff) format('woff'); - unicode-range: U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f; + unicode-range: U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6; } /* noto-serif-hk-[32]-400-normal */ @@ -265,7 +215,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-32-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-32-400-normal.woff) format('woff'); - unicode-range: U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601; + unicode-range: U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621; } /* noto-serif-hk-[33]-400-normal */ @@ -275,7 +225,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-33-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-33-400-normal.woff) format('woff'); - unicode-range: U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c; + unicode-range: U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af; } /* noto-serif-hk-[34]-400-normal */ @@ -285,7 +235,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-34-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-34-400-normal.woff) format('woff'); - unicode-range: U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e; + unicode-range: U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387; } /* noto-serif-hk-[35]-400-normal */ @@ -295,7 +245,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-35-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-35-400-normal.woff) format('woff'); - unicode-range: U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267; + unicode-range: U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e; } /* noto-serif-hk-[36]-400-normal */ @@ -305,7 +255,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-36-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-36-400-normal.woff) format('woff'); - unicode-range: U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139; + unicode-range: U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a; } /* noto-serif-hk-[37]-400-normal */ @@ -315,7 +265,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-37-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-37-400-normal.woff) format('woff'); - unicode-range: U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7; + unicode-range: U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2; } /* noto-serif-hk-[38]-400-normal */ @@ -325,7 +275,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-38-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-38-400-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35; + unicode-range: U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e; } /* noto-serif-hk-[39]-400-normal */ @@ -335,7 +285,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-39-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-39-400-normal.woff) format('woff'); - unicode-range: U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda; } /* noto-serif-hk-[40]-400-normal */ @@ -345,7 +295,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-40-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-40-400-normal.woff) format('woff'); - unicode-range: U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22; + unicode-range: U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e; } /* noto-serif-hk-[41]-400-normal */ @@ -355,7 +305,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-41-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-41-400-normal.woff) format('woff'); - unicode-range: U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982; + unicode-range: U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c; } /* noto-serif-hk-[42]-400-normal */ @@ -365,7 +315,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-42-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-42-400-normal.woff) format('woff'); - unicode-range: U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803; + unicode-range: U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818; } /* noto-serif-hk-[43]-400-normal */ @@ -375,7 +325,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-43-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-43-400-normal.woff) format('woff'); - unicode-range: U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695; + unicode-range: U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad; } /* noto-serif-hk-[44]-400-normal */ @@ -385,7 +335,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-44-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-44-400-normal.woff) format('woff'); - unicode-range: U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510; + unicode-range: U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535; } /* noto-serif-hk-[45]-400-normal */ @@ -395,7 +345,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-45-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-45-400-normal.woff) format('woff'); - unicode-range: U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba; + unicode-range: U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd; } /* noto-serif-hk-[46]-400-normal */ @@ -405,7 +355,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-46-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-46-400-normal.woff) format('woff'); - unicode-range: U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a; + unicode-range: U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e; } /* noto-serif-hk-[47]-400-normal */ @@ -415,7 +365,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-47-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-47-400-normal.woff) format('woff'); - unicode-range: U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114; + unicode-range: U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125; } /* noto-serif-hk-[48]-400-normal */ @@ -425,7 +375,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-48-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-48-400-normal.woff) format('woff'); - unicode-range: U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99; + unicode-range: U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf; } /* noto-serif-hk-[49]-400-normal */ @@ -435,7 +385,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-49-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-49-400-normal.woff) format('woff'); - unicode-range: U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a; + unicode-range: U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76; } /* noto-serif-hk-[50]-400-normal */ @@ -445,7 +395,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-50-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-50-400-normal.woff) format('woff'); - unicode-range: U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06; + unicode-range: U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c; } /* noto-serif-hk-[51]-400-normal */ @@ -455,7 +405,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-51-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-51-400-normal.woff) format('woff'); - unicode-range: U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90; + unicode-range: U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2; } /* noto-serif-hk-[52]-400-normal */ @@ -465,7 +415,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-52-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-52-400-normal.woff) format('woff'); - unicode-range: U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a; + unicode-range: U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42; } /* noto-serif-hk-[53]-400-normal */ @@ -475,7 +425,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-53-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-53-400-normal.woff) format('woff'); - unicode-range: U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1; + unicode-range: U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6; } /* noto-serif-hk-[54]-400-normal */ @@ -485,7 +435,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-54-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-54-400-normal.woff) format('woff'); - unicode-range: U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a; + unicode-range: U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d; } /* noto-serif-hk-[55]-400-normal */ @@ -495,7 +445,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-55-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-55-400-normal.woff) format('woff'); - unicode-range: U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600; + unicode-range: U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615; } /* noto-serif-hk-[56]-400-normal */ @@ -505,7 +455,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-56-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-56-400-normal.woff) format('woff'); - unicode-range: U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9; + unicode-range: U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba; } /* noto-serif-hk-[57]-400-normal */ @@ -515,7 +465,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-57-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-57-400-normal.woff) format('woff'); - unicode-range: U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8; + unicode-range: U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb; } /* noto-serif-hk-[58]-400-normal */ @@ -525,7 +475,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-58-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-58-400-normal.woff) format('woff'); - unicode-range: U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264; + unicode-range: U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275; } /* noto-serif-hk-[59]-400-normal */ @@ -535,7 +485,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-59-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-59-400-normal.woff) format('woff'); - unicode-range: U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd; + unicode-range: U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-hk-[60]-400-normal */ @@ -545,7 +495,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-60-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-60-400-normal.woff) format('woff'); - unicode-range: U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb; + unicode-range: U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce; } /* noto-serif-hk-[61]-400-normal */ @@ -555,7 +505,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-61-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-61-400-normal.woff) format('woff'); - unicode-range: U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86; + unicode-range: U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a; } /* noto-serif-hk-[62]-400-normal */ @@ -565,7 +515,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-62-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-62-400-normal.woff) format('woff'); - unicode-range: U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63; + unicode-range: U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75; } /* noto-serif-hk-[63]-400-normal */ @@ -575,7 +525,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-63-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-63-400-normal.woff) format('woff'); - unicode-range: U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e; + unicode-range: U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f; } /* noto-serif-hk-[64]-400-normal */ @@ -585,7 +535,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-64-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-64-400-normal.woff) format('woff'); - unicode-range: U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99; + unicode-range: U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7; } /* noto-serif-hk-[65]-400-normal */ @@ -595,7 +545,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-65-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-65-400-normal.woff) format('woff'); - unicode-range: U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956; + unicode-range: U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963; } /* noto-serif-hk-[66]-400-normal */ @@ -605,7 +555,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-66-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-66-400-normal.woff) format('woff'); - unicode-range: U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb; + unicode-range: U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809; } /* noto-serif-hk-[67]-400-normal */ @@ -615,7 +565,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-67-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-67-400-normal.woff) format('woff'); - unicode-range: U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2; + unicode-range: U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be; } /* noto-serif-hk-[68]-400-normal */ @@ -625,7 +575,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-68-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-68-400-normal.woff) format('woff'); - unicode-range: U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534; + unicode-range: U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c; } /* noto-serif-hk-[69]-400-normal */ @@ -635,7 +585,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-69-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-69-400-normal.woff) format('woff'); - unicode-range: U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0; + unicode-range: U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc; } /* noto-serif-hk-[70]-400-normal */ @@ -645,7 +595,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-70-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-70-400-normal.woff) format('woff'); - unicode-range: U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c; + unicode-range: U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0; } /* noto-serif-hk-[71]-400-normal */ @@ -655,7 +605,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-71-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-71-400-normal.woff) format('woff'); - unicode-range: U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e; + unicode-range: U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f; } /* noto-serif-hk-[72]-400-normal */ @@ -665,7 +615,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-72-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-72-400-normal.woff) format('woff'); - unicode-range: U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4; + unicode-range: U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3; } /* noto-serif-hk-[73]-400-normal */ @@ -675,7 +625,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-73-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-73-400-normal.woff) format('woff'); - unicode-range: U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a; + unicode-range: U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80; } /* noto-serif-hk-[74]-400-normal */ @@ -685,7 +635,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-74-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-74-400-normal.woff) format('woff'); - unicode-range: U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced; + unicode-range: U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5; } /* noto-serif-hk-[75]-400-normal */ @@ -695,7 +645,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-75-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-75-400-normal.woff) format('woff'); - unicode-range: U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c; + unicode-range: U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70; } /* noto-serif-hk-[76]-400-normal */ @@ -705,7 +655,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-76-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-76-400-normal.woff) format('woff'); - unicode-range: U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32; + unicode-range: U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34; } /* noto-serif-hk-[77]-400-normal */ @@ -715,7 +665,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-77-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-77-400-normal.woff) format('woff'); - unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb; + unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc; } /* noto-serif-hk-[78]-400-normal */ @@ -725,7 +675,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-78-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-78-400-normal.woff) format('woff'); - unicode-range: U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; + unicode-range: U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; } /* noto-serif-hk-[79]-400-normal */ @@ -735,7 +685,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-79-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-79-400-normal.woff) format('woff'); - unicode-range: U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f; + unicode-range: U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c; } /* noto-serif-hk-[80]-400-normal */ @@ -745,7 +695,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-80-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-80-400-normal.woff) format('woff'); - unicode-range: U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be; + unicode-range: U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7; } /* noto-serif-hk-[81]-400-normal */ @@ -755,7 +705,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-81-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-81-400-normal.woff) format('woff'); - unicode-range: U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d; + unicode-range: U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364; } /* noto-serif-hk-[82]-400-normal */ @@ -765,7 +715,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-82-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-82-400-normal.woff) format('woff'); - unicode-range: U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf; + unicode-range: U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5; } /* noto-serif-hk-[83]-400-normal */ @@ -775,7 +725,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-83-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-83-400-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058; + unicode-range: U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c; } /* noto-serif-hk-[84]-400-normal */ @@ -785,7 +735,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-84-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-84-400-normal.woff) format('woff'); - unicode-range: U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08; } /* noto-serif-hk-[85]-400-normal */ @@ -795,7 +745,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-85-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-85-400-normal.woff) format('woff'); - unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8; + unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1; } /* noto-serif-hk-[86]-400-normal */ @@ -878,16 +828,6 @@ unicode-range: U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a; } -/* noto-serif-hk-[94]-400-normal */ -@font-face { - font-family: 'Noto Serif HK'; - font-style: normal; - font-display: swap; - font-weight: 400; - src: url(./files/noto-serif-hk-94-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-94-400-normal.woff) format('woff'); - unicode-range: U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07; -} - /* noto-serif-hk-[98]-400-normal */ @font-face { font-family: 'Noto Serif HK'; @@ -915,7 +855,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-100-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-100-400-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-hk-[101]-400-normal */ @@ -925,7 +865,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-101-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-101-400-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-hk-[102]-400-normal */ @@ -935,7 +875,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-102-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-102-400-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-hk-[103]-400-normal */ @@ -945,7 +885,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-103-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-103-400-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-hk-[104]-400-normal */ @@ -955,7 +895,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-104-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-104-400-normal.woff) format('woff'); - unicode-range: U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-hk-[105]-400-normal */ @@ -965,7 +905,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-105-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-105-400-normal.woff) format('woff'); - unicode-range: U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-hk-[106]-400-normal */ @@ -975,7 +915,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-106-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-106-400-normal.woff) format('woff'); - unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-hk-[107]-400-normal */ @@ -985,7 +925,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-107-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-107-400-normal.woff) format('woff'); - unicode-range: U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-hk-[108]-400-normal */ @@ -995,7 +935,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-108-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-108-400-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-hk-[109]-400-normal */ @@ -1005,7 +945,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-109-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-109-400-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-hk-[110]-400-normal */ @@ -1065,7 +1005,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-115-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-115-400-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-hk-[116]-400-normal */ @@ -1075,7 +1015,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-116-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-116-400-normal.woff) format('woff'); - unicode-range: U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-hk-[117]-400-normal */ @@ -1085,7 +1025,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-117-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-117-400-normal.woff) format('woff'); - unicode-range: U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-hk-[118]-400-normal */ @@ -1095,7 +1035,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-hk-118-400-normal.woff2) format('woff2'), url(./files/noto-serif-hk-118-400-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-hk-[119]-400-normal */ diff --git a/fonts/google/noto-serif-hk/metadata.json b/fonts/google/noto-serif-hk/metadata.json index ee190130695..ca62970987f 100644 --- a/fonts/google/noto-serif-hk/metadata.json +++ b/fonts/google/noto-serif-hk/metadata.json @@ -14,13 +14,13 @@ "variable": { "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} }, - "lastModified": "2022-09-27", - "version": "v2", + "lastModified": "2024-05-14", + "version": "v7", "category": "serif", "license": { "type": "OFL-1.1", "url": "http://scripts.sil.org/OFL", - "attribution": "(c) 2017-2022 Adobe (http://www.adobe.com/)." + "attribution": "(c) 2017-2023 Adobe (http://www.adobe.com/)." }, "source": "https://github.com/google/fonts", "type": "google" diff --git a/fonts/google/noto-serif-hk/package.json b/fonts/google/noto-serif-hk/package.json index 8b5b686c239..108fb07e904 100644 --- a/fonts/google/noto-serif-hk/package.json +++ b/fonts/google/noto-serif-hk/package.json @@ -1,6 +1,6 @@ { "name": "@fontsource/noto-serif-hk", - "version": "5.0.14", + "version": "5.0.15", "description": "Self-host the Noto Serif HK font in a neatly bundled NPM package.", "main": "index.css", "publishConfig": {"access": "public"}, @@ -26,5 +26,5 @@ "url": "https://github.com/fontsource/font-files.git", "directory": "fonts/google/noto-serif-hk" }, - "publishHash": "ce29143da2f6eb40" + "publishHash": "52ae643f206620c8" } \ No newline at end of file diff --git a/fonts/google/noto-serif-hk/scss/metadata.scss b/fonts/google/noto-serif-hk/scss/metadata.scss index 3b1e4dd4fba..a39a27549ad 100644 --- a/fonts/google/noto-serif-hk/scss/metadata.scss +++ b/fonts/google/noto-serif-hk/scss/metadata.scss @@ -26,72 +26,67 @@ $unicode: ( 15: (U+ff37,U+ff39-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff68,U+ff6a,U+ff6c-ff7e,U+ff80-ff86,U+ff89-ff94,U+ff97-ff9e,U+ffb9,U+ffe0-ffe3,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1d7c7,U+1f004,U+1f0cf,U+1f141-1f142,U+1f150,U+1f154,U+1f158,U+1f15b,U+1f15d-1f15e,U+1f162-1f163,U+1f170-1f171,U+1f174,U+1f177-1f178,U+1f17d-1f17f,U+1f192-1f195,U+1f197-1f19a,U+1f1e6-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f22f,U+1f232-1f237,U+1f239-1f23a,U+1f250-1f251,U+1f300,U+1f302-1f304), 16: (U+f94f,U+f95a,U+f95d-f95e,U+f961-f963,U+f965-f970,U+f974,U+f976-f97a,U+f97c,U+f97e-f97f,U+f981,U+f983,U+f988,U+f98a,U+f98c,U+f98e,U+f996-f997,U+f999-f99a,U+f99c,U+f99f-f9a0,U+f9a3,U+f9a8,U+f9ad,U+f9b2-f9b6,U+f9b9-f9ba,U+f9bd-f9be,U+f9c1,U+f9c4,U+f9c7,U+f9ca,U+f9cd,U+f9d0-f9d1,U+f9d3-f9d4,U+f9d7-f9d8,U+f9dc-f9dd,U+f9df-f9e1,U+f9e4,U+f9e8-f9ea,U+f9f4,U+f9f6-f9f7,U+f9f9-f9fa,U+f9fc-fa01,U+fa03-fa04,U+fa06,U+fa08-fa0a,U+fa0c,U+fa11,U+fa17,U+fa19,U+fa1b,U+fa1d,U+fa26,U+fa2c,U+fb01,U+fdfc,U+fe0e,U+fe33-fe36,U+fe38-fe44,U+fe49-fe51,U+fe54,U+fe56-fe57,U+fe59-fe5c,U+fe5f-fe6a,U+fe8e,U+fe92-fe93,U+feae,U+fecb-fecc,U+fee0,U+feec,U+fef3,U+ff04,U+ff07,U+ff26-ff2c,U+ff31-ff32,U+ff35-ff36), 17: (U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e), - 20: (U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018), - 21: (U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69), - 22: (U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708), - 23: (U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0), - 24: (U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec), - 25: (U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8), - 26: (U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26), - 27: (U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98), - 28: (U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9), - 29: (U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a), - 30: (U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb), - 31: (U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f), - 32: (U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601), - 33: (U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c), - 34: (U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e), - 35: (U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267), - 36: (U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139), - 37: (U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7), - 38: (U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35), - 39: (U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd), - 40: (U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22), - 41: (U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982), - 42: (U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803), - 43: (U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695), - 44: (U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510), - 45: (U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba), - 46: (U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a), - 47: (U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114), - 48: (U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99), - 49: (U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a), - 50: (U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06), - 51: (U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90), - 52: (U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a), - 53: (U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1), - 54: (U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a), - 55: (U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600), - 56: (U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9), - 57: (U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8), - 58: (U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264), - 59: (U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd), - 60: (U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb), - 61: (U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86), - 62: (U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63), - 63: (U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e), - 64: (U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99), - 65: (U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956), - 66: (U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb), - 67: (U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2), - 68: (U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534), - 69: (U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0), - 70: (U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c), - 71: (U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e), - 72: (U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4), - 73: (U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a), - 74: (U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced), - 75: (U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c), - 76: (U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32), - 77: (U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb), - 78: (U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a), - 79: (U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f), - 80: (U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be), - 81: (U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d), - 82: (U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf), - 83: (U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058), - 84: (U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f), - 85: (U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8), + 25: (U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8), + 26: (U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e), + 27: (U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf), + 28: (U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a), + 29: (U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82), + 30: (U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917), + 31: (U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6), + 32: (U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621), + 33: (U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af), + 34: (U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387), + 35: (U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e), + 36: (U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a), + 37: (U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2), + 38: (U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e), + 39: (U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda), + 40: (U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e), + 41: (U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c), + 42: (U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818), + 43: (U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad), + 44: (U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535), + 45: (U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd), + 46: (U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e), + 47: (U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125), + 48: (U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf), + 49: (U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76), + 50: (U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c), + 51: (U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2), + 52: (U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42), + 53: (U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6), + 54: (U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d), + 55: (U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615), + 56: (U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba), + 57: (U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb), + 58: (U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275), + 59: (U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114), + 60: (U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce), + 61: (U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a), + 62: (U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75), + 63: (U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f), + 64: (U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7), + 65: (U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963), + 66: (U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809), + 67: (U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be), + 68: (U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c), + 69: (U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc), + 70: (U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0), + 71: (U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f), + 72: (U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3), + 73: (U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80), + 74: (U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5), + 75: (U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70), + 76: (U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34), + 77: (U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc), + 78: (U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a), + 79: (U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c), + 80: (U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7), + 81: (U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364), + 82: (U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5), + 83: (U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c), + 84: (U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08), + 85: (U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1), 86: (U+3b95-3b96,U+3b99,U+3ba1,U+3bbc,U+3bbe,U+3bc2,U+3bc4,U+3bd7,U+3bdd,U+3bec,U+3bf2-3bf4,U+3bff,U+3c0d,U+3c11,U+3c15,U+3c18,U+3c54,U+3c8b,U+3ca5,U+3ccb,U+3ccd,U+3cd1,U+3cd6,U+3cdc,U+3ceb,U+3cef,U+3d12-3d13,U+3d1d,U+3d32,U+3d3b,U+3d46,U+3d4c,U+3d4e,U+3d51,U+3d5f,U+3d62,U+3d68-3d6a,U+3d6f,U+3d75,U+3d7d,U+3d85,U+3d88,U+3d8a,U+3d8f,U+3d91,U+3da5,U+3dad,U+3db4,U+3dbf,U+3dc6-3dc7,U+3dc9,U+3dcc-3dcd,U+3dd3,U+3ddb,U+3de7-3de8,U+3deb,U+3df3-3df4,U+3df7,U+3dfc-3dfd,U+3e03,U+3e06,U+3e40,U+3e43,U+3e48,U+3e55,U+3e74,U+3ea8-3eaa,U+3ead,U+3eb1,U+3eb8,U+3ebf,U+3ec2,U+3ec7,U+3eca,U+3ecc,U+3ed0-3ed1,U+3ed6-3ed7,U+3eda-3edb,U+3ede,U+3ee1-3ee2,U+3ee7,U+3ee9,U+3eeb-3eec,U+3ef0,U+3ef3-3ef4,U+3efa,U+3efc,U+3eff-3f00,U+3f04,U+3f06-3f08,U+3f0e,U+3f21,U+3f53,U+3f58-3f59,U+3f63,U+3f7c,U+3f93,U+3f97,U+3fc0,U+3fc8,U+3fd7,U+3fdc,U+3fe5,U+3fed,U+3ff9-3ffa,U+4004,U+4009,U+401d,U+4039,U+4045,U+4053,U+4057,U+4062,U+4065,U+406a,U+406f,U+4071,U+40a8,U+40b4,U+40bb,U+40bf,U+40c8,U+40d8,U+40df,U+40f8,U+40fa,U+4102-4104,U+4109,U+410e,U+411b,U+4131-4132,U+4167,U+416c,U+416e,U+417c,U+417f,U+4181,U+4190,U+41b2,U+41c4,U+41ca,U+41cf), 87: (U+3572,U+3577-3578,U+3584,U+3597-3598,U+35a1,U+35a5,U+35ad,U+35bf,U+35c1,U+35c5,U+35c7,U+35ca,U+35ce,U+35d2,U+35d6,U+35db,U+35dd,U+35f1-35f3,U+35fb,U+35fe,U+3609,U+3618,U+361a,U+3623,U+3625,U+362d,U+3635,U+3639,U+363e,U+3647-3649,U+364e,U+365f,U+3661,U+367a,U+3681,U+369a,U+36a5,U+36aa,U+36ac,U+36b0-36b1,U+36b5,U+36b9,U+36bc,U+36c1,U+36c3-36c5,U+36c7-36c8,U+36d3-36d4,U+36d6,U+36dd,U+36e1-36e2,U+36e5-36e6,U+36f5,U+3701,U+3703,U+3708,U+370a,U+370d,U+371c,U+3722-3723,U+3725,U+372c-372d,U+3730,U+3732-3733,U+373a,U+3740,U+3743,U+3762,U+376f,U+3797,U+37a0,U+37b9,U+37be,U+37d6,U+37f2,U+37f8,U+37fb,U+380f,U+3819,U+3820,U+382d,U+3836,U+3838,U+3863,U+3875,U+38a0,U+38c3,U+38cc,U+38d1,U+38d4,U+38ec,U+38fa,U+3908,U+3914,U+3927,U+3932,U+393f,U+394d,U+3963,U+3978,U+3980,U+3989-398a,U+3992,U+3999,U+399b,U+39a1,U+39a4,U+39b8,U+39dc,U+39e2,U+39e5,U+39ec,U+39f8,U+39fb,U+39fe,U+3a01-3a03,U+3a06,U+3a17-3a18,U+3a29-3a2a,U+3a34,U+3a4b,U+3a52,U+3a57,U+3a5c,U+3a5e,U+3a66-3a67,U+3a97,U+3aab,U+3abd,U+3ade,U+3ae0,U+3af0,U+3af2,U+3af5,U+3afb,U+3b0e,U+3b19,U+3b22,U+3b2b,U+3b39,U+3b42,U+3b58,U+3b60,U+3b71-3b72,U+3b7b-3b7c,U+3b80), 88: (U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3435,U+3440,U+3449-344a,U+344c,U+3464,U+3473,U+3479-347a,U+347d-347e,U+3493,U+3496,U+34a5,U+34af,U+34bc,U+34c1,U+34c8,U+34df,U+34e4,U+34e6,U+34fb,U+3506,U+353e,U+3551,U+3553,U+3559,U+3561,U+3569,U+356d,U+3570), @@ -100,28 +95,27 @@ $unicode: ( 91: (U+2477-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597), 92: (U+208d-208e,U+20a1,U+20a4,U+20a6,U+20a8-20ab,U+20ad-20ae,U+20b1-20b3,U+20b5,U+20b8-20ba,U+20bd,U+20dd,U+20e3,U+2105,U+2109,U+2112-2113,U+2115-2117,U+2120-2121,U+2126,U+212b,U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474-2476), 93: (U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a), - 94: (U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07), 98: (U+1fb-1ff,U+219,U+221,U+225-226,U+228-22b,U+22e-22f,U+231-235,U+239,U+23b,U+23e,U+250-252,U+254-255,U+259-25e,U+261-263,U+268-26b,U+26d,U+26f-277,U+279-27a,U+27d-281,U+283,U+28a-28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a2,U+2a4-2a7,U+2a9-2aa,U+2ae-2b3,U+2b5-2b7,U+2b9-2bf,U+2c2-2c4,U+2c6-2c9,U+2cc-2cd,U+2d0,U+2d8,U+2da,U+2dc,U+2e1-2e3,U+2e7,U+2eb,U+2ee,U+2f1-2ff,U+302-304,U+306-309,U+30c-30d,U+311,U+31b,U+321,U+323-325,U+328-329,U+32b-32c,U+32e-32f,U+331-33a,U+33c-33f,U+348,U+353,U+358-359), 99: (U+a1-a2,U+a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b5-b6,U+b8-ba,U+bc-be,U+c0-c8,U+ca-cc,U+ce-d5,U+d8-df,U+f0,U+f5,U+f8,U+fb,U+fe-100,U+102,U+105,U+107,U+109-10b,U+10f,U+112,U+115,U+117,U+119,U+11b,U+11f,U+121,U+123-124,U+127,U+129,U+12c-12d,U+130-13f,U+141-142,U+144,U+148,U+14b-14c,U+14f-153,U+159-15b,U+15e-160,U+163-166,U+169-16a,U+16d-171,U+173-17e,U+192,U+1a0,U+1a4,U+1aa,U+1ac-1ad,U+1af,U+1b1,U+1b4-1be,U+1d0,U+1d2,U+1d4,U+1da,U+1dc-1dd,U+1e1,U+1e3-1e4,U+1e7,U+1e9,U+1eb-1ec,U+1f0-1f1,U+1f3-1f5,U+1f7,U+1f9-1fa), - 100: (U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d), - 101: (U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495), - 102: (U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33), - 103: (U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d), - 104: (U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602), - 105: (U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19), - 106: (U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464), - 107: (U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15), - 108: (U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13), - 109: (U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e), + 100: (U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d), + 101: (U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495), + 102: (U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33), + 103: (U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d), + 104: (U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602), + 105: (U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19), + 106: (U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464), + 107: (U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15), + 108: (U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13), + 109: (U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e), 110: (U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4), 111: (U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c), 112: (U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d), 113: (U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c), 114: (U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54), - 115: (U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e), - 116: (U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d), - 117: (U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc), - 118: (U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f), + 115: (U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e), + 116: (U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d), + 117: (U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc), + 118: (U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f), 119: (U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a), cyrillic: (U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116), vietnamese: (U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB), diff --git a/fonts/google/noto-serif-hk/unicode.json b/fonts/google/noto-serif-hk/unicode.json index 9b338a1ed2c..727e632b92e 100644 --- a/fonts/google/noto-serif-hk/unicode.json +++ b/fonts/google/noto-serif-hk/unicode.json @@ -13,72 +13,67 @@ "[15]": "U+ff37,U+ff39-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff68,U+ff6a,U+ff6c-ff7e,U+ff80-ff86,U+ff89-ff94,U+ff97-ff9e,U+ffb9,U+ffe0-ffe3,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1d7c7,U+1f004,U+1f0cf,U+1f141-1f142,U+1f150,U+1f154,U+1f158,U+1f15b,U+1f15d-1f15e,U+1f162-1f163,U+1f170-1f171,U+1f174,U+1f177-1f178,U+1f17d-1f17f,U+1f192-1f195,U+1f197-1f19a,U+1f1e6-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f22f,U+1f232-1f237,U+1f239-1f23a,U+1f250-1f251,U+1f300,U+1f302-1f304", "[16]": "U+f94f,U+f95a,U+f95d-f95e,U+f961-f963,U+f965-f970,U+f974,U+f976-f97a,U+f97c,U+f97e-f97f,U+f981,U+f983,U+f988,U+f98a,U+f98c,U+f98e,U+f996-f997,U+f999-f99a,U+f99c,U+f99f-f9a0,U+f9a3,U+f9a8,U+f9ad,U+f9b2-f9b6,U+f9b9-f9ba,U+f9bd-f9be,U+f9c1,U+f9c4,U+f9c7,U+f9ca,U+f9cd,U+f9d0-f9d1,U+f9d3-f9d4,U+f9d7-f9d8,U+f9dc-f9dd,U+f9df-f9e1,U+f9e4,U+f9e8-f9ea,U+f9f4,U+f9f6-f9f7,U+f9f9-f9fa,U+f9fc-fa01,U+fa03-fa04,U+fa06,U+fa08-fa0a,U+fa0c,U+fa11,U+fa17,U+fa19,U+fa1b,U+fa1d,U+fa26,U+fa2c,U+fb01,U+fdfc,U+fe0e,U+fe33-fe36,U+fe38-fe44,U+fe49-fe51,U+fe54,U+fe56-fe57,U+fe59-fe5c,U+fe5f-fe6a,U+fe8e,U+fe92-fe93,U+feae,U+fecb-fecc,U+fee0,U+feec,U+fef3,U+ff04,U+ff07,U+ff26-ff2c,U+ff31-ff32,U+ff35-ff36", "[17]": "U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e", - "[20]": "U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018", - "[21]": "U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69", - "[22]": "U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708", - "[23]": "U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0", - "[24]": "U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec", - "[25]": "U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8", - "[26]": "U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26", - "[27]": "U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98", - "[28]": "U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9", - "[29]": "U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a", - "[30]": "U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb", - "[31]": "U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f", - "[32]": "U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601", - "[33]": "U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c", - "[34]": "U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e", - "[35]": "U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267", - "[36]": "U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139", - "[37]": "U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7", - "[38]": "U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35", - "[39]": "U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd", - "[40]": "U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22", - "[41]": "U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982", - "[42]": "U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803", - "[43]": "U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695", - "[44]": "U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510", - "[45]": "U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba", - "[46]": "U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a", - "[47]": "U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114", - "[48]": "U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99", - "[49]": "U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a", - "[50]": "U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06", - "[51]": "U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90", - "[52]": "U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a", - "[53]": "U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1", - "[54]": "U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a", - "[55]": "U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600", - "[56]": "U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9", - "[57]": "U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8", - "[58]": "U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264", - "[59]": "U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd", - "[60]": "U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb", - "[61]": "U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86", - "[62]": "U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63", - "[63]": "U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e", - "[64]": "U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99", - "[65]": "U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956", - "[66]": "U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb", - "[67]": "U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2", - "[68]": "U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534", - "[69]": "U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0", - "[70]": "U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c", - "[71]": "U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e", - "[72]": "U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4", - "[73]": "U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a", - "[74]": "U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced", - "[75]": "U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c", - "[76]": "U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32", - "[77]": "U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb", - "[78]": "U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a", - "[79]": "U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f", - "[80]": "U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be", - "[81]": "U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d", - "[82]": "U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf", - "[83]": "U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058", - "[84]": "U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f", - "[85]": "U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8", + "[25]": "U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8", + "[26]": "U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e", + "[27]": "U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf", + "[28]": "U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a", + "[29]": "U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82", + "[30]": "U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917", + "[31]": "U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6", + "[32]": "U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621", + "[33]": "U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af", + "[34]": "U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387", + "[35]": "U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e", + "[36]": "U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a", + "[37]": "U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2", + "[38]": "U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e", + "[39]": "U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda", + "[40]": "U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e", + "[41]": "U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c", + "[42]": "U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818", + "[43]": "U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad", + "[44]": "U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535", + "[45]": "U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd", + "[46]": "U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e", + "[47]": "U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125", + "[48]": "U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf", + "[49]": "U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76", + "[50]": "U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c", + "[51]": "U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2", + "[52]": "U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42", + "[53]": "U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6", + "[54]": "U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d", + "[55]": "U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615", + "[56]": "U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba", + "[57]": "U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb", + "[58]": "U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275", + "[59]": "U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114", + "[60]": "U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce", + "[61]": "U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a", + "[62]": "U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75", + "[63]": "U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f", + "[64]": "U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7", + "[65]": "U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963", + "[66]": "U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809", + "[67]": "U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be", + "[68]": "U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c", + "[69]": "U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc", + "[70]": "U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0", + "[71]": "U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f", + "[72]": "U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3", + "[73]": "U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80", + "[74]": "U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5", + "[75]": "U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70", + "[76]": "U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34", + "[77]": "U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc", + "[78]": "U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a", + "[79]": "U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c", + "[80]": "U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7", + "[81]": "U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364", + "[82]": "U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5", + "[83]": "U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c", + "[84]": "U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08", + "[85]": "U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1", "[86]": "U+3b95-3b96,U+3b99,U+3ba1,U+3bbc,U+3bbe,U+3bc2,U+3bc4,U+3bd7,U+3bdd,U+3bec,U+3bf2-3bf4,U+3bff,U+3c0d,U+3c11,U+3c15,U+3c18,U+3c54,U+3c8b,U+3ca5,U+3ccb,U+3ccd,U+3cd1,U+3cd6,U+3cdc,U+3ceb,U+3cef,U+3d12-3d13,U+3d1d,U+3d32,U+3d3b,U+3d46,U+3d4c,U+3d4e,U+3d51,U+3d5f,U+3d62,U+3d68-3d6a,U+3d6f,U+3d75,U+3d7d,U+3d85,U+3d88,U+3d8a,U+3d8f,U+3d91,U+3da5,U+3dad,U+3db4,U+3dbf,U+3dc6-3dc7,U+3dc9,U+3dcc-3dcd,U+3dd3,U+3ddb,U+3de7-3de8,U+3deb,U+3df3-3df4,U+3df7,U+3dfc-3dfd,U+3e03,U+3e06,U+3e40,U+3e43,U+3e48,U+3e55,U+3e74,U+3ea8-3eaa,U+3ead,U+3eb1,U+3eb8,U+3ebf,U+3ec2,U+3ec7,U+3eca,U+3ecc,U+3ed0-3ed1,U+3ed6-3ed7,U+3eda-3edb,U+3ede,U+3ee1-3ee2,U+3ee7,U+3ee9,U+3eeb-3eec,U+3ef0,U+3ef3-3ef4,U+3efa,U+3efc,U+3eff-3f00,U+3f04,U+3f06-3f08,U+3f0e,U+3f21,U+3f53,U+3f58-3f59,U+3f63,U+3f7c,U+3f93,U+3f97,U+3fc0,U+3fc8,U+3fd7,U+3fdc,U+3fe5,U+3fed,U+3ff9-3ffa,U+4004,U+4009,U+401d,U+4039,U+4045,U+4053,U+4057,U+4062,U+4065,U+406a,U+406f,U+4071,U+40a8,U+40b4,U+40bb,U+40bf,U+40c8,U+40d8,U+40df,U+40f8,U+40fa,U+4102-4104,U+4109,U+410e,U+411b,U+4131-4132,U+4167,U+416c,U+416e,U+417c,U+417f,U+4181,U+4190,U+41b2,U+41c4,U+41ca,U+41cf", "[87]": "U+3572,U+3577-3578,U+3584,U+3597-3598,U+35a1,U+35a5,U+35ad,U+35bf,U+35c1,U+35c5,U+35c7,U+35ca,U+35ce,U+35d2,U+35d6,U+35db,U+35dd,U+35f1-35f3,U+35fb,U+35fe,U+3609,U+3618,U+361a,U+3623,U+3625,U+362d,U+3635,U+3639,U+363e,U+3647-3649,U+364e,U+365f,U+3661,U+367a,U+3681,U+369a,U+36a5,U+36aa,U+36ac,U+36b0-36b1,U+36b5,U+36b9,U+36bc,U+36c1,U+36c3-36c5,U+36c7-36c8,U+36d3-36d4,U+36d6,U+36dd,U+36e1-36e2,U+36e5-36e6,U+36f5,U+3701,U+3703,U+3708,U+370a,U+370d,U+371c,U+3722-3723,U+3725,U+372c-372d,U+3730,U+3732-3733,U+373a,U+3740,U+3743,U+3762,U+376f,U+3797,U+37a0,U+37b9,U+37be,U+37d6,U+37f2,U+37f8,U+37fb,U+380f,U+3819,U+3820,U+382d,U+3836,U+3838,U+3863,U+3875,U+38a0,U+38c3,U+38cc,U+38d1,U+38d4,U+38ec,U+38fa,U+3908,U+3914,U+3927,U+3932,U+393f,U+394d,U+3963,U+3978,U+3980,U+3989-398a,U+3992,U+3999,U+399b,U+39a1,U+39a4,U+39b8,U+39dc,U+39e2,U+39e5,U+39ec,U+39f8,U+39fb,U+39fe,U+3a01-3a03,U+3a06,U+3a17-3a18,U+3a29-3a2a,U+3a34,U+3a4b,U+3a52,U+3a57,U+3a5c,U+3a5e,U+3a66-3a67,U+3a97,U+3aab,U+3abd,U+3ade,U+3ae0,U+3af0,U+3af2,U+3af5,U+3afb,U+3b0e,U+3b19,U+3b22,U+3b2b,U+3b39,U+3b42,U+3b58,U+3b60,U+3b71-3b72,U+3b7b-3b7c,U+3b80", "[88]": "U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3435,U+3440,U+3449-344a,U+344c,U+3464,U+3473,U+3479-347a,U+347d-347e,U+3493,U+3496,U+34a5,U+34af,U+34bc,U+34c1,U+34c8,U+34df,U+34e4,U+34e6,U+34fb,U+3506,U+353e,U+3551,U+3553,U+3559,U+3561,U+3569,U+356d,U+3570", @@ -87,28 +82,27 @@ "[91]": "U+2477-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597", "[92]": "U+208d-208e,U+20a1,U+20a4,U+20a6,U+20a8-20ab,U+20ad-20ae,U+20b1-20b3,U+20b5,U+20b8-20ba,U+20bd,U+20dd,U+20e3,U+2105,U+2109,U+2112-2113,U+2115-2117,U+2120-2121,U+2126,U+212b,U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474-2476", "[93]": "U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a", - "[94]": "U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07", "[98]": "U+1fb-1ff,U+219,U+221,U+225-226,U+228-22b,U+22e-22f,U+231-235,U+239,U+23b,U+23e,U+250-252,U+254-255,U+259-25e,U+261-263,U+268-26b,U+26d,U+26f-277,U+279-27a,U+27d-281,U+283,U+28a-28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a2,U+2a4-2a7,U+2a9-2aa,U+2ae-2b3,U+2b5-2b7,U+2b9-2bf,U+2c2-2c4,U+2c6-2c9,U+2cc-2cd,U+2d0,U+2d8,U+2da,U+2dc,U+2e1-2e3,U+2e7,U+2eb,U+2ee,U+2f1-2ff,U+302-304,U+306-309,U+30c-30d,U+311,U+31b,U+321,U+323-325,U+328-329,U+32b-32c,U+32e-32f,U+331-33a,U+33c-33f,U+348,U+353,U+358-359", "[99]": "U+a1-a2,U+a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b5-b6,U+b8-ba,U+bc-be,U+c0-c8,U+ca-cc,U+ce-d5,U+d8-df,U+f0,U+f5,U+f8,U+fb,U+fe-100,U+102,U+105,U+107,U+109-10b,U+10f,U+112,U+115,U+117,U+119,U+11b,U+11f,U+121,U+123-124,U+127,U+129,U+12c-12d,U+130-13f,U+141-142,U+144,U+148,U+14b-14c,U+14f-153,U+159-15b,U+15e-160,U+163-166,U+169-16a,U+16d-171,U+173-17e,U+192,U+1a0,U+1a4,U+1aa,U+1ac-1ad,U+1af,U+1b1,U+1b4-1be,U+1d0,U+1d2,U+1d4,U+1da,U+1dc-1dd,U+1e1,U+1e3-1e4,U+1e7,U+1e9,U+1eb-1ec,U+1f0-1f1,U+1f3-1f5,U+1f7,U+1f9-1fa", - "[100]": "U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d", - "[101]": "U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495", - "[102]": "U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33", - "[103]": "U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d", - "[104]": "U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602", - "[105]": "U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19", - "[106]": "U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464", - "[107]": "U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15", - "[108]": "U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13", - "[109]": "U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e", + "[100]": "U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d", + "[101]": "U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495", + "[102]": "U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33", + "[103]": "U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d", + "[104]": "U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602", + "[105]": "U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19", + "[106]": "U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464", + "[107]": "U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15", + "[108]": "U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13", + "[109]": "U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e", "[110]": "U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4", "[111]": "U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c", "[112]": "U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d", "[113]": "U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c", "[114]": "U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54", - "[115]": "U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e", - "[116]": "U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d", - "[117]": "U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc", - "[118]": "U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f", + "[115]": "U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e", + "[116]": "U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d", + "[117]": "U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc", + "[118]": "U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f", "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a", "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", diff --git a/fonts/google/noto-serif-jp/200.css b/fonts/google/noto-serif-jp/200.css index 7c67fead666..1fb5f9e3257 100644 --- a/fonts/google/noto-serif-jp/200.css +++ b/fonts/google/noto-serif-jp/200.css @@ -1198,6 +1198,36 @@ unicode-range: U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e; } +/* noto-serif-jp-cyrillic-200-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-jp-cyrillic-200-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-200-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-jp-vietnamese-200-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-jp-vietnamese-200-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-200-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-jp-latin-ext-200-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-jp-latin-ext-200-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-200-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + /* noto-serif-jp-latin-200-normal */ @font-face { font-family: 'Noto Serif JP'; diff --git a/fonts/google/noto-serif-jp/300.css b/fonts/google/noto-serif-jp/300.css index afbde889981..cd0b58a3a4c 100644 --- a/fonts/google/noto-serif-jp/300.css +++ b/fonts/google/noto-serif-jp/300.css @@ -1198,6 +1198,36 @@ unicode-range: U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e; } +/* noto-serif-jp-cyrillic-300-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-jp-cyrillic-300-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-300-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-jp-vietnamese-300-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-jp-vietnamese-300-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-300-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-jp-latin-ext-300-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-jp-latin-ext-300-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-300-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + /* noto-serif-jp-latin-300-normal */ @font-face { font-family: 'Noto Serif JP'; diff --git a/fonts/google/noto-serif-jp/400.css b/fonts/google/noto-serif-jp/400.css index 14ceac3bc4f..fe91585723a 100644 --- a/fonts/google/noto-serif-jp/400.css +++ b/fonts/google/noto-serif-jp/400.css @@ -1198,6 +1198,36 @@ unicode-range: U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e; } +/* noto-serif-jp-cyrillic-400-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-jp-cyrillic-400-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-400-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-jp-vietnamese-400-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-jp-vietnamese-400-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-400-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-jp-latin-ext-400-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-jp-latin-ext-400-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-400-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + /* noto-serif-jp-latin-400-normal */ @font-face { font-family: 'Noto Serif JP'; diff --git a/fonts/google/noto-serif-jp/500.css b/fonts/google/noto-serif-jp/500.css index 43307237216..a8c08480c85 100644 --- a/fonts/google/noto-serif-jp/500.css +++ b/fonts/google/noto-serif-jp/500.css @@ -1198,6 +1198,36 @@ unicode-range: U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e; } +/* noto-serif-jp-cyrillic-500-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-jp-cyrillic-500-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-500-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-jp-vietnamese-500-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-jp-vietnamese-500-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-500-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-jp-latin-ext-500-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-jp-latin-ext-500-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-500-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + /* noto-serif-jp-latin-500-normal */ @font-face { font-family: 'Noto Serif JP'; diff --git a/fonts/google/noto-serif-jp/600.css b/fonts/google/noto-serif-jp/600.css index 9de62508b13..4803ab2039b 100644 --- a/fonts/google/noto-serif-jp/600.css +++ b/fonts/google/noto-serif-jp/600.css @@ -1198,6 +1198,36 @@ unicode-range: U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e; } +/* noto-serif-jp-cyrillic-600-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-jp-cyrillic-600-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-600-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-jp-vietnamese-600-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-jp-vietnamese-600-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-600-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-jp-latin-ext-600-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-jp-latin-ext-600-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-600-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + /* noto-serif-jp-latin-600-normal */ @font-face { font-family: 'Noto Serif JP'; diff --git a/fonts/google/noto-serif-jp/700.css b/fonts/google/noto-serif-jp/700.css index 5460ca72016..4335846746a 100644 --- a/fonts/google/noto-serif-jp/700.css +++ b/fonts/google/noto-serif-jp/700.css @@ -1198,6 +1198,36 @@ unicode-range: U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e; } +/* noto-serif-jp-cyrillic-700-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-jp-cyrillic-700-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-700-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-jp-vietnamese-700-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-jp-vietnamese-700-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-700-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-jp-latin-ext-700-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-jp-latin-ext-700-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-700-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + /* noto-serif-jp-latin-700-normal */ @font-face { font-family: 'Noto Serif JP'; diff --git a/fonts/google/noto-serif-jp/800.css b/fonts/google/noto-serif-jp/800.css new file mode 100644 index 00000000000..5325fb48caa --- /dev/null +++ b/fonts/google/noto-serif-jp/800.css @@ -0,0 +1,1239 @@ +/* noto-serif-jp-[0]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-0-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-0-800-normal.woff) format('woff'); + unicode-range: U+25ee8,U+25f23,U+25f5c,U+25fd4,U+25fe0,U+25ffb,U+2600c,U+26017,U+26060,U+260ed,U+26222,U+2626a,U+26270,U+26286,U+2634c,U+26402,U+2667e,U+266b0,U+2671d,U+268dd,U+268ea,U+26951,U+2696f,U+26999,U+269dd,U+26a1e,U+26a58,U+26a8c,U+26ab7,U+26aff,U+26c29,U+26c73,U+26c9e,U+26cdd,U+26e40,U+26e65,U+26f94,U+26ff6-26ff8,U+270f4,U+2710d,U+27139,U+273da-273db,U+273fe,U+27410,U+27449,U+27614-27615,U+27631,U+27684,U+27693,U+2770e,U+27723,U+27752,U+278b2,U+27985,U+279b4,U+27a84,U+27bb3,U+27bbe,U+27bc7,U+27c3c,U+27cb8,U+27d73,U+27da0,U+27e10,U+27eaf,U+27fb7,U+2808a,U+280bb,U+28277,U+28282,U+282f3,U+283cd,U+2840c,U+28455,U+284dc,U+2856b,U+285c8-285c9,U+286d7,U+286fa,U+28946,U+28949,U+2896b,U+28987-28988,U+289ba-289bb,U+28a1e,U+28a29,U+28a43,U+28a71,U+28a99,U+28acd,U+28add,U+28ae4,U+28bc1,U+28bef,U+28cdd,U+28d10,U+28d71,U+28dfb,U+28e0f,U+28e17,U+28e1f,U+28e36,U+28e89,U+28eeb,U+28ef6,U+28f32,U+28ff8,U+292a0,U+292b1,U+29490,U+295cf,U+2967f,U+296f0,U+29719,U+29750,U+29810,U+298c6,U+29a72,U+29d4b,U+29ddb,U+29e15,U+29e3d,U+29e49,U+29e8a,U+29ec4,U+29edb,U+29ee9,U+29fce,U+29fd7,U+2a01a,U+2a02f,U+2a082,U+2a0f9,U+2a190,U+2a2b2,U+2a38c,U+2a437,U+2a5f1,U+2a602,U+2a61a,U+2a6b2,U+2a9e6,U+2b746,U+2b751,U+2b753,U+2b75a,U+2b75c,U+2b765,U+2b776-2b777,U+2b77c,U+2b782,U+2b789,U+2b78b,U+2b78e,U+2b794,U+2b7ac,U+2b7af,U+2b7bd,U+2b7c9,U+2b7cf,U+2b7d2,U+2b7d8,U+2b7f0,U+2b80d,U+2b817,U+2b81a,U+2d544,U+2e278,U+2e569,U+2e6ea,U+2f804,U+2f80f,U+2f815,U+2f818,U+2f81a,U+2f822,U+2f828,U+2f82c,U+2f833,U+2f83f,U+2f846,U+2f852,U+2f862,U+2f86d,U+2f873,U+2f877,U+2f884,U+2f899-2f89a,U+2f8a6,U+2f8ac,U+2f8b2,U+2f8b6,U+2f8d3,U+2f8db-2f8dc,U+2f8e1,U+2f8e5,U+2f8ea,U+2f8ed,U+2f8fc,U+2f903,U+2f90b,U+2f90f,U+2f91a,U+2f920-2f921,U+2f945,U+2f947,U+2f96c,U+2f995,U+2f9d0,U+2f9de-2f9df,U+2f9f4; +} + +/* noto-serif-jp-[1]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-1-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-1-800-normal.woff) format('woff'); + unicode-range: U+1f235-1f23b,U+1f240-1f248,U+1f250-1f251,U+2000b,U+20089-2008a,U+200a2,U+200a4,U+200b0,U+200f5,U+20158,U+201a2,U+20213,U+2032b,U+20371,U+20381,U+203f9,U+2044a,U+20509,U+2053f,U+205b1,U+205d6,U+20611,U+20628,U+206ec,U+2074f,U+207c8,U+20807,U+2083a,U+208b9,U+2090e,U+2097c,U+20984,U+2099d,U+20a64,U+20ad3,U+20b1d,U+20b9f,U+20bb7,U+20d45,U+20d58,U+20de1,U+20e64,U+20e6d,U+20e95,U+20f5f,U+21201,U+2123d,U+21255,U+21274,U+2127b,U+212d7,U+212e4,U+212fd,U+2131b,U+21336,U+21344,U+213c4,U+2146d-2146e,U+215d7,U+21647,U+216b4,U+21706,U+21742,U+218bd,U+219c3,U+21a1a,U+21c56,U+21d2d,U+21d45,U+21d62,U+21d78,U+21d92,U+21d9c,U+21da1,U+21db7,U+21de0,U+21e33-21e34,U+21f1e,U+21f76,U+21ffa,U+2217b,U+22218,U+2231e,U+223ad,U+22609,U+226f3,U+2285b,U+228ab,U+2298f,U+22ab8,U+22b46,U+22b4f-22b50,U+22ba6,U+22c1d,U+22c24,U+22de1,U+22e42,U+22feb,U+231b6,U+231c3-231c4,U+231f5,U+23372,U+233cc,U+233d0,U+233d2-233d3,U+233d5,U+233da,U+233df,U+233e4,U+233fe,U+2344a-2344b,U+23451,U+23465,U+234e4,U+2355a,U+23594,U+235c4,U+23638-2363a,U+23647,U+2370c,U+2371c,U+2373f,U+23763-23764,U+237e7,U+237f1,U+237ff,U+23824,U+2383d,U+23a98,U+23c7f,U+23cbe,U+23cfe,U+23d00,U+23d0e,U+23d40,U+23dd3,U+23df9-23dfa,U+23f7e,U+2404b,U+24096,U+24103,U+241c6,U+241fe,U+242ee,U+243bc,U+243d0,U+24629,U+246a5,U+247f1,U+24896,U+248e9,U+24a4d,U+24b56,U+24b6f,U+24c16,U+24d14,U+24e04,U+24e0e,U+24e37,U+24e6a,U+24e8b,U+24ff2,U+2504a,U+25055,U+25122,U+251a9,U+251cd,U+251e5,U+2521e,U+2524c,U+2542e,U+2548e,U+254d9,U+2550e,U+255a7,U+2567f,U+25771,U+257a9,U+257b4,U+25874,U+259c4,U+259cc,U+259d4,U+25ad7,U+25ae3-25ae4,U+25af1,U+25bb2,U+25c4b,U+25c64,U+25da1,U+25e2e,U+25e56,U+25e62,U+25e65,U+25ec2,U+25ed8; +} + +/* noto-serif-jp-[2]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-2-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-2-800-normal.woff) format('woff'); + unicode-range: U+ffd7,U+ffda-ffdc,U+ffe0-ffe2,U+ffe4,U+ffe6,U+ffe8-ffee,U+1f100-1f10c,U+1f110-1f16c,U+1f170-1f1ac,U+1f200-1f202,U+1f210-1f234; +} + +/* noto-serif-jp-[3]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-3-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-3-800-normal.woff) format('woff'); + unicode-range: U+fa10,U+fa12-fa6d,U+fb00-fb04,U+fe10-fe19,U+fe30-fe42,U+fe44-fe52,U+fe54-fe66,U+fe68-fe6b,U+ff02,U+ff04,U+ff07,U+ff51,U+ff5b,U+ff5d,U+ff5f-ff60,U+ff66,U+ff69,U+ff87,U+ffa1-ffbe,U+ffc2-ffc7,U+ffca-ffcf,U+ffd2-ffd6; +} + +/* noto-serif-jp-[4]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-4-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-4-800-normal.woff) format('woff'); + unicode-range: U+f92d-f959,U+f95b-f9f2,U+f9f4-fa0b,U+fa0e-fa0f; +} + +/* noto-serif-jp-[5]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-5-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-5-800-normal.woff) format('woff'); + unicode-range: U+9e8b-9e8c,U+9e8e-9e8f,U+9e91-9e92,U+9e95-9e96,U+9e98,U+9e9b,U+9e9d-9e9e,U+9ea4-9ea5,U+9ea8-9eaa,U+9eac-9eb0,U+9eb3-9eb5,U+9eb8,U+9ebc-9ebf,U+9ec3,U+9ec6,U+9ec8,U+9ecb-9ecd,U+9ecf-9ed1,U+9ed4-9ed5,U+9ed8,U+9edb-9ee0,U+9ee4-9ee5,U+9ee7-9ee8,U+9eec-9ef2,U+9ef4-9ef9,U+9efb-9eff,U+9f02-9f03,U+9f07-9f09,U+9f0e-9f12,U+9f14-9f17,U+9f19-9f1b,U+9f1f-9f22,U+9f26,U+9f2a-9f2c,U+9f2f,U+9f31-9f32,U+9f34,U+9f37,U+9f39-9f3a,U+9f3c-9f3f,U+9f41,U+9f43-9f47,U+9f4a,U+9f4e-9f50,U+9f52-9f58,U+9f5a,U+9f5d-9f61,U+9f63,U+9f66-9f6a,U+9f6c-9f73,U+9f75-9f77,U+9f7a,U+9f7d,U+9f7f,U+9f8f-9f92,U+9f94-9f97,U+9f99,U+9f9c-9fa3,U+9fa5,U+9fb4,U+9fbc-9fc2,U+9fc4,U+9fc6,U+9fcc,U+f900-f92c; +} + +/* noto-serif-jp-[6]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-6-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-6-800-normal.woff) format('woff'); + unicode-range: U+9c3e,U+9c41,U+9c43-9c4a,U+9c4e-9c50,U+9c52-9c54,U+9c56,U+9c58,U+9c5a-9c61,U+9c63,U+9c65,U+9c67-9c6b,U+9c6d-9c6e,U+9c70,U+9c72,U+9c75-9c78,U+9c7a-9c7c,U+9ce6-9ce7,U+9ceb-9cec,U+9cf0,U+9cf2,U+9cf6-9cf7,U+9cf9,U+9d02-9d03,U+9d06-9d09,U+9d0b,U+9d0e,U+9d11-9d12,U+9d15,U+9d17-9d18,U+9d1b-9d1f,U+9d23,U+9d26,U+9d2a-9d2c,U+9d2f-9d30,U+9d32-9d34,U+9d3a,U+9d3c-9d3f,U+9d41-9d48,U+9d4a,U+9d50-9d54,U+9d59,U+9d5d-9d65,U+9d69-9d6c,U+9d6f-9d70,U+9d72-9d73,U+9d76-9d77,U+9d7a-9d7c,U+9d7e,U+9d83-9d84,U+9d86-9d87,U+9d89-9d8a,U+9d8d-9d8e,U+9d92-9d93,U+9d95-9d9a,U+9da1,U+9da4,U+9da9-9dac,U+9dae,U+9db1-9db2,U+9db5,U+9db8-9dbd,U+9dbf-9dc4,U+9dc6-9dc7,U+9dc9-9dca,U+9dcf,U+9dd3-9dd7,U+9dd9-9dda,U+9dde-9de0,U+9de3,U+9de5-9de7,U+9de9,U+9deb,U+9ded-9df0,U+9df3-9df4,U+9df8,U+9dfd-9dfe,U+9e02,U+9e07,U+9e0a,U+9e0d-9e0e,U+9e10-9e12,U+9e15-9e16,U+9e19-9e1f,U+9e75,U+9e79-9e7d,U+9e80-9e85,U+9e87-9e88; +} + +/* noto-serif-jp-[7]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-7-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-7-800-normal.woff) format('woff'); + unicode-range: U+9ae5-9ae7,U+9ae9,U+9aeb-9aec,U+9aee-9aef,U+9af1-9af5,U+9af7,U+9af9-9afb,U+9afd,U+9aff-9b06,U+9b08-9b09,U+9b0b-9b0e,U+9b10,U+9b12,U+9b16,U+9b18-9b1d,U+9b1f-9b20,U+9b22-9b23,U+9b25-9b2f,U+9b32-9b35,U+9b37,U+9b39-9b3b,U+9b3d,U+9b43-9b44,U+9b48,U+9b4b-9b4f,U+9b51,U+9b55-9b58,U+9b5b,U+9b5e,U+9b61,U+9b63,U+9b65-9b66,U+9b68,U+9b6a-9b6f,U+9b72-9b79,U+9b7f-9b80,U+9b83-9b87,U+9b89-9b8b,U+9b8d,U+9b8f-9b94,U+9b96-9b97,U+9b9a,U+9b9d-9ba0,U+9ba6-9ba7,U+9ba9-9baa,U+9bac,U+9bb0-9bb2,U+9bb4,U+9bb7-9bb9,U+9bbb-9bbc,U+9bbe-9bc1,U+9bc6-9bc8,U+9bca,U+9bce-9bd2,U+9bd4,U+9bd7-9bd8,U+9bdd,U+9bdf,U+9be1-9be5,U+9be7,U+9bea-9beb,U+9bee-9bf3,U+9bf5,U+9bf7-9bfa,U+9bfd,U+9bff-9c00,U+9c02,U+9c04,U+9c06,U+9c08-9c0d,U+9c0f-9c16,U+9c18-9c1e,U+9c21-9c2a,U+9c2d-9c32,U+9c35-9c37,U+9c39-9c3a,U+9c3d; +} + +/* noto-serif-jp-[8]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-8-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-8-800-normal.woff) format('woff'); + unicode-range: U+98eb,U+98ed-98ee,U+98f0-98f1,U+98f3,U+98f6,U+9902,U+9907-9909,U+9911-9912,U+9914-9918,U+991a-9922,U+9924,U+9926-9927,U+992b-992c,U+992e,U+9931-9935,U+9939-993e,U+9940-9942,U+9945-9949,U+994b-994e,U+9950-9952,U+9954-9955,U+9958-9959,U+995b-995c,U+995e-9960,U+9963,U+9997-9998,U+999b,U+999d-999f,U+99a3,U+99a5-99a6,U+99a8,U+99ad-99ae,U+99b0-99b2,U+99b5,U+99b9-99ba,U+99bc-99bd,U+99bf,U+99c1,U+99c3,U+99c8-99c9,U+99d1,U+99d3-99d5,U+99d8-99df,U+99e1-99e2,U+99e7,U+99ea-99ee,U+99f0-99f2,U+99f4-99f5,U+99f8-99f9,U+99fb-99fe,U+9a01-9a05,U+9a08,U+9a0a-9a0c,U+9a0f-9a11,U+9a16,U+9a1a,U+9a1e,U+9a20,U+9a22-9a24,U+9a27,U+9a2b,U+9a2d-9a2e,U+9a31,U+9a33,U+9a35-9a38,U+9a3e,U+9a40-9a45,U+9a47,U+9a4a-9a4e,U+9a51-9a52,U+9a54-9a58,U+9a5b,U+9a5d,U+9a5f,U+9a62,U+9a64-9a65,U+9a69-9a6c,U+9aaa,U+9aac-9ab0,U+9ab2,U+9ab4-9ab7,U+9ab9,U+9abb-9ac1,U+9ac3,U+9ac6,U+9ac8,U+9ace-9ad3,U+9ad5-9ad7,U+9adb-9adc,U+9ade-9ae0,U+9ae2-9ae4; +} + +/* noto-serif-jp-[9]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-9-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-9-800-normal.woff) format('woff'); + unicode-range: U+971d,U+9721-9724,U+9728,U+972a,U+9730-9731,U+9733,U+9736,U+9738-9739,U+973b,U+973d-973e,U+9741-9744,U+9746-974a,U+974d-974f,U+9751,U+9755,U+9757-9758,U+975a-975c,U+9760-9761,U+9763-9764,U+9766-9768,U+976a-976b,U+976e,U+9771,U+9773,U+9776-977d,U+977f-9781,U+9785-9786,U+9789,U+978b,U+978f-9790,U+9795-9797,U+9799-979a,U+979c,U+979e-97a0,U+97a2-97a3,U+97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b6,U+97b8-97ba,U+97bc,U+97be-97bf,U+97c1,U+97c3-97ce,U+97d0-97d1,U+97d4,U+97d7-97d9,U+97db-97de,U+97e0-97e1,U+97e4,U+97e6,U+97ed-97ef,U+97f1-97f2,U+97f4-97f8,U+97fa,U+9804,U+9807,U+980a,U+980c-980f,U+9814,U+9816-9817,U+9819-981a,U+981c,U+981e,U+9820-9821,U+9823-9826,U+982b,U+982e-9830,U+9832-9835,U+9837,U+9839,U+983d-983e,U+9844,U+9846-9847,U+984a-984b,U+984f,U+9851-9853,U+9856-9857,U+9859-985b,U+9862-9863,U+9865-9866,U+986a-986c,U+986f-9871,U+9873-9875,U+98aa-98ab,U+98ad-98ae,U+98b0-98b1,U+98b4,U+98b6-98b8,U+98ba-98bc,U+98bf,U+98c2-98c8,U+98cb-98cc,U+98ce,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e7,U+98e9-98ea; +} + +/* noto-serif-jp-[10]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-10-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-10-800-normal.woff) format('woff'); + unicode-range: U+944a,U+944c,U+9452-9453,U+9455,U+9459-945c,U+945e-9463,U+9468,U+946a-946b,U+946d-9472,U+9475,U+9477,U+947c-947f,U+9481,U+9483-9485,U+9578-9579,U+957e-957f,U+9582,U+9584,U+9586-9588,U+958a,U+958c-958f,U+9592,U+9594,U+9596,U+9598-9599,U+959d-95a1,U+95a4,U+95a6-95a9,U+95ab-95ad,U+95b1,U+95b4,U+95b6,U+95b9-95bf,U+95c3,U+95c6,U+95c8-95cd,U+95d0-95d6,U+95d9-95da,U+95dc-95e2,U+95e4-95e6,U+95e8,U+961d-961e,U+9621-9622,U+9624-9626,U+9628,U+962c,U+962e-962f,U+9631,U+9633-9634,U+9637-963a,U+963c-963d,U+9641-9642,U+964b-964c,U+964f,U+9652,U+9654,U+9656-9658,U+965c-965f,U+9661,U+9666,U+966a,U+966c,U+966e,U+9672,U+9674,U+9677,U+967b-967c,U+967e-967f,U+9681-9684,U+9689,U+968b,U+968d,U+9691,U+9695-9698,U+969a,U+969d,U+969f,U+96a4-96aa,U+96ae-96b4,U+96b6,U+96b8-96bb,U+96bd,U+96c1,U+96c9-96cb,U+96cd-96ce,U+96d2,U+96d5-96d6,U+96d8-96da,U+96dc-96df,U+96e9,U+96ef,U+96f1,U+96f9-96fa,U+9702-9706,U+9708-9709,U+970d-970f,U+9711,U+9713-9714,U+9716,U+9719-971b; +} + +/* noto-serif-jp-[11]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-11-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-11-800-normal.woff) format('woff'); + unicode-range: U+92bc-92bd,U+92bf-92c3,U+92c5-92c8,U+92cb-92d0,U+92d2-92d3,U+92d5,U+92d7-92d9,U+92dc-92dd,U+92df-92e1,U+92e3-92e5,U+92e7-92ea,U+92ec,U+92ee,U+92f0,U+92f2,U+92f7-92fb,U+92ff-9300,U+9302,U+9304,U+9308,U+930d,U+930f-9311,U+9314-9315,U+9318-931a,U+931c-931f,U+9321-9325,U+9327-932b,U+932e,U+9333-9337,U+933a-933b,U+9344,U+9347-934a,U+934d,U+9350-9352,U+9354-9358,U+935a,U+935c,U+935e,U+9360,U+9364-9365,U+9367,U+9369-936d,U+936f-9371,U+9373-9374,U+9376,U+937a,U+937d-9382,U+9388,U+938a-938b,U+938d,U+938f,U+9392,U+9394-9395,U+9397-9398,U+939a-939b,U+939e,U+93a1,U+93a3-93a4,U+93a6,U+93a8-93a9,U+93ab-93ad,U+93b0,U+93b4-93b6,U+93b9-93bb,U+93c1,U+93c3-93cd,U+93d0-93d1,U+93d3,U+93d6-93d9,U+93dc-93df,U+93e2,U+93e4-93e8,U+93f1,U+93f5,U+93f7-93fb,U+93fd,U+9401-9404,U+9407-9409,U+940d-9410,U+9413-9417,U+9419-941a,U+941f,U+9421,U+942b,U+942e-942f,U+9431-9434,U+9436,U+9438,U+943a-943b,U+943d,U+943f,U+9441,U+9443-9445,U+9448; +} + +/* noto-serif-jp-[12]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-12-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-12-800-normal.woff) format('woff'); + unicode-range: U+9143,U+9146-914c,U+914f,U+9153,U+9156-915b,U+9161,U+9163-9165,U+9167,U+9169,U+916d,U+9172-9174,U+9179-917b,U+9181-9183,U+9185-9187,U+9189-918b,U+918e,U+9191,U+9193-9195,U+9197-9198,U+919e,U+91a1-91a2,U+91a6,U+91a8,U+91aa-91b6,U+91ba-91bd,U+91bf-91c6,U+91c9,U+91cb,U+91d0,U+91d3-91d4,U+91d6-91d7,U+91d9-91db,U+91de-91df,U+91e1,U+91e4-91e6,U+91e9-91ea,U+91ec-91f1,U+91f5-91f7,U+91f9,U+91fb-91fd,U+91ff-9201,U+9204-9207,U+9209-920a,U+920c,U+920e,U+9210-9218,U+921c-921e,U+9223-9226,U+9228-9229,U+922c,U+922e-9230,U+9233,U+9235-923a,U+923c,U+923e-9240,U+9242-9243,U+9245-924b,U+924d-9251,U+9256-925a,U+925c-925e,U+9260-9261,U+9264-9269,U+926e-9270,U+9275-9279,U+927b-927f,U+9288-928a,U+928d-928e,U+9291-9293,U+9295-9297,U+9299,U+929b-929c,U+929f-92a0,U+92a4-92a5,U+92a7-92a8,U+92ab,U+92af,U+92b2-92b3,U+92b6-92bb; +} + +/* noto-serif-jp-[13]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-13-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-13-800-normal.woff) format('woff'); + unicode-range: U+8f52-8f55,U+8f57-8f58,U+8f5c-8f5e,U+8f61-8f66,U+8f9c-8f9d,U+8f9f-8fa2,U+8fa4-8fa8,U+8fad-8faf,U+8fb4-8fb8,U+8fbe,U+8fc0-8fc2,U+8fc6,U+8fc8,U+8fca-8fcb,U+8fcd,U+8fd0,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fe0,U+8fe2-8fe5,U+8fe8-8fea,U+8fed-8fef,U+8ff1,U+8ff4-8ff6,U+8ff8-8ffb,U+8ffe,U+9002,U+9004-9005,U+9008,U+900b-900e,U+9011,U+9013,U+9015-9016,U+9018,U+901b,U+901e,U+9021,U+9027-902a,U+902c-902d,U+902f,U+9033-9037,U+9039,U+903c,U+903e-903f,U+9041,U+9043-9044,U+9049,U+904c,U+904f-9052,U+9056,U+9058,U+905b-905e,U+9062,U+9066-9068,U+906c,U+906f-9070,U+9072,U+9074,U+9076,U+9079,U+9080-9083,U+9085,U+9087-9088,U+908b-908c,U+908e-9090,U+9095,U+9097-9099,U+909b,U+90a0-90a2,U+90a5,U+90a8,U+90af-90b6,U+90bd-90be,U+90c3-90c5,U+90c7-90c9,U+90cc,U+90d2,U+90d5,U+90d7-90d9,U+90db-90df,U+90e2,U+90e4-90e5,U+90eb,U+90ef-90f0,U+90f2,U+90f4,U+90f6,U+90fe-9100,U+9102,U+9104-9106,U+9108,U+910d,U+9110,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9125,U+9127,U+9129,U+912d-9132,U+9134,U+9136-9137,U+9139-913a,U+913c-913d; +} + +/* noto-serif-jp-[14]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-14-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-14-800-normal.woff) format('woff'); + unicode-range: U+8dc0,U+8dc2,U+8dc5-8dc8,U+8dca-8dcc,U+8dce-8dcf,U+8dd1,U+8dd4-8dd7,U+8dd9-8ddb,U+8ddf,U+8de3-8de5,U+8de7,U+8dea-8dec,U+8df0-8df2,U+8df4,U+8dfc-8dfd,U+8dff,U+8e01,U+8e04-8e06,U+8e08-8e09,U+8e0b-8e0c,U+8e10-8e11,U+8e14,U+8e16,U+8e1d-8e23,U+8e26-8e27,U+8e30-8e31,U+8e33-8e39,U+8e3d,U+8e40-8e42,U+8e44,U+8e47-8e50,U+8e54-8e55,U+8e59,U+8e5b-8e64,U+8e69,U+8e6c-8e6d,U+8e6f-8e72,U+8e75-8e77,U+8e79-8e7c,U+8e81-8e85,U+8e89,U+8e8b,U+8e90-8e95,U+8e98-8e9b,U+8e9d-8e9e,U+8ea1-8ea2,U+8ea7,U+8ea9-8eaa,U+8eac-8eb1,U+8eb3,U+8eb5-8eb6,U+8eba-8ebb,U+8ebe,U+8ec0-8ec1,U+8ec3-8ec8,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8edb-8edc,U+8ee3,U+8ee8,U+8eeb,U+8eed-8eee,U+8ef0-8ef1,U+8ef7,U+8ef9-8efc,U+8efe,U+8f00,U+8f02,U+8f05,U+8f07-8f08,U+8f0a,U+8f0f-8f10,U+8f12-8f13,U+8f15-8f19,U+8f1b-8f1c,U+8f1e-8f21,U+8f23,U+8f25-8f28,U+8f2b-8f2f,U+8f33-8f37,U+8f39-8f3b,U+8f3e,U+8f40-8f43,U+8f45-8f47,U+8f49-8f4a,U+8f4c-8f4f,U+8f51; +} + +/* noto-serif-jp-[15]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-15-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-15-800-normal.woff) format('woff'); + unicode-range: U+8b2d,U+8b30,U+8b37,U+8b3c,U+8b3e,U+8b41-8b46,U+8b48-8b49,U+8b4c-8b4f,U+8b51-8b54,U+8b56,U+8b59,U+8b5b,U+8b5e-8b5f,U+8b63,U+8b69,U+8b6b-8b6d,U+8b6f,U+8b71,U+8b74,U+8b76,U+8b78-8b79,U+8b7c-8b81,U+8b84-8b85,U+8b8a-8b8f,U+8b92-8b96,U+8b99-8b9a,U+8b9c-8ba0,U+8c38-8c3a,U+8c3d-8c3f,U+8c41,U+8c45,U+8c47-8c49,U+8c4b-8c4c,U+8c4e-8c51,U+8c53-8c55,U+8c57-8c59,U+8c5b,U+8c5d,U+8c62-8c64,U+8c66,U+8c68-8c69,U+8c6b-8c6d,U+8c73,U+8c75-8c76,U+8c78,U+8c7a-8c7c,U+8c7e,U+8c82,U+8c85-8c87,U+8c89-8c8b,U+8c8d-8c8e,U+8c90,U+8c92-8c94,U+8c98-8c99,U+8c9b-8c9c,U+8c9f,U+8ca4,U+8cad-8cae,U+8cb2-8cb3,U+8cb6,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc6,U+8cc8-8cc9,U+8ccb,U+8ccd-8ccf,U+8cd2,U+8cd5-8cd6,U+8cd9-8cda,U+8cdd,U+8ce1,U+8ce3-8ce4,U+8ce6,U+8ce8,U+8cec,U+8cef-8cf2,U+8cf4-8cf5,U+8cf7-8cf8,U+8cfa-8cfb,U+8cfd-8cff,U+8d01,U+8d03-8d04,U+8d07,U+8d09-8d0b,U+8d0d-8d10,U+8d12-8d14,U+8d16-8d17,U+8d1b-8d1d,U+8d65,U+8d67,U+8d69,U+8d6b-8d6e,U+8d71,U+8d73,U+8d76,U+8d7f,U+8d81-8d82,U+8d84,U+8d88,U+8d8d,U+8d90-8d91,U+8d95,U+8d99,U+8d9e-8da0,U+8da6,U+8da8,U+8dab-8dac,U+8daf,U+8db2,U+8db5,U+8db7,U+8db9-8dbc,U+8dbe; +} + +/* noto-serif-jp-[16]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-16-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-16-800-normal.woff) format('woff'); + unicode-range: U+8973-8975,U+8977,U+897a-897e,U+8980,U+8983,U+8988-898a,U+898d,U+8990,U+8993-8995,U+8998,U+899b-899c,U+899f-89a1,U+89a5-89a6,U+89a9,U+89ac,U+89af-89b0,U+89b2,U+89b4-89b7,U+89ba,U+89bc-89bd,U+89bf-89c1,U+89d4-89d8,U+89da,U+89dc-89dd,U+89e5,U+89e7,U+89e9,U+89eb,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89f8-89f9,U+89fd,U+89ff,U+8a01,U+8a04-8a05,U+8a07,U+8a0c,U+8a0f-8a12,U+8a14-8a16,U+8a1b,U+8a1d-8a1e,U+8a20-8a22,U+8a24-8a26,U+8a2b-8a2c,U+8a2f,U+8a35-8a37,U+8a3b,U+8a3d-8a3e,U+8a40-8a41,U+8a43,U+8a45-8a49,U+8a4d-8a4e,U+8a51-8a54,U+8a56-8a58,U+8a5b-8a5d,U+8a61-8a62,U+8a65,U+8a67,U+8a6c-8a6d,U+8a75-8a77,U+8a79-8a7c,U+8a7e-8a80,U+8a82-8a86,U+8a8b,U+8a8f-8a92,U+8a96-8a97,U+8a99-8a9a,U+8a9f,U+8aa1,U+8aa3,U+8aa5-8aaa,U+8aae-8aaf,U+8ab3,U+8ab6-8ab7,U+8abb-8abc,U+8abe,U+8ac2-8ac4,U+8ac6,U+8ac8-8aca,U+8acc-8acd,U+8ad0-8ad1,U+8ad3-8ad5,U+8ad7,U+8ada-8ae2,U+8ae4,U+8ae7,U+8aeb-8aec,U+8aee,U+8af0-8af1,U+8af3-8af7,U+8afa,U+8afc,U+8aff,U+8b01-8b02,U+8b04-8b07,U+8b0a-8b0d,U+8b0f-8b11,U+8b14,U+8b16,U+8b1a,U+8b1c,U+8b1e-8b20,U+8b26,U+8b28,U+8b2b-8b2c; +} + +/* noto-serif-jp-[17]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-17-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-17-800-normal.woff) format('woff'); + unicode-range: U+87e2-87e6,U+87ea-87ed,U+87ef,U+87f1,U+87f3,U+87f5-87f8,U+87fa-87fb,U+87fe-87ff,U+8801,U+8803,U+8805-8807,U+8809-880b,U+880d-8816,U+8818-881c,U+881e-881f,U+8821-8822,U+8827-8828,U+882d-882e,U+8830-8832,U+8835-8836,U+8839-883c,U+8841-8845,U+8848-884b,U+884d-884e,U+8851-8852,U+8855-8856,U+8858-885a,U+885c,U+885e-8860,U+8862,U+8864,U+8869,U+886b,U+886e-886f,U+8871-8872,U+8875,U+8877,U+8879,U+887b,U+887d-887e,U+8880-8882,U+8888,U+888d,U+8892,U+8897-889c,U+889e-88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ae,U+88b0-88b1,U+88b5,U+88b7,U+88ba,U+88bc-88c0,U+88c3-88c4,U+88c6,U+88ca-88ce,U+88d1-88d4,U+88d8-88d9,U+88db,U+88dd-88e1,U+88e7-88e8,U+88ef-88f2,U+88f4-88f5,U+88f7,U+88f9,U+88fc,U+8901-8902,U+8904,U+8906,U+890a,U+890c-890f,U+8913,U+8915-8916,U+8918-891a,U+891c-891e,U+8920,U+8925-8928,U+892a-892b,U+8930-8932,U+8935-893b,U+893e,U+8940-8946,U+8949,U+894c-894d,U+894f,U+8952,U+8956-8957,U+895a-895c,U+895e,U+8960-8964,U+8966,U+896a-896b,U+896d-8970; +} + +/* noto-serif-jp-[18]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-18-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-18-800-normal.woff) format('woff'); + unicode-range: U+8655-8659,U+865b,U+865d-8664,U+8667,U+8669,U+866c,U+866f,U+8671,U+8675-8677,U+867a-867b,U+867d,U+8687-8689,U+868b-868d,U+8691,U+8693,U+8695-8696,U+8698,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a6-86ab,U+86ad,U+86af-86b1,U+86b3-86b9,U+86bf-86c1,U+86c3-86c6,U+86c9,U+86cb,U+86ce,U+86d1-86d2,U+86d4-86d5,U+86d7,U+86da,U+86dc,U+86de-86e0,U+86e3-86e7,U+86e9,U+86ec-86ed,U+86ef,U+86f8-86fe,U+8700,U+8703-870b,U+870d-8714,U+8719-871a,U+871e-871f,U+8721-8723,U+8725,U+8728-8729,U+872e-872f,U+8731-8732,U+8734,U+8737,U+8739-8740,U+8743,U+8745,U+8749,U+874b-874e,U+8751,U+8753,U+8755,U+8757-8759,U+875d,U+875f-8761,U+8763-8766,U+8768,U+876a,U+876e-876f,U+8771-8772,U+8774,U+8778,U+877b-877c,U+877f,U+8782-8789,U+878b-878c,U+878e,U+8790,U+8793,U+8795,U+8797-8799,U+879e-87a0,U+87a2-87a3,U+87a7,U+87ab-87af,U+87b1,U+87b3,U+87b5,U+87bb,U+87bd-87c1,U+87c4,U+87c6-87cb,U+87ce,U+87d0,U+87d2,U+87d5-87d6,U+87d9-87da,U+87dc,U+87df-87e0; +} + +/* noto-serif-jp-[19]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-19-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-19-800-normal.woff) format('woff'); + unicode-range: U+84b4,U+84b9-84bb,U+84bd-84c2,U+84c6-84ca,U+84cc-84d1,U+84d3,U+84d6,U+84d9-84da,U+84dc,U+84e7,U+84ea,U+84ec,U+84ef-84f2,U+84f4,U+84f7,U+84fa-84fd,U+84ff-8500,U+8502-8503,U+8506-8507,U+850c,U+850e,U+8510,U+8514-8515,U+8517-8518,U+851a-851c,U+851e-851f,U+8521-8525,U+8527,U+852a-852c,U+852f,U+8532-8534,U+8536,U+853e-8541,U+8543,U+8546,U+8548,U+854a-854b,U+854f-8553,U+8555-855a,U+855c-8564,U+8569-856b,U+856d,U+856f,U+8577,U+8579-857b,U+857d-8581,U+8585-8586,U+8588-858c,U+858f-8591,U+8593,U+8597-8598,U+859b-859d,U+859f-85a0,U+85a2,U+85a4-85a5,U+85a7-85a8,U+85ad-85b0,U+85b4,U+85b6-85ba,U+85bc-85bf,U+85c1-85c2,U+85c7,U+85c9-85cb,U+85ce-85d0,U+85d5,U+85d8-85da,U+85dc,U+85df-85e1,U+85e5-85e6,U+85e8,U+85ed,U+85f3-85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85fe-8600,U+8602,U+8604-8606,U+860a-860b,U+860d-860e,U+8610-8613,U+8616-861b,U+861e,U+8621-8622,U+8624,U+8627,U+8629,U+862f-8630,U+8636,U+8638-863a,U+863c-863d,U+863f-8642,U+8646,U+864d,U+8652-8654; +} + +/* noto-serif-jp-[20]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-20-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-20-800-normal.woff) format('woff'); + unicode-range: U+82e8,U+82ea,U+82ed,U+82ef,U+82f3-82f4,U+82f6-82f7,U+82f9,U+82fb,U+82fd-82fe,U+8300-8301,U+8303,U+8306-8308,U+830a-830c,U+8316-8318,U+831b,U+831d-831f,U+8321-8323,U+832b-8335,U+8337,U+833a,U+833c-833d,U+8340,U+8342-8347,U+834a,U+834d-8351,U+8353-8357,U+835a,U+8362-8363,U+8370,U+8373,U+8375,U+8378,U+837c-837d,U+837f-8380,U+8382,U+8384-8387,U+838a,U+838d-838e,U+8392-8396,U+8398-83a0,U+83a2,U+83a6-83ad,U+83b1,U+83b5,U+83bd-83c1,U+83c7,U+83c9,U+83ce-83d1,U+83d4,U+83d6,U+83d8,U+83dd,U+83df-83e1,U+83e5,U+83e8,U+83ea-83eb,U+83f0,U+83f2,U+83f4,U+83f6-83f9,U+83fb-83fd,U+8401,U+8403-8404,U+8406-8407,U+840a-840b,U+840d,U+840f,U+8411,U+8413,U+8415,U+8417,U+8419,U+8420,U+8422,U+842a,U+842f,U+8431,U+8435,U+8438-8439,U+843c,U+8445-8448,U+844a,U+844d-844f,U+8451-8452,U+8456,U+8458-845a,U+845c,U+845f-8462,U+8464-8467,U+8469-846b,U+846d-8470,U+8473-8474,U+8476-847a,U+847c-847d,U+8481-8482,U+8484-8485,U+848b,U+8490,U+8492-8493,U+8495,U+8497,U+849c,U+849e-849f,U+84a1,U+84a6,U+84a8-84aa,U+84ad,U+84af,U+84b1; +} + +/* noto-serif-jp-[21]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-21-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-21-800-normal.woff) format('woff'); + unicode-range: U+814a,U+814c,U+8151-8153,U+8157,U+815f-8161,U+8165-8169,U+816d-816f,U+8171,U+8173-8174,U+8177,U+8180-8186,U+8188,U+818a-818b,U+818e,U+8190,U+8193,U+8195-8196,U+8198,U+819b,U+819e,U+81a0,U+81a2,U+81a4,U+81a9,U+81ae,U+81b0,U+81b2,U+81b4-81b5,U+81b8,U+81ba-81bb,U+81bd-81be,U+81c0-81c3,U+81c5-81c6,U+81c8-81cb,U+81cd-81cf,U+81d1,U+81d5-81db,U+81dd-81e1,U+81e4-81e5,U+81e7,U+81eb-81ec,U+81ef-81f2,U+81f5-81f6,U+81f8-81fb,U+81fd-8205,U+8209-820b,U+820d,U+820f,U+8212-8214,U+8216,U+8219-821d,U+8221-8222,U+8228-8229,U+822b,U+822e,U+8232-8235,U+8237-8238,U+823a,U+823c,U+8240,U+8243-8246,U+8249,U+824b,U+824e-824f,U+8251,U+8256-825a,U+825c-825d,U+825f-8260,U+8262-8264,U+8267-8268,U+826a-826b,U+826d-826e,U+8271,U+8274,U+8277,U+8279,U+827b,U+827d-8281,U+8283-8284,U+8287,U+8289-828a,U+828d-828e,U+8291-8294,U+8296,U+8298-829b,U+829f-82a1,U+82a3-82a4,U+82a7-82ac,U+82ae,U+82b0,U+82b2,U+82b4,U+82b7,U+82ba-82bc,U+82be-82bf,U+82c5-82c6,U+82d0,U+82d2-82d3,U+82d5,U+82d9-82da,U+82dc,U+82de-82e4,U+82e7; +} + +/* noto-serif-jp-[22]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-22-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-22-800-normal.woff) format('woff'); + unicode-range: U+7f77-7f79,U+7f7d-7f80,U+7f82-7f83,U+7f86-7f88,U+7f8b-7f8d,U+7f8f-7f91,U+7f94,U+7f96-7f97,U+7f9a,U+7f9c-7f9d,U+7fa1-7fa3,U+7fa6,U+7faa,U+7fad-7faf,U+7fb2,U+7fb4,U+7fb6,U+7fb8-7fb9,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fc5-7fc6,U+7fc8,U+7fca,U+7fce-7fcf,U+7fd5,U+7fdb,U+7fdf,U+7fe1,U+7fe3,U+7fe5-7fe6,U+7fe8-7fe9,U+7feb-7fec,U+7fee-7ff0,U+7ff2-7ff3,U+7ff9-7ffa,U+7ffd-7fff,U+8002,U+8004,U+8006-8008,U+800a-800f,U+8011-8014,U+8016,U+8018-8019,U+801c-8021,U+8024,U+8026,U+8028,U+802c,U+802e,U+8030,U+8034-8035,U+8037,U+8039-8040,U+8043-8044,U+8046,U+804a,U+8052,U+8058,U+805a,U+805f-8060,U+8062,U+8064,U+8066,U+8068,U+806d,U+806f-8073,U+8075-8076,U+8079,U+807b,U+807d-8081,U+8084-8088,U+808b,U+808e,U+8093,U+8099-809a,U+809c,U+809e,U+80a4,U+80a6-80a7,U+80ab-80ad,U+80b1,U+80b8-80b9,U+80c4-80c5,U+80c8,U+80ca,U+80cd,U+80cf,U+80d2,U+80d4-80db,U+80dd,U+80e0,U+80e4-80e6,U+80ed-80f3,U+80f5-80f7,U+80f9-80fc,U+80fe,U+8101,U+8103,U+8109,U+810b,U+810d,U+8116-8118,U+811b-811c,U+811e,U+8120,U+8123-8124,U+8127,U+8129,U+812b-812c,U+812f-8130,U+8135,U+8139-813a,U+813c-813e,U+8141,U+8145-8147; +} + +/* noto-serif-jp-[23]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-23-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-23-800-normal.woff) format('woff'); + unicode-range: U+7d57,U+7d59-7d5d,U+7d63,U+7d65,U+7d67,U+7d6a,U+7d6e,U+7d70,U+7d72-7d73,U+7d78,U+7d7a-7d7b,U+7d7d,U+7d7f,U+7d81-7d83,U+7d85-7d86,U+7d88-7d89,U+7d8b-7d8d,U+7d8f,U+7d91,U+7d93,U+7d96-7d97,U+7d9b-7da0,U+7da2-7da3,U+7da6-7da7,U+7daa-7dac,U+7dae-7db0,U+7db3,U+7db5-7db9,U+7dbd,U+7dc0,U+7dc2-7dc7,U+7dcc-7dce,U+7dd0,U+7dd5-7dd9,U+7ddc-7dde,U+7de1-7de6,U+7dea-7ded,U+7df1-7df2,U+7df5-7df6,U+7df9-7dfa,U+7e00,U+7e05,U+7e08-7e0b,U+7e10-7e12,U+7e15,U+7e17,U+7e1c-7e1d,U+7e1f-7e23,U+7e27-7e28,U+7e2c-7e2d,U+7e2f,U+7e31-7e33,U+7e35-7e37,U+7e39-7e3b,U+7e3d,U+7e3f,U+7e43-7e48,U+7e4e,U+7e50,U+7e52,U+7e56,U+7e58-7e5a,U+7e5d-7e5f,U+7e61-7e62,U+7e65-7e67,U+7e69-7e6b,U+7e6d-7e6f,U+7e73,U+7e75,U+7e78-7e79,U+7e7b-7e7f,U+7e81-7e83,U+7e86-7e8a,U+7e8c-7e8e,U+7e90-7e96,U+7e98,U+7e9a-7e9f,U+7f38,U+7f3a-7f3f,U+7f43-7f45,U+7f47,U+7f4c-7f50,U+7f52-7f55,U+7f58,U+7f5b-7f5d,U+7f5f,U+7f61,U+7f63-7f69,U+7f6b,U+7f6d,U+7f71; +} + +/* noto-serif-jp-[24]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-24-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-24-800-normal.woff) format('woff'); + unicode-range: U+7bc8,U+7bca-7bcc,U+7bcf,U+7bd4,U+7bd6-7bd7,U+7bd9-7bdb,U+7bdd,U+7be5-7be6,U+7be8-7bea,U+7bf0,U+7bf2-7bfa,U+7bfc,U+7bfe,U+7c00-7c04,U+7c06-7c07,U+7c09,U+7c0b-7c0f,U+7c11-7c14,U+7c17,U+7c19,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c28,U+7c2a-7c2c,U+7c2f,U+7c31,U+7c33-7c34,U+7c36-7c3a,U+7c3d-7c3e,U+7c40,U+7c42-7c43,U+7c45-7c46,U+7c4a,U+7c4c,U+7c4f-7c5f,U+7c61,U+7c63-7c65,U+7c67,U+7c69,U+7c6c-7c70,U+7c72,U+7c75,U+7c79,U+7c7b-7c7e,U+7c81-7c83,U+7c86-7c87,U+7c8d,U+7c8f-7c90,U+7c94,U+7c9e,U+7ca0-7ca2,U+7ca4-7ca6,U+7ca8,U+7cab,U+7cad-7cae,U+7cb0-7cb3,U+7cb6-7cb7,U+7cb9-7cbd,U+7cbf-7cc0,U+7cc2,U+7cc4-7cc5,U+7cc7-7cca,U+7ccd-7ccf,U+7cd2-7cd5,U+7cd7-7cda,U+7cdc-7cdd,U+7cdf-7ce0,U+7ce2,U+7ce6,U+7ce9,U+7ceb,U+7cef,U+7cf2,U+7cf4-7cf6,U+7cf9-7cfa,U+7cfe,U+7d02-7d03,U+7d06-7d0a,U+7d0f,U+7d11-7d13,U+7d15-7d16,U+7d1c-7d1e,U+7d23,U+7d26,U+7d2a,U+7d2c-7d2e,U+7d31-7d32,U+7d35,U+7d3c-7d41,U+7d43,U+7d45,U+7d47-7d48,U+7d4b,U+7d4d-7d4f,U+7d51,U+7d53,U+7d55-7d56; +} + +/* noto-serif-jp-[25]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-25-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-25-800-normal.woff) format('woff'); + unicode-range: U+7a17-7a19,U+7a1b,U+7a1e-7a21,U+7a27,U+7a2b,U+7a2d,U+7a2f-7a31,U+7a34-7a35,U+7a37-7a3b,U+7a3e,U+7a43-7a49,U+7a4c,U+7a4e,U+7a50,U+7a55-7a57,U+7a59,U+7a5c-7a5d,U+7a5f-7a63,U+7a65,U+7a67,U+7a69-7a6a,U+7a6d,U+7a70,U+7a75,U+7a78-7a79,U+7a7d-7a7e,U+7a80,U+7a82,U+7a84-7a86,U+7a88,U+7a8a-7a8b,U+7a90-7a91,U+7a94-7a98,U+7a9e,U+7aa0,U+7aa3,U+7aa9,U+7aac,U+7ab0,U+7ab3,U+7ab5-7ab6,U+7ab9-7abf,U+7ac3,U+7ac5-7aca,U+7acc-7acf,U+7ad1-7ad3,U+7ad5,U+7ada-7adb,U+7add,U+7adf,U+7ae1-7ae2,U+7ae6-7aed,U+7af0-7af1,U+7af4,U+7af8,U+7afa-7afb,U+7afd-7afe,U+7b02,U+7b04,U+7b06-7b08,U+7b0a-7b0b,U+7b0f,U+7b12,U+7b14,U+7b18-7b19,U+7b1e-7b1f,U+7b23,U+7b25,U+7b27-7b2b,U+7b2d-7b31,U+7b33-7b36,U+7b3b,U+7b3d,U+7b3f-7b41,U+7b45,U+7b47,U+7b4c-7b50,U+7b53,U+7b55,U+7b5d,U+7b60,U+7b64-7b66,U+7b69-7b6a,U+7b6c-7b75,U+7b77,U+7b79-7b7a,U+7b7f,U+7b84,U+7b86,U+7b89,U+7b8d-7b92,U+7b96,U+7b98-7ba0,U+7ba5,U+7bac-7bad,U+7baf-7bb0,U+7bb2,U+7bb4-7bb6,U+7bba-7bbd,U+7bc1-7bc2,U+7bc5-7bc6; +} + +/* noto-serif-jp-[26]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-26-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-26-800-normal.woff) format('woff'); + unicode-range: U+7851-7852,U+785c,U+785e,U+7860-7861,U+7863-7864,U+7868,U+786a,U+786e-786f,U+7872,U+7874,U+787a,U+787c,U+787e,U+7886-7887,U+788a,U+788c-788f,U+7893-7895,U+7898,U+789a,U+789d-789f,U+78a1,U+78a3-78a4,U+78a8-78aa,U+78ac-78ad,U+78af-78b3,U+78b5,U+78bb-78bf,U+78c5-78cc,U+78ce,U+78d1-78d6,U+78da-78db,U+78df-78e1,U+78e4,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78f6-78f7,U+78f9-78fb,U+78fd-7901,U+7906-7907,U+790c,U+7910-7912,U+7919-791c,U+791e-7920,U+7925-792e,U+7930-7931,U+7934-7935,U+793b,U+793d,U+793f,U+7941-7942,U+7944-7946,U+794a-794b,U+794f,U+7951,U+7954-7955,U+7957-7958,U+795a-795c,U+795f-7960,U+7962,U+7967,U+7969,U+796b,U+7972,U+7977,U+7979-797c,U+797e-7980,U+798a-798e,U+7991,U+7993-7996,U+7998,U+799b-799d,U+79a1,U+79a6-79ab,U+79ae-79b1,U+79b3-79b4,U+79b8-79bb,U+79bd-79be,U+79c2,U+79c4,U+79c7-79ca,U+79cc-79cd,U+79cf,U+79d4-79d6,U+79da,U+79dd-79e3,U+79e5,U+79e7,U+79ea-79ed,U+79f1,U+79f8,U+79fc,U+7a02-7a03,U+7a05,U+7a07-7a0a,U+7a0c-7a0d,U+7a11,U+7a15; +} + +/* noto-serif-jp-[27]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-27-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-27-800-normal.woff) format('woff'); + unicode-range: U+768c-768e,U+7690,U+7693,U+7695-7696,U+7699-76a8,U+76aa,U+76ad,U+76af-76b0,U+76b4,U+76b6-76ba,U+76bd,U+76c1-76c3,U+76c5,U+76c8-76c9,U+76cb-76ce,U+76d2,U+76d4,U+76d6,U+76d9,U+76dc,U+76de,U+76e0-76e1,U+76e5-76e8,U+76ea-76ec,U+76f0-76f1,U+76f6,U+76f9,U+76fb-76fc,U+7700,U+7704,U+7706-7708,U+770a,U+770e,U+7712,U+7714-7715,U+7717,U+7719-771c,U+7722,U+7724-7726,U+7728,U+772d-772f,U+7734-7739,U+773d-773e,U+7742,U+7745-7747,U+774a,U+774d-774f,U+7752,U+7756-7758,U+775a-775c,U+775e-7760,U+7762,U+7764-7765,U+7767,U+776a-776c,U+7770,U+7772-7774,U+7779-777a,U+777c-7780,U+7784,U+778b-778e,U+7794-7796,U+779a,U+779e-77a0,U+77a2,U+77a4-77a5,U+77a7,U+77a9-77aa,U+77ae-77b1,U+77b5-77b7,U+77b9,U+77bb-77bf,U+77c3,U+77c7,U+77c9,U+77cd,U+77d1-77d2,U+77d5,U+77d7,U+77d9-77da,U+77dc,U+77de-77e0,U+77e3-77e4,U+77e6-77e7,U+77e9-77ea,U+77ec,U+77ee,U+77f0-77f1,U+77f4,U+77f8,U+77fb-77fc,U+7805-7806,U+7809,U+780c-780e,U+7811-7812,U+7819,U+781d,U+7820-7823,U+7826-7827,U+782c-782e,U+7830,U+7835,U+7837,U+783a,U+783f,U+7843-7845,U+7847-7848,U+784c,U+784e-784f; +} + +/* noto-serif-jp-[28]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-28-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-28-800-normal.woff) format('woff'); + unicode-range: U+7511-7513,U+7515-7517,U+751c,U+751e,U+7520-7522,U+7524,U+7526-7527,U+7529-752c,U+752f,U+7536,U+7538-7539,U+753c-7540,U+7543-7544,U+7546-754b,U+754d-7550,U+7552,U+7557,U+755a-755b,U+755d-755f,U+7561-7562,U+7564,U+7566-7567,U+7569,U+756b-756d,U+756f,U+7571-7572,U+7574-757e,U+7581-7582,U+7585-7587,U+7589-758c,U+758f-7590,U+7592-7595,U+7599-759a,U+759c-759d,U+75a2-75a5,U+75b0-75b1,U+75b3-75b5,U+75b7-75b8,U+75ba,U+75bd,U+75bf-75c4,U+75c6,U+75ca,U+75cc-75cf,U+75d3-75d4,U+75d7-75d8,U+75dc-75e1,U+75e3-75e4,U+75e7,U+75ec,U+75ee-75f3,U+75f9,U+75fc,U+75fe-7604,U+7607-760c,U+760f,U+7612-7613,U+7615-7616,U+7618-7619,U+761b-7629,U+762d,U+7630,U+7632-7635,U+7638-763c,U+7640-7641,U+7643-764b,U+764e,U+7655,U+7658-7659,U+765c,U+765f,U+7661-7662,U+7664-7665,U+7667-766a,U+766c-7672,U+7674,U+7676,U+7678,U+7680-7683,U+7685,U+7688,U+768b; +} + +/* noto-serif-jp-[29]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-29-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-29-800-normal.woff) format('woff'); + unicode-range: U+736c,U+736e-7371,U+7375,U+7377-737c,U+7380-7381,U+7383,U+7385-7386,U+738a,U+738e,U+7390,U+7393-7398,U+739c,U+739e-73a0,U+73a2,U+73a5-73a6,U+73a8,U+73aa-73ab,U+73ad,U+73b3,U+73b5,U+73b7,U+73b9-73bd,U+73bf,U+73c5-73c6,U+73c9-73cc,U+73ce-73cf,U+73d2-73d3,U+73d6,U+73d9,U+73dd-73de,U+73e1,U+73e3-73e7,U+73e9-73ea,U+73ee,U+73f1,U+73f4-73f5,U+73f7-73fb,U+73fd,U+73ff-7401,U+7404-7405,U+7407,U+740a,U+7411,U+7413,U+741a-741b,U+7421,U+7424,U+7426,U+7428-7431,U+7433,U+7439-743a,U+743f-7441,U+7443-7444,U+7446-7447,U+744b,U+744d,U+7451-7453,U+7455,U+7457,U+7459-745a,U+745c-745d,U+745f,U+7462-7464,U+7466-746b,U+746d-7473,U+7476,U+747e,U+7480-7481,U+7485-7489,U+748b,U+748f-7492,U+7497-749a,U+749c,U+749e-74a3,U+74a5-74a6,U+74a8-74ab,U+74ae-74af,U+74b1-74b2,U+74b5,U+74b9-74bb,U+74bd,U+74bf,U+74c8-74ca,U+74cc,U+74cf-74d0,U+74d3-74d4,U+74d6,U+74d8,U+74da-74db,U+74de-74e0,U+74e3-74e4,U+74e7-74eb,U+74ee-74f2,U+74f4,U+74f7-74f8,U+74fa-74fc,U+74ff,U+7501,U+7503-7506,U+750c-750e; +} + +/* noto-serif-jp-[30]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-30-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-30-800-normal.woff) format('woff'); + unicode-range: U+7166,U+7168,U+716c,U+7179,U+7180,U+7184-7185,U+7187-7188,U+718c,U+718f,U+7192,U+7194-7196,U+7199-719b,U+71a0,U+71a2,U+71a8,U+71ac,U+71ae-71b0,U+71b2-71b3,U+71b9-71ba,U+71be-71c1,U+71c4,U+71c9,U+71cb-71cc,U+71ce,U+71d0,U+71d2-71d4,U+71d6-71d7,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e7,U+71ec-71ee,U+71f4-71f5,U+71f8-71f9,U+71fc,U+71fe-7200,U+7207-7209,U+720d,U+7210,U+7213,U+7215,U+7217,U+721a,U+721d,U+721f,U+7224,U+7228,U+722b,U+722d,U+722f-7230,U+7232,U+7234,U+7238-7239,U+723b-723c,U+723e-7243,U+7245-7246,U+724b,U+724e-7250,U+7252-7253,U+7255-7258,U+725a,U+725c,U+725e,U+7260,U+7263,U+7268,U+726b,U+726e-726f,U+7271,U+7274,U+7277-7278,U+727b-727c,U+727e-7282,U+7284,U+7287,U+7289,U+728d-728e,U+7292-7293,U+7296,U+729b,U+72a2,U+72a7-72a8,U+72ad-72ae,U+72b0-72b2,U+72b4,U+72b9,U+72be,U+72c0-72c1,U+72c3-72c4,U+72c6-72c7,U+72c9,U+72cc,U+72ce,U+72d2,U+72d5-72d6,U+72d8,U+72df-72e2,U+72e5,U+72f3-72f4,U+72f7,U+72f9-72fb,U+72fd-72fe,U+7302,U+7304-7305,U+7307,U+730a-730b,U+730d,U+7312-7313,U+7316-7319,U+731c-731e,U+7322,U+7324,U+7327-7329,U+732c,U+732f,U+7331-7337,U+7339-733b,U+733d-733e,U+7343,U+734d-7350,U+7352,U+7356-7358,U+735d-7360,U+7366-736b; +} + +/* noto-serif-jp-[31]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-31-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-31-800-normal.woff) format('woff'); + unicode-range: U+6f58-6f5b,U+6f5d-6f5e,U+6f60-6f62,U+6f66,U+6f68,U+6f6c-6f6d,U+6f6f,U+6f74,U+6f78,U+6f7a,U+6f7c-6f7e,U+6f80,U+6f82-6f83,U+6f86-6f88,U+6f8b-6f8e,U+6f90-6f94,U+6f96-6f98,U+6f9a,U+6f9d,U+6f9f-6fa1,U+6fa3,U+6fa5-6fa8,U+6fae-6fb1,U+6fb3,U+6fb5-6fb7,U+6fb9,U+6fbc,U+6fbe,U+6fc2,U+6fc5-6fca,U+6fd4-6fd5,U+6fd8,U+6fda-6fdb,U+6fde-6fe0,U+6fe4,U+6fe8-6fe9,U+6feb-6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff9-6ffa,U+6ffc-6ffe,U+7000-7001,U+7005-7007,U+7009-700b,U+700d,U+700f,U+7011,U+7015,U+7017-7018,U+701a-701b,U+701d-7020,U+7023,U+7026,U+7028,U+702f-7030,U+7032,U+7034,U+7037,U+7039-703a,U+703c,U+703e,U+7043-7044,U+7047-704c,U+704e,U+7051,U+7054-7055,U+705d-705e,U+7064-7065,U+7069,U+706c,U+706e,U+7075-7076,U+707e,U+7081,U+7085-7086,U+7094-7098,U+709b,U+709f,U+70a4,U+70ab-70ac,U+70ae-70b1,U+70b3-70b4,U+70b7,U+70bb,U+70ca-70cb,U+70d1,U+70d3-70d6,U+70d8-70d9,U+70dc-70dd,U+70df,U+70e4,U+70ec,U+70f1,U+70fa,U+70fd,U+7103-7108,U+710b-710c,U+710f,U+7114,U+7119,U+711c,U+711e,U+7120,U+712b,U+712d-7131,U+7138,U+7141,U+7145-7147,U+7149-714b,U+7150-7153,U+7155-7157,U+715a,U+715c,U+715e,U+7160,U+7162,U+7164-7165; +} + +/* noto-serif-jp-[32]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-32-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-32-800-normal.woff) format('woff'); + unicode-range: U+6d7c,U+6d80-6d82,U+6d85,U+6d87,U+6d89-6d8a,U+6d8c-6d8e,U+6d91-6d98,U+6d9c,U+6daa-6dac,U+6dae,U+6db4-6db5,U+6db7-6db9,U+6dbd,U+6dbf,U+6dc2,U+6dc4-6dc8,U+6dca,U+6dcc,U+6dce-6dd0,U+6dd2,U+6dd5-6dd6,U+6dd8-6ddb,U+6ddd-6de0,U+6de2,U+6de4-6de6,U+6de8-6dea,U+6dec,U+6dee-6df0,U+6df2,U+6df4,U+6df6,U+6df8-6dfa,U+6dfc,U+6e00,U+6e04,U+6e0a,U+6e17,U+6e19,U+6e1d-6e20,U+6e22-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e32,U+6e34,U+6e36,U+6e38-6e3c,U+6e42-6e45,U+6e48-6e49,U+6e4b-6e4f,U+6e51-6e54,U+6e57,U+6e5b-6e5f,U+6e62-6e63,U+6e68,U+6e6b,U+6e6e,U+6e72-6e73,U+6e76,U+6e7b,U+6e7d,U+6e82,U+6e89,U+6e8c-6e8d,U+6e8f,U+6e93,U+6e98-6e99,U+6e9f-6ea0,U+6ea5,U+6ea7,U+6eaa-6eab,U+6ead-6eaf,U+6eb1-6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec4,U+6ec7-6eca,U+6ecc-6ecf,U+6ed3-6ed5,U+6ed9-6edb,U+6ee6,U+6eeb-6eef,U+6ef7-6ef9,U+6efb,U+6efd-6eff,U+6f04,U+6f08-6f0a,U+6f0c-6f0d,U+6f10-6f11,U+6f13,U+6f15-6f16,U+6f18,U+6f1a-6f1b,U+6f25-6f26,U+6f29-6f2a,U+6f2d,U+6f2f-6f33,U+6f35-6f36,U+6f38,U+6f3b-6f3c,U+6f3e-6f3f,U+6f41,U+6f45,U+6f4f,U+6f51-6f53,U+6f57; +} + +/* noto-serif-jp-[33]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-33-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-33-800-normal.woff) format('woff'); + unicode-range: U+6b85,U+6b89,U+6b8d,U+6b95,U+6b97-6b98,U+6b9b,U+6b9e-6ba0,U+6ba2-6ba4,U+6ba8-6bb3,U+6bb7-6bb9,U+6bbc-6bbe,U+6bc0,U+6bc3-6bc4,U+6bc6-6bc9,U+6bcb-6bcc,U+6bcf,U+6bd3,U+6bd6-6bd8,U+6bda,U+6bdf,U+6be1,U+6be3,U+6be6-6be7,U+6beb-6bec,U+6bee,U+6bf1,U+6bf3,U+6bf7,U+6bf9,U+6bff,U+6c02,U+6c04-6c05,U+6c08-6c0a,U+6c0d-6c0e,U+6c10,U+6c12-6c14,U+6c19,U+6c1b,U+6c1f,U+6c24,U+6c26-6c28,U+6c2c,U+6c2e,U+6c33,U+6c35-6c36,U+6c3a-6c3b,U+6c3e-6c40,U+6c4a-6c4b,U+6c4d,U+6c4f,U+6c52,U+6c54-6c55,U+6c59,U+6c5b-6c5e,U+6c62,U+6c67-6c68,U+6c6a-6c6b,U+6c6d,U+6c6f,U+6c73-6c74,U+6c76,U+6c78-6c79,U+6c7b,U+6c7e,U+6c81-6c87,U+6c89,U+6c8c-6c8d,U+6c90,U+6c92-6c95,U+6c97-6c98,U+6c9a-6c9c,U+6c9f,U+6caa-6cae,U+6cb0-6cb2,U+6cb4,U+6cba,U+6cbd-6cbe,U+6cc2,U+6cc5-6cc6,U+6ccd,U+6ccf-6cd4,U+6cd6-6cd7,U+6cd9-6cdd,U+6ce0,U+6ce7,U+6ce9-6cef,U+6cf1-6cf2,U+6cf4,U+6cfb,U+6d00-6d01,U+6d04,U+6d07,U+6d0a,U+6d0c,U+6d0e-6d0f,U+6d11,U+6d13,U+6d19-6d1a,U+6d1f,U+6d24,U+6d26-6d28,U+6d2b,U+6d2e-6d2f,U+6d31,U+6d33-6d36,U+6d38-6d39,U+6d3c-6d3d,U+6d3f,U+6d57-6d5b,U+6d5e-6d61,U+6d64-6d65,U+6d67,U+6d6c,U+6d6f-6d70,U+6d79; +} + +/* noto-serif-jp-[34]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-34-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-34-800-normal.woff) format('woff'); + unicode-range: U+69dd-69de,U+69e2-69e3,U+69e5,U+69e7-69eb,U+69ed-69ef,U+69f1-69f6,U+69f9,U+69fe-6a01,U+6a03,U+6a05,U+6a0a,U+6a0c,U+6a0f,U+6a11-6a15,U+6a17,U+6a1a-6a1b,U+6a1d-6a20,U+6a22-6a24,U+6a28,U+6a2e,U+6a30,U+6a32-6a38,U+6a3b,U+6a3e-6a3f,U+6a44-6a4a,U+6a4e,U+6a50-6a52,U+6a54-6a56,U+6a5b,U+6a61-6a62,U+6a64,U+6a66-6a67,U+6a6a-6a6b,U+6a71-6a73,U+6a78,U+6a7a,U+6a7e-6a7f,U+6a81,U+6a83-6a84,U+6a86-6a87,U+6a89,U+6a8b,U+6a8d,U+6a90-6a91,U+6a94,U+6a97,U+6a9b,U+6a9d-6aa3,U+6aa5,U+6aaa-6aac,U+6aae-6ab1,U+6ab3-6ab4,U+6ab8,U+6abb,U+6abd-6abf,U+6ac1-6ac3,U+6ac6,U+6ac8-6ac9,U+6acc,U+6ad0-6ad1,U+6ad3-6ad6,U+6ada-6adf,U+6ae2,U+6ae4,U+6ae7-6ae8,U+6aea,U+6aec,U+6af0-6af3,U+6af8,U+6afa,U+6afc-6afd,U+6b02-6b03,U+6b06-6b07,U+6b09-6b0b,U+6b0f-6b12,U+6b16-6b17,U+6b1b,U+6b1d-6b1f,U+6b23-6b24,U+6b28,U+6b2b-6b2c,U+6b2f,U+6b35-6b39,U+6b3b,U+6b3d,U+6b3f,U+6b43,U+6b46-6b47,U+6b49-6b4a,U+6b4d-6b4e,U+6b50,U+6b52,U+6b54,U+6b56,U+6b58-6b59,U+6b5b,U+6b5d,U+6b5f-6b61,U+6b65,U+6b67,U+6b6b-6b6c,U+6b6e,U+6b70,U+6b72,U+6b75,U+6b77-6b7a,U+6b7d-6b84; +} + +/* noto-serif-jp-[35]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-35-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-35-800-normal.woff) format('woff'); + unicode-range: U+6855,U+6857-6859,U+685b,U+685d,U+685f,U+6863,U+6867,U+686b,U+686e-6872,U+6874-6875,U+6877,U+6879-687c,U+687e-687f,U+6882-6884,U+6886,U+6888,U+688d-6890,U+6894,U+6896,U+6898-689c,U+689f-68a3,U+68a5-68a7,U+68a9-68ab,U+68ad-68af,U+68b2-68b5,U+68b9-68bc,U+68c3,U+68c5-68c6,U+68c8-68ca,U+68cc-68cd,U+68cf-68d1,U+68d3-68d9,U+68dc-68dd,U+68e0-68e1,U+68e3-68e5,U+68e7-68e8,U+68ea-68ed,U+68ef-68f1,U+68f5-68f7,U+68f9,U+68fb-68fd,U+6900-6901,U+6903-6904,U+6906-690c,U+690f-6911,U+6913,U+6916-6917,U+6919-691b,U+6921-6923,U+6925-6926,U+6928,U+692a,U+6930-6931,U+6933-6936,U+6938-6939,U+693b,U+693d,U+6942,U+6945-6946,U+6949,U+694e,U+6954,U+6957,U+6959,U+695b-695e,U+6961-6966,U+6968-696c,U+696e-6974,U+6977-697b,U+697e-6981,U+6986,U+698d,U+6991-6992,U+6994-6996,U+6998,U+699c,U+69a0-69a1,U+69a5-69a8,U+69ab,U+69ad,U+69af-69b2,U+69b4,U+69b7-69b8,U+69ba-69bc,U+69be-69c1,U+69c3,U+69c5,U+69c7-69c8,U+69ca,U+69ce-69d1,U+69d3,U+69d6-69d7,U+69d9; +} + +/* noto-serif-jp-[36]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-36-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-36-800-normal.woff) format('woff'); + unicode-range: U+667e-6680,U+6683-6684,U+6688,U+668b-668e,U+6690,U+6692,U+6698-669d,U+669f-66a0,U+66a2,U+66a4,U+66ad,U+66b1-66b3,U+66b5,U+66b8-66b9,U+66bb-66bc,U+66be-66c4,U+66c6,U+66c8-66c9,U+66cc,U+66ce-66cf,U+66d4,U+66da-66db,U+66dd,U+66df-66e0,U+66e6,U+66e8-66e9,U+66eb-66ec,U+66ee,U+66f5,U+66f7,U+66fa-66fc,U+6701,U+6705,U+6707,U+670c,U+670e-6710,U+6712-6716,U+6719,U+671c,U+671e,U+6720,U+6722,U+6725-6726,U+672e,U+6733,U+6735-6738,U+673e-673f,U+6741,U+6743,U+6745-6748,U+674c-674d,U+6753-6755,U+6759,U+675d-675e,U+6760,U+6762-6764,U+6766,U+676a,U+676c,U+676e,U+6770,U+6772-6774,U+6776-6777,U+677b-677c,U+6780-6781,U+6784-6785,U+6787,U+6789,U+678b-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679b,U+67a1,U+67a4,U+67a6,U+67a9,U+67b0-67b5,U+67b7-67b9,U+67bb-67be,U+67c0-67c3,U+67c5-67c6,U+67c8-67c9,U+67ce,U+67d2,U+67d7-67d9,U+67db-67de,U+67e1-67e2,U+67e4,U+67e6-67e7,U+67e9,U+67ec,U+67ee-67f0,U+67f2,U+67f6-67f7,U+67f9-67fa,U+67fc,U+67fe,U+6801-6802,U+6805,U+6810,U+6814,U+6818-6819,U+681d,U+681f,U+6822,U+6827-6829,U+682b-682d,U+682f-6834,U+683b,U+683e-6840,U+6844-6846,U+6849-684a,U+684c-684e,U+6852-6854; +} + +/* noto-serif-jp-[37]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-37-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-37-800-normal.woff) format('woff'); + unicode-range: U+64d2,U+64d4-64d5,U+64d7-64d8,U+64da,U+64e0-64e1,U+64e3-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f2,U+64f4-64f7,U+64fa-64fb,U+64fd-6501,U+6504-6505,U+6508-650a,U+650f,U+6513-6514,U+6516,U+6518-6519,U+651b-651f,U+6522,U+6524,U+6526,U+6529-652c,U+652e,U+6531-6532,U+6534-6538,U+653a,U+653c-653d,U+6543-6544,U+6547-6549,U+654d-654e,U+6550,U+6552,U+6554-6556,U+6558,U+655d-6560,U+6567,U+656b,U+6572,U+6578,U+657a,U+657d,U+6581-6585,U+6588,U+658a,U+658c,U+6592,U+6595,U+6598,U+659b,U+659d,U+659f-65a1,U+65a3-65a6,U+65ab,U+65ae,U+65b2-65b5,U+65b7-65b8,U+65be-65bf,U+65c1-65c4,U+65c6,U+65c8-65c9,U+65cc,U+65ce,U+65d0,U+65d2,U+65d4,U+65d6,U+65d8-65d9,U+65db,U+65df-65e1,U+65e3,U+65f0-65f2,U+65f4-65f5,U+65f9,U+65fb-65fc,U+65fe-6600,U+6603-6604,U+6608-660a,U+660d,U+6611-6612,U+6615-6616,U+661c-661e,U+6621-6624,U+6626,U+6629-662c,U+662e,U+6630-6631,U+6633-6637,U+6639-663b,U+663f-6641,U+6644-6646,U+6648-664a,U+664c,U+664e-664f,U+6651,U+6657-6665,U+6667-6668,U+666a-666d,U+6670,U+6673,U+6675,U+6677-6679,U+667b-667c; +} + +/* noto-serif-jp-[38]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-38-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-38-800-normal.woff) format('woff'); + unicode-range: U+62cf,U+62d1,U+62d4-62d6,U+62da,U+62dc,U+62ea,U+62ee-62ef,U+62f1-62f2,U+62f4-62f5,U+62fc-62fd,U+62ff,U+6302-6304,U+6308-630d,U+6310,U+6313,U+6316,U+6318,U+631b,U+6327,U+6329-632a,U+632d,U+6332,U+6335-6336,U+6339-633c,U+633e,U+6341-6344,U+6346,U+634a-634e,U+6350,U+6352-6354,U+6358-6359,U+635b,U+6365-6366,U+6369,U+636b-636d,U+6371-6372,U+6374-6378,U+637a,U+637c-637d,U+637f-6380,U+6382,U+6384,U+6387,U+6389-638a,U+638e-6390,U+6394-6396,U+6399-639a,U+639e,U+63a0,U+63a3-63a4,U+63a6,U+63a9,U+63ab-63af,U+63b5,U+63bd-63be,U+63c0-63c1,U+63c4-63c6,U+63c8,U+63ce,U+63d1-63d6,U+63dc,U+63e0,U+63e3,U+63e5,U+63e9-63ed,U+63f2-63f3,U+63f5-63f9,U+6406,U+6409-640a,U+640f-6410,U+6412-6414,U+6416-6418,U+641e,U+6420,U+6422,U+6424-6426,U+6428-642a,U+642f-6430,U+6434-6436,U+643d,U+643f,U+644b,U+644e-644f,U+6451-6454,U+645a-645d,U+645f-6461,U+6463,U+6467,U+646d,U+6473-6474,U+6476,U+6478-6479,U+647b,U+647d,U+6485,U+6487-6488,U+648f-6491,U+6493,U+6495,U+6498-649b,U+649d-649f,U+64a1,U+64a3,U+64a6,U+64a8-64a9,U+64ac,U+64b3,U+64bb-64bf,U+64c2,U+64c4-64c5,U+64c7,U+64c9-64cc,U+64ce,U+64d0-64d1; +} + +/* noto-serif-jp-[39]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-39-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-39-800-normal.woff) format('woff'); + unicode-range: U+6117,U+6119,U+611c,U+611e,U+6120-6122,U+6127-6128,U+612a-612c,U+6130-6131,U+6134-6137,U+6139-613a,U+613c-613f,U+6141-6142,U+6144-6147,U+6149-614a,U+614d,U+6153,U+6158-615a,U+615d-6160,U+6164-6165,U+616b-616c,U+616f,U+6171-6175,U+6177-6178,U+617b-6181,U+6183-6184,U+6187,U+618a-618b,U+618d,U+6192-6194,U+6196-619a,U+619c-619d,U+619f-61a0,U+61a5,U+61a8,U+61aa-61ae,U+61b8-61ba,U+61bc,U+61be,U+61c0-61c3,U+61c6,U+61c8,U+61ca-61cf,U+61d5,U+61dc-61df,U+61e1-61e3,U+61e5-61e9,U+61ec-61ed,U+61ef,U+61f4-61f7,U+61fa,U+61fc-6201,U+6203-6204,U+6207-620a,U+620d-620e,U+6213-6215,U+621b-621e,U+6220-6223,U+6227,U+6229-622b,U+622e,U+6230-6233,U+6236,U+6239,U+623d-623e,U+6241-6244,U+6246,U+6248,U+624c,U+624e,U+6250-6252,U+6254,U+6256,U+6258,U+625a-625c,U+625e,U+6260-6261,U+6263-6264,U+6268,U+626d,U+626f,U+6273,U+627a-627e,U+6282-6283,U+6285,U+6289,U+628d-6290,U+6292-6294,U+6296,U+6299,U+629b,U+62a6,U+62a8,U+62ac,U+62b3,U+62b6-62b7,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4,U+62c6-62c8,U+62ca,U+62ce; +} + +/* noto-serif-jp-[40]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-40-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-40-800-normal.woff) format('woff'); + unicode-range: U+5f6c-5f6d,U+5f6f,U+5f72-5f75,U+5f78,U+5f7a,U+5f7d-5f7f,U+5f82-5f83,U+5f87-5f89,U+5f8d,U+5f8f,U+5f91,U+5f96,U+5f99,U+5f9c-5f9d,U+5fa0,U+5fa2,U+5fa4,U+5fa7-5fa8,U+5fab-5fad,U+5faf-5fb1,U+5fb5,U+5fb7-5fb8,U+5fbc-5fbd,U+5fc4,U+5fc7-5fc9,U+5fcb,U+5fd0-5fd4,U+5fdd-5fde,U+5fe1-5fe2,U+5fe4,U+5fe8-5fea,U+5fec-5ff3,U+5ff6,U+5ff8,U+5ffa-5ffd,U+5fff,U+6007,U+600a,U+600d-6010,U+6013-6015,U+6017-601b,U+601f,U+6021-6022,U+6024,U+6026,U+6029,U+602b,U+602d,U+6031,U+6033,U+6035,U+603a,U+6040-6043,U+6046-604a,U+604c-604d,U+6051,U+6054-6057,U+6059-605a,U+605d,U+605f-6064,U+6067,U+606a-606c,U+6070-6071,U+6077,U+607e-607f,U+6081-6086,U+6088-608e,U+6091-6093,U+6095-6098,U+609a-609b,U+609d-609e,U+60a2,U+60a4-60a5,U+60a7-60a8,U+60b0-60b1,U+60b3-60b5,U+60b7-60b8,U+60bb,U+60bd-60be,U+60c2,U+60c4,U+60c6-60cb,U+60ce-60cf,U+60d3-60d5,U+60d8-60d9,U+60db,U+60dd-60df,U+60e1-60e2,U+60e5,U+60ee,U+60f0-60f2,U+60f4-60f8,U+60fa-60fd,U+6100,U+6102-6103,U+6106-6108,U+610a,U+610c-610e,U+6110-6114,U+6116; +} + +/* noto-serif-jp-[41]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-41-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-41-800-normal.woff) format('woff'); + unicode-range: U+5d9b,U+5d9d,U+5d9f-5da0,U+5da2,U+5da4,U+5da7,U+5dab-5dac,U+5dae,U+5db0,U+5db2,U+5db4,U+5db7-5db9,U+5dbc-5dbd,U+5dc3,U+5dc7,U+5dc9,U+5dcb-5dce,U+5dd0-5dd3,U+5dd6-5dd9,U+5ddb,U+5de0,U+5de2,U+5de4,U+5de9,U+5df2,U+5df5,U+5df8-5df9,U+5dfd,U+5dff-5e00,U+5e07,U+5e0b,U+5e0d,U+5e11-5e12,U+5e14-5e15,U+5e18-5e1b,U+5e1f-5e20,U+5e25,U+5e28,U+5e2e,U+5e32,U+5e35-5e37,U+5e3e,U+5e40,U+5e43-5e44,U+5e47,U+5e49,U+5e4b,U+5e4e,U+5e50-5e51,U+5e54,U+5e56-5e58,U+5e5b-5e5c,U+5e5e-5e5f,U+5e62,U+5e64,U+5e68,U+5e6a-5e6e,U+5e70,U+5e75-5e77,U+5e7a,U+5e7f-5e80,U+5e87,U+5e8b,U+5e8e,U+5e96,U+5e99-5e9a,U+5ea0,U+5ea2,U+5ea4-5ea5,U+5ea8,U+5eaa,U+5eac,U+5eb1,U+5eb3,U+5eb8-5eb9,U+5ebd-5ebf,U+5ec1-5ec2,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ece-5ed6,U+5ed9-5ee2,U+5ee5,U+5ee8-5ee9,U+5eeb-5eec,U+5ef0-5ef1,U+5ef3-5ef4,U+5ef8-5ef9,U+5efc-5f00,U+5f02-5f03,U+5f06-5f09,U+5f0b-5f0e,U+5f11,U+5f16-5f17,U+5f19,U+5f1b-5f1e,U+5f21-5f24,U+5f27-5f29,U+5f2b-5f30,U+5f34,U+5f36,U+5f38,U+5f3a-5f3d,U+5f3f-5f41,U+5f44-5f45,U+5f47-5f48,U+5f4a,U+5f4c-5f4e,U+5f50-5f51,U+5f54,U+5f56-5f58,U+5f5b-5f5d,U+5f60,U+5f63-5f65,U+5f67,U+5f6a; +} + +/* noto-serif-jp-[42]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-42-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-42-800-normal.woff) format('woff'); + unicode-range: U+5bbc,U+5bc0-5bc1,U+5bc3,U+5bc7,U+5bc9,U+5bcd-5bd0,U+5bd3-5bd4,U+5bd6-5bda,U+5bde,U+5be0-5be2,U+5be4-5be6,U+5be8,U+5beb-5bec,U+5bef-5bf1,U+5bf3-5bf6,U+5bfd,U+5c03,U+5c05,U+5c07-5c09,U+5c0c-5c0d,U+5c12-5c14,U+5c17,U+5c19,U+5c1e-5c20,U+5c22-5c24,U+5c26,U+5c28-5c2e,U+5c30,U+5c32,U+5c35-5c36,U+5c38-5c39,U+5c46,U+5c4d-5c50,U+5c53,U+5c59-5c5c,U+5c5f-5c63,U+5c67-5c69,U+5c6c-5c70,U+5c74-5c76,U+5c79-5c7d,U+5c87-5c88,U+5c8a,U+5c8c,U+5c8f,U+5c91-5c92,U+5c94,U+5c9d,U+5c9f-5ca0,U+5ca2-5ca3,U+5ca6-5ca8,U+5caa-5cab,U+5cad,U+5cb1-5cb2,U+5cb4-5cb7,U+5cba-5cbc,U+5cbe,U+5cc5,U+5cc7,U+5cc9,U+5ccb,U+5cd0,U+5cd2,U+5cd7,U+5cd9,U+5cdd,U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1-5cf2,U+5cf4-5cf5,U+5cfa-5cfb,U+5cfd,U+5d01,U+5d06,U+5d0b,U+5d0d,U+5d10-5d12,U+5d14-5d15,U+5d17-5d1b,U+5d1d,U+5d1f-5d20,U+5d22-5d24,U+5d26-5d27,U+5d2b,U+5d31,U+5d34,U+5d39,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d51-5d53,U+5d55,U+5d59,U+5d5c,U+5d5f-5d62,U+5d64,U+5d69-5d6a,U+5d6c-5d6d,U+5d6f-5d70,U+5d73,U+5d76,U+5d79-5d7a,U+5d7e-5d7f,U+5d81-5d84,U+5d87-5d88,U+5d8a,U+5d8c,U+5d90,U+5d92-5d95,U+5d97,U+5d99; +} + +/* noto-serif-jp-[43]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-43-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-43-800-normal.woff) format('woff'); + unicode-range: U+598b-598e,U+5992,U+5995,U+5997,U+599b,U+599d,U+599f,U+59a3-59a4,U+59a7,U+59ad-59b0,U+59b2-59b3,U+59b7,U+59ba,U+59bc,U+59be,U+59c1,U+59c3-59c4,U+59c6,U+59c8,U+59ca,U+59cd,U+59d2,U+59d9-59da,U+59dd-59df,U+59e3-59e5,U+59e7-59e8,U+59ec,U+59ee-59ef,U+59f1-59f2,U+59f4,U+59f6-59f8,U+5a00,U+5a03-5a04,U+5a09,U+5a0c-5a0e,U+5a11-5a13,U+5a17,U+5a1a-5a1c,U+5a1e-5a1f,U+5a23-5a25,U+5a27-5a28,U+5a2a,U+5a2d,U+5a30,U+5a35-5a36,U+5a40-5a41,U+5a44-5a45,U+5a47-5a49,U+5a4c,U+5a50,U+5a55,U+5a5e,U+5a62-5a63,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a77,U+5a7a-5a7b,U+5a7e,U+5a84,U+5a8b,U+5a90,U+5a93,U+5a96,U+5a99,U+5a9c,U+5a9e-5aa0,U+5aa2,U+5aa7,U+5aac,U+5ab1-5ab3,U+5ab5,U+5ab8,U+5aba-5abf,U+5ac2,U+5ac4,U+5ac6,U+5ac8,U+5acb,U+5acf-5ad0,U+5ad6-5ad7,U+5ada,U+5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae9-5aea,U+5aee,U+5af0,U+5af5-5af6,U+5afa-5afb,U+5afd,U+5b00-5b01,U+5b08,U+5b0b,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21,U+5b25,U+5b2a,U+5b2c-5b2d,U+5b30,U+5b32,U+5b34,U+5b36,U+5b38,U+5b3e,U+5b40-5b41,U+5b43,U+5b45,U+5b4b-5b4c,U+5b51-5b52,U+5b56,U+5b5a-5b5c,U+5b5e-5b5f,U+5b65,U+5b68-5b69,U+5b6e-5b71,U+5b73,U+5b75-5b76,U+5b7a,U+5b7c-5b84,U+5b86,U+5b8a-5b8b,U+5b8d-5b8e,U+5b90-5b91,U+5b93-5b94,U+5b96,U+5ba5-5ba6,U+5ba8-5ba9,U+5bac-5bad,U+5baf,U+5bb1-5bb2,U+5bb7-5bb8,U+5bba; +} + +/* noto-serif-jp-[44]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-44-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-44-800-normal.woff) format('woff'); + unicode-range: U+57b3,U+57b8,U+57bd,U+57c0,U+57c3,U+57c6-57c8,U+57cc,U+57cf,U+57d2-57d7,U+57dc-57de,U+57e0-57e1,U+57e3-57e4,U+57e6-57e7,U+57e9,U+57ed,U+57f0,U+57f4-57f6,U+57f8,U+57fb,U+57fd-57ff,U+5803-5804,U+5808-580d,U+5819,U+581b,U+581d-5821,U+5826-5827,U+582d,U+582f-5830,U+5832,U+5835,U+5839,U+583d,U+583f-5840,U+5849,U+584b-584d,U+584f-5852,U+5855,U+5858-5859,U+585f,U+5861-5862,U+5864,U+5867-5868,U+586d,U+5870,U+5872,U+5878-5879,U+587c,U+587f-5881,U+5885,U+5887-588d,U+588f-5890,U+5894,U+5896,U+5898,U+589d-589e,U+58a0-58a2,U+58a6,U+58a9-58ab,U+58ae,U+58b1-58b3,U+58b8-58bc,U+58be,U+58c2-58c5,U+58c8,U+58cd-58ce,U+58d0-58da,U+58dc-58e2,U+58e4-58e5,U+58e9,U+58ec,U+58ef,U+58f3-58f4,U+58f7,U+58f9,U+58fb-58fd,U+5902,U+5905-5906,U+590a-590d,U+5910,U+5912-5914,U+5918-5919,U+591b,U+591d,U+591f,U+5921,U+5923-5925,U+5928,U+592c-592d,U+592f-5930,U+5932-5933,U+5935-5936,U+5938-5939,U+593d-593f,U+5943,U+5946,U+594e,U+5950,U+5952-5953,U+5955,U+5957-595b,U+595d-5961,U+5963,U+5967,U+5969,U+596b-596d,U+596f,U+5972,U+5975-5976,U+5978-5979,U+597b-597c,U+5981; +} + +/* noto-serif-jp-[45]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-45-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-45-800-normal.woff) format('woff'); + unicode-range: U+5616-5617,U+5619,U+561b,U+5620,U+5628,U+562c,U+562f-5639,U+563b-563d,U+563f-5641,U+5643-5644,U+5646-5647,U+5649,U+564b,U+564d-5650,U+5653-5654,U+565e,U+5660-5664,U+5666,U+5669-566d,U+566f,U+5671-5672,U+5675-5676,U+5678,U+567a,U+5680,U+5684-5688,U+568a-568c,U+568f,U+5694-5695,U+5699-569a,U+569d-56a0,U+56a5-56a9,U+56ab-56ae,U+56b1-56b4,U+56b6-56b7,U+56bc,U+56be,U+56c0,U+56c2-56c3,U+56c5,U+56c8-56d1,U+56d3,U+56d7-56d9,U+56dc-56dd,U+56df,U+56e1,U+56e4-56e8,U+56eb,U+56ed-56ee,U+56f1,U+56f6-56f7,U+56f9,U+56ff-5704,U+5707-570a,U+570c-570d,U+5711,U+5713,U+5715-5716,U+5718,U+571a-571d,U+5720-5726,U+5729-572a,U+572c,U+572e-572f,U+5733-5734,U+5737-5738,U+573b,U+573d-573f,U+5745-5746,U+574c-574f,U+5751-5752,U+5759,U+575f,U+5761-5762,U+5764-5765,U+5767-5769,U+576b,U+576d-5771,U+5773-5775,U+5777,U+5779-577c,U+577e-577f,U+5781,U+5783,U+5788-5789,U+578c,U+5793-5795,U+5797,U+5799-579a,U+579c-57a1,U+57a4,U+57a7-57aa,U+57ac,U+57ae,U+57b0; +} + +/* noto-serif-jp-[46]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-46-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-46-800-normal.woff) format('woff'); + unicode-range: U+543f-5440,U+5443-5444,U+5447,U+544c-544f,U+5455,U+545e,U+5462,U+5464,U+5466-5467,U+5469,U+546b-546e,U+5470-5471,U+5474-5477,U+547b,U+547f-5481,U+5483-5486,U+5488-548b,U+548d-5492,U+5495-5496,U+549c,U+549f-54a2,U+54a4,U+54a6-54af,U+54b1,U+54b7-54bc,U+54be-54bf,U+54c2-54c4,U+54c6-54c8,U+54ca,U+54cd-54ce,U+54d8,U+54e0,U+54e2,U+54e5-54e6,U+54e8-54ea,U+54ec-54ef,U+54f1,U+54f3,U+54f6,U+54fc-5501,U+5505,U+5508-5509,U+550c-550f,U+5514-5516,U+5527,U+552a-552b,U+552e,U+5532-5533,U+5535-5536,U+5538-5539,U+553b-553d,U+5540-5541,U+5544-5545,U+5547,U+5549-554a,U+554c-554d,U+5550-5551,U+5556-5558,U+555a-555e,U+5560-5561,U+5563-5564,U+5566,U+557b-5583,U+5586-5588,U+558a,U+558e-558f,U+5591-5594,U+5597,U+5599,U+559e-559f,U+55a3-55a4,U+55a8-55a9,U+55ac-55ae,U+55b2,U+55bf,U+55c1,U+55c3-55c4,U+55c6-55c7,U+55c9,U+55cb-55cc,U+55ce,U+55d1-55d4,U+55d7-55d8,U+55da-55db,U+55dd-55df,U+55e2,U+55e4,U+55e9,U+55ec,U+55ee,U+55f1,U+55f6-55f9,U+55fd-55ff,U+5605,U+5607-5608,U+560a,U+560d-5612; +} + +/* noto-serif-jp-[47]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-47-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-47-800-normal.woff) format('woff'); + unicode-range: U+528d,U+5291-5298,U+529a,U+529c,U+52a4-52a7,U+52ab-52ad,U+52af-52b0,U+52b5-52b8,U+52ba-52be,U+52c0-52c1,U+52c4-52c6,U+52c8,U+52ca,U+52cc-52cd,U+52cf-52d2,U+52d4,U+52d6-52d7,U+52db-52dc,U+52de,U+52e0-52e1,U+52e3,U+52e5-52e6,U+52e8-52ea,U+52ec,U+52f0-52f1,U+52f3-52fb,U+5300-5301,U+5303,U+5306-5308,U+530a-530d,U+530f-5311,U+5313,U+5315,U+5318-531f,U+5321,U+5323-5325,U+5327-532d,U+532f-5333,U+5335,U+5338,U+533c-533e,U+5340,U+5342,U+5345-5346,U+5349,U+534b-534c,U+5359,U+535b,U+535e,U+5361,U+5363-5367,U+5369,U+536c-536e,U+5372,U+5377,U+5379-537b,U+537d-537f,U+5382-5383,U+5387-5389,U+538e,U+5393-5394,U+5396,U+5398-5399,U+539d,U+53a0-53a1,U+53a4-53a6,U+53a9-53ab,U+53ad-53b0,U+53b2,U+53b4-53b8,U+53ba,U+53bd,U+53c0-53c1,U+53c3-53c5,U+53cf,U+53d2-53d3,U+53d5,U+53da-53db,U+53dd-53e0,U+53e2,U+53e6-53e8,U+53ed-53ee,U+53f4-53f5,U+53fa,U+5401-5403,U+540b,U+540f,U+5412-5413,U+541a,U+541d-541e,U+5421,U+5424,U+5427-542a,U+542c-542f,U+5431,U+5433-5436,U+543c-543d; +} + +/* noto-serif-jp-[48]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-48-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-48-800-normal.woff) format('woff'); + unicode-range: U+50dd-50df,U+50e1-50e6,U+50e8-50e9,U+50ed-50f6,U+50f9-50fb,U+50fe,U+5101-5103,U+5106-5109,U+510b-510e,U+5110,U+5112,U+5114-511e,U+5121,U+5123,U+5127-5128,U+512c-512d,U+512f,U+5131,U+5133-5135,U+5137-513c,U+513f-5142,U+5147,U+514a,U+514c,U+514f,U+5152-5155,U+5157-5158,U+515f-5160,U+5162,U+5164,U+5166-5167,U+5169-516a,U+516e,U+5173-5174,U+5179,U+517b,U+517e,U+5180,U+5182-5184,U+5189,U+518b-518c,U+518e-5191,U+5193,U+5195-5196,U+5198,U+519d,U+51a1-51a4,U+51a6,U+51a9-51ab,U+51ad,U+51b0-51b3,U+51b5,U+51b8,U+51ba,U+51bc-51bf,U+51c2-51c3,U+51c5,U+51c8-51cb,U+51cf,U+51d1-51d6,U+51d8,U+51de-51e0,U+51e2,U+51e5,U+51e7,U+51e9,U+51ec-51ee,U+51f2-51f5,U+51f7,U+51fe,U+5201-5202,U+5204-5205,U+520b,U+520e,U+5212-5216,U+5218,U+5222,U+5226-5228,U+522a-522b,U+522e,U+5231-5233,U+5235,U+523c,U+5244-5245,U+5249,U+524b-524c,U+524f,U+5254-5255,U+5257-5258,U+525a,U+525c-5261,U+5266,U+5269,U+526c,U+526e,U+5271,U+5273-5274,U+5277-5279,U+527d,U+527f-5280,U+5282-5285,U+5288-528a,U+528c; +} + +/* noto-serif-jp-[49]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-49-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-49-800-normal.woff) format('woff'); + unicode-range: U+4f57-4f58,U+4f5a-4f5b,U+4f5d-4f5f,U+4f63-4f64,U+4f69-4f6a,U+4f6c,U+4f6e-4f71,U+4f76-4f7e,U+4f81-4f85,U+4f88-4f8a,U+4f8c,U+4f8e-4f90,U+4f92-4f94,U+4f96-4f9a,U+4f9e-4fa0,U+4fab,U+4fad,U+4faf,U+4fb2,U+4fb7,U+4fb9,U+4fbb-4fbe,U+4fc0-4fc1,U+4fc4-4fc6,U+4fc8-4fc9,U+4fcb-4fd4,U+4fd8,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2,U+4fe4-4fe6,U+4fef-4ff2,U+4ff6,U+4ffc-5002,U+5004-5007,U+500a,U+500c,U+500e-5011,U+5013-5014,U+5016-5018,U+501a-501e,U+5021-5023,U+5025-502a,U+502c-502e,U+5030,U+5032-5033,U+5035,U+5039,U+503b,U+5040-5043,U+5045-5048,U+504a,U+504c,U+504e,U+5050-5053,U+5055-5057,U+5059-505a,U+505f-5060,U+5062-5063,U+5066-5067,U+506a,U+506c-506d,U+5070-5072,U+5077-5078,U+5080-5081,U+5083-5086,U+5088,U+508a,U+508e-5090,U+5092-5096,U+509a-509c,U+509e-50a3,U+50aa,U+50ad,U+50af-50b4,U+50b9-50bb,U+50bd,U+50c0,U+50c2-50c4,U+50c7,U+50c9-50ca,U+50cc,U+50ce,U+50d0-50d1,U+50d3-50d4,U+50d6,U+50d8-50d9,U+50dc; +} + +/* noto-serif-jp-[50]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-50-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-50-800-normal.woff) format('woff'); + unicode-range: U+4093,U+4103,U+4105,U+4148,U+414f,U+4163,U+41b4,U+41bf,U+41e6,U+41ee,U+41f3,U+4207,U+420e,U+4264,U+4293,U+42c6,U+42d6,U+42dd,U+4302,U+432b,U+4343,U+43ee,U+43f0,U+4408,U+440c,U+4417,U+441c,U+4422,U+4453,U+445b,U+4476,U+447a,U+4491,U+44b3,U+44be,U+44d4,U+4508,U+450d,U+4525,U+4543,U+457a,U+459d,U+45b8,U+45be,U+45e5,U+45ea,U+460f-4610,U+4641,U+4665,U+46a1,U+46ae-46af,U+470c,U+471f,U+4764,U+47e6,U+47fd,U+4816,U+481e,U+4844,U+484e,U+48b5,U+49b0,U+49e7,U+49fa,U+4a04,U+4a29,U+4abc,U+4b38,U+4b3b,U+4b7e,U+4bc2,U+4bca,U+4bd2,U+4be8,U+4c17,U+4c20,U+4c38,U+4cc4,U+4cd1,U+4ce1,U+4d07,U+4d77,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e12,U+4e15,U+4e17,U+4e19,U+4e1e-4e1f,U+4e23-4e24,U+4e28-4e2c,U+4e2e-4e31,U+4e35-4e37,U+4e3f-4e42,U+4e44,U+4e47-4e48,U+4e4d-4e4e,U+4e51,U+4e55-4e56,U+4e58,U+4e5a-4e5c,U+4e62-4e63,U+4e68-4e69,U+4e74-4e75,U+4e79,U+4e7f,U+4e82,U+4e85,U+4e8a,U+4e8d-4e8e,U+4e96-4e99,U+4e9d-4ea0,U+4ea2,U+4ea5-4ea6,U+4ea8,U+4eaf-4eb0,U+4eb3,U+4eb6,U+4eb9,U+4ebb-4ebc,U+4ec2-4ec4,U+4ec6-4ec8,U+4ecd,U+4ed0,U+4ed7,U+4eda-4edb,U+4edd-4ee2,U+4ee8,U+4eeb,U+4eed,U+4eef,U+4ef1,U+4ef3,U+4ef5,U+4ef7,U+4efc-4f00,U+4f02-4f03,U+4f08-4f09,U+4f0b-4f0d,U+4f12,U+4f15-4f17,U+4f19,U+4f1c,U+4f2b,U+4f2e,U+4f30-4f31,U+4f33,U+4f35-4f37,U+4f39,U+4f3b,U+4f3e,U+4f40,U+4f42-4f43,U+4f48-4f49,U+4f4b-4f4c,U+4f52,U+4f54,U+4f56; +} + +/* noto-serif-jp-[51]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-51-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-51-800-normal.woff) format('woff'); + unicode-range: U+3395-339b,U+339e-33a0,U+33a2-33ff,U+3402,U+3405-3406,U+3427,U+342c,U+342e,U+3468,U+346a,U+3488,U+3492,U+34b5,U+34bc,U+34c1,U+34c7,U+34db,U+351f,U+353e,U+355d-355e,U+3563,U+356e,U+35a6,U+35a8,U+35c5,U+35da,U+35de,U+35f4,U+3605,U+3614,U+364a,U+3691,U+3696,U+3699,U+36cf,U+3761-3762,U+376b-376c,U+3775,U+378d,U+37c1,U+37e2,U+37e8,U+37f4,U+37fd,U+3800,U+382f,U+3836,U+3840,U+385c,U+3861,U+38a1,U+38ad,U+38fa,U+3917,U+391a,U+396f,U+39a4,U+39b8,U+3a5c,U+3a6e,U+3a73,U+3a85,U+3ac4,U+3acb,U+3ad6-3ad7,U+3aea,U+3af3,U+3b0e,U+3b1a,U+3b1c,U+3b22,U+3b35,U+3b6d,U+3b77,U+3b87-3b88,U+3b8d,U+3ba4,U+3bb6,U+3bc3,U+3bcd,U+3bf0,U+3bf3,U+3c0f,U+3c26,U+3cc3,U+3cd2,U+3d11,U+3d1e,U+3d31,U+3d4e,U+3d64,U+3d9a,U+3dc0,U+3dcc,U+3dd4,U+3e05,U+3e3f-3e40,U+3e60,U+3e66,U+3e68,U+3e83,U+3e8a,U+3e94,U+3eda,U+3f57,U+3f72,U+3f75,U+3f77,U+3fae,U+3fb1,U+3fc9,U+3fd7,U+3fdc,U+4039,U+4058; +} + +/* noto-serif-jp-[52]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-52-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-52-800-normal.woff) format('woff'); + unicode-range: U+32b5-332b,U+332d-3394; +} + +/* noto-serif-jp-[53]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-53-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-53-800-normal.woff) format('woff'); + unicode-range: U+31c8-31e3,U+31f0-321e,U+3220-3230,U+3232-32b4; +} + +/* noto-serif-jp-[54]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-54-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-54-800-normal.woff) format('woff'); + unicode-range: U+3028-303f,U+3094-3096,U+309f-30a0,U+30ee,U+30f7-30fa,U+30ff,U+3105-312f,U+3131-3163,U+3165-318e,U+3190-31bb,U+31c0-31c7; +} + +/* noto-serif-jp-[55]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-55-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-55-800-normal.woff) format('woff'); + unicode-range: U+2f14-2fd5,U+2ff0-2ffb,U+3004,U+3013,U+3016-301b,U+301e,U+3020-3027; +} + +/* noto-serif-jp-[56]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-56-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-56-800-normal.woff) format('woff'); + unicode-range: U+25e4-25e6,U+2601-2603,U+2609,U+260e-260f,U+2616-2617,U+261c-261f,U+262f,U+2641,U+2660,U+2662-2664,U+2666-2668,U+266d-266e,U+2672-267d,U+26bd-26be,U+2702,U+271a,U+273d,U+2740,U+2756,U+2776-2793,U+27a1,U+2934-2935,U+29bf,U+29fa-29fb,U+2b05-2b07,U+2b1a,U+2b95,U+2e3a-2e3b,U+2e80-2e99,U+2e9b-2ef3,U+2f00-2f13; +} + +/* noto-serif-jp-[57]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-57-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-57-800-normal.woff) format('woff'); + unicode-range: U+24d1-24ff,U+2503-2513,U+2515-2516,U+2518-251b,U+251d-2522,U+2524-259f,U+25a2-25ab,U+25b1,U+25b7,U+25c0-25c1,U+25c9-25ca,U+25cc,U+25d0-25d3,U+25e2-25e3; +} + +/* noto-serif-jp-[58]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-58-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-58-800-normal.woff) format('woff'); + unicode-range: U+2105,U+2109-210a,U+210f,U+2116,U+2121,U+2126-2127,U+212b,U+212e,U+2135,U+213b,U+2194-2199,U+21b8-21b9,U+21c4-21c6,U+21cb-21cc,U+21d0,U+21e6-21e9,U+21f5,U+2202-2203,U+2205-2206,U+2208-220b,U+220f,U+2211,U+2213,U+2215,U+221a,U+221d,U+2220,U+2223,U+2225-2226,U+2228,U+222a-222e,U+2234-2237,U+223d,U+2243,U+2245,U+2248,U+224c,U+2260,U+2262,U+2264-2265,U+226e-226f,U+2272-2273,U+2276-2277,U+2283-2287,U+228a-228b,U+2295-2299,U+22a0,U+22a5,U+22bf,U+22da-22db,U+22ef,U+2305-2307,U+2318,U+2329-232a,U+23b0-23b1,U+23be-23cc,U+23ce,U+23da-23db,U+2423,U+2469-24d0; +} + +/* noto-serif-jp-[59]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-59-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-59-800-normal.woff) format('woff'); + unicode-range: U+a1-a4,U+a6-a7,U+aa,U+ac-ad,U+b5-b6,U+b8-ba,U+bc-c8,U+ca-cc,U+ce-d5,U+d9-db,U+dd-df,U+e6,U+ee,U+f0,U+f5,U+f7,U+f9,U+fb,U+fe-102,U+110-113,U+11a-11b,U+128-12b,U+143-144,U+147-148,U+14c,U+14e-14f,U+152-153,U+168-16d,U+192,U+1a0-1a1,U+1af,U+1cd-1dc,U+1f8-1f9,U+251,U+261,U+2bb,U+2c7,U+2c9,U+2ea-2eb,U+304,U+307,U+30c,U+1e3e-1e3f,U+1ea0-1ebe,U+1ec0-1ec6,U+1ec8-1ef9,U+2011-2012,U+2016,U+2018-201a,U+201e,U+2021,U+2030,U+2033,U+2035,U+2042,U+2047,U+2051,U+2074,U+20a9,U+20ab-20ac,U+20dd-20de,U+2100; +} + +/* noto-serif-jp-[60]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-60-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-60-800-normal.woff) format('woff'); + unicode-range: U+2227,U+26a0,U+2713,U+301f,U+4ff8,U+5239,U+526a,U+54fa,U+5740,U+5937,U+5993,U+59fb,U+5a3c,U+5c41,U+6028,U+626e,U+646f,U+647a,U+64b0,U+64e2,U+65a7,U+66fe,U+6727,U+6955,U+6bef,U+6f23,U+724c,U+767c,U+7a83,U+7ac4,U+7b67,U+8000,U+8471,U+8513,U+8599,U+86db,U+8718,U+87f2,U+88f3,U+8ad2,U+8e2a,U+8fa3,U+95a5,U+9798,U+9910,U+9957,U+9bab,U+9c3b,U+9daf,U+ff95; +} + +/* noto-serif-jp-[61]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-61-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-61-800-normal.woff) format('woff'); + unicode-range: U+a8,U+2032,U+2261,U+2282,U+3090,U+30f1,U+339c,U+535c,U+53d9,U+56a2,U+56c1,U+5806,U+589f,U+59d0,U+5a7f,U+60e0,U+639f,U+65af,U+68fa,U+69ae,U+6d1b,U+6ef2,U+71fb,U+725d,U+7262,U+75bc,U+7768,U+7940,U+79bf,U+7bed,U+7d68,U+7dfb,U+814b,U+8207,U+83e9,U+8494,U+8526,U+8568,U+85ea,U+86d9,U+87ba,U+8861,U+887f,U+8fe6,U+9059,U+9061,U+916a,U+976d,U+97ad,U+9ece; +} + +/* noto-serif-jp-[62]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-62-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-62-800-normal.woff) format('woff'); + unicode-range: U+2d9,U+21d4,U+301d,U+515c,U+52fe,U+5420,U+5750,U+5766,U+5954,U+5b95,U+5f8a,U+5f98,U+620c,U+621f,U+641c,U+66d9,U+676d,U+6775,U+67f5,U+694a,U+6a02,U+6a3a,U+6a80,U+6c23,U+6c72,U+6dcb,U+6faa,U+707c,U+71c8,U+7422,U+74e2,U+7791,U+7825,U+7a14,U+7a1c,U+7c95,U+7fc1,U+82a5,U+82db,U+8304,U+853d,U+8cd3,U+8de8,U+8f0c,U+8f3f,U+9091,U+91c7,U+929a,U+98af,U+9913; +} + +/* noto-serif-jp-[63]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-63-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-63-800-normal.woff) format('woff'); + unicode-range: U+2ca-2cb,U+2229,U+2468,U+2669,U+266f,U+273f,U+4ec0,U+4f60,U+4fb6,U+5347,U+540e,U+543b,U+5b0c,U+5d4c,U+5f14,U+5f9e,U+6155,U+62d0,U+6602,U+6666,U+66f3,U+67a2,U+67ca,U+69cc,U+6d29,U+6d9b,U+6e3e,U+6f81,U+7109,U+73c0,U+73c2,U+7425,U+7435-7436,U+7525,U+7554,U+785d,U+786b,U+7ae3,U+7b94,U+7d18,U+81bf,U+8511,U+8549,U+9075,U+9640,U+98e2,U+9e9f,U+ff96; +} + +/* noto-serif-jp-[64]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-64-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-64-800-normal.woff) format('woff'); + unicode-range: U+2467,U+4ece,U+4ed4,U+4f91,U+4fae,U+534d,U+53c9,U+54b3,U+586b,U+5944,U+5b78,U+5df7,U+5f77,U+6101,U+6167-6168,U+61a4,U+62d9,U+698a,U+699b,U+6a59,U+6cc4,U+6e07,U+7099,U+75d2,U+77ad,U+7953,U+7984,U+7a92,U+7baa,U+7dbb,U+817f,U+82ad,U+85e9,U+868a,U+8caa,U+8f44,U+9017,U+907c,U+908a,U+92f3,U+936e,U+9435,U+978d,U+9838,U+9a28,U+9b41,U+9ba8,U+9c57,U+9eb9; +} + +/* noto-serif-jp-[65]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-65-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-65-800-normal.woff) format('woff'); + unicode-range: U+b1,U+309b,U+4e5e,U+51f1,U+5506,U+55c5,U+58cc,U+59d1,U+5c51,U+5ef7,U+6284,U+62d7,U+6689,U+673d,U+6a2b,U+6a8e,U+6a9c,U+6d63,U+6dd1,U+70b8,U+7235,U+72db,U+72f8,U+7560,U+7c9b,U+7ce7,U+7e1e,U+80af,U+82eb,U+8463,U+8499,U+85dd,U+86ee,U+8a60,U+8a6e,U+8c79,U+8e87,U+8e8a,U+8f5f,U+9010,U+918d,U+9190,U+965b,U+97fb,U+9ab8,U+9bad,U+9d3b,U+9d5c,U+9dfa,U+9e93; +} + +/* noto-serif-jp-[66]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-66-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-66-800-normal.woff) format('woff'); + unicode-range: U+2020,U+3003,U+3231,U+4e9b,U+4f3d,U+4f47,U+51b6,U+51dc,U+53e1,U+5bc5,U+602f,U+60bc,U+61c9,U+633d,U+637b,U+6492,U+65fa,U+660f,U+66f0,U+6703,U+681e,U+6876,U+6893,U+6912,U+698e,U+6c7d,U+714c,U+7169,U+71d5,U+725f,U+72d7,U+745b,U+74dc,U+75e2,U+7891,U+7897,U+7dcb,U+810a,U+8218,U+8339,U+840e,U+852d,U+8823,U+8a0a,U+9089,U+919c,U+971c,U+9ad9,U+ff4a,U+ff5a; +} + +/* noto-serif-jp-[67]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-67-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-67-800-normal.woff) format('woff'); + unicode-range: U+2466,U+2600,U+4eab,U+4fe3,U+4ff5,U+51a5,U+51f0,U+536f,U+53d4,U+53f1,U+54a5,U+559d,U+55e3,U+58fa,U+5962,U+59ea,U+5c16,U+5cef,U+5d16,U+5f10,U+5fd6,U+6190,U+6216,U+634f,U+63bb,U+66d6,U+6756,U+6bc5,U+6e26,U+727d,U+731f,U+76f2,U+7729,U+7a7f,U+7aff,U+7c9f,U+818f,U+8236,U+82b9,U+8338,U+85aa,U+88b4,U+8b33,U+904d,U+93a7,U+96cc,U+96eb,U+9aed,U+9b8e,U+fa11; +} + +/* noto-serif-jp-[68]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-68-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-68-800-normal.woff) format('woff'); + unicode-range: U+251c,U+2523,U+4e14,U+545f,U+54bd,U+553e,U+55dc,U+56da,U+589c,U+5b55,U+5bb5,U+5ce1,U+5df4,U+5eb6,U+5ec9,U+6191,U+62f7,U+6357,U+64a5,U+6591,U+65bc,U+6897,U+6e1a,U+7063,U+711a,U+721b,U+722c,U+75b9,U+75d5,U+75fa,U+7766,U+7aae,U+7b48,U+7b8b,U+7d21,U+7e55,U+7f75,U+842c,U+8910,U+8a63,U+8b39,U+8b5a,U+8cdc,U+8d74,U+907d,U+91e7,U+9306,U+96bc,U+98f4,U+9ac4; +} + +/* noto-serif-jp-[69]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-69-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-69-800-normal.woff) format('woff'); + unicode-range: U+2003,U+2312,U+266c,U+4f86,U+51ea,U+5243,U+5256,U+541f,U+5841,U+59dc,U+5df3,U+601c,U+60e7,U+632b,U+638c,U+64ad,U+6881,U+697c,U+69cd,U+6c50,U+6d2a,U+6fc1,U+7027,U+7058,U+70f9,U+714e,U+7345,U+751a,U+760d,U+764c,U+77db,U+7d79,U+7e8f,U+80ce,U+814e,U+81fc,U+8247,U+8278,U+85a9,U+8a03,U+90ed,U+9784,U+9801,U+984e,U+99b3,U+9bc9,U+9bdb,U+9be8,U+9e78,U+ff6b; +} + +/* noto-serif-jp-[70]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-70-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-70-800-normal.woff) format('woff'); + unicode-range: U+266b,U+3006,U+5176,U+5197,U+51a8,U+51c6,U+52f2,U+5614,U+5875,U+5a2f,U+5b54,U+5ce0,U+5dba,U+5deb,U+5e63,U+5f59,U+5fcc,U+6068,U+6367,U+68b6,U+6a0b,U+6b64,U+6e15,U+6eba,U+7272,U+72a0,U+7947,U+7985,U+79e6,U+79e9,U+7a3d,U+7a9f,U+7aaf,U+7b95,U+7f60,U+7f9e,U+7fe0,U+8098,U+80ba,U+8106,U+82d4,U+831c,U+87f9,U+8a1f,U+8acf,U+90c1,U+920d,U+9756,U+fe43,U+ff94; +} + +/* noto-serif-jp-[71]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-71-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-71-800-normal.woff) format('woff'); + unicode-range: U+af,U+2465,U+2517,U+33a1,U+4f10,U+50c5,U+51b4,U+5384,U+5606,U+5bb0,U+5cac,U+5ee3,U+618e,U+61f2,U+62c9,U+66ab,U+66f9,U+6816,U+6960,U+6b3e,U+6f20,U+7078,U+72d0,U+73ed,U+7ad9,U+7b1b,U+7be4,U+7d62,U+7f51,U+80b4,U+80f4,U+8154,U+85fb,U+865c,U+8702,U+895f,U+8aed,U+8b90,U+8ced,U+8fbf,U+91d8,U+9418,U+9583,U+9591,U+9813,U+982c,U+9bd6,U+ff46,U+ff7f,U+ff88; +} + +/* noto-serif-jp-[72]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-72-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-72-800-normal.woff) format('woff'); + unicode-range: U+4e91,U+508d,U+50e7,U+514e,U+51f6,U+5446,U+5504,U+584a,U+59a8,U+59d3,U+5a46,U+5ac9,U+6020,U+60a6,U+6148,U+621a,U+6234,U+64c1,U+6523,U+675c,U+67d1,U+6953,U+6ccc,U+6df5,U+6e13,U+6f06,U+723a,U+7325,U+74e6,U+758e,U+75ab,U+75d9,U+7a40,U+8096,U+82fa,U+8587,U+8594,U+8a6b,U+8ab9,U+8b17,U+8b83,U+937c,U+963b,U+9673,U+96db,U+9ce9,U+9f4b,U+ff67,U+ff82,U+ff93; +} + +/* noto-serif-jp-[73]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-73-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-73-800-normal.woff) format('woff'); + unicode-range: U+221e,U+2514,U+51f9,U+5270,U+5449,U+5824,U+59a5,U+5a29,U+5d07,U+5e16,U+60e3,U+614c,U+6276,U+643e,U+64ab,U+6562,U+6681,U+670b,U+6734,U+67af,U+6a3d,U+6b05,U+6dc0,U+6e4a,U+7259,U+732a,U+7409,U+78a7,U+7a6b,U+8015,U+809b,U+817a,U+830e,U+837b,U+85ab,U+8a23,U+8a93,U+8b00,U+8b19,U+8b21,U+8cbf,U+8fb0,U+901d,U+91b8,U+9320,U+932c,U+9688,U+96f6,U+9df2,U+ff6a; +} + +/* noto-serif-jp-[74]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-74-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-74-800-normal.woff) format('woff'); + unicode-range: U+2002,U+2025,U+4f8d,U+51e1,U+51f8,U+5507,U+5598,U+58f1,U+5983,U+59ac,U+5c3c,U+5de7,U+5e7d,U+5eca,U+5f61,U+606d,U+60f9,U+636e,U+64ec,U+67da,U+67ff,U+6813,U+68f2,U+693f,U+6b6a,U+6bbb,U+6ef4,U+7092,U+717d,U+7261,U+73c8,U+7432,U+7483,U+76fe,U+7709,U+78d0,U+81a3,U+81b3,U+82af,U+8305,U+8309,U+8870,U+88fe,U+8cd1,U+8d66,U+906e,U+971e,U+9812,U+ff79,U+ff90; +} + +/* noto-serif-jp-[75]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-75-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-75-800-normal.woff) format('woff'); + unicode-range: U+2464,U+2501,U+2640,U+2642,U+339d,U+4f0e,U+5091,U+50b5,U+5132,U+51cc,U+558b,U+55aa,U+585e,U+5bee,U+5dfe,U+60b6,U+62b9,U+6349,U+6566,U+6590,U+6842,U+689d,U+6a58,U+6c70,U+6ff1,U+7815,U+7881,U+7aaa,U+7bc7,U+7def,U+7fa8,U+8017,U+8036,U+8061,U+821f,U+8429,U+8ce0,U+8e74,U+9019,U+90ca,U+9162,U+932f,U+93ae,U+9644,U+990c,U+9cf3,U+ff56,U+ff6e,U+ff7e,U+ff85; +} + +/* noto-serif-jp-[76]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-76-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-76-800-normal.woff) format('woff'); + unicode-range: U+2266-2267,U+4f2f,U+5208,U+5451,U+546a,U+5589,U+576a,U+5815,U+5a9a,U+5b9b,U+5c3a,U+5efb,U+5faa,U+6109,U+6643,U+6652,U+695a,U+69fd,U+6b86,U+6bb4,U+6daf,U+7089,U+70cf,U+7a00,U+7a4f,U+7b39,U+7d33,U+80e1,U+828b,U+82a6,U+86cd,U+8c8c,U+8cca,U+8df3,U+9077,U+9175,U+91dc,U+925b,U+9262,U+9271,U+92ed,U+9855,U+9905,U+9d28,U+ff3f,U+ff58,U+ff68,U+ff6d,U+ff9c; +} + +/* noto-serif-jp-[77]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-77-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-77-800-normal.woff) format('woff'); + unicode-range: U+2207,U+25ef,U+309c,U+4e4f,U+5146,U+51dd,U+5351,U+540a,U+5629,U+5eb5,U+5f04,U+5f13,U+60dc,U+6212,U+63b4,U+642c,U+6627,U+66a6,U+66c7,U+66fd,U+674e,U+6b96,U+6c4e,U+6df3,U+6e67,U+6f84,U+72fc,U+733f,U+7c97,U+7db1,U+7e4d,U+816b,U+82d1,U+84cb,U+854e,U+8607,U+86c7,U+871c,U+8776,U+8a89,U+8fc4,U+91a4,U+9285,U+9685,U+9903,U+9b31,U+9f13,U+ff42,U+ff74,U+ff91; +} + +/* noto-serif-jp-[78]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-78-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-78-800-normal.woff) format('woff'); + unicode-range: U+4e32,U+51db,U+53a8,U+53ea,U+5609,U+5674,U+5a92,U+5e7e,U+6115,U+611a,U+62cc,U+62ed,U+63c9,U+64b9,U+64e6,U+65cb,U+6606,U+6731,U+683d,U+6afb,U+7460,U+771e,U+78ef,U+7b26,U+7b51,U+7cde,U+7d10,U+7d2f,U+7d46,U+80de,U+819c,U+84b2,U+85cd,U+865a,U+8ecc,U+9022,U+90b8,U+9192,U+9675,U+96b7,U+99ff,U+ff44,U+ff55,U+ff6c,U+ff73,U+ff75,U+ff86,U+ff8d,U+ff92,U+ffe3; +} + +/* noto-serif-jp-[79]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-79-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-79-800-normal.woff) format('woff'); + unicode-range: U+25b3,U+30f5,U+4eae,U+4f46,U+4f51,U+5203,U+52ff,U+55a7,U+564c,U+565b,U+57f9,U+5805,U+5b64,U+5e06,U+5f70,U+5f90,U+60e8,U+6182,U+62f3,U+62fe,U+63aa,U+64a4,U+65d7,U+673a,U+6851,U+68cb,U+68df,U+6d1e,U+6e58,U+6e9d,U+77b3,U+7832,U+7c3f,U+7db4,U+7f70,U+80aa,U+80c6,U+8105,U+819d,U+8276,U+8679,U+8986,U+8c9d,U+8fc5,U+916c,U+9665,U+9699,U+96c0,U+9a19,U+ff8b; +} + +/* noto-serif-jp-[80]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-80-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-80-800-normal.woff) format('woff'); + unicode-range: U+2463,U+25a1,U+4ef0,U+5076,U+5098,U+51fd,U+5302,U+5448,U+54c9,U+570b,U+583a,U+5893,U+58a8,U+58ee,U+5949,U+5bdb,U+5f26,U+5f81,U+6052,U+6170,U+61c7,U+631f,U+635c,U+664b,U+69fb,U+6f01,U+7070,U+722a,U+745e,U+755c,U+76c6,U+78c1,U+79e4,U+7bb8,U+7d0b,U+81a8,U+82d7,U+8b5c,U+8f14,U+8fb1,U+8fbb,U+9283,U+9298,U+9a30,U+ff03,U+ff50,U+ff59,U+ff7b,U+ff8e-ff8f; +} + +/* noto-serif-jp-[81]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-81-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-81-800-normal.woff) format('woff'); + unicode-range: U+2010,U+2502,U+25b6,U+4f3a,U+514b,U+5265,U+52c3,U+5339,U+53ec,U+54c0,U+55b0,U+5854,U+5b8f,U+5cb3,U+5e84,U+60da,U+6247,U+6249,U+628a,U+62cd,U+65ac,U+6838,U+690e,U+6cf0,U+6f02,U+6f2c,U+6f70,U+708a,U+7434,U+75be,U+77ef,U+7c60,U+7c98,U+7d1b,U+7e2b,U+80a5,U+81e3,U+820c,U+8210,U+8475,U+862d,U+8650,U+8997,U+906d,U+91c8,U+9700,U+9727,U+9df9,U+ff3a,U+ff9a; +} + +/* noto-serif-jp-[82]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-82-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-82-800-normal.woff) format('woff'); + unicode-range: U+2103,U+5049,U+52b1,U+5320,U+5553,U+572d,U+58c7,U+5b5d,U+5bc2,U+5de3,U+5e61,U+5f80,U+61a9,U+67d0,U+67f4,U+6c88,U+6ca1,U+6ce5,U+6d78,U+6e9c,U+6f54,U+731b,U+73b2,U+74a7,U+74f6,U+75e9,U+7b20,U+7c8b,U+7f72,U+809d,U+8108,U+82b3,U+82bd,U+84b8,U+84c4,U+88c2,U+8ae6,U+8ef8,U+902e,U+9065,U+9326,U+935b,U+938c,U+9676,U+9694,U+96f7,U+9ed9,U+ff48,U+ff4c,U+ff81; +} + +/* noto-serif-jp-[83]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-83-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-83-800-normal.woff) format('woff'); + unicode-range: U+2500,U+3008-3009,U+4ead,U+4f0f,U+4fca,U+53eb,U+543e,U+57a2,U+5cf0,U+5e8f,U+5fe0,U+61b2,U+62d8,U+6442,U+64b2,U+6589,U+659c,U+67f1,U+68c4,U+6cb8,U+6d12,U+6de1,U+6fe1,U+70c8,U+723d,U+73e0,U+7656,U+773a,U+7948,U+7b87,U+7c92,U+7d3a,U+7e1b,U+7e4a,U+819a,U+8358,U+83c5,U+84bc,U+864e,U+8912,U+8c9e,U+8d05,U+92fc,U+9396,U+98fd,U+99d2,U+ff64,U+ff7a,U+ff83; +} + +/* noto-serif-jp-[84]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-84-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-84-800-normal.woff) format('woff'); + unicode-range: U+3014-3015,U+4e3c,U+5036,U+5075,U+533f,U+53e9,U+5531,U+5642,U+5984,U+59e6,U+5a01,U+5b6b,U+5c0b,U+5f25,U+6069,U+60a0,U+614e,U+62b5,U+62d2-62d3,U+6597,U+660c,U+674f,U+67cf,U+6841,U+6905,U+6cf3,U+6d32,U+6d69,U+6f64,U+716e,U+7761,U+7b52,U+7be0,U+7dbf,U+7de9,U+7f36,U+81d3,U+8302,U+8389,U+846c,U+84ee,U+8a69,U+9038,U+9d8f,U+ff47,U+ff4b,U+ff76,U+ff9b; +} + +/* noto-serif-jp-[85]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-85-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-85-800-normal.woff) format('woff'); + unicode-range: U+25c7,U+3007,U+504f,U+507d,U+51a0,U+52a3,U+5410,U+5510,U+559a,U+5782,U+582a,U+5c0a,U+5c3f,U+5c48,U+5f6b,U+6176,U+622f,U+6279,U+62bd,U+62dd,U+65ed,U+67b6,U+6817,U+6850,U+6d6a,U+6deb,U+6ea2,U+6edd,U+6f5c,U+72e9,U+73a9,U+7573,U+76bf,U+7950,U+7956,U+7f8a,U+7ffc,U+80a2,U+80c3,U+83ca,U+8a02,U+8a13,U+8df5,U+9375,U+983b,U+99b4,U+ff4e,U+ff71,U+ff89,U+ff97; +} + +/* noto-serif-jp-[86]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-86-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-86-800-normal.woff) format('woff'); + unicode-range: U+24,U+2022,U+2212,U+221f,U+2665,U+4ecf,U+5100,U+51cd,U+52d8,U+5378,U+53f6,U+574a,U+5982,U+5996,U+5c1a,U+5e1d,U+5f84,U+609f,U+61a7,U+61f8,U+6398,U+63ee,U+6676,U+6691,U+6eb6,U+7126,U+71e5,U+7687,U+7965,U+7d17,U+80a1,U+8107,U+8266,U+85a6,U+8987,U+8ca2,U+8cab,U+8e0a,U+9042,U+95c7,U+9810,U+9867,U+98fc,U+ff52-ff54,U+ff61,U+ff77,U+ff98-ff99; +} + +/* noto-serif-jp-[87]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-87-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-87-800-normal.woff) format('woff'); + unicode-range: U+b0,U+226a,U+2462,U+4e39,U+4fc3,U+4fd7,U+50be,U+50da,U+5200,U+5211,U+54f2,U+5618,U+596a,U+5b22,U+5bb4,U+5d50,U+60a3,U+63fa,U+658e,U+65e8,U+6669,U+6795,U+679d,U+67a0,U+6b3a,U+6e09,U+757f,U+7cd6,U+7dbe,U+7ffb,U+83cc,U+83f1,U+840c,U+845b,U+8846,U+8972,U+8a34,U+8a50,U+8a87,U+8edf,U+8ff0,U+90a6,U+9154,U+95a3,U+9663,U+9686,U+96c7,U+ff3c,U+ff7c,U+ff8a; +} + +/* noto-serif-jp-[88]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-88-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-88-800-normal.woff) format('woff'); + unicode-range: U+25bd,U+4e59,U+4ec1,U+4ff3,U+515a,U+518a,U+525b,U+5375,U+552f,U+57a3,U+5b9c,U+5c3d,U+5e3d,U+5e7b,U+5f0a,U+6094,U+6458,U+654f,U+67f3,U+6b8a,U+6bd2,U+6c37,U+6ce1,U+6e56,U+6e7f,U+6ed1,U+6ede,U+6f0f,U+70ad,U+7267,U+7363,U+786c,U+7a42,U+7db2,U+7f85,U+8178,U+829d,U+8896,U+8c5a,U+8cb0,U+8ce2,U+8ed2,U+9047,U+9177,U+970a,U+9ea6,U+ff1b,U+ff31,U+ff39,U+ff80; +} + +/* noto-serif-jp-[89]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-89-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-89-800-normal.woff) format('woff'); + unicode-range: U+a5,U+4e80,U+4f34,U+4f73,U+4f75,U+511f,U+5192,U+52aa,U+53c8,U+570f,U+57cb,U+596e,U+5d8b,U+5f66,U+5fd9,U+62db,U+62f6,U+6328,U+633f,U+63a7,U+6469,U+6bbf,U+6c41,U+6c57,U+6d44,U+6dbc,U+706f,U+72c2,U+72ed,U+7551,U+75f4,U+7949,U+7e26,U+7fd4,U+8150,U+8af8,U+8b0e,U+8b72,U+8ca7,U+934b,U+9a0e,U+9a12,U+9b42,U+ff41,U+ff43,U+ff45,U+ff49,U+ff4f,U+ff62-ff63; +} + +/* noto-serif-jp-[90]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-90-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-90-800-normal.woff) format('woff'); + unicode-range: U+4e18,U+4fb5,U+5104,U+52c7,U+5353,U+5374,U+53e5,U+587e,U+594f,U+5a20,U+5de1,U+5f18,U+5fcd,U+6291,U+62ab,U+6355,U+6392,U+63da,U+63e1,U+656c,U+6687,U+68b0-68b1,U+68d2,U+68da,U+6b27,U+6cbc,U+7159,U+7344,U+73cd,U+76df,U+790e,U+7cf8,U+8102,U+88c1,U+8aa0,U+8e0f,U+9178,U+92ad,U+9670,U+96c5,U+9cf4,U+9db4,U+ff3e,U+ff6f,U+ff72,U+ff78,U+ff7d,U+ff84,U+ff8c; +} + +/* noto-serif-jp-[91]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-91-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-91-800-normal.woff) format('woff'); + unicode-range: U+60,U+2200,U+226b,U+2461,U+517c,U+526f,U+5800,U+5b97,U+5bf8,U+5c01,U+5d29,U+5e4c,U+5e81,U+6065,U+61d0,U+667a,U+6696,U+6843,U+6c99,U+6d99,U+6ec5,U+6f22,U+6f6e,U+6fa4,U+6fef,U+71c3,U+72d9,U+7384,U+78e8,U+7a1a,U+7a32,U+7a3c,U+7adc,U+7ca7,U+7d2b,U+7dad,U+7e4b,U+80a9,U+8170,U+81ed,U+820e,U+8a17,U+8afe,U+90aa,U+914e,U+963f,U+99c4,U+9eba,U+9f3b,U+ff38; +} + +/* noto-serif-jp-[92]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-92-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-92-800-normal.woff) format('woff'); + unicode-range: U+2460,U+4e5f,U+4e7e,U+4ed9,U+501f,U+502b,U+5968,U+5974,U+5ac1,U+5b99,U+5ba3,U+5be7,U+5be9,U+5c64,U+5cb8,U+5ec3,U+5f1f,U+616e,U+6297,U+62e0,U+62ec,U+6368,U+642d,U+65e6,U+6717,U+676f,U+6b04,U+732e,U+7652,U+76ca,U+76d7,U+7802,U+7e70,U+7f6a,U+8133,U+81e8,U+866b,U+878d,U+88f8,U+8a5e,U+8cdb,U+8d08,U+907a,U+90e1,U+96f2,U+9f8d,U+ff35,U+ff37,U+ff40,U+ff9d; +} + +/* noto-serif-jp-[93]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-93-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-93-800-normal.woff) format('woff'); + unicode-range: U+21d2,U+25ce,U+300a-300b,U+4e89,U+4e9c,U+4ea1,U+5263,U+53cc,U+5426,U+5869,U+5947,U+598a,U+5999,U+5e55,U+5e72,U+5e79,U+5fae,U+5fb9,U+602a,U+6163,U+624d,U+6749,U+6c5a,U+6cbf,U+6d45,U+6dfb,U+6e7e,U+708e,U+725b,U+7763,U+79c0,U+7bc4,U+7c89,U+7e01,U+7e2e,U+8010,U+8033,U+8c6a,U+8cc3,U+8f1d,U+8f9b,U+8fb2,U+907f,U+90f7,U+9707,U+9818,U+9b3c,U+ff0a,U+ff4d; +} + +/* noto-serif-jp-[94]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-94-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-94-800-normal.woff) format('woff'); + unicode-range: U+2015,U+2190,U+4e43,U+5019,U+5247,U+52e7,U+5438,U+54b2,U+55ab,U+57f7,U+5bd2,U+5e8a,U+5ef6,U+6016,U+60b2,U+6162,U+6319,U+6551,U+6607,U+66b4,U+675f,U+67d4,U+6b20,U+6b53,U+6ce3,U+719f,U+75b2,U+770b,U+7720,U+77ac,U+79d2,U+7af9,U+7d05,U+7dca,U+8056,U+80f8,U+81f3,U+8352,U+885d,U+8a70,U+8aa4,U+8cbc,U+900f,U+9084,U+91e3,U+9451,U+96c4,U+99c6,U+9ad4,U+ff70; +} + +/* noto-serif-jp-[95]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-95-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-95-800-normal.woff) format('woff'); + unicode-range: U+2193,U+25b2,U+4e4b,U+516d,U+51c4,U+529f,U+52c9,U+5360,U+5442,U+5857,U+5915,U+59eb,U+5a9b,U+5c3b,U+6012,U+61b6,U+62b1,U+6311,U+6577,U+65e2,U+65ec,U+6613,U+6790,U+6cb9,U+7372,U+76ae,U+7d5e,U+7fcc,U+88ab,U+88d5,U+8caf,U+8ddd,U+8ecd,U+8f38,U+8f9e,U+8feb,U+9063,U+90f5,U+93e1,U+968a,U+968f,U+98fe,U+9ec4,U+ff1d,U+ff27,U+ff2a,U+ff36,U+ff3b,U+ff3d,U+ffe5; +} + +/* noto-serif-jp-[96]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-96-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-96-800-normal.woff) format('woff'); + unicode-range: U+4e03,U+4f38,U+50b7,U+5264,U+5348,U+5371,U+585a,U+58ca,U+5951,U+59b9,U+59d4,U+5b98,U+5f8b,U+6388,U+64cd,U+65e7,U+6803,U+6b6f,U+6d66,U+6e0b,U+6ecb,U+6fc3,U+72ac,U+773c,U+77e2,U+7968,U+7a74,U+7dba,U+7dd1,U+7e3e,U+808c,U+811a,U+8179,U+8239,U+8584,U+8a0e,U+8a72,U+8b66,U+8c46,U+8f29,U+90a3,U+9234,U+96f0,U+9769,U+9774,U+9aa8,U+ff26,U+ff28,U+ff9e-ff9f; +} + +/* noto-serif-jp-[97]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-97-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-97-800-normal.woff) format('woff'); + unicode-range: U+7e,U+b4,U+25c6,U+2661,U+4e92,U+4eee,U+4ffa,U+5144,U+5237,U+5287,U+52b4,U+58c1,U+5bff,U+5c04,U+5c06,U+5e95,U+5f31,U+5f93,U+63c3,U+640d,U+6557,U+6614,U+662f,U+67d3,U+690d,U+6bba,U+6e6f,U+72af,U+732b,U+7518,U+7ae0,U+7ae5,U+7af6,U+822a,U+89e6,U+8a3a,U+8a98,U+8cb8,U+8de1,U+8e8d,U+95d8,U+961c,U+96a3,U+96ea,U+9bae,U+ff20,U+ff22,U+ff29,U+ff2b-ff2c; +} + +/* noto-serif-jp-[98]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-98-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-98-800-normal.woff) format('woff'); + unicode-range: U+25cb,U+4e71,U+4f59,U+50d5,U+520a,U+5217,U+5230,U+523a-523b,U+541b,U+5439,U+5747,U+59c9,U+5bdf,U+5c31,U+5de8,U+5e7c,U+5f69,U+6050,U+60d1,U+63cf,U+663c,U+67c4,U+6885,U+6c38,U+6d6e,U+6db2,U+6df7,U+6e2c,U+6f5f,U+7532,U+76e3-76e4,U+7701,U+793c,U+79f0,U+7a93,U+7d00,U+7de0,U+7e54,U+8328,U+8840,U+969c,U+96e8,U+9811,U+9aea,U+9b5a,U+ff24,U+ff2e,U+ff57; +} + +/* noto-serif-jp-[99]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-99-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-99-800-normal.woff) format('woff'); + unicode-range: U+2191,U+505c,U+52e4,U+5305,U+535a,U+56e0,U+59bb,U+5acc,U+5b09,U+5b87,U+5c90,U+5df1,U+5e2d,U+5e33,U+5f3e,U+6298,U+6383,U+653b,U+6697,U+6804,U+6a39,U+6cca,U+6e90,U+6f2b,U+702c,U+7206,U+7236,U+7559,U+7565,U+7591,U+75c7,U+75db,U+7b4b,U+7bb1,U+7d99,U+7fbd,U+8131,U+885b,U+8b1d,U+8ff7,U+9003,U+9045,U+96a0,U+9732,U+990a,U+99d0,U+9e97,U+9f62,U+ff25,U+ff2d; +} + +/* noto-serif-jp-[100]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-100-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-100-800-normal.woff) format('woff'); + unicode-range: U+4e08,U+4f9d,U+5012,U+514d,U+51b7,U+5275,U+53ca,U+53f8,U+5584,U+57fc,U+5b9d,U+5bfa,U+5c3e,U+5f01,U+5fb4,U+5fd7,U+606f,U+62e1,U+6563,U+6674,U+6cb3,U+6d3e,U+6d74,U+6e1b,U+6e2f,U+718a,U+7247,U+79d8,U+7d14,U+7d66,U+7d71,U+7df4,U+7e41,U+80cc,U+8155,U+83d3,U+8a95,U+8ab2,U+8ad6,U+8ca1,U+9000,U+9006,U+9678,U+97d3,U+9808,U+98ef,U+9a5a,U+9b45,U+ff23,U+ff30; +} + +/* noto-serif-jp-[101]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-101-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-101-800-normal.woff) format('woff'); + unicode-range: U+25bc,U+3012,U+4ef2,U+4f0a,U+516b,U+5373,U+539a,U+53b3,U+559c,U+56f0,U+5727,U+5742,U+5965,U+59ff,U+5bc6,U+5dfb,U+5e45,U+5ead,U+5fb3,U+6211,U+6253,U+639b,U+63a8,U+6545,U+6575,U+6628,U+672d,U+68a8,U+6bdb,U+6d25,U+707d,U+767e,U+7834,U+7b46,U+7bc9,U+8074,U+82e6,U+8349,U+8a2a,U+8d70,U+8da3,U+8fce,U+91cc,U+967d,U+97ff,U+9996,U+ff1c,U+ff2f,U+ff32,U+ff34; +} + +/* noto-serif-jp-[102]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-102-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-102-800-normal.woff) format('woff'); + unicode-range: U+3d,U+5e,U+25cf,U+4e0e,U+4e5d,U+4e73,U+4e94,U+4f3c,U+5009,U+5145,U+51ac,U+5238,U+524a,U+53f3,U+547c,U+5802,U+5922,U+5a66,U+5c0e,U+5de6,U+5fd8,U+5feb,U+6797,U+685c,U+6b7b,U+6c5f-6c60,U+6cc9,U+6ce2,U+6d17,U+6e21,U+7167,U+7642,U+76db,U+8001,U+821e,U+8857,U+89d2,U+8b1b,U+8b70,U+8cb4,U+8cde,U+8f03,U+8f2a,U+968e,U+9b54,U+9e7f,U+9ebb,U+ff05,U+ff33; +} + +/* noto-serif-jp-[103]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-103-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-103-800-normal.woff) format('woff'); + unicode-range: U+500d,U+5074,U+50cd,U+5175,U+52e2,U+5352,U+5354,U+53f2,U+5409,U+56fa,U+5a18,U+5b88,U+5bdd,U+5ca9,U+5f92,U+5fa9,U+60a9,U+623f,U+6483,U+653f,U+666f,U+66ae,U+66f2,U+6a21,U+6b66,U+6bcd,U+6d5c,U+796d,U+7a4d,U+7aef,U+7b56,U+7b97,U+7c4d,U+7e04,U+7fa9,U+8377,U+83dc,U+83ef,U+8535,U+8863,U+88cf,U+88dc,U+8907,U+8acb,U+90ce,U+91dd,U+ff0b,U+ff0d,U+ff19,U+ff65; +} + +/* noto-serif-jp-[104]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-104-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-104-800-normal.woff) format('woff'); + unicode-range: U+4e01,U+4e21,U+4e38,U+52a9,U+547d,U+592e,U+5931,U+5b63,U+5c40,U+5dde,U+5e78,U+5efa,U+5fa1,U+604b,U+6075,U+62c5,U+632f,U+6a19,U+6c0f,U+6c11,U+6c96,U+6e05,U+70ba,U+71b1,U+7387,U+7403,U+75c5,U+77ed,U+795d,U+7b54,U+7cbe,U+7d19,U+7fa4,U+8089,U+81f4,U+8208,U+8336,U+8457,U+8a33,U+8c4a,U+8ca0,U+8ca8,U+8cc0,U+9014,U+964d,U+9803,U+983c,U+98db,U+ff17,U+ff21; +} + +/* noto-serif-jp-[105]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-105-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-105-800-normal.woff) format('woff'); + unicode-range: U+25,U+25a0,U+4e26,U+4f4e,U+5341,U+56f2,U+5bbf,U+5c45,U+5c55,U+5c5e,U+5dee,U+5e9c,U+5f7c,U+6255,U+627f,U+62bc,U+65cf,U+661f,U+666e,U+66dc,U+67fb,U+6975,U+6a4b,U+6b32,U+6df1,U+6e29,U+6fc0,U+738b,U+7686,U+7a76,U+7a81,U+7c73,U+7d75,U+7dd2,U+82e5,U+82f1,U+85ac,U+888b,U+899a,U+8a31,U+8a8c,U+8ab0,U+8b58,U+904a,U+9060,U+9280,U+95b2,U+984d,U+9ce5,U+ff18; +} + +/* noto-serif-jp-[106]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-106-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-106-800-normal.woff) format('woff'); + unicode-range: U+30f6,U+50ac,U+5178,U+51e6,U+5224,U+52dd,U+5883,U+5897,U+590f,U+5a5a,U+5bb3,U+5c65,U+5e03,U+5e2b,U+5e30,U+5eb7,U+6271,U+63f4,U+64ae,U+6574,U+672b,U+679a,U+6a29-6a2a,U+6ca2,U+6cc1,U+6d0b,U+713c,U+74b0,U+7981,U+7a0b,U+7bc0,U+7d1a,U+7d61,U+7fd2,U+822c,U+8996,U+89aa,U+8cac,U+8cbb,U+8d77,U+8def,U+9020,U+9152,U+9244,U+9662,U+967a,U+96e3,U+9759,U+ff16; +} + +/* noto-serif-jp-[107]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-107-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-107-800-normal.woff) format('woff'); + unicode-range: U+23,U+3c,U+2192,U+4e45,U+4efb,U+4f50,U+4f8b,U+4fc2,U+5024,U+5150,U+5272,U+5370,U+53bb,U+542b,U+56db,U+56e3,U+57ce,U+5bc4,U+5bcc,U+5f71,U+60aa,U+6238,U+6280,U+629c,U+6539,U+66ff,U+670d,U+677e-677f,U+6839,U+69cb,U+6b4c,U+6bb5,U+6e96,U+6f14,U+72ec,U+7389,U+7814,U+79cb,U+79d1,U+79fb,U+7a0e,U+7d0d,U+85e4,U+8d64,U+9632,U+96e2,U+9805,U+99ac,U+ff1e; +} + +/* noto-serif-jp-[108]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-108-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-108-800-normal.woff) format('woff'); + unicode-range: U+2605-2606,U+301c,U+4e57,U+4fee,U+5065,U+52df,U+533b,U+5357,U+57df,U+58eb,U+58f0,U+591c,U+592a-592b,U+5948,U+5b85,U+5d0e,U+5ea7,U+5ff5,U+6025,U+63a1,U+63a5,U+63db,U+643a,U+65bd,U+671d,U+68ee,U+6982,U+6b73,U+6bd4,U+6d88,U+7570,U+7b11,U+7d76,U+8077,U+8217,U+8c37,U+8c61,U+8cc7,U+8d85,U+901f,U+962a,U+9802,U+9806,U+9854,U+98f2,U+9928,U+99c5,U+9ed2; +} + +/* noto-serif-jp-[109]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-109-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-109-800-normal.woff) format('woff'); + unicode-range: U+266a,U+4f11,U+533a,U+5343,U+534a,U+53cd,U+5404,U+56f3,U+5b57-5b58,U+5bae,U+5c4a,U+5e0c,U+5e2f,U+5eab,U+5f35,U+5f79,U+614b,U+6226,U+629e,U+65c5,U+6625,U+6751,U+6821,U+6b69,U+6b8b,U+6bce,U+6c42,U+706b,U+7c21,U+7cfb,U+805e,U+80b2,U+82b8,U+843d,U+8853,U+88c5,U+8a3c,U+8a66,U+8d8a,U+8fba,U+9069,U+91cf,U+9752,U+975e,U+9999,U+ff0f-ff10,U+ff14-ff15; +} + +/* noto-serif-jp-[110]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-110-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-110-800-normal.woff) format('woff'); + unicode-range: U+40,U+4e86,U+4e95,U+4f01,U+4f1d,U+4fbf,U+5099,U+5171,U+5177,U+53cb,U+53ce,U+53f0,U+5668,U+5712,U+5ba4,U+5ca1,U+5f85,U+60f3,U+653e,U+65ad,U+65e9,U+6620,U+6750,U+6761,U+6b62,U+6b74,U+6e08,U+6e80,U+7248,U+7531,U+7533,U+753a,U+77f3,U+798f,U+7f6e,U+8449,U+88fd,U+89b3,U+8a55,U+8ac7,U+8b77,U+8db3,U+8efd,U+8fd4,U+9031-9032,U+9580,U+9589,U+96d1,U+985e; +} + +/* noto-serif-jp-[111]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-111-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-111-800-normal.woff) format('woff'); + unicode-range: U+2b,U+d7,U+300e-300f,U+4e07,U+4e8c,U+512a,U+5149,U+518d,U+5236,U+52b9,U+52d9,U+5468,U+578b,U+57fa,U+5b8c,U+5ba2,U+5c02,U+5de5,U+5f37,U+5f62,U+623b,U+63d0,U+652f,U+672a,U+6848,U+6d41,U+7136,U+7537,U+754c,U+76f4,U+79c1,U+7ba1,U+7d44,U+7d4c,U+7dcf,U+7dda,U+7de8,U+82b1,U+897f,U+8ca9,U+8cfc,U+904e,U+9664,U+982d,U+9858,U+98a8,U+9a13,U+ff13,U+ff5c; +} + +/* noto-serif-jp-[112]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-112-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-112-800-normal.woff) format('woff'); + unicode-range: U+4e16,U+4e3b,U+4ea4,U+4ee4,U+4f4d,U+4f4f,U+4f55,U+4f9b,U+5317,U+5358,U+53c2,U+53e4,U+548c,U+571f,U+59cb,U+5cf6,U+5e38,U+63a2,U+63b2,U+6559,U+662d,U+679c,U+6c7a,U+72b6,U+7523,U+767d,U+770c,U+7a2e,U+7a3f,U+7a7a,U+7b2c,U+7b49,U+7d20,U+7d42,U+8003,U+8272,U+8a08,U+8aac,U+8cb7,U+8eab,U+8ee2,U+9054-9055,U+90fd,U+914d,U+91cd,U+969b,U+97f3,U+984c,U+ff06; +} + +/* noto-serif-jp-[113]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-113-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-113-800-normal.woff) format('woff'); + unicode-range: U+26,U+5f,U+2026,U+203b,U+4e09,U+4eac,U+4ed5,U+4fa1,U+5143,U+5199,U+5207,U+539f,U+53e3,U+53f7,U+5411,U+5473,U+5546,U+55b6,U+5929,U+597d,U+5bb9,U+5c11,U+5c4b,U+5ddd,U+5f97,U+5fc5,U+6295,U+6301,U+6307,U+671b,U+76f8,U+78ba,U+795e,U+7d30,U+7d39,U+7d9a,U+89e3,U+8a00,U+8a73,U+8a8d,U+8a9e,U+8aad,U+8abf,U+8cea,U+8eca,U+8ffd,U+904b,U+9650,U+ff11-ff12; +} + +/* noto-serif-jp-[114]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-114-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-114-800-normal.woff) format('woff'); + unicode-range: U+3e,U+3005,U+4e0d,U+4e88,U+4ecb,U+4ee3,U+4ef6,U+4fdd,U+4fe1,U+500b,U+50cf,U+5186,U+5316,U+53d7,U+540c,U+544a,U+54e1,U+5728,U+58f2,U+5973,U+5b89,U+5c71,U+5e02,U+5e97,U+5f15,U+5fc3,U+5fdc,U+601d,U+611b,U+611f,U+671f,U+6728,U+6765,U+683c,U+6b21,U+6ce8,U+6d3b,U+6d77,U+7530,U+7740,U+7acb,U+7d50,U+826f,U+8f09,U+8fbc,U+9001,U+9053,U+91ce,U+9762,U+98df; +} + +/* noto-serif-jp-[115]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-115-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-115-800-normal.woff) format('woff'); + unicode-range: U+7c,U+3080,U+4ee5,U+5148,U+516c,U+521d,U+5225,U+529b,U+52a0,U+53ef,U+56de,U+56fd,U+5909,U+591a,U+5b66,U+5b9f,U+5bb6,U+5bfe,U+5e73,U+5e83,U+5ea6,U+5f53,U+6027,U+610f,U+6210,U+6240,U+660e,U+66f4,U+66f8,U+6709,U+6771,U+697d,U+69d8,U+6a5f,U+6c34,U+6cbb,U+73fe,U+756a,U+7684,U+771f,U+793a,U+7f8e,U+898f,U+8a2d,U+8a71,U+8fd1,U+9078,U+9577,U+96fb,U+ff5e; +} + +/* noto-serif-jp-[116]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-116-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-116-800-normal.woff) format('woff'); + unicode-range: U+a9,U+3010-3011,U+30e2,U+4e0b,U+4eca,U+4ed6,U+4ed8,U+4f53,U+4f5c,U+4f7f,U+53d6,U+540d,U+54c1,U+5730,U+5916,U+5b50,U+5c0f,U+5f8c,U+624b,U+6570,U+6587,U+6599,U+691c,U+696d,U+6cd5,U+7269,U+7279,U+7406,U+767a-767b,U+77e5,U+7d04,U+7d22,U+8005,U+80fd,U+81ea,U+8868,U+8981,U+89a7,U+901a,U+9023,U+90e8,U+91d1,U+9332,U+958b,U+96c6,U+9ad8,U+ff1a,U+ff1f; +} + +/* noto-serif-jp-[117]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-117-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-117-800-normal.woff) format('woff'); + unicode-range: U+4e,U+a0,U+3000,U+300c-300d,U+4e00,U+4e0a,U+4e2d,U+4e8b,U+4eba,U+4f1a,U+5165,U+5168,U+5185,U+51fa,U+5206,U+5229,U+524d,U+52d5,U+5408,U+554f,U+5831,U+5834,U+5927,U+5b9a,U+5e74,U+5f0f,U+60c5,U+65b0,U+65b9,U+6642,U+6700,U+672c,U+682a,U+6b63,U+6c17,U+7121,U+751f,U+7528,U+753b,U+76ee,U+793e,U+884c,U+898b,U+8a18,U+9593,U+95a2,U+ff01,U+ff08-ff09; +} + +/* noto-serif-jp-[118]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-118-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-118-800-normal.woff) format('woff'); + unicode-range: U+21-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+c9,U+cd,U+d6,U+d8,U+dc,U+e0-e5,U+e7-ed,U+ef,U+f1-f4,U+f6,U+f8,U+fa,U+fc-fd,U+103,U+14d,U+1b0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+201c-201d,U+2039-203a,U+203c,U+2048-2049,U+2113,U+2122,U+65e5,U+6708,U+70b9; +} + +/* noto-serif-jp-[119]-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-119-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-119-800-normal.woff) format('woff'); + unicode-range: U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e; +} + +/* noto-serif-jp-cyrillic-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-cyrillic-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-800-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-jp-vietnamese-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-vietnamese-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-800-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-jp-latin-ext-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-latin-ext-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-800-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* noto-serif-jp-latin-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-latin-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-800-normal.woff) format('woff'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/900.css b/fonts/google/noto-serif-jp/900.css index a5f488efd2b..c6b28ed8332 100644 --- a/fonts/google/noto-serif-jp/900.css +++ b/fonts/google/noto-serif-jp/900.css @@ -1198,6 +1198,36 @@ unicode-range: U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e; } +/* noto-serif-jp-cyrillic-900-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-jp-cyrillic-900-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-900-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-jp-vietnamese-900-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-jp-vietnamese-900-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-900-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-jp-latin-ext-900-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-jp-latin-ext-900-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-900-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + /* noto-serif-jp-latin-900-normal */ @font-face { font-family: 'Noto Serif JP'; diff --git a/fonts/google/noto-serif-jp/LICENSE b/fonts/google/noto-serif-jp/LICENSE index 826e41f3bf7..664f22fa729 100644 --- a/fonts/google/noto-serif-jp/LICENSE +++ b/fonts/google/noto-serif-jp/LICENSE @@ -1,4 +1,4 @@ -Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/). +(c) 2017-2023 Adobe (http://www.adobe.com/). This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: diff --git a/fonts/google/noto-serif-jp/README.md b/fonts/google/noto-serif-jp/README.md index 37b2578eac6..ed73af16fd8 100644 --- a/fonts/google/noto-serif-jp/README.md +++ b/fonts/google/noto-serif-jp/README.md @@ -21,9 +21,9 @@ import "@fontsource/noto-serif-jp/400-italic.css"; // Specify weight and style ``` Supported variables: -- Weights: `[200,300,400,500,600,700,900]` +- Weights: `[200,300,400,500,600,700,800,900]` - Styles: `[normal]` -- Subsets: `[japanese,latin]` +- Subsets: `[cyrillic,japanese,latin,latin-ext,vietnamese]` > Note: `italic` may not be supported by all fonts. To learn more about what weights and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/noto-serif-jp). @@ -38,10 +38,10 @@ body { ## Licensing Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0. -Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/). +(c) 2017-2023 Adobe (http://www.adobe.com/). [OFL-1.1](http://scripts.sil.org/OFL) ## Other Notes -Font version (provided by source): `v21`. +Font version (provided by source): `v28`. If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/cyrillic-200.css b/fonts/google/noto-serif-jp/cyrillic-200.css new file mode 100644 index 00000000000..3311e3ee6e2 --- /dev/null +++ b/fonts/google/noto-serif-jp/cyrillic-200.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-cyrillic-200-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-jp-cyrillic-200-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-200-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/cyrillic-300.css b/fonts/google/noto-serif-jp/cyrillic-300.css new file mode 100644 index 00000000000..58fa9c2cf80 --- /dev/null +++ b/fonts/google/noto-serif-jp/cyrillic-300.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-cyrillic-300-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-jp-cyrillic-300-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-300-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/cyrillic-400.css b/fonts/google/noto-serif-jp/cyrillic-400.css new file mode 100644 index 00000000000..c0db8f95ee0 --- /dev/null +++ b/fonts/google/noto-serif-jp/cyrillic-400.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-cyrillic-400-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-jp-cyrillic-400-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/cyrillic-500.css b/fonts/google/noto-serif-jp/cyrillic-500.css new file mode 100644 index 00000000000..bf699795bbd --- /dev/null +++ b/fonts/google/noto-serif-jp/cyrillic-500.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-cyrillic-500-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-jp-cyrillic-500-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-500-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/cyrillic-600.css b/fonts/google/noto-serif-jp/cyrillic-600.css new file mode 100644 index 00000000000..165d1e2635a --- /dev/null +++ b/fonts/google/noto-serif-jp/cyrillic-600.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-cyrillic-600-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-jp-cyrillic-600-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-600-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/cyrillic-700.css b/fonts/google/noto-serif-jp/cyrillic-700.css new file mode 100644 index 00000000000..7f736d2b8d9 --- /dev/null +++ b/fonts/google/noto-serif-jp/cyrillic-700.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-cyrillic-700-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-jp-cyrillic-700-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-700-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/cyrillic-800.css b/fonts/google/noto-serif-jp/cyrillic-800.css new file mode 100644 index 00000000000..3c5e5920af0 --- /dev/null +++ b/fonts/google/noto-serif-jp/cyrillic-800.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-cyrillic-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-cyrillic-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/cyrillic-900.css b/fonts/google/noto-serif-jp/cyrillic-900.css new file mode 100644 index 00000000000..167f093b2bf --- /dev/null +++ b/fonts/google/noto-serif-jp/cyrillic-900.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-cyrillic-900-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-jp-cyrillic-900-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/cyrillic.css b/fonts/google/noto-serif-jp/cyrillic.css new file mode 100644 index 00000000000..4fb66fcc0a3 --- /dev/null +++ b/fonts/google/noto-serif-jp/cyrillic.css @@ -0,0 +1,71 @@ +/* noto-serif-jp-cyrillic-200-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-jp-cyrillic-200-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-200-normal.woff) format('woff'); +} + +/* noto-serif-jp-cyrillic-300-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-jp-cyrillic-300-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-300-normal.woff) format('woff'); +} + +/* noto-serif-jp-cyrillic-400-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-jp-cyrillic-400-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-400-normal.woff) format('woff'); +} + +/* noto-serif-jp-cyrillic-500-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-jp-cyrillic-500-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-500-normal.woff) format('woff'); +} + +/* noto-serif-jp-cyrillic-600-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-jp-cyrillic-600-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-600-normal.woff) format('woff'); +} + +/* noto-serif-jp-cyrillic-700-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-jp-cyrillic-700-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-700-normal.woff) format('woff'); +} + +/* noto-serif-jp-cyrillic-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-cyrillic-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-800-normal.woff) format('woff'); +} + +/* noto-serif-jp-cyrillic-900-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-jp-cyrillic-900-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-200-normal.woff index 3864e2e2569..0b14295e53e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-200-normal.woff2 index 6414b9aaf1c..aae397fe821 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-300-normal.woff index 1298d7fe00d..0692c651e24 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-300-normal.woff2 index 58affb2f79a..eb1119c2233 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-400-normal.woff index 1dd9439a4c8..0650a456bf1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-400-normal.woff2 index db39e444397..db6424783c8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-500-normal.woff index 18ececa3e7b..71ed846f3cd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-500-normal.woff2 index 1e742344757..81a6a3cdc36 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-600-normal.woff index 4cefaecb69b..0b5334d92b3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-600-normal.woff2 index ed7f2ddf52f..b479f015057 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-700-normal.woff index f9db34aaf37..8d49606f3bf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-700-normal.woff2 index e8a78ee1849..819bf01b297 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-800-normal.woff new file mode 100644 index 00000000000..01c76870d45 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-800-normal.woff2 new file mode 100644 index 00000000000..36295dd06a9 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-900-normal.woff index 58ab204080c..5c7bf10721b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-900-normal.woff2 index 134a89035ff..a354e225e45 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-0-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-0-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-200-normal.woff index 9c8251c3ae3..4b507c1d0e8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-200-normal.woff2 index f7c51ab6977..f0e3cb9c4ba 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-300-normal.woff index d58294f785a..30c1a22e785 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-300-normal.woff2 index 1dbc9542af9..76342f090ff 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-400-normal.woff index afc2033669d..da9fdabef3f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-400-normal.woff2 index 14c3dce5d0e..c7919b019d9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-500-normal.woff index 6f1a6852b3d..bdfdf814f61 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-500-normal.woff2 index 1cae74d9e64..60184a5c1c1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-600-normal.woff index 7c91afd6763..360e40675a2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-600-normal.woff2 index 61b9506656a..ef6baca8c46 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-700-normal.woff index 58012484883..0831319f54b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-700-normal.woff2 index fc1ba9b1c8a..9cc4cd221cc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-800-normal.woff new file mode 100644 index 00000000000..8f93ce9b4ec Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-800-normal.woff2 new file mode 100644 index 00000000000..ccf653a172c Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-900-normal.woff index 077c4d34a63..613e2c75cc4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-900-normal.woff2 index ecdbad4af60..2f82c2a6f4a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-1-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-1-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-200-normal.woff index 41ed68ea352..370805e5e30 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-200-normal.woff2 index 0a53f82d388..7adff984424 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-300-normal.woff index e50667c9de1..79f7d08b209 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-300-normal.woff2 index c95f9ddb71c..c2dda20f7b3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-400-normal.woff index 57d3e8bf0d3..54013c41b5b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-400-normal.woff2 index bb4d6d79559..f67bf50faa1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-500-normal.woff index c487a10cb18..627cc189c0e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-500-normal.woff2 index aed4fd28622..3fb67dbffdc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-600-normal.woff index 42854772847..e3edb8ac5d2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-600-normal.woff2 index e9fb14b926f..e4973b5e77b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-700-normal.woff index 3c692069d3d..3f8294e7d5f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-700-normal.woff2 index e8c6e550b06..02f57bfb4fa 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-800-normal.woff new file mode 100644 index 00000000000..9938adfa48c Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-800-normal.woff2 new file mode 100644 index 00000000000..2c8cfd16bfa Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-900-normal.woff index c2f4d020322..6d4c09ce63a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-900-normal.woff2 index 0903648b970..b71edccc6c6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-10-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-10-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-200-normal.woff index 52fa69554ae..181241add7c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-200-normal.woff2 index 4bddda7f2d8..ce3b7aa595f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-300-normal.woff index 39668512599..1abc17c6aa3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-300-normal.woff2 index 16a2cd185e2..75d8faf8669 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-400-normal.woff index 4c9a9fc9d91..72703dc5853 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-400-normal.woff2 index d6fba4bc89e..7495f739459 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-500-normal.woff index addca318d51..fb7653e07fe 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-500-normal.woff2 index e6845ad34ff..a60eb9e062d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-600-normal.woff index 16558eccf26..c20e56ec814 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-600-normal.woff2 index de3e353f48a..2e98ed1ee77 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-700-normal.woff index f3d535606cc..375c31aee92 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-700-normal.woff2 index 94484325fd4..001ddeea7b0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-800-normal.woff new file mode 100644 index 00000000000..be9ffb3b964 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-800-normal.woff2 new file mode 100644 index 00000000000..ee809f8c28e Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-900-normal.woff index 7f7b621c2c6..cce90bf3d8b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-900-normal.woff2 index bcc6799e032..e2908ec8b24 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-100-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-100-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-200-normal.woff index d80aee8079f..9331c4b93b6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-200-normal.woff2 index 763abe7a1c7..c171361007e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-300-normal.woff index 098be9e93d0..4f485cdaf78 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-300-normal.woff2 index 46381dca4b2..709b7751769 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-400-normal.woff index 7b7794d2afc..b432de622ba 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-400-normal.woff2 index 53cb4a70f60..80f768b4d94 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-500-normal.woff index 1c6fa1f250a..8144816dd41 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-500-normal.woff2 index 844e133c3c2..b82fdfb84bb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-600-normal.woff index cb69725b11a..d818948bf05 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-600-normal.woff2 index 1d073dcb933..512e1457b8c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-700-normal.woff index 13aa6eb626d..17bd3693760 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-700-normal.woff2 index 83480c9098c..dec224a3128 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-800-normal.woff new file mode 100644 index 00000000000..7b227f3b579 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-800-normal.woff2 new file mode 100644 index 00000000000..1f81133acc7 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-900-normal.woff index eed5b8ec96a..7b160e89798 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-900-normal.woff2 index 1ecf3adb3e4..6635af77064 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-101-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-101-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-200-normal.woff index 760f7f66e77..eb26a000e8e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-200-normal.woff2 index 276dd4fd81d..1ece58e5dcd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-300-normal.woff index e8657a8ce7d..26a43d6904d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-300-normal.woff2 index 344186c164b..9eac6f84b16 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-400-normal.woff index 79c2894b643..6f72a08509a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-400-normal.woff2 index f8ea19ffd52..c4113e62951 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-500-normal.woff index 930e70bbf3b..e404d80a908 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-500-normal.woff2 index cf8c1bcdb5e..096ae1f0e75 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-600-normal.woff index a68b81d053b..88fb8e0a1c7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-600-normal.woff2 index d2420cfbd20..279b511312d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-700-normal.woff index 3a209add567..7da2e0e8c13 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-700-normal.woff2 index 80d1c60d272..244be5fdf15 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-800-normal.woff new file mode 100644 index 00000000000..1b50b085d9e Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-800-normal.woff2 new file mode 100644 index 00000000000..7a1531b0d73 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-900-normal.woff index db63ee7a716..558cf7f1457 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-900-normal.woff2 index 06cabb4053c..4b1f8044f2e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-102-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-102-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-200-normal.woff index c6ff00400ba..05f75b37038 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-200-normal.woff2 index 49932959abd..de8c3bd4e7b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-300-normal.woff index 643efc55ea2..bdb0912b1d2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-300-normal.woff2 index f2d03e9516d..2d6d26a58f1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-400-normal.woff index ce420ab8de3..e214fb6810a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-400-normal.woff2 index 41c4e6a38b8..7440bceccf2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-500-normal.woff index 232b7a63eb1..2573b66dcf9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-500-normal.woff2 index cb3aa3797c1..d8c0bb1caa4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-600-normal.woff index a81f94a15b0..c5c21b268f6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-600-normal.woff2 index 580e3dce030..a3360caff2f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-700-normal.woff index 61046ee6e52..4dc4d665081 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-700-normal.woff2 index b505b211f6b..7901a10af5f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-800-normal.woff new file mode 100644 index 00000000000..5f7425fa056 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-800-normal.woff2 new file mode 100644 index 00000000000..15b9c6c5a82 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-900-normal.woff index c8f2f5f963b..bbf0aa17add 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-900-normal.woff2 index 145992cfb06..b425ffa98a3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-103-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-103-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-200-normal.woff index 80483ff3c15..d1d5044c105 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-200-normal.woff2 index 9b0806cbba5..a6ebf3058e9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-300-normal.woff index ecc9372e459..90210f33d72 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-300-normal.woff2 index 1230e3480ba..1fd9a401a8b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-400-normal.woff index b5fcf98fc38..169cfe8a4c3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-400-normal.woff2 index aa420d36003..db2a421771f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-500-normal.woff index 12c81973787..518ade8533d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-500-normal.woff2 index 95351c64ff2..7cb89194973 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-600-normal.woff index 83a9bb27ad5..40430f2d4fa 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-600-normal.woff2 index 9a764925548..493322674a4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-700-normal.woff index 7766d766370..8a4536aec63 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-700-normal.woff2 index c702e129cd1..7371a5e1014 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-800-normal.woff new file mode 100644 index 00000000000..d5f2b847f7f Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-800-normal.woff2 new file mode 100644 index 00000000000..c08b0d632da Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-900-normal.woff index b795488373d..c6b66598ae9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-900-normal.woff2 index 8ab567535f5..7d542d76b5f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-104-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-104-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-200-normal.woff index 78ed6df302b..78acbf92466 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-200-normal.woff2 index 3983445dab7..4398ba382ce 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-300-normal.woff index 325aeb55923..a3a1ff36f4c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-300-normal.woff2 index 32796d48f61..d2c52582abe 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-400-normal.woff index d4d57cd6b86..7d2b8618669 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-400-normal.woff2 index 59acb52471b..355fe2468e7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-500-normal.woff index 9eeb963654c..aeea04150ba 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-500-normal.woff2 index 6adea6ca369..6e7a8101044 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-600-normal.woff index 20b2cb825fe..1469e3d1cff 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-600-normal.woff2 index f46dd3e856d..e17a58f5dac 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-700-normal.woff index d99badf54f2..8cf191cc97c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-700-normal.woff2 index 80cc612ad6a..8227fe2b6c9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-800-normal.woff new file mode 100644 index 00000000000..96b0e523081 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-800-normal.woff2 new file mode 100644 index 00000000000..1897d3d06fb Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-900-normal.woff index f9d13a4219f..259f23f77a9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-900-normal.woff2 index 087eda80f52..97017114a34 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-105-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-105-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-200-normal.woff index 961adadbd0c..dd8e60f255e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-200-normal.woff2 index efa5b3f7eb7..bf9c72ef2ac 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-300-normal.woff index b3bd2658deb..8639f001703 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-300-normal.woff2 index 80c8c61c74f..0916d9a89b0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-400-normal.woff index e15f901924f..9213e2f7530 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-400-normal.woff2 index 65aeddffd77..d2409d3b55e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-500-normal.woff index ab31f9e914c..8d8888f76f9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-500-normal.woff2 index 25b5af16b64..517eca4f868 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-600-normal.woff index af55bf49cf4..248a4fd0bd7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-600-normal.woff2 index f34166cb0a6..0c8d6e1bbec 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-700-normal.woff index 346dfb7e2cf..1c7d698deaa 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-700-normal.woff2 index 316429a029e..4c3a7ba788a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-800-normal.woff new file mode 100644 index 00000000000..90ff664f03d Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-800-normal.woff2 new file mode 100644 index 00000000000..b5bb801a84c Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-900-normal.woff index 0a38b6ac0f9..d1eea3cf44c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-900-normal.woff2 index bcda3c9a647..24e488c1544 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-106-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-106-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-200-normal.woff index c7be03118bd..b1109404ede 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-200-normal.woff2 index 6cf2809353c..88ccc615c4f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-300-normal.woff index 3c110af44a8..59c6ffcc4a1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-300-normal.woff2 index 7800bc4fb68..1468a2064fa 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-400-normal.woff index 00f4c16b7cf..f424067c092 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-400-normal.woff2 index 51eb9b30856..ca7dd994e26 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-500-normal.woff index e881a96d94f..16359e9e386 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-500-normal.woff2 index 5cd58a68aa2..c4eb43eade9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-600-normal.woff index b42b29c4fcb..d0cf9217df6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-600-normal.woff2 index f97e0ba0418..737912f76b2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-700-normal.woff index eeb07fa1061..49d4b333adb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-700-normal.woff2 index 464310187c2..269a9041c9f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-800-normal.woff new file mode 100644 index 00000000000..4d181bab65d Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-800-normal.woff2 new file mode 100644 index 00000000000..722fe6b5ee7 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-900-normal.woff index 2ea2f30665d..bf2e2ad3f7a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-900-normal.woff2 index afb04510938..8a2d92c8f0e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-107-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-107-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-200-normal.woff index d4206db9d4a..a67d7e5feb2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-200-normal.woff2 index bb5d8643a97..12275b1e6de 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-300-normal.woff index 3cfee9dbec3..5dc8be12d3e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-300-normal.woff2 index 3104f1a6265..6b8efa4da8d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-400-normal.woff index e1e3bcf7d9a..35e21fa9499 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-400-normal.woff2 index eed739368dc..6be29a899da 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-500-normal.woff index 3c2f47aa299..e36d48017aa 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-500-normal.woff2 index c3d11634df9..3dc7a70adeb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-600-normal.woff index 1e5c1bd50de..748d4c0d545 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-600-normal.woff2 index 3c1ee4c562d..00d5673689a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-700-normal.woff index 184d32634ac..4360d97b5c8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-700-normal.woff2 index d738f74213c..20744288a99 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-800-normal.woff new file mode 100644 index 00000000000..386e4a8f0d0 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-800-normal.woff2 new file mode 100644 index 00000000000..82ee560fec6 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-900-normal.woff index 663b597f2f6..d43d4e5d97c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-900-normal.woff2 index 2921b7a34c7..fa70897ac2c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-108-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-108-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-200-normal.woff index a4adbabc79c..e3f17fd9b5c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-200-normal.woff2 index 6e5e6c34de8..0008024df7a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-300-normal.woff index 0e8260e3dd5..82d53645fd7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-300-normal.woff2 index ccf32ed7616..dd014c5495b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-400-normal.woff index 7b18b6166cd..b61586061a8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-400-normal.woff2 index e8013559363..266364c25bc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-500-normal.woff index 05a405d37d8..25ad6795326 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-500-normal.woff2 index 5f07d6c3eda..78702622bc3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-600-normal.woff index a5006dd19bf..e1b781fbc2c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-600-normal.woff2 index b90803e8db5..691a5305f25 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-700-normal.woff index 8d609be90d1..68c6b982f27 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-700-normal.woff2 index 23d22128709..68ad71bf272 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-800-normal.woff new file mode 100644 index 00000000000..fb3ebe16b1d Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-800-normal.woff2 new file mode 100644 index 00000000000..324247d71ee Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-900-normal.woff index cc65695ed93..28c5f1fe881 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-900-normal.woff2 index c7e19f0dc76..223be1341a6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-109-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-109-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-200-normal.woff index f0a061255f0..81b8961e520 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-200-normal.woff2 index 31c9eb173ad..2e8358b48c8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-300-normal.woff index 0909bb0731d..60bf467c578 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-300-normal.woff2 index 5401bb729ef..665b5f46690 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-400-normal.woff index 3ae70e8d484..e130fde6a4a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-400-normal.woff2 index e6ddb6497d7..4fc70ef0f80 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-500-normal.woff index b3290e609b7..1d3210f6427 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-500-normal.woff2 index e89d7606f53..b1ab8ce9f14 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-600-normal.woff index 80c1cd4dd9f..5a115967ded 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-600-normal.woff2 index d48a7f9f882..0cebe9fa894 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-700-normal.woff index db2469e414d..0783020b33f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-700-normal.woff2 index 5b673ac2862..5d965df0a94 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-800-normal.woff new file mode 100644 index 00000000000..e4ed5e57356 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-800-normal.woff2 new file mode 100644 index 00000000000..4c29712fd3d Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-900-normal.woff index 9f2bf5ac5c6..23a3df77069 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-900-normal.woff2 index af9c845bff4..3cdcb923dc1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-11-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-11-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-200-normal.woff index 8b9308dcd40..79fb930679c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-200-normal.woff2 index b6f1c16c66c..a2a7e989f46 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-300-normal.woff index 72aac443530..9130e26e6f7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-300-normal.woff2 index 0a4b452ac4c..2c0d014abfb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-400-normal.woff index 72b16037e4e..ffc0f1f91b9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-400-normal.woff2 index 978a9bde62f..9b5450ece25 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-500-normal.woff index d22db723c53..f96212259dc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-500-normal.woff2 index b31fa1de436..e3f06f68cf0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-600-normal.woff index babb68e8df8..7b46e73be5c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-600-normal.woff2 index e214dfdb021..f39b950c3d4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-700-normal.woff index c31f3d5d69f..d2dbab413cc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-700-normal.woff2 index 0cdf88abd23..db6fd733aa9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-800-normal.woff new file mode 100644 index 00000000000..80d6e7ebe99 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-800-normal.woff2 new file mode 100644 index 00000000000..c863efbf664 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-900-normal.woff index 41657f62132..7d2cb92676c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-900-normal.woff2 index 1d1e662c626..8e4f51d9a83 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-110-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-110-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-200-normal.woff index 871cdfacfb6..82eab375ab6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-200-normal.woff2 index 70d1c84e7d9..fcd69a13ed9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-300-normal.woff index b5b064faa51..152c621563e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-300-normal.woff2 index 581008aaa8b..c166cb7ce62 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-400-normal.woff index dd40362db74..148b44cf731 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-400-normal.woff2 index 69b5adf16a9..a08bae0725a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-500-normal.woff index 521663f70c5..ae556f8fdf0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-500-normal.woff2 index 4b54f053603..401573fb19a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-600-normal.woff index 5801d88f92a..21da48c3904 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-600-normal.woff2 index 88d0ecf1575..504e0b4901a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-700-normal.woff index 5734c312086..ca086195673 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-700-normal.woff2 index e7516741b70..4779e040e1b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-800-normal.woff new file mode 100644 index 00000000000..e646b57ec82 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-800-normal.woff2 new file mode 100644 index 00000000000..46ebaf8429b Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-900-normal.woff index bdaa5adc656..087c54518a5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-900-normal.woff2 index 10766263927..174f0a9be71 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-111-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-111-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-200-normal.woff index 7e012e2d122..cd04f31702c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-200-normal.woff2 index 82598635a4b..e2083cf2c58 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-300-normal.woff index ab93d24213c..a5890288736 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-300-normal.woff2 index 09df732579d..1b5c1fe8670 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-400-normal.woff index 742e50c2fe0..45fd64ffdc1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-400-normal.woff2 index dd22831567a..c62a5f9ed8f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-500-normal.woff index 09e9d89bd1a..156b626d499 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-500-normal.woff2 index 60ba602c30c..4a6f4280746 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-600-normal.woff index 441112c3c66..d4bb9354086 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-600-normal.woff2 index ea1e3fda124..5761204d465 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-700-normal.woff index 2a051af0a40..7a629ce4cb3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-700-normal.woff2 index c30119eb4ef..0f0544a7561 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-800-normal.woff new file mode 100644 index 00000000000..b64d717bf50 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-800-normal.woff2 new file mode 100644 index 00000000000..3d8e33e7be5 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-900-normal.woff index 2956024c250..346d6250364 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-900-normal.woff2 index 240e55aa390..64bbc451b62 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-112-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-112-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-200-normal.woff index dc276eb24ab..db1ec12b3ff 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-200-normal.woff2 index 6dd08a1be35..386096bb30a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-300-normal.woff index cc312ecf500..f2da5fb51a5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-300-normal.woff2 index 965fb696561..86dea05ff62 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-400-normal.woff index 1a42cc74734..d189bfeed4f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-400-normal.woff2 index b6954fe7851..e9d975b0a1a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-500-normal.woff index 749b550f1ba..66ee5406985 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-500-normal.woff2 index 56b6912ee7e..85ec41536f2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-600-normal.woff index 8c16b602444..15e2e042f31 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-600-normal.woff2 index 1153243f04b..741de7f2c38 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-700-normal.woff index 7392f00f7bf..2a450c8c840 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-700-normal.woff2 index db3f75ce52c..dec5d42cb1b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-800-normal.woff new file mode 100644 index 00000000000..b1a6b1378d6 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-800-normal.woff2 new file mode 100644 index 00000000000..7ac723218d6 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-900-normal.woff index 93f020943c9..9c1ebfd9141 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-900-normal.woff2 index 1dd31df45ac..b053d1f6cb7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-113-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-113-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-200-normal.woff index c6da1114fda..02945983700 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-200-normal.woff2 index 39f95a63b66..5920fe36113 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-300-normal.woff index db8f12d1eaa..487f82bb007 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-300-normal.woff2 index bd8b1756187..dd41f7ce7a6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-400-normal.woff index e6fb0946daf..9e7855e1c8c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-400-normal.woff2 index 09d34cf448b..2d98198a27a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-500-normal.woff index d5c5676d865..c7dc2a1dd23 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-500-normal.woff2 index 7e6541e8763..bf60c8d48d8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-600-normal.woff index 1edba23d3d3..6f53f957433 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-600-normal.woff2 index 8301312be8f..41c0428b41a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-700-normal.woff index 3964e036396..cd052fc9c79 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-700-normal.woff2 index 33fd5edf332..5d8d8513028 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-800-normal.woff new file mode 100644 index 00000000000..e6f557d3bba Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-800-normal.woff2 new file mode 100644 index 00000000000..45455e6f185 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-900-normal.woff index eef8ddb73ef..1fdb043ae5c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-900-normal.woff2 index c605ab6a06a..431d50f9158 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-114-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-114-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-200-normal.woff index be81fd62623..35f427a3b34 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-200-normal.woff2 index 60a2cb3df47..146a7402014 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-300-normal.woff index 8af35c5646b..e67fd988330 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-300-normal.woff2 index b1427a58525..cb2a60f987a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-400-normal.woff index 13b8a0bda8e..315796c78ad 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-400-normal.woff2 index 508c523d219..8a03967e741 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-500-normal.woff index 98b4ae51fa9..fd8cda1c3d8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-500-normal.woff2 index 8b1bc9d5a58..8e1f099ed03 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-600-normal.woff index 44017032e84..5220fc60898 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-600-normal.woff2 index 626d050d7c7..d90bf1101b0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-700-normal.woff index 4c25a20c7aa..b3eee25e264 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-700-normal.woff2 index ed0eabf8a3b..ba5987838a6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-800-normal.woff new file mode 100644 index 00000000000..6d5345c1c94 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-800-normal.woff2 new file mode 100644 index 00000000000..4e5f252ab86 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-900-normal.woff index f520ab46267..2eb3fb8534e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-900-normal.woff2 index f42bb549653..73e2c776f04 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-115-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-115-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-200-normal.woff index 5183172ab4a..bc449e90667 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-200-normal.woff2 index aa4c108a6a3..eae4c722126 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-300-normal.woff index 4a25fa195b4..2bb8782d17b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-300-normal.woff2 index 5f651f2dd64..b99a4d097ea 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-400-normal.woff index 7bda31dddeb..0f0a4b19877 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-400-normal.woff2 index 24f2a759d9d..7c331f3f3b6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-500-normal.woff index 69244dfe902..fe83a491fad 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-500-normal.woff2 index ce66e5cb788..b10007d55c3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-600-normal.woff index 891bda2a9bf..7810c962edf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-600-normal.woff2 index 891c494c273..128eb423535 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-700-normal.woff index 927de6f2614..b653976908f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-700-normal.woff2 index ca607422447..917b3dfc82e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-800-normal.woff new file mode 100644 index 00000000000..3a58112b7f3 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-800-normal.woff2 new file mode 100644 index 00000000000..8547997a86b Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-900-normal.woff index 215cf6e4661..f0ea7d274f0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-900-normal.woff2 index 98e9c64a120..e8bea8abd39 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-116-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-116-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-200-normal.woff index 3b5c848b2b1..4db4cc4e3d0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-200-normal.woff2 index a0947677582..ce6f2543f3e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-300-normal.woff index 66016305b12..a30ccf419af 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-300-normal.woff2 index 4adc9242189..4a0d6be7caa 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-400-normal.woff index ac2cb132395..1b02e36aa2d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-400-normal.woff2 index 6f2af90bbb7..200533d9273 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-500-normal.woff index baf1e458d7a..306aba075ef 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-500-normal.woff2 index e08bfcf7a84..c2203e98959 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-600-normal.woff index 65d128bc876..34027a1a793 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-600-normal.woff2 index aa45ab35eab..89caace51b4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-700-normal.woff index f45bcd2eabf..2f0c4300bb7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-700-normal.woff2 index ec5814e64da..a35ee960eaf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-800-normal.woff new file mode 100644 index 00000000000..282ef177840 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-800-normal.woff2 new file mode 100644 index 00000000000..67e407e8e61 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-900-normal.woff index 4b38711272e..ee940416896 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-900-normal.woff2 index 6fd979a916b..4a123ad3533 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-117-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-117-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-200-normal.woff index 9d47078412b..c35881d1bb5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-200-normal.woff2 index 59df952480c..6384d839446 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-300-normal.woff index 04960d9330e..04b8284af4d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-300-normal.woff2 index 69f361b8685..64e07645c3a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-400-normal.woff index 396d13cd262..196aa12bb26 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-400-normal.woff2 index 20f427a25dd..2a27416b5ed 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-500-normal.woff index ad133836087..531635f6299 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-500-normal.woff2 index b7687ac9697..530888dab84 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-600-normal.woff index 2b277a0c03b..a0cf4d1abef 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-600-normal.woff2 index 5d9473c6109..5a9f7ec6a82 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-700-normal.woff index 8cc23a975db..7f08049be85 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-700-normal.woff2 index 4b8113ed1bd..dfdecd6d763 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-800-normal.woff new file mode 100644 index 00000000000..ce101678df3 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-800-normal.woff2 new file mode 100644 index 00000000000..b22fe71e65d Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-900-normal.woff index 5c803765553..05b031a329c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-900-normal.woff2 index e499923bdbb..be6830d0ae7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-118-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-118-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-200-normal.woff index fb66034a81d..e458192512b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-200-normal.woff2 index d3bcd6ae867..ed0408ecf22 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-300-normal.woff index e2c59c1f5db..0733cd314be 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-300-normal.woff2 index 17dc7742a3a..a000fa6e191 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-400-normal.woff index c09354ac496..8b1bbb81b68 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-400-normal.woff2 index 0caac05989b..db96e2260c7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-500-normal.woff index 75c246f67ed..f4b152f6bf4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-500-normal.woff2 index 3691bbf33c9..10b18ddea85 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-600-normal.woff index 2dd5929769b..337cdb7c391 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-600-normal.woff2 index 1649290c34c..6f8654103f1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-700-normal.woff index 5ce3e9c084b..1f226e6afcf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-700-normal.woff2 index 42a6ba0c8b8..371ffa79a77 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-800-normal.woff new file mode 100644 index 00000000000..5bf911c6af3 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-800-normal.woff2 new file mode 100644 index 00000000000..825cf5d7544 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-900-normal.woff index 5b80d82b26c..7a9007cf0f2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-900-normal.woff2 index 7daccf1a4d2..e231c396670 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-119-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-119-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-200-normal.woff index ee3ce8f7e4c..913ec44fc11 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-200-normal.woff2 index 1dba30a7e23..837e5a4b043 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-300-normal.woff index ba712589801..ba13871ec72 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-300-normal.woff2 index aa22bb2740b..26aecabcc2a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-400-normal.woff index 203d1879aa4..adeeef3e6f6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-400-normal.woff2 index e7e98d2e15a..0bd80a18b14 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-500-normal.woff index 72378d7d1e1..7b8df209168 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-500-normal.woff2 index a4f6bdf1dc1..4aa48b5c8f6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-600-normal.woff index 3fe4c8259f1..94dec09c579 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-600-normal.woff2 index d3b255269d3..b76302f9771 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-700-normal.woff index 58d83544d46..51270055963 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-700-normal.woff2 index 9f2d1c96cb0..7ae95b40c8c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-800-normal.woff new file mode 100644 index 00000000000..9a40896a07f Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-800-normal.woff2 new file mode 100644 index 00000000000..0949fbf4d4c Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-900-normal.woff index b83acd716af..d468dd954e8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-900-normal.woff2 index b61d841e7f1..e21a29cbf18 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-12-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-12-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-200-normal.woff index b776fcaa555..480304fd4d6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-200-normal.woff2 index 73019025615..0ff77649170 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-300-normal.woff index dbab72ea331..5fb2b118907 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-300-normal.woff2 index 305833803ba..1be4ab510a4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-400-normal.woff index e6c52eefdf9..47eaf8f6220 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-400-normal.woff2 index dd63fb7d355..e4bf4b9f544 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-500-normal.woff index 00544ae4fb6..36f8dd28526 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-500-normal.woff2 index b7444dbce61..356a2aca882 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-600-normal.woff index b5241ca3161..9ff04aeac2d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-600-normal.woff2 index 70cd3cd35a2..af7d9eb004b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-700-normal.woff index c1f77bb8ba9..228c39aa495 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-700-normal.woff2 index b2e09d8ee82..c057c7e97cf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-800-normal.woff new file mode 100644 index 00000000000..27f1e83f08f Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-800-normal.woff2 new file mode 100644 index 00000000000..fecef4648df Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-900-normal.woff index 2b20fc6c8d9..7d16ec3c4de 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-900-normal.woff2 index 5b1465a4eac..42e8027ee1b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-13-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-13-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-200-normal.woff index 9989db1fa2a..d93b0c9abb3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-200-normal.woff2 index b038183e7e0..3e4ca675cec 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-300-normal.woff index 51da33d6900..76d6c5ffa8a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-300-normal.woff2 index d71ed0743e1..a056656a9e7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-400-normal.woff index 4392d95f360..5e0f88c39d5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-400-normal.woff2 index 796647ca9a0..b41c84263a5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-500-normal.woff index 8a941e29b84..f9cd8d5a21c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-500-normal.woff2 index 24e0b781a12..18af7a55a8d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-600-normal.woff index ce8f04d16ef..672cf551726 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-600-normal.woff2 index 26bdbc793be..534baf08d89 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-700-normal.woff index 538434a9d46..6d17594872c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-700-normal.woff2 index b46826d4bed..b7b3dc286b9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-800-normal.woff new file mode 100644 index 00000000000..8a2dcb80e19 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-800-normal.woff2 new file mode 100644 index 00000000000..10320f27b3a Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-900-normal.woff index ddab510e4c5..3187d5ac71e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-900-normal.woff2 index c18410d9b1a..3b6b4c7e25b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-14-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-14-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-200-normal.woff index cf9c93d55d2..d582849bde4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-200-normal.woff2 index c172c59b350..c0be0de5567 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-300-normal.woff index 915b3d19948..722b1668e60 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-300-normal.woff2 index 6e45bbdac21..37b8a4de564 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-400-normal.woff index 7842a98cf52..70a7cbf4eb7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-400-normal.woff2 index d34367e4308..818e10a391c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-500-normal.woff index 2bc3db970e3..e1829e21780 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-500-normal.woff2 index fe76a2949e6..0852c5aabb0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-600-normal.woff index cf3df589199..3eb36c94157 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-600-normal.woff2 index ce78ffbac85..3ccb76cee0b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-700-normal.woff index 22f4cdba49e..ae667347703 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-700-normal.woff2 index 9f4abeffa03..47a1ff0a30f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-800-normal.woff new file mode 100644 index 00000000000..89b2455fe7d Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-800-normal.woff2 new file mode 100644 index 00000000000..a75ae045f68 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-900-normal.woff index 462ebf11953..74180e0687c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-900-normal.woff2 index a878e68324e..e8d0527fe30 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-15-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-15-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-200-normal.woff index d194a106752..27f33c5700f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-200-normal.woff2 index 529a1d08466..451fd62821b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-300-normal.woff index d0699964b90..cfba18df49a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-300-normal.woff2 index c0713870a8e..01d71f05f17 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-400-normal.woff index a6d402d90be..efce6763db6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-400-normal.woff2 index 535d1bf1035..154692357ad 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-500-normal.woff index b00f1ddd348..92607e393f8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-500-normal.woff2 index 1bfc8bc53e0..31d49f6abf1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-600-normal.woff index 2b4ddc69dac..2514a6c209e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-600-normal.woff2 index ee33faa74db..84687ee1a23 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-700-normal.woff index afc4b1bb67f..b55c1181f2d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-700-normal.woff2 index 6e4fc0780a5..cd950172275 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-800-normal.woff new file mode 100644 index 00000000000..eab970b13a3 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-800-normal.woff2 new file mode 100644 index 00000000000..1fa8eb3f494 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-900-normal.woff index 8b0f5659e95..e81dd4ef6f7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-900-normal.woff2 index 57c25d6c614..c428e4ef8f3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-16-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-16-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-200-normal.woff index 8c79f0ada35..a13b53401b5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-200-normal.woff2 index 940dad3877d..42c67be7c6a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-300-normal.woff index 7382f1eb6de..9b9959237fc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-300-normal.woff2 index e52e4393865..fcc797c2800 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-400-normal.woff index 7f074d9acdb..bc60479c250 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-400-normal.woff2 index e6970b266a6..38aa7315d26 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-500-normal.woff index b8cd934f6d0..c3cde202ee3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-500-normal.woff2 index 946edd11b0d..1e4172eb1c0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-600-normal.woff index a1da416cc06..ff846b76e75 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-600-normal.woff2 index 08888d067f1..070269b959b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-700-normal.woff index caa009b834f..ec807088cc4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-700-normal.woff2 index 646582c28d4..61a0f210bb7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-800-normal.woff new file mode 100644 index 00000000000..33c2fe8b2a0 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-800-normal.woff2 new file mode 100644 index 00000000000..4db3cad3f3c Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-900-normal.woff index faf0950f5ae..32c8f4113a2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-900-normal.woff2 index 9a438fcf89e..bfa7f3769b8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-17-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-17-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-200-normal.woff index 07b0ae5b969..0d0f5f5e6cd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-200-normal.woff2 index 086cf19bddb..69839d7d746 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-300-normal.woff index c9a1d05ffde..9c1cf9f5dca 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-300-normal.woff2 index 1cf535bea5c..bc56f69fd04 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-400-normal.woff index d7742fddc6b..479f6c25494 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-400-normal.woff2 index affab9b46bf..4c6172b7b4d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-500-normal.woff index 901fadf0950..080f8f5cd70 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-500-normal.woff2 index 11036e1c918..eb182316846 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-600-normal.woff index a4d14c79f25..6651f12d635 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-600-normal.woff2 index fd6ae00db3a..0e6a6ecb4d7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-700-normal.woff index 8c968656b1a..ba0cf269550 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-700-normal.woff2 index 640ad494c40..68a55c0b2fe 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-800-normal.woff new file mode 100644 index 00000000000..b9be4a59b46 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-800-normal.woff2 new file mode 100644 index 00000000000..3f0964450b5 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-900-normal.woff index 584b92cc954..7d99b5c5c48 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-900-normal.woff2 index faf0a18033f..08501e875fa 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-18-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-18-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-200-normal.woff index 5042e504e28..067390afa30 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-200-normal.woff2 index fdd51403416..965059ac511 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-300-normal.woff index 9f68482cf76..be5c15212ee 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-300-normal.woff2 index 306b25c89f6..87d6182228e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-400-normal.woff index b83cc77f119..a5a897c5bbd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-400-normal.woff2 index 26e5b8a56de..a5af6702084 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-500-normal.woff index 024a2bcf43b..8279981166f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-500-normal.woff2 index 28574eed104..2922a07cafa 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-600-normal.woff index 74b90bcb521..66c3b023432 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-600-normal.woff2 index af2fef8c974..02e716d9c0a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-700-normal.woff index 6322aba45da..37d016d2046 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-700-normal.woff2 index a3123d834b5..fa6152ffff0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-800-normal.woff new file mode 100644 index 00000000000..ba57c8e9264 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-800-normal.woff2 new file mode 100644 index 00000000000..ea1fc2e98f5 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-900-normal.woff index 41661797121..4b5d9510a4f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-900-normal.woff2 index 1cf1f5a8ac4..63ea0265b4a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-19-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-19-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-200-normal.woff index ccc1efe9291..a53e0fc13b7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-200-normal.woff2 index eb7dc846e03..2648c83e4b3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-300-normal.woff index 9cec0c60b29..97cc4950e56 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-300-normal.woff2 index 5e709ea486b..b601fd1d10d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-400-normal.woff index 958132c6266..137ad56e09c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-400-normal.woff2 index 1328d077ee9..c3e22a8da54 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-500-normal.woff index 44dbe0f1f2a..c6eda05b763 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-500-normal.woff2 index 79ff65a3272..95a86a2d4c5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-600-normal.woff index 27cb1758992..a66182cd816 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-600-normal.woff2 index 53a94194ab8..1d40345d24d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-700-normal.woff index 09c5433736b..be5056d91d9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-700-normal.woff2 index b79e5dfb69b..bbbac5f3fd9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-800-normal.woff new file mode 100644 index 00000000000..42772aa29d9 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-800-normal.woff2 new file mode 100644 index 00000000000..ec05299d59c Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-900-normal.woff index d9c015dfb4d..20796d5ad1e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-900-normal.woff2 index 28eda846107..249fd6f019b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-2-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-2-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-200-normal.woff index 1975fc41803..937060cabbb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-200-normal.woff2 index 740a1e64335..b9601dc779c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-300-normal.woff index 9a702057169..19c40c6f748 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-300-normal.woff2 index 3b6d9a3aad9..d4251f62638 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-400-normal.woff index 0802c9868e4..6e1d84e1792 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-400-normal.woff2 index 48e7250435a..7dda8675930 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-500-normal.woff index ffd1bd40a26..7db80f9a203 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-500-normal.woff2 index 31c9ac8a9e2..f303697612e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-600-normal.woff index c8180acc367..3fe7bdfa28b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-600-normal.woff2 index 2a145d30a0f..4affc8ae4b8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-700-normal.woff index eeaac9b53d4..ec596e35e24 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-700-normal.woff2 index 93bf2ed80c2..2d1f8a4f7ff 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-800-normal.woff new file mode 100644 index 00000000000..bcb13d441d8 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-800-normal.woff2 new file mode 100644 index 00000000000..34560226286 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-900-normal.woff index e3a202c8cce..8ec4873d03a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-900-normal.woff2 index f29700dd05d..3f0dd1e8b1b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-20-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-20-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-200-normal.woff index a376865d584..1d7aa9cb3cd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-200-normal.woff2 index 98bbf48341c..1a2d366d530 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-300-normal.woff index db25404aaac..935e7a5951a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-300-normal.woff2 index dfb13c466b8..4e5b467e838 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-400-normal.woff index 4f51e432698..5e677ecff96 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-400-normal.woff2 index eee62f515d9..aab91fc3a88 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-500-normal.woff index 36d3ac8c7a2..81ad554e4d0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-500-normal.woff2 index 417e34e5768..89dbc78f240 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-600-normal.woff index 74cc09a9429..efb5c7f08a5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-600-normal.woff2 index f79a7943bba..d879afc0326 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-700-normal.woff index 52aa27fbce8..b80f7ab6068 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-700-normal.woff2 index 05cc71b32c7..d146e426f4a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-800-normal.woff new file mode 100644 index 00000000000..7aef2039525 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-800-normal.woff2 new file mode 100644 index 00000000000..7e2ce403460 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-900-normal.woff index 7f388e20788..9560974197e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-900-normal.woff2 index 66a7f6b9854..0e72e52d050 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-21-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-21-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-200-normal.woff index 3a159504be8..35a26bd23b2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-200-normal.woff2 index 778ad8298e5..32e55adcf1e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-300-normal.woff index e1c8aa34e1d..0e927638395 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-300-normal.woff2 index 554b81dfd56..d661e10957d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-400-normal.woff index e4df393c9b8..44855a28dbe 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-400-normal.woff2 index d2cf5f29f04..cad0c814984 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-500-normal.woff index 5e2311eb7d5..322384edc96 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-500-normal.woff2 index 785b2be2631..573a1d4e11c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-600-normal.woff index 356899222dd..1321949f88e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-600-normal.woff2 index 5683a2f9a46..a9df5c35600 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-700-normal.woff index 96954cf8b91..d3534a0e6a1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-700-normal.woff2 index 475eb849ecf..cb8ba808874 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-800-normal.woff new file mode 100644 index 00000000000..dad3ca5b336 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-800-normal.woff2 new file mode 100644 index 00000000000..2ff72fbdd86 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-900-normal.woff index 99d564c0955..73f41a4f17d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-900-normal.woff2 index 1fe92e5ef29..0d5c28a8e51 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-22-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-22-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-200-normal.woff index 4ea0f5820af..a518233c90a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-200-normal.woff2 index 46102635ca5..e95400c7c23 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-300-normal.woff index 96b255d9414..4f8d42670d8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-300-normal.woff2 index 50fd0075f3b..fef0e0538e7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-400-normal.woff index 159922e5c71..a415e306540 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-400-normal.woff2 index d3be9286130..01c71f3079c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-500-normal.woff index 9723b134547..8a3d2c601dd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-500-normal.woff2 index a339093b7e0..14a4a11af47 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-600-normal.woff index f0c3d624907..2af03dad855 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-600-normal.woff2 index 81495971116..764c688827f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-700-normal.woff index ce3c8e0815f..bdd3a64a0ab 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-700-normal.woff2 index 5e179e4b6bf..9158b0d8c05 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-800-normal.woff new file mode 100644 index 00000000000..12a612db865 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-800-normal.woff2 new file mode 100644 index 00000000000..39eb676ed3d Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-900-normal.woff index 434b2e1e089..43e8b0d20f6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-900-normal.woff2 index e353f19cf55..a2785347eb7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-23-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-23-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-200-normal.woff index f70b3c7ff14..31c87baf56a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-200-normal.woff2 index 6c7aa9edd72..fa01603ee01 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-300-normal.woff index f82ad2c7c7b..8c05cbf0bf2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-300-normal.woff2 index bb827d3cdf0..4218f2e1bf3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-400-normal.woff index 190f4156a21..ee0262050dd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-400-normal.woff2 index 23e38ffb0fc..419ce53dc39 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-500-normal.woff index f1253ad9811..4ad6b70cc9f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-500-normal.woff2 index 1646b409f54..8fcfce02e58 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-600-normal.woff index 13ff836082e..1d5691a7686 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-600-normal.woff2 index b0e08b5961b..500da4fb686 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-700-normal.woff index 07388228203..f9f7741a799 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-700-normal.woff2 index bb9265db874..9cfbdfc2948 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-800-normal.woff new file mode 100644 index 00000000000..7689385943a Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-800-normal.woff2 new file mode 100644 index 00000000000..6c40ff0769c Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-900-normal.woff index e3d185f0f6d..0d1babcff98 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-900-normal.woff2 index 765340f919a..c18897026cc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-24-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-24-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-200-normal.woff index 2daf2e5d082..ebdef22b2b0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-200-normal.woff2 index a327ac111d6..85ee86d1745 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-300-normal.woff index 15bddd1b6b6..2fc2d288f25 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-300-normal.woff2 index cb139c91e6c..393741537d4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-400-normal.woff index 37dee3883bb..d259f8862f2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-400-normal.woff2 index 6a4e8dea698..bec9a85319f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-500-normal.woff index 84e4b203370..a9b78583a8c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-500-normal.woff2 index 1fb5664ff90..5414ac93532 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-600-normal.woff index 97779dcce0c..6ac89081ccb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-600-normal.woff2 index 73dcc7d54b0..d629ffa0e3c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-700-normal.woff index d5ee67b6f73..25b7a57f3f1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-700-normal.woff2 index c820b199406..d1c57b6efff 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-800-normal.woff new file mode 100644 index 00000000000..267f72e7a67 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-800-normal.woff2 new file mode 100644 index 00000000000..985f7198cff Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-900-normal.woff index 61c5cc37990..535ddea538d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-900-normal.woff2 index fd56a856b64..0bf2f9dc4c1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-25-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-25-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-200-normal.woff index d1465318760..dfe8992685e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-200-normal.woff2 index 18717e6d4ef..9336fd65970 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-300-normal.woff index b14f787e6e8..54052d88388 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-300-normal.woff2 index 1dc050adbdd..544b06b1174 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-400-normal.woff index 38c7b7e8123..969f61b8742 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-400-normal.woff2 index 4da02690b8f..01719a98df7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-500-normal.woff index 43aba4d5561..8b0a88ce870 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-500-normal.woff2 index 91ba5ee94f0..1446bfba82e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-600-normal.woff index 07d17e7b2a2..02498de74e0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-600-normal.woff2 index b5240879353..f0dfc8b58cb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-700-normal.woff index 804dece8d88..687dff7f227 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-700-normal.woff2 index a05df90fab7..32ca9293175 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-800-normal.woff new file mode 100644 index 00000000000..cbe8edeeb4e Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-800-normal.woff2 new file mode 100644 index 00000000000..e6b261f6841 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-900-normal.woff index dfb12b29632..533f73fe9a5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-900-normal.woff2 index 58bbf2f16dd..27760bbf9b0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-26-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-26-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-200-normal.woff index 806ba871016..d364ce2b15c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-200-normal.woff2 index d57ed7c39a0..2c0ddcf8bcc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-300-normal.woff index 8780c28f106..cb5c02d1527 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-300-normal.woff2 index 3a710dcb687..3d96332a87b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-400-normal.woff index fc4808e7bd8..3fc54b17f2f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-400-normal.woff2 index fdf062769b5..c9175fda65e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-500-normal.woff index fe82d947a1a..5e10b7454a3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-500-normal.woff2 index 22651bc1b4e..de89a033eab 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-600-normal.woff index f44d00ba6fc..996653f41eb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-600-normal.woff2 index c967211e163..2448d396518 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-700-normal.woff index 9592bc62ba8..d91728c04a7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-700-normal.woff2 index 8e91f945b01..4d483245593 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-800-normal.woff new file mode 100644 index 00000000000..35b8b2c8ce0 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-800-normal.woff2 new file mode 100644 index 00000000000..c3fdd233a82 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-900-normal.woff index 92e5fe82e43..df71a173b46 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-900-normal.woff2 index 60b8d036b8a..70d672d988f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-27-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-27-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-200-normal.woff index fa8486fe804..9b934256a12 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-200-normal.woff2 index 8c7fc392177..3108a5369aa 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-300-normal.woff index 8c3b37cc5aa..0d41b5be0d4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-300-normal.woff2 index 87bfc7466b3..435795d04ef 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-400-normal.woff index 99b8802702a..37503d5ff84 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-400-normal.woff2 index db5159da4b6..b30bd5f1118 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-500-normal.woff index 8c200d39150..99a977a9a96 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-500-normal.woff2 index 461a8ab2521..10e861e237d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-600-normal.woff index c3dcca19da6..0a25717ea64 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-600-normal.woff2 index b90fb6712a8..b157269c254 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-700-normal.woff index e5f6c0c2613..f153be22006 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-700-normal.woff2 index 47dd507d3fb..7d4c66e9ff3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-800-normal.woff new file mode 100644 index 00000000000..7273ed5b191 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-800-normal.woff2 new file mode 100644 index 00000000000..f82bed9354e Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-900-normal.woff index 371e32ad186..bdec7e91a58 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-900-normal.woff2 index 5e63971db90..fe38d49ca2c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-28-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-28-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-200-normal.woff index b842671c284..e8313928a7e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-200-normal.woff2 index 97aeebcd82b..93a0bb2f6e7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-300-normal.woff index f5d89d66fe4..10198944ec3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-300-normal.woff2 index b720cf078c5..e2e8366f2d2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-400-normal.woff index 40abb3444c5..b4a6ae560e6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-400-normal.woff2 index 0044ff4cd0a..93eb9a48207 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-500-normal.woff index 6dbbde3f28c..439f0d21214 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-500-normal.woff2 index b02a210cd8c..b63aa2f9832 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-600-normal.woff index 71a6b0f2370..93481f194b1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-600-normal.woff2 index b55a0927f64..460bcb3534f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-700-normal.woff index 090f5ffce18..0dc1272804f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-700-normal.woff2 index 91b6ba54122..db6e32d56e5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-800-normal.woff new file mode 100644 index 00000000000..9864949373e Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-800-normal.woff2 new file mode 100644 index 00000000000..34096f4ff45 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-900-normal.woff index 416f0e55d1e..a7552055573 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-900-normal.woff2 index ff0bac1c24f..859c9e934c0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-29-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-29-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-200-normal.woff index b13eec8d704..2b1bee79647 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-200-normal.woff2 index 47a19b3d359..a1f1e5feef7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-300-normal.woff index 9e792846491..53ff5c9b16e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-300-normal.woff2 index 42708f102fc..f679075fd30 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-400-normal.woff index 00ebd8592cf..b8a6ec57205 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-400-normal.woff2 index adb0b71a32f..209cd3c572e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-500-normal.woff index c488e8b89da..b7e7cc52184 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-500-normal.woff2 index f0e3cbe8b1a..edd2c71184b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-600-normal.woff index 166c7a47a10..8a3590585d8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-600-normal.woff2 index a394be9637f..18e43ff0423 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-700-normal.woff index 0c8a5f04d44..0693ebfa9b2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-700-normal.woff2 index db48ff13026..df78c60d5b7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-800-normal.woff new file mode 100644 index 00000000000..b70ab5076d0 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-800-normal.woff2 new file mode 100644 index 00000000000..226193d52b4 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-900-normal.woff index 5fb81455718..dd86484d534 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-900-normal.woff2 index bb13727f738..20db4cbc766 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-3-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-3-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-200-normal.woff index e17cf010d4a..914be92efc5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-200-normal.woff2 index b33c95e549b..a626a3fedb5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-300-normal.woff index 2b4c67d998a..57098e711bb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-300-normal.woff2 index 2ece83228e2..2b984e7fb33 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-400-normal.woff index eac59a3168f..486b6f01605 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-400-normal.woff2 index 23859f6f011..d875126762c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-500-normal.woff index ebb331efc51..ba1a1694674 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-500-normal.woff2 index fd6e0d01192..fa1a55f62f9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-600-normal.woff index 0457b9ae765..7e2b1dd6565 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-600-normal.woff2 index 12e91c54654..6bcbc2b0742 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-700-normal.woff index 88a92943fed..5f451c33e43 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-700-normal.woff2 index 6de947f8983..051c1f42c36 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-800-normal.woff new file mode 100644 index 00000000000..5a0dfb1f83f Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-800-normal.woff2 new file mode 100644 index 00000000000..a231aa8a9c2 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-900-normal.woff index f49df4257d3..f12d239f84f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-900-normal.woff2 index d1c83032400..f342ead532e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-30-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-30-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-200-normal.woff index 0d179573845..22e2dcce1cb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-200-normal.woff2 index 3ea535bd195..2ecfd82101d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-300-normal.woff index 6fdd1b9355a..2799eb054f1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-300-normal.woff2 index 5ed444cdb2f..3e788b1a29d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-400-normal.woff index cd2d4cbddde..a58a079e299 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-400-normal.woff2 index 5f8e26d016b..fa87d7552ca 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-500-normal.woff index fe71aa00639..5ae9c429ecb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-500-normal.woff2 index 962aba9d495..627bf3d58df 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-600-normal.woff index 340e40bc022..9bf05f2d2fc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-600-normal.woff2 index 1999d295c48..7d162c110a4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-700-normal.woff index a241175e085..f6277b3be25 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-700-normal.woff2 index 8cf535d7c6e..ad72441bc88 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-800-normal.woff new file mode 100644 index 00000000000..3445a075025 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-800-normal.woff2 new file mode 100644 index 00000000000..359b10ab218 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-900-normal.woff index 983b8b26e42..359efe2da06 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-900-normal.woff2 index 0a049bccf0a..222f0bc8dd0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-31-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-31-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-200-normal.woff index 1233877bbfe..7d2e8b9bc5d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-200-normal.woff2 index d16ec338c92..4e23e27aeb6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-300-normal.woff index d1e9911832e..18543ed1afa 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-300-normal.woff2 index 243ac2676fc..54acd2b4a93 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-400-normal.woff index 3316519e667..7422f8ed7cc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-400-normal.woff2 index 33bb85a6b81..4a718806b0e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-500-normal.woff index 1f6398fb720..479ea79fe96 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-500-normal.woff2 index 0b25caac442..598e683890b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-600-normal.woff index c1067fbe47b..55a7e76f3e6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-600-normal.woff2 index 1b56a27ce83..caf2500e195 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-700-normal.woff index 04e402e86e6..1cb3a23ddf7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-700-normal.woff2 index 3dd8ec42c82..e638dc75f0d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-800-normal.woff new file mode 100644 index 00000000000..570972be027 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-800-normal.woff2 new file mode 100644 index 00000000000..4f2d609afdd Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-900-normal.woff index 4bd8f26899f..0ab88f6ceed 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-900-normal.woff2 index 86d71c81cf2..780068f4981 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-32-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-32-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-200-normal.woff index 3de1a138eca..5a3e807e471 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-200-normal.woff2 index a30943ddc84..6d0bf3627f6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-300-normal.woff index 6035c22e588..bd3d6f7d7bd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-300-normal.woff2 index 8677ee0a00a..d9e0ca06d44 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-400-normal.woff index a3bbf0e37b9..e3a81f4c544 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-400-normal.woff2 index d46b43adeb9..7450944b54d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-500-normal.woff index ff0f3f2f340..26e24ca80dc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-500-normal.woff2 index 2e0aab3c6a5..5a3323097d2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-600-normal.woff index 6f9184ff9c7..619421ceaaa 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-600-normal.woff2 index a90586795ad..f4c9038ea5b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-700-normal.woff index 04a7784b413..257e90083ee 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-700-normal.woff2 index 2f40fa15469..16e9ebf4386 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-800-normal.woff new file mode 100644 index 00000000000..6c2fd6ad3af Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-800-normal.woff2 new file mode 100644 index 00000000000..0b2a16f5b80 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-900-normal.woff index d2a65ce9545..5a0172f7ed0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-900-normal.woff2 index 51cc874c6ed..4b899716d9e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-33-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-33-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-200-normal.woff index d035168c095..ba79e0196ee 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-200-normal.woff2 index 94903167336..1e940b35849 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-300-normal.woff index 34acb566a3a..06879138c60 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-300-normal.woff2 index 483cd203d70..548faabcbbc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-400-normal.woff index 155b679e610..16260d1a43c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-400-normal.woff2 index 0ac3f88eb0d..39432fad16b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-500-normal.woff index 71f3252e676..daa352faf8f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-500-normal.woff2 index aeb989c703c..4dcf710dda5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-600-normal.woff index 4368c4d7c57..96a87b0f7d6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-600-normal.woff2 index 8e980277dcc..da10e95664e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-700-normal.woff index 350c6265ed7..5a4a44d2859 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-700-normal.woff2 index 1818a5fa15d..c623d3216ab 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-800-normal.woff new file mode 100644 index 00000000000..d663b533470 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-800-normal.woff2 new file mode 100644 index 00000000000..f373de38333 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-900-normal.woff index 69534651386..270556a47ef 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-900-normal.woff2 index 527c95ad3aa..822985fa792 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-34-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-34-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-200-normal.woff index a2e8a21c787..1e224cb1e17 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-200-normal.woff2 index b30a16ecbc0..ae22ba98e8f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-300-normal.woff index 9340a4cd64e..2e4628906f5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-300-normal.woff2 index dc6ddf65544..ee67aa85630 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-400-normal.woff index 1c4375f0479..063389cc297 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-400-normal.woff2 index 954321bf957..5043daa1cd8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-500-normal.woff index ee7f9e4f2f7..49e89b17ab8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-500-normal.woff2 index 26c6ca7bdaf..ef14312d8df 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-600-normal.woff index 20b9fbda3c4..240c2584c74 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-600-normal.woff2 index ea9f921ce76..2faeae78a37 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-700-normal.woff index 0fc7beed68d..bf502f8d964 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-700-normal.woff2 index 666ebc5e69c..8a9d327355f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-800-normal.woff new file mode 100644 index 00000000000..7adb5680bc0 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-800-normal.woff2 new file mode 100644 index 00000000000..254299b62cf Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-900-normal.woff index d587ab3aaa5..97cc45b1dd7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-900-normal.woff2 index 7e62248b29a..aa2d326b511 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-35-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-35-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-200-normal.woff index f092df4c5d8..c07fc1dd875 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-200-normal.woff2 index 1380ac1aae3..191233b22f5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-300-normal.woff index fc5e023fa48..99e826d6621 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-300-normal.woff2 index 3c0e1675fab..b67fc0eabca 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-400-normal.woff index bdff3c04b39..f80a869a55a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-400-normal.woff2 index a874bd51d6c..fb9f8dec418 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-500-normal.woff index bce5c1a6a83..79b829c3592 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-500-normal.woff2 index cef4275c623..b7603b92714 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-600-normal.woff index 586232e0239..30f545fbbe0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-600-normal.woff2 index 2901641e913..33cf09a8106 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-700-normal.woff index 18963bc124a..0c9dd3e9a5c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-700-normal.woff2 index d63491788dc..d5a9d52c2f5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-800-normal.woff new file mode 100644 index 00000000000..a8c3cc98f54 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-800-normal.woff2 new file mode 100644 index 00000000000..875081197c0 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-900-normal.woff index ffb335ac5c9..811c421bc36 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-900-normal.woff2 index f0dbdbad2d2..2059892bb61 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-36-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-36-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-200-normal.woff index b7351cdcfd8..06ffcb4add9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-200-normal.woff2 index 99c4a889ec4..928eb964a92 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-300-normal.woff index 6a22feef8e7..59ee02a364f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-300-normal.woff2 index 36d309f3d11..b27868c3a11 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-400-normal.woff index 76c7cddbfaf..4cae05210a0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-400-normal.woff2 index d9792a288cb..4c67df8b34f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-500-normal.woff index 6b65906121b..004228c71d8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-500-normal.woff2 index 5aac235be2a..b6a6d99af6c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-600-normal.woff index c4e4f41c94e..e6c9ec00c5e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-600-normal.woff2 index bf1e7282103..8c424046d8d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-700-normal.woff index d5f1909054f..3bfa3881558 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-700-normal.woff2 index 6a702e14e94..d3d83b7480d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-800-normal.woff new file mode 100644 index 00000000000..a1d9c0d8081 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-800-normal.woff2 new file mode 100644 index 00000000000..c463444df1c Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-900-normal.woff index caeb4ac534c..0cee6883afc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-900-normal.woff2 index e97d281eb99..2730867cbbe 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-37-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-37-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-200-normal.woff index 1e3f3b74c53..9f29fed2daf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-200-normal.woff2 index 32f98c2df01..879f26ecf0d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-300-normal.woff index 02cbae8e579..6e8320bf256 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-300-normal.woff2 index 02c80cb8d71..1bb929ac18f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-400-normal.woff index e7dd78e90af..2d515dacc1f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-400-normal.woff2 index 55088c30488..633f9259899 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-500-normal.woff index 22c408c183f..f845daf09c3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-500-normal.woff2 index 14c597c2559..eba74b4e259 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-600-normal.woff index fa8c6844ed2..89ab01443ae 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-600-normal.woff2 index e6a8c469abb..dcc3a821917 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-700-normal.woff index 5375f54d261..a160c980110 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-700-normal.woff2 index 6374b9d0b5c..69ed32a0648 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-800-normal.woff new file mode 100644 index 00000000000..5135d2113cf Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-800-normal.woff2 new file mode 100644 index 00000000000..d37cd3512a3 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-900-normal.woff index 10806344074..f9bd76d9a58 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-900-normal.woff2 index 89e2350218f..41853e44046 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-38-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-38-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-200-normal.woff index 51247762117..b369c5e1065 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-200-normal.woff2 index 4d0479c3054..6b2814dacac 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-300-normal.woff index 923258ac235..56d2dae8bde 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-300-normal.woff2 index ca27ce5bd69..d6f2e27723f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-400-normal.woff index beb3a9d1153..1db0beeca80 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-400-normal.woff2 index e85b8e55eee..0056263b391 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-500-normal.woff index 7313fca14f3..1949c097bc5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-500-normal.woff2 index 8835f302585..ed07846254e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-600-normal.woff index 958b020491b..db0b72d5fb2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-600-normal.woff2 index d31e13d25e0..de7bd00c785 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-700-normal.woff index b19f50eccae..f279f8bd23e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-700-normal.woff2 index 1bef37d33fc..f32106d8f47 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-800-normal.woff new file mode 100644 index 00000000000..299e2e04285 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-800-normal.woff2 new file mode 100644 index 00000000000..930dba8fe6f Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-900-normal.woff index 489e1a3d2af..d9d1ee50f0d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-900-normal.woff2 index 6e3663dc462..c5f653ca085 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-39-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-39-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-200-normal.woff index 0f05cf91097..bd33af54b39 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-200-normal.woff2 index 805de324aca..abf0db13c53 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-300-normal.woff index 6e408fffb8d..64bc00b5e44 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-300-normal.woff2 index 7eca1bcf21a..648ea86ab98 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-400-normal.woff index 5e21adb12d8..45c30531669 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-400-normal.woff2 index affa8cfeb77..3e09d94f3bc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-500-normal.woff index 0efbe6d83e5..4ee51e155a4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-500-normal.woff2 index 4978023e5fa..e2c20c2f3e3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-600-normal.woff index 14bd1ef60ba..6d2ebe29ade 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-600-normal.woff2 index 117619fb5d4..b569b85075a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-700-normal.woff index 8df35bf7fac..93cf7ffc0da 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-700-normal.woff2 index 857f1bc8eed..6dd2c50b016 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-800-normal.woff new file mode 100644 index 00000000000..242f3447b66 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-800-normal.woff2 new file mode 100644 index 00000000000..bb72c199ace Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-900-normal.woff index a09ed57c0c2..845363e5f80 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-900-normal.woff2 index 473304f28ac..84cd8cf4e14 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-4-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-4-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-200-normal.woff index a81b74fde4f..b8c2d7b0028 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-200-normal.woff2 index 5241e44462c..e7a857e02e3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-300-normal.woff index 60446f02832..bd4de252ef7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-300-normal.woff2 index 6b958802cfd..660ddc30a47 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-400-normal.woff index d9cec007211..443045f3de7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-400-normal.woff2 index db3d67108fb..27342e27aa7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-500-normal.woff index c8def596c7d..e5ab44f74d9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-500-normal.woff2 index d4d4f453442..f175974b378 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-600-normal.woff index 613eab9dae4..bf548da4e50 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-600-normal.woff2 index 4731359a0fd..20ee415f2e2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-700-normal.woff index c1cc16013d3..f4f22ee72e8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-700-normal.woff2 index 01f25dacb66..b5dcf9dd634 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-800-normal.woff new file mode 100644 index 00000000000..b0a078fe81b Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-800-normal.woff2 new file mode 100644 index 00000000000..29b19e13d2b Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-900-normal.woff index 166750ec9eb..05040455c3a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-900-normal.woff2 index 63f7d9a998d..3533e49093a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-40-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-40-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-200-normal.woff index 5367871b683..28500661f0d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-200-normal.woff2 index ded57047c2e..885b201d333 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-300-normal.woff index d64001cdd32..1dc93e9c2db 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-300-normal.woff2 index 6f4b349d984..d3f02dd0441 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-400-normal.woff index 8fb000146e7..f02baf3ede4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-400-normal.woff2 index 129f3237e81..73f688c896f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-500-normal.woff index e0b9cf496a0..74828f59977 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-500-normal.woff2 index e017cd087c2..2480bc4d564 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-600-normal.woff index 64d3b2ad291..a82b4ee6fed 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-600-normal.woff2 index a69aaf77b0d..65bcea3ea3f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-700-normal.woff index 4a1776d15fc..c251cc374f8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-700-normal.woff2 index 0eedc8e64ab..ed7a453a955 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-800-normal.woff new file mode 100644 index 00000000000..02a3b328be8 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-800-normal.woff2 new file mode 100644 index 00000000000..e830fa1065c Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-900-normal.woff index 7ffe8f6dd79..5be3b71ad71 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-900-normal.woff2 index f8fcd9d97d6..f359aca7c4d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-41-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-41-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-200-normal.woff index 9512f9a1574..d155b2b27a2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-200-normal.woff2 index 26a2c030be6..0a6bbd58349 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-300-normal.woff index ce9c71722e2..67bed5348b6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-300-normal.woff2 index 8bde0e6c11f..b50f83124ce 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-400-normal.woff index c5c00abbfda..32d7bff477c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-400-normal.woff2 index 985d9c9c7d0..c6d1ca8f4a2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-500-normal.woff index e810951a020..82c21649457 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-500-normal.woff2 index 7234a2843c8..9c988325e27 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-600-normal.woff index cdabc968ff6..5908d0c2083 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-600-normal.woff2 index 3868e80157d..ad94770b67f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-700-normal.woff index 6ca0dc6af59..aeb25458bd1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-700-normal.woff2 index 932d9270721..84d52aebcd7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-800-normal.woff new file mode 100644 index 00000000000..e75462d6d61 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-800-normal.woff2 new file mode 100644 index 00000000000..37fba8ea623 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-900-normal.woff index 334ee209240..e3ce58a038f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-900-normal.woff2 index df5b82199f0..97c9ac23511 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-42-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-42-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-200-normal.woff index 0c1b6c95ad0..13ab25d07db 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-200-normal.woff2 index 44ca25f49a8..35dfde50954 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-300-normal.woff index 458c02470d3..9bb48e906be 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-300-normal.woff2 index 2fb64615855..09845c6abbe 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-400-normal.woff index cb76ee48db8..5a490df7de4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-400-normal.woff2 index 75681d8e3c9..a66707e2b2b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-500-normal.woff index c4beb814151..97a540dc82e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-500-normal.woff2 index 0b0937a527b..aa2a5e31a4c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-600-normal.woff index 8d17e8ae3b8..ac4d2d1edd5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-600-normal.woff2 index 069b4793c16..4bdfbe31c6d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-700-normal.woff index dbd1dd7341a..72a8d2f5683 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-700-normal.woff2 index 8e3b1f6f13f..1a318e698fe 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-800-normal.woff new file mode 100644 index 00000000000..85a14cccc7b Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-800-normal.woff2 new file mode 100644 index 00000000000..59b5a9409ce Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-900-normal.woff index 5b4a8d21792..62b36fa4d2c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-900-normal.woff2 index 39a19a2f322..5fc84d4ab22 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-43-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-43-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-200-normal.woff index eb169f698f5..d17acd386d4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-200-normal.woff2 index b88c36ffdb8..1e240beaa74 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-300-normal.woff index a957651676a..f03dc8dd929 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-300-normal.woff2 index 3dab9e19d70..abc88d202ec 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-400-normal.woff index 42a9e13f4ac..3e598200a40 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-400-normal.woff2 index ca4392a1172..5ce6f998b10 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-500-normal.woff index d4481aea4f5..aa15308c45d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-500-normal.woff2 index d02ddaff281..433a6ffe650 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-600-normal.woff index b81270693ac..882ddd968e2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-600-normal.woff2 index d7dce1dea97..a7cee52c96d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-700-normal.woff index c66f7cedde7..b8f333347a8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-700-normal.woff2 index eafcee12196..9b2e9f64d1c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-800-normal.woff new file mode 100644 index 00000000000..be539f1756d Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-800-normal.woff2 new file mode 100644 index 00000000000..c26f44ada80 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-900-normal.woff index 29781a94e7a..a2b836f7666 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-900-normal.woff2 index a63f5da6c61..b3eb5bc7856 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-44-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-44-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-200-normal.woff index 8dcf5c1f152..96a6d8f64e5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-200-normal.woff2 index 286a55fa882..e9c03f41643 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-300-normal.woff index cc8e00c99d4..461e46f562c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-300-normal.woff2 index 6df3b3eab04..6a769bba919 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-400-normal.woff index 0de0db8d0e6..ab4f509f8e3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-400-normal.woff2 index 2c7a0d35895..be62a1ab27f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-500-normal.woff index 834e5f9f52c..2c628139612 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-500-normal.woff2 index 2a9ae5aa6e0..711036a834a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-600-normal.woff index fbdda7def51..af021dc72ef 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-600-normal.woff2 index 9d1f0276c27..81f8069e094 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-700-normal.woff index 6bba88e27b5..618b21ade73 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-700-normal.woff2 index 266c78eb42b..6b595c312f3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-800-normal.woff new file mode 100644 index 00000000000..b84feda4642 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-800-normal.woff2 new file mode 100644 index 00000000000..b108eb2649c Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-900-normal.woff index 17945b2b108..eccf10c1133 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-900-normal.woff2 index 97bcc3c0732..5dd7b1127a4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-45-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-45-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-200-normal.woff index 78962b1c67e..6ea3b6944e8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-200-normal.woff2 index e5f19d88bdc..c597fc4f365 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-300-normal.woff index 656e6cc11c9..60bab9944cf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-300-normal.woff2 index f675798621a..096d9bbd4cf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-400-normal.woff index c2c39b3f0c2..5d13f2cad14 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-400-normal.woff2 index c737c66b39a..847890ef436 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-500-normal.woff index 8e79f57cdd4..ec2e94e2633 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-500-normal.woff2 index 16db60ad77f..85a9da94d06 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-600-normal.woff index 55624800032..391731d2aa1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-600-normal.woff2 index 20714df0bdb..d912c58412c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-700-normal.woff index 538024bff22..abc9084592c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-700-normal.woff2 index a1117b73924..48d55c80686 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-800-normal.woff new file mode 100644 index 00000000000..4fdbc8b527b Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-800-normal.woff2 new file mode 100644 index 00000000000..b66c73370d6 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-900-normal.woff index c1980d1f0bb..bdf022ebd40 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-900-normal.woff2 index 02aaaca0505..d0ba59ba285 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-46-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-46-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-200-normal.woff index 9fa13f77cd8..dc02bae292d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-200-normal.woff2 index e7275ba4433..3200245c961 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-300-normal.woff index 5559ed8a47f..55267a7877e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-300-normal.woff2 index 9a93353a22d..6977f183c87 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-400-normal.woff index 5abec4c1949..5a06c8ce4c7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-400-normal.woff2 index 31ca8503dc5..02a1e2cce37 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-500-normal.woff index cab94932d7b..36c0ed3dccd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-500-normal.woff2 index c008b64b5b9..4b344194a91 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-600-normal.woff index 21514566903..3440af59081 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-600-normal.woff2 index a88322eaa49..e68c8742186 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-700-normal.woff index b65bc86d8e7..02c14d97844 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-700-normal.woff2 index db229088d93..b9bedd91282 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-800-normal.woff new file mode 100644 index 00000000000..77be1b43c9e Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-800-normal.woff2 new file mode 100644 index 00000000000..d4e4477e9b3 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-900-normal.woff index 565517ff3e8..7155d055bb8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-900-normal.woff2 index 16216740a4d..fdb512969f7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-47-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-47-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-200-normal.woff index d903862ee42..b6257dd57f7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-200-normal.woff2 index 098d5c4350c..91533f3231d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-300-normal.woff index 0e01eb29ce5..6132f5d4e98 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-300-normal.woff2 index 1d7c9a2a814..4dfbe3b2cc8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-400-normal.woff index 34219f4ea56..8417ce17e02 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-400-normal.woff2 index 12999a09277..769768e3a48 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-500-normal.woff index a0901fcbf58..cf072c7f1d1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-500-normal.woff2 index c41b54ccff1..4a6b63e814e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-600-normal.woff index a44869413e0..d3b61db5342 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-600-normal.woff2 index 1ab900511d5..ccb3ed2b116 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-700-normal.woff index b4d01f13e73..246e12cf702 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-700-normal.woff2 index 772c9e340e4..8305c414760 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-800-normal.woff new file mode 100644 index 00000000000..7f66f8a6dee Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-800-normal.woff2 new file mode 100644 index 00000000000..f30f7a128b5 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-900-normal.woff index 3316bca8cd2..d4d4f8406ae 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-900-normal.woff2 index 462baf81838..364192bc3c2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-48-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-48-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-200-normal.woff index 9f5452e2f0a..697f476d910 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-200-normal.woff2 index 0c42e473c87..1a001646b86 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-300-normal.woff index 367d0ba19d5..3df57b1ec5e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-300-normal.woff2 index 2532780ba1c..a785399990f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-400-normal.woff index 699bca58e3e..7c6098e1a97 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-400-normal.woff2 index 634e0d803c1..b3ac8308617 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-500-normal.woff index db95d37ff2e..7f15d539199 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-500-normal.woff2 index cdaf1f50c60..3e91bab34b4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-600-normal.woff index 924da08af14..d7004c9513d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-600-normal.woff2 index 156a1a3b0e0..9c8bfbda26b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-700-normal.woff index ad8c1cfd6c8..3992370e4b3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-700-normal.woff2 index 0ceacb09acb..01c7f19f26a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-800-normal.woff new file mode 100644 index 00000000000..9d26a7bc128 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-800-normal.woff2 new file mode 100644 index 00000000000..a6325617221 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-900-normal.woff index 48c8bd17596..c09542e6dae 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-900-normal.woff2 index a55cab1ced6..088d0f4ea77 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-49-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-49-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-200-normal.woff index de086516cbc..682db2a8d4b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-200-normal.woff2 index bc0a4bfe596..244f59b4600 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-300-normal.woff index 0ef2a756338..ddeada98b90 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-300-normal.woff2 index 551ee820cf2..58ce8352c2e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-400-normal.woff index edadeae0a30..f7b628a73cc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-400-normal.woff2 index c74fb54369c..8d747afab53 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-500-normal.woff index 32ce70d29fb..ae491b185d6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-500-normal.woff2 index d032a953765..55a35da5b7d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-600-normal.woff index 7aef0a8567f..3ef08dc9010 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-600-normal.woff2 index 47c0d2df575..f11506c6afa 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-700-normal.woff index d9693f85de4..bb38b0fcb78 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-700-normal.woff2 index 79ee13d4cce..2c0297d0602 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-800-normal.woff new file mode 100644 index 00000000000..708b470fbe5 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-800-normal.woff2 new file mode 100644 index 00000000000..c71281b8dff Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-900-normal.woff index 076ed7f50c8..13849788cbd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-900-normal.woff2 index f8962a26c10..241abc3fb28 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-5-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-5-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-200-normal.woff index 7280ec3f4df..e0f4ae265b1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-200-normal.woff2 index 13644512cea..5fb59c83ddc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-300-normal.woff index f3a2cd9402c..0fb8f6c4cf6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-300-normal.woff2 index 06eb94d20ed..94a22fc5cb5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-400-normal.woff index ea982e2ca0d..b96202561cf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-400-normal.woff2 index cd7ea67ffbc..22a736d188f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-500-normal.woff index 742f6a9163f..1d08c425deb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-500-normal.woff2 index d1b6d52f6bf..3119e0ea4c8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-600-normal.woff index 5770e9904c4..bdf8a258f4b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-600-normal.woff2 index 47fc66a5b0d..8d05fad7a61 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-700-normal.woff index af5b0247f64..302f1a70c8b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-700-normal.woff2 index 3d4eed46ea4..62d1844d75b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-800-normal.woff new file mode 100644 index 00000000000..7566007146b Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-800-normal.woff2 new file mode 100644 index 00000000000..5967b91510b Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-900-normal.woff index dd7407111aa..f5d2a967a2c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-900-normal.woff2 index 5a079356a3d..9d2f113e621 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-50-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-50-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-200-normal.woff index 72c8c0f2026..1a11773d052 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-200-normal.woff2 index 01818cea2a5..f2993fb4999 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-300-normal.woff index 28186eb50dd..e1b35bedeff 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-300-normal.woff2 index 7812cacddfc..058c78e9a78 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-400-normal.woff index 6d2c145c994..ea767246c83 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-400-normal.woff2 index 3ca45850454..4f3a6b50f38 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-500-normal.woff index dd23ec2dfcd..9473654a922 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-500-normal.woff2 index f5f6f4be3d9..01a66319940 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-600-normal.woff index 0e70c1f1959..d7c1e9de853 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-600-normal.woff2 index a7ff0960165..7d2cf191b73 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-700-normal.woff index 42f1090c1dd..24583a921fa 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-700-normal.woff2 index ae10f44ff96..4436a39a1ce 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-800-normal.woff new file mode 100644 index 00000000000..75aef279946 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-800-normal.woff2 new file mode 100644 index 00000000000..366371f35c8 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-900-normal.woff index 4044a955be3..70c2c6c28d0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-900-normal.woff2 index 05901cb085d..7c6ab1895cb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-51-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-51-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-200-normal.woff index 426ad42136f..de89ef4f9cc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-200-normal.woff2 index 0e559d38b46..7fb6661774d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-300-normal.woff index d3bdb06261b..cd21ada7760 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-300-normal.woff2 index 714f8fe013e..282050339d7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-400-normal.woff index a872d102260..6dade6fa686 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-400-normal.woff2 index 3cc37f827c7..dc108fea9d5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-500-normal.woff index 76ff6d6d966..fe0d18dd78d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-500-normal.woff2 index 0823eff5f06..84760ae29a2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-600-normal.woff index 8b1e09f8e3c..24d8dde16d8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-600-normal.woff2 index 6e9686753a0..30a423f1bda 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-700-normal.woff index 14d0648477d..e01ca2f404f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-700-normal.woff2 index 9653c6f3fe3..3cb34548fc5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-800-normal.woff new file mode 100644 index 00000000000..70646d2b805 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-800-normal.woff2 new file mode 100644 index 00000000000..5a638515184 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-900-normal.woff index 43d43a9bdcb..0ff890ec9db 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-900-normal.woff2 index 79549e2dd1b..f02841d19ae 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-52-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-52-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-200-normal.woff index 8531d7caced..3af5f2c34b0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-200-normal.woff2 index fc7e3abac08..93373255567 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-300-normal.woff index 413233607b6..357e687ae25 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-300-normal.woff2 index 7650b4ac7fd..e223f9dc548 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-400-normal.woff index 475ddafe30a..503a41f5775 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-400-normal.woff2 index f0b7b8382c9..7ecb75b1980 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-500-normal.woff index 33c19858e34..a298e5005b7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-500-normal.woff2 index 60475ebd59c..6cf729a9faa 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-600-normal.woff index fde1713dee4..d23741f6f9e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-600-normal.woff2 index 639a302f5b0..2e3d9c7e169 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-700-normal.woff index ffc8b6918de..6047199d147 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-700-normal.woff2 index 8959a9cd811..6cbacfbb91d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-800-normal.woff new file mode 100644 index 00000000000..3c9f41bf327 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-800-normal.woff2 new file mode 100644 index 00000000000..5902653d3be Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-900-normal.woff index e55e32e05ca..900e660d106 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-900-normal.woff2 index 0a1e4ebcbf3..086679a360c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-53-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-53-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-200-normal.woff index b695475b789..c0d634631c4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-200-normal.woff2 index 17f5c2279b4..d01c37e30d1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-300-normal.woff index 7d3e9b8b2ed..f90dbcf3512 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-300-normal.woff2 index d68af31feef..c230993f6b4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-400-normal.woff index 10ddaa42814..54096490bb0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-400-normal.woff2 index ff145ac2abe..82aed490967 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-500-normal.woff index 795155d08fe..5d7d26f4611 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-500-normal.woff2 index 533b3f39adf..03f124352c4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-600-normal.woff index d8d84e47d95..827765df6aa 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-600-normal.woff2 index 1a4fb1e01ba..22c1e066984 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-700-normal.woff index 699bbf71482..7af04fa4016 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-700-normal.woff2 index 15c2ef92506..2de7ded1489 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-800-normal.woff new file mode 100644 index 00000000000..914b6d555f6 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-800-normal.woff2 new file mode 100644 index 00000000000..68353fcfede Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-900-normal.woff index 321409eb480..a775f1ef3a6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-900-normal.woff2 index d839c7ebd79..ce973ff0353 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-54-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-54-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-200-normal.woff index b3f93639c63..771578bbd36 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-200-normal.woff2 index b3ab8676302..a7a9c04f64e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-300-normal.woff index 76512029cd5..55ea0430e0d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-300-normal.woff2 index 4e2ee7e3a52..5892300943b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-400-normal.woff index d34189f85d9..d5f74d329d8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-400-normal.woff2 index 5335ae8ff1c..c44c143b6d2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-500-normal.woff index 6f26a9f5e37..d4c1e0e4082 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-500-normal.woff2 index 9fe53c383f9..523e412a2f8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-600-normal.woff index 2d61ce0a818..47591874366 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-600-normal.woff2 index 209c0f87077..840b14aa863 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-700-normal.woff index 9a95d9db896..0b5d6263ad9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-700-normal.woff2 index 32811e9aa4c..578b1661889 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-800-normal.woff new file mode 100644 index 00000000000..11efd312b2e Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-800-normal.woff2 new file mode 100644 index 00000000000..b188ce57483 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-900-normal.woff index 8e104748830..4d712ff5b91 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-900-normal.woff2 index d91c94807e1..fa7643cf414 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-55-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-55-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-200-normal.woff index b23fab537fc..d9f5c16a7ba 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-200-normal.woff2 index 1ce55992ad8..9fd55b5811f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-300-normal.woff index 3b1a88a73d1..455166876d4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-300-normal.woff2 index 50b2d328c44..9e9948ae8c5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-400-normal.woff index 6f16f975e72..6dbc0163797 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-400-normal.woff2 index b03fbc8e021..062097505f0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-500-normal.woff index 1fc0b781382..6c51e5ce0a4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-500-normal.woff2 index a0963a80de8..694eea1e088 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-600-normal.woff index 333c4c162b0..d511fcaf86c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-600-normal.woff2 index 22569045922..0c6cb442817 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-700-normal.woff index 9495993701c..673b92ab176 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-700-normal.woff2 index 5855f140f93..eca6ec70223 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-800-normal.woff new file mode 100644 index 00000000000..37793b47150 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-800-normal.woff2 new file mode 100644 index 00000000000..dd95560ff40 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-900-normal.woff index 7e9beedcf30..c11ee7701ff 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-900-normal.woff2 index 45b782cee16..d6e24fbb51f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-56-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-56-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-200-normal.woff index 1520bc3b491..f1da683378c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-200-normal.woff2 index e5333bee335..75e2316c328 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-300-normal.woff index 26c05fec113..cf584ea720e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-300-normal.woff2 index a6962d00425..d38f00ba780 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-400-normal.woff index 579e99d2825..b567794560c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-400-normal.woff2 index 4765b97e594..b512a570d4a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-500-normal.woff index a0a4bd48eef..2bf7c174e73 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-500-normal.woff2 index 7de3714b597..d1a8650698c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-600-normal.woff index c1a3c5a3b3e..024ce5af102 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-600-normal.woff2 index f03bfd00989..feba2c86722 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-700-normal.woff index 1a1c51c1910..12ec6957b82 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-700-normal.woff2 index dd388721f88..48c79f7bd31 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-800-normal.woff new file mode 100644 index 00000000000..49c11019aa7 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-800-normal.woff2 new file mode 100644 index 00000000000..6d6e24539d3 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-900-normal.woff index f52482c5331..a8d1b8c711e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-900-normal.woff2 index b16ae9540fb..cef9bfffde8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-57-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-57-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-200-normal.woff index 5f2848c9e36..e44d2e51486 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-200-normal.woff2 index f42cc7a030c..44bf54f23ce 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-300-normal.woff index db945d10ae2..b646f0f44be 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-300-normal.woff2 index 82b215d802d..bcdbffcbea5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-400-normal.woff index a173e13b200..0fca1ef1cb2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-400-normal.woff2 index 01b728bde3b..1f29a000625 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-500-normal.woff index 359b61c4605..657ad2b9925 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-500-normal.woff2 index 1a065455392..e0bf8868d79 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-600-normal.woff index 3becc6cc98d..6470ba026f9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-600-normal.woff2 index 4649d31d779..f830b2e0a82 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-700-normal.woff index 830d123cb83..fb21e23c6d1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-700-normal.woff2 index 520a4080935..435987d5520 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-800-normal.woff new file mode 100644 index 00000000000..eb4cfe5010f Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-800-normal.woff2 new file mode 100644 index 00000000000..2a3c2dab48e Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-900-normal.woff index 842ee99dec1..e84efde536a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-900-normal.woff2 index ef262d27169..cf49b23cb1c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-58-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-58-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-200-normal.woff index f391aca76ba..5998099d897 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-200-normal.woff2 index 7b1eae70dcb..e8ed89ce94e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-300-normal.woff index 0f6f20a6a10..14cb97ef377 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-300-normal.woff2 index 11f3c3c9d78..1c351443b30 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-400-normal.woff index 3bb295bff7c..282941ba45c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-400-normal.woff2 index bc370278989..4a2ff8c3137 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-500-normal.woff index 62a648c0a1f..85b790dd0c1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-500-normal.woff2 index 113878c9319..5c83a1b03f6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-600-normal.woff index 80c341cdd42..51fcdb069d0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-600-normal.woff2 index 89d7771f6d6..8b8c6b55426 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-700-normal.woff index 9caf1f6ce45..c6dd1ec8cd1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-700-normal.woff2 index 0fdb20d59bb..1f192c648b6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-800-normal.woff new file mode 100644 index 00000000000..268b9e676a0 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-800-normal.woff2 new file mode 100644 index 00000000000..2e8f95a96dc Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-900-normal.woff index a8cb0ede13e..0681f2d40e3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-900-normal.woff2 index d412856a2ba..f416690b789 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-59-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-59-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-200-normal.woff index 6f60f8770b3..bccbf617f7f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-200-normal.woff2 index 2c2f5a2bc27..469bc988697 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-300-normal.woff index 7271d86ce21..40aac40082e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-300-normal.woff2 index d0db41eceb3..509471e17d0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-400-normal.woff index d05b5fcf6aa..80fb71e0a24 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-400-normal.woff2 index 10cc5124072..b9e93509590 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-500-normal.woff index 8220ce83b9f..f902c68e6c3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-500-normal.woff2 index 2f69a6535ae..9765e5699df 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-600-normal.woff index 05f579ddaaa..95443ad05f2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-600-normal.woff2 index 560e5aeaf70..a9c828188a9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-700-normal.woff index 13b39db8e4c..c8ffb288ab1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-700-normal.woff2 index d7929f059f5..a4e311c124a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-800-normal.woff new file mode 100644 index 00000000000..a3f446eca9d Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-800-normal.woff2 new file mode 100644 index 00000000000..6eda96d1f34 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-900-normal.woff index 40b8c18a5b0..0fd0e039156 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-900-normal.woff2 index 4edff7c3196..202b4b27c38 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-6-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-6-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-200-normal.woff index d071a9463fd..0682a6f3d2d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-200-normal.woff2 index d944a732e09..82841460e88 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-300-normal.woff index 080b5727547..78df0ecc329 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-300-normal.woff2 index 7bb51375a43..75e90844746 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-400-normal.woff index 4de46c72741..e2d5b06c412 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-400-normal.woff2 index 0a2ac457ba0..2c9eb8de191 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-500-normal.woff index 9c13c86685f..66bda5ba869 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-500-normal.woff2 index 3494a08a6b2..d338178030a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-600-normal.woff index bdd11d12c17..ea0516b173e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-600-normal.woff2 index 055d242b57e..2f6efdc698c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-700-normal.woff index 5f2d6ced341..b1bbd3ddb65 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-700-normal.woff2 index 6000fd2c7fd..a092467623b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-800-normal.woff new file mode 100644 index 00000000000..72c6998a5b3 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-800-normal.woff2 new file mode 100644 index 00000000000..8d882e391a0 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-900-normal.woff index aa5b51d7faa..4af73dbe306 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-900-normal.woff2 index 9e6f20e6fd0..8b582051d80 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-60-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-60-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-200-normal.woff index 4f7bdae7ee7..0fc9f75fa49 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-200-normal.woff2 index f835f9e4702..3917e7b1f4a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-300-normal.woff index 8a9e81ae2fc..640e4de835f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-300-normal.woff2 index cd3f88189f0..a8589e02e7a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-400-normal.woff index 9e872697fc4..bdfb7618ed4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-400-normal.woff2 index 39574b61923..e001b285470 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-500-normal.woff index b131bb52fee..c842c87d797 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-500-normal.woff2 index d580d8d52ac..1ad6802dd7e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-600-normal.woff index 26158815cb0..56d6d982fc6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-600-normal.woff2 index afb9faadbaf..8d6609ff6e5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-700-normal.woff index 9e6d9c040e1..d342bcabf77 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-700-normal.woff2 index b6d298e44ae..8cdb525ba0a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-800-normal.woff new file mode 100644 index 00000000000..c1c0d6910ea Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-800-normal.woff2 new file mode 100644 index 00000000000..7160668a620 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-900-normal.woff index 20e4780c5a5..b71407530c3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-900-normal.woff2 index a9156f8bf89..460dba8545c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-61-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-61-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-200-normal.woff index f66476bac5c..fcdcff0de65 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-200-normal.woff2 index 4d607dd3740..18710ef2752 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-300-normal.woff index 4cbc9682a3f..e7624e1d269 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-300-normal.woff2 index 619dad71ac2..8c7cefa5aa1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-400-normal.woff index 2c1eaa3f5e4..f4670183ebf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-400-normal.woff2 index 2b26b64aaaf..41f2c8cfdc6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-500-normal.woff index 754b5bb2bc3..503ed181a45 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-500-normal.woff2 index 7c69b7b7d66..6af5a9d7d51 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-600-normal.woff index 62ab526e16e..43fd248fda1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-600-normal.woff2 index eee228540a7..19bb37cb074 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-700-normal.woff index 277494ef75f..25c3ccbe4d9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-700-normal.woff2 index f5239744984..14bbfc1903c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-800-normal.woff new file mode 100644 index 00000000000..cde6bc6d220 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-800-normal.woff2 new file mode 100644 index 00000000000..c37ae7b8129 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-900-normal.woff index 646a8db2bb3..a1ea507aab4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-900-normal.woff2 index 012dd005480..fee01e9a39c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-62-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-62-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-200-normal.woff index 728020020b3..e71a0f85f29 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-200-normal.woff2 index 8786141762e..7fd36168488 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-300-normal.woff index 67a839656a7..c7550653aeb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-300-normal.woff2 index 40612bdd8ce..a08eda98ea4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-400-normal.woff index 102566385da..901b798eb3d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-400-normal.woff2 index 51686bcfde5..cf5a5444013 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-500-normal.woff index 1a644c5ba76..d57ddcdd99b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-500-normal.woff2 index 8bc15001190..409192d5776 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-600-normal.woff index 72d9828bd78..df21e9ba936 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-600-normal.woff2 index e8153acc2ef..1cd32e485d6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-700-normal.woff index 6f81ae9641e..9207d16ec55 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-700-normal.woff2 index 1ef62c8dda1..f749b9b1386 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-800-normal.woff new file mode 100644 index 00000000000..ea96c3e16d2 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-800-normal.woff2 new file mode 100644 index 00000000000..2187a6ca6c8 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-900-normal.woff index 95e7d35b02d..653948391f0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-900-normal.woff2 index 602fb1506ea..be6b3363e2c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-63-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-63-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-200-normal.woff index e851c54573c..32fd5b7a6cf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-200-normal.woff2 index 118c487e577..735e3badd35 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-300-normal.woff index 090a4ed7310..80ec71ca3f9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-300-normal.woff2 index 4bb866e80c9..59be1c44052 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-400-normal.woff index 7ed8ecfdcbd..04f7d25b32a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-400-normal.woff2 index 1411db44893..f6b7cafb008 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-500-normal.woff index 42c0ece3e7a..70983b94b9a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-500-normal.woff2 index 5dc7af93702..29641b680bf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-600-normal.woff index 34fc4b191bf..dadcc0df568 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-600-normal.woff2 index cb6baddab93..547ff879f0d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-700-normal.woff index 1c24e01be0a..997fb1bfdf3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-700-normal.woff2 index a2d000d3c65..9c16dd5500d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-800-normal.woff new file mode 100644 index 00000000000..743f93edff1 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-800-normal.woff2 new file mode 100644 index 00000000000..3e34e394c14 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-900-normal.woff index 66558ff666c..b0d7f84fada 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-900-normal.woff2 index 845fbc6a5f5..c4fd3d10c65 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-64-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-64-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-200-normal.woff index 36cbe546369..26aff4ef15d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-200-normal.woff2 index a0b01f9d26e..b58549d88bc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-300-normal.woff index 07607cc6f9d..de9b599ea96 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-300-normal.woff2 index fdb0f17b6b7..c067eb7b77e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-400-normal.woff index adcc7c1cd3e..398da694ef5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-400-normal.woff2 index c1f4ab19f22..d58c44f2561 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-500-normal.woff index ad803a7236c..2c0fe52c5d4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-500-normal.woff2 index 7c9fb4f0bdd..39cad8076c7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-600-normal.woff index 7371cff7c5c..f2bd54dfa92 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-600-normal.woff2 index 372effdc3e2..2bc0b9ee439 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-700-normal.woff index be168ff3fc8..5e5769e38a1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-700-normal.woff2 index 4ab9e0c8110..d309d9e1bd4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-800-normal.woff new file mode 100644 index 00000000000..572a4f63715 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-800-normal.woff2 new file mode 100644 index 00000000000..fc8b4fcbb1e Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-900-normal.woff index 2e9109a6be5..4c94a8eb8cb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-900-normal.woff2 index dacb6a4c375..be1c3210cee 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-65-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-65-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-200-normal.woff index 1bd18f407e4..1cd05c271da 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-200-normal.woff2 index db95cad9485..20d9476a39f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-300-normal.woff index 4f7bc0ff760..1c88eac8f27 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-300-normal.woff2 index ba3ac224e6d..bc3c05f6757 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-400-normal.woff index 7781c7369ef..8aa67b0ca88 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-400-normal.woff2 index 44216bdf6e1..1a044ac9586 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-500-normal.woff index 84e4f912698..5ae5e2c5a16 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-500-normal.woff2 index eb686e94fa9..1483783c2e9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-600-normal.woff index bb1f376c5e3..7f37695d0ab 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-600-normal.woff2 index ebaf4703fc7..aceba724bab 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-700-normal.woff index d415c51832f..650a822a5e4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-700-normal.woff2 index 609560acacd..a8daca72764 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-800-normal.woff new file mode 100644 index 00000000000..6316e8b117a Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-800-normal.woff2 new file mode 100644 index 00000000000..e45e894ca25 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-900-normal.woff index 390b0a10995..996860ded1b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-900-normal.woff2 index e868ba855be..3699b457d04 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-66-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-66-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-200-normal.woff index 75514609acd..bb28ec76040 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-200-normal.woff2 index b42df5136e6..7ba15741061 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-300-normal.woff index de0c38233a0..73ff38a480b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-300-normal.woff2 index bbdf69ea48a..b499500f6be 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-400-normal.woff index 13019aa718b..dd85190a9c5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-400-normal.woff2 index 61c146d16b2..b3b9db47101 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-500-normal.woff index b959d8f30c1..cfbc581d394 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-500-normal.woff2 index dd8fb40fdc9..8d4cc7e64cc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-600-normal.woff index e8514d797a7..a0d7ed2af57 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-600-normal.woff2 index 9073d52d7ec..255eab9e2de 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-700-normal.woff index 76fe6612000..a509afbcbbd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-700-normal.woff2 index 8492ce31695..bbb57c7ed5a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-800-normal.woff new file mode 100644 index 00000000000..402462c1564 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-800-normal.woff2 new file mode 100644 index 00000000000..bc39ddfef71 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-900-normal.woff index 427c44b4070..3fe45b351c2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-900-normal.woff2 index 980a632669b..8a885b89206 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-67-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-67-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-200-normal.woff index 050ab6d41a7..a004637bf07 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-200-normal.woff2 index d32dbd65ad4..03d5455092c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-300-normal.woff index f58497e6231..774a9eec889 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-300-normal.woff2 index 4745bb684be..05f58089ec3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-400-normal.woff index 9194b0c9049..04aee257a3b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-400-normal.woff2 index e1158e6d400..5ab6986ef1a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-500-normal.woff index d10f97fda50..a5ac19d768f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-500-normal.woff2 index 7a6f395c3e1..469b5348fa3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-600-normal.woff index bd6db4d5ed7..669e30cb61c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-600-normal.woff2 index c394d7ed3f4..ed2c67e92bd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-700-normal.woff index effd3b8b29e..c99c43d1d75 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-700-normal.woff2 index 655dd611b0e..8f206704280 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-800-normal.woff new file mode 100644 index 00000000000..d2061eeb50e Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-800-normal.woff2 new file mode 100644 index 00000000000..4339833f91f Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-900-normal.woff index 0f8903f233d..3ce4b31d673 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-900-normal.woff2 index 3b1619dd696..e9a7086293a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-68-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-68-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-200-normal.woff index 8b9b74e56d4..9009f8a1aff 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-200-normal.woff2 index 6bdb59c929c..d492feac2f6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-300-normal.woff index e3bb0591a8d..17113d79b4e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-300-normal.woff2 index 9a6fae80ccd..074b30dc69b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-400-normal.woff index a36fd36362a..fcffe3e409d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-400-normal.woff2 index 7922ba35187..0ce2875fd78 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-500-normal.woff index deb18ca566f..231f0c8dd61 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-500-normal.woff2 index 5c8c67b8960..829be2b50cf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-600-normal.woff index 9673232576b..fc99773ce0e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-600-normal.woff2 index e146be55bb3..663f867adae 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-700-normal.woff index c65d8b5e3c8..9b76d960657 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-700-normal.woff2 index a4d43087b4b..fb3a7b8ab1a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-800-normal.woff new file mode 100644 index 00000000000..bee9645c103 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-800-normal.woff2 new file mode 100644 index 00000000000..70cc01276c1 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-900-normal.woff index 0e13f0227db..46f57e053f7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-900-normal.woff2 index f257bbbfefb..613ca25789f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-69-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-69-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-200-normal.woff index c50230cfbc7..215fe24060c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-200-normal.woff2 index c6bf8f5443c..f5881b3bcc0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-300-normal.woff index 24ff2200459..140ce876e1e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-300-normal.woff2 index 39fd9c1a85f..dea830abb4e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-400-normal.woff index 8e67a7bc6c3..3deb2fead3e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-400-normal.woff2 index c0d825beb5d..62a6d1d58ed 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-500-normal.woff index 10bb39226f7..5e3283d0e64 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-500-normal.woff2 index 38ee5708fc1..721e7d5ff4a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-600-normal.woff index 724ecd53194..e6c32cba49b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-600-normal.woff2 index 46c910e3aeb..f9d9fb03275 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-700-normal.woff index 90c2cb75fe9..51b95c8843c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-700-normal.woff2 index 5b9193d4e19..91bdb6ae961 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-800-normal.woff new file mode 100644 index 00000000000..613b90905cc Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-800-normal.woff2 new file mode 100644 index 00000000000..f4d9e4a9ecd Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-900-normal.woff index 08cec5ff476..227347cc5a8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-900-normal.woff2 index cc611174532..166b58ee477 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-7-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-7-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-200-normal.woff index 4896fc25c26..cc0316bdd42 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-200-normal.woff2 index 862d474481b..7456cd9027a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-300-normal.woff index d583d3eae77..392f048cdab 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-300-normal.woff2 index 85a5b70638b..ed8d3a7c194 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-400-normal.woff index 0d622067d3f..3abb3913830 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-400-normal.woff2 index 21d009a20fc..22659e2c9e5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-500-normal.woff index 2b7e44da00c..8b04e0383c1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-500-normal.woff2 index 3c7dd835ed8..01a2cb9e132 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-600-normal.woff index dadee1079c8..6cefc29ce4c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-600-normal.woff2 index 3a9e5b64ccc..915c7ab48c3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-700-normal.woff index 7b326725462..04abbf1b435 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-700-normal.woff2 index 0c70e68decf..40bc0291291 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-800-normal.woff new file mode 100644 index 00000000000..6879c934ba1 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-800-normal.woff2 new file mode 100644 index 00000000000..73c24082fd8 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-900-normal.woff index f64d96b9b08..7f59d6593a8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-900-normal.woff2 index df72088ea37..1e1eafa1656 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-70-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-70-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-200-normal.woff index a5c42bd8d47..4f58d434618 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-200-normal.woff2 index 9eca184c690..2ce61685d1e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-300-normal.woff index 1ef5aab7931..8bec4d9324c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-300-normal.woff2 index e56f5b67edc..b8cadbf28a7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-400-normal.woff index 59e78aaccd1..78ebe2bcaae 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-400-normal.woff2 index 7c9141eb659..7e3d1384a96 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-500-normal.woff index 469338c3faa..6c5fd56e065 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-500-normal.woff2 index 11ed30365c3..52a4efb4cd9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-600-normal.woff index e2e4cc69033..69d38050969 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-600-normal.woff2 index 5db1e00898b..cdbe5d841b6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-700-normal.woff index c60659e9c82..a6640462dde 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-700-normal.woff2 index 4760bc21de5..413362867c0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-800-normal.woff new file mode 100644 index 00000000000..2c3c321dfca Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-800-normal.woff2 new file mode 100644 index 00000000000..b9d66f65415 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-900-normal.woff index 1382338d819..f6ed212b4d7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-900-normal.woff2 index 8a63b50f85c..10226b12375 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-71-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-71-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-200-normal.woff index 6588b070f54..fd5a8087cbf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-200-normal.woff2 index 4d10b7d7511..8633ffd7413 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-300-normal.woff index 8ee5d4b5328..99aa8487f73 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-300-normal.woff2 index fe47ab9a7d5..59f478bda22 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-400-normal.woff index dbd1b7eeab7..904039706bd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-400-normal.woff2 index f3670d79e27..a2bb35d41f8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-500-normal.woff index 14b6cb774ad..81c901e81c9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-500-normal.woff2 index b006de6875b..4dbb79324b0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-600-normal.woff index 34cb0655ac5..060a6dba2a7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-600-normal.woff2 index b47bdc716e5..0213ac25cc5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-700-normal.woff index d0a147e02b0..d63a75e0816 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-700-normal.woff2 index 5cc466c76cb..f3ae32807f2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-800-normal.woff new file mode 100644 index 00000000000..fb75d32ed73 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-800-normal.woff2 new file mode 100644 index 00000000000..15d9edc68a2 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-900-normal.woff index ed6e06837ef..b41c5b7b20f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-900-normal.woff2 index 7cd8f015e74..17a817079d4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-72-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-72-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-200-normal.woff index 773e6e1daaf..9cf2e3d7c06 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-200-normal.woff2 index 5f4390ac849..cc41a97fb27 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-300-normal.woff index aabae098b70..5b96bef1779 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-300-normal.woff2 index 9f1432fb1c1..78358093bde 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-400-normal.woff index 7722135c4f1..16995b54a88 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-400-normal.woff2 index 1f74daf8aa9..c346cd59f75 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-500-normal.woff index a71622f2a17..68ad2f16882 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-500-normal.woff2 index 873c1906a5d..76dafe0497d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-600-normal.woff index f47fc15fcf9..d1a22da83dc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-600-normal.woff2 index 81b7b4d938b..44d04b827e8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-700-normal.woff index 55604d9dde5..33aec8c804b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-700-normal.woff2 index f103c52a8d4..da90c46ef9b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-800-normal.woff new file mode 100644 index 00000000000..9be730df3d6 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-800-normal.woff2 new file mode 100644 index 00000000000..03a3aaf4f25 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-900-normal.woff index a9c178abd16..6dfa863f559 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-900-normal.woff2 index cfbd772c577..7bbe6860fc4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-73-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-73-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-200-normal.woff index 499beba20f4..41c13f0e760 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-200-normal.woff2 index c91ea47717c..88751cdaade 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-300-normal.woff index 88abae547a6..92edc98fe85 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-300-normal.woff2 index 3b8563417f9..955e317e13f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-400-normal.woff index 7b0387255f4..04df3d8859c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-400-normal.woff2 index c0fa48279da..06ae1ba4e0b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-500-normal.woff index ef985ece6d2..7d91ae0d309 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-500-normal.woff2 index 84534239c07..e698a07855d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-600-normal.woff index e3a9afbc8c4..279c753cae6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-600-normal.woff2 index 6d951d874e6..54becbe7c0d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-700-normal.woff index e6891b8ac81..2729551a781 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-700-normal.woff2 index 14a4d24e956..f96b66beae3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-800-normal.woff new file mode 100644 index 00000000000..4dcf11bb553 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-800-normal.woff2 new file mode 100644 index 00000000000..87a047b676f Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-900-normal.woff index 3f1f96d484b..fdaeeac0ef9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-900-normal.woff2 index f116bb78f25..dfe4b21b51c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-74-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-74-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-200-normal.woff index 931864e9a8a..8daf502fae3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-200-normal.woff2 index b092bd755d4..9ea6108e045 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-300-normal.woff index 91624e8f2c8..2e2251b0692 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-300-normal.woff2 index 5a82788782e..2b19e0517a0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-400-normal.woff index 19e3d6d46d5..065a880687b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-400-normal.woff2 index 895d25acb44..7f148964200 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-500-normal.woff index db6a3cfe2ee..2367469ff00 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-500-normal.woff2 index a2aa4dea4b7..c0700322f66 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-600-normal.woff index 3d101861aa9..953013a2cb2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-600-normal.woff2 index dfd6490d317..f591f42388c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-700-normal.woff index f1a284fd1fa..089ff6f5bc2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-700-normal.woff2 index 8abec2429b7..5fc0c189022 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-800-normal.woff new file mode 100644 index 00000000000..4c989a79450 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-800-normal.woff2 new file mode 100644 index 00000000000..0e94d206749 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-900-normal.woff index fa77dba7f43..1c28b1c8db2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-900-normal.woff2 index 3bb8945ffc1..6a0a5f71ba3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-75-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-75-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-200-normal.woff index 0b8533fade9..521b468536b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-200-normal.woff2 index ac38ad4f5c3..14d0576c749 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-300-normal.woff index a350c968054..010b605ad0e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-300-normal.woff2 index 85f194b5dbe..25ff9d5ba82 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-400-normal.woff index 79f5d5e97ca..06a5b8779a7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-400-normal.woff2 index f2087a6dcbf..a54ab38f92c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-500-normal.woff index e1f1265d61f..e16b83d6bed 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-500-normal.woff2 index 1637767a318..ac3c5f17a3c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-600-normal.woff index 97cac12ce62..242ecd983b9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-600-normal.woff2 index 9d4188d046e..d1f6e291fa4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-700-normal.woff index e94446a92a8..72e42012eb0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-700-normal.woff2 index 43e7fc4cc8a..06b4957c076 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-800-normal.woff new file mode 100644 index 00000000000..25f329a1821 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-800-normal.woff2 new file mode 100644 index 00000000000..e8f2e050493 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-900-normal.woff index a94d96f1f90..a294a4438b2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-900-normal.woff2 index 7752146bc1c..84d96ab871b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-76-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-76-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-200-normal.woff index 43e179865fe..13d63bcbe07 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-200-normal.woff2 index a2d6d253324..c4406289b56 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-300-normal.woff index 2e07363646e..8f7eaed8935 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-300-normal.woff2 index c69f7954b4d..85672ee4ce6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-400-normal.woff index 19e78e464d4..1b696b45422 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-400-normal.woff2 index d2a2aac95a2..beb40641f35 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-500-normal.woff index 667e58054c5..0b6a4e18da2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-500-normal.woff2 index bce64448bbb..2239f05dc7a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-600-normal.woff index 3df318e4045..4dbff110ecd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-600-normal.woff2 index 137a938ad42..b9a735d12cc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-700-normal.woff index 92b3fd8433d..f531f22bbe5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-700-normal.woff2 index c819f1455ef..2fabafc7ac2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-800-normal.woff new file mode 100644 index 00000000000..933189504b7 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-800-normal.woff2 new file mode 100644 index 00000000000..633705e0f70 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-900-normal.woff index 462fb013375..82f8a40f0fc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-900-normal.woff2 index f15af59b106..d20fa0f1c04 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-77-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-77-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-200-normal.woff index 014f4d7f373..a3a4f05a578 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-200-normal.woff2 index 800988fa764..e34fa45fbb5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-300-normal.woff index 1fe0af2a835..05211c57bed 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-300-normal.woff2 index ff7f8b9f5ae..714855839b8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-400-normal.woff index 6a809b36006..6e7749ac16e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-400-normal.woff2 index 2a480646071..3ee9873d3ed 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-500-normal.woff index 489cf438a54..a0a19f77bbf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-500-normal.woff2 index efe8bd66586..6d37db55127 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-600-normal.woff index 5fc6ebb46eb..61e2f4332a0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-600-normal.woff2 index 3fb6ff73aba..06ab50cbc99 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-700-normal.woff index c7ba5e5f93a..b0a9c3666ba 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-700-normal.woff2 index 4a6073629cc..6ab4906ac6e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-800-normal.woff new file mode 100644 index 00000000000..bb9de43f89b Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-800-normal.woff2 new file mode 100644 index 00000000000..2df8c60c5cd Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-900-normal.woff index f64bee0147c..cdf41ae87df 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-900-normal.woff2 index 7bf6b5ec202..a31f566b49e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-78-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-78-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-200-normal.woff index 7b1c459c715..76e586a0c14 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-200-normal.woff2 index e76cff905b0..9ad6cb204e7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-300-normal.woff index 2b693cc51f5..e41950100ef 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-300-normal.woff2 index 77bc5b3c23b..af9bd0a1743 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-400-normal.woff index ccd0f765d7a..7353e88dc59 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-400-normal.woff2 index 78e7a86e7d0..c11736ee619 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-500-normal.woff index 1f249d685ff..6319a180c37 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-500-normal.woff2 index 363605de981..f7c74f1f712 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-600-normal.woff index 1d6171fbc78..a44a51bd2d2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-600-normal.woff2 index f0a40f2f0c1..1e7df9df00e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-700-normal.woff index 99b36efa1f7..1732f4c9078 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-700-normal.woff2 index f06bbbad144..392f10c6ebb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-800-normal.woff new file mode 100644 index 00000000000..89e2e8615cc Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-800-normal.woff2 new file mode 100644 index 00000000000..4c51e18bd20 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-900-normal.woff index 5f2bf054053..8adedb5788b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-900-normal.woff2 index 941a6d8b6fa..4d2ea1011c6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-79-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-79-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-200-normal.woff index 14908133fbf..b9b81e50b73 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-200-normal.woff2 index 59ad4bbc9a9..3a7b586f45a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-300-normal.woff index d9a6eebb324..584eea034a0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-300-normal.woff2 index 301aebd464f..eeaffb3941f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-400-normal.woff index d8cc6781e73..8f6a8cdd411 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-400-normal.woff2 index 844d4eaa8f3..90b1693ff72 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-500-normal.woff index 3b5de6d0090..4bb1744efd5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-500-normal.woff2 index 4ea53f220f2..5945da6f7a4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-600-normal.woff index 38859ee805e..49dc5872e9b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-600-normal.woff2 index 66179af398d..b25893421b4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-700-normal.woff index 53a913639b5..e4d7f359cc2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-700-normal.woff2 index 4e28ce5015c..b40436877e9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-800-normal.woff new file mode 100644 index 00000000000..76e8d5f87d8 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-800-normal.woff2 new file mode 100644 index 00000000000..569f24786b5 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-900-normal.woff index e4ca57a5661..3a8a532f2f2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-900-normal.woff2 index 50ca5b81948..3601d924b1c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-8-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-8-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-200-normal.woff index d3a632f8d1d..9d3152689b0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-200-normal.woff2 index cb762d54ce2..f6fbaebeb98 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-300-normal.woff index 126c3ab4b8c..c737614dbc1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-300-normal.woff2 index 800afbb98e4..e58de8b5d8e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-400-normal.woff index d87efeb48d8..a26bfe502d5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-400-normal.woff2 index a24e0c8b673..49a66e3f657 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-500-normal.woff index ddd72967f98..812a92db602 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-500-normal.woff2 index 142657fb258..3378be87cb9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-600-normal.woff index df033185710..fa992402e01 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-600-normal.woff2 index a19fc53abc3..40951df0030 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-700-normal.woff index b48dba90b63..d5c0f7c4019 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-700-normal.woff2 index 4b98752d4c7..6d9eea2d694 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-800-normal.woff new file mode 100644 index 00000000000..b1524d3f2c9 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-800-normal.woff2 new file mode 100644 index 00000000000..86d0ab01a9f Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-900-normal.woff index edf0a6dea06..f6cf3aa03df 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-900-normal.woff2 index 0608372a4fc..f9368d40cf6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-80-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-80-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-200-normal.woff index 7f9fb126d95..a1ff091befc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-200-normal.woff2 index 6becd830b05..43139540986 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-300-normal.woff index 8288ebadf72..bd3f24dc4d7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-300-normal.woff2 index 7d4b93bf5b4..9169bfb34fd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-400-normal.woff index bf7de8130f3..745ab88148c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-400-normal.woff2 index 42119412f7a..ca574c1d382 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-500-normal.woff index 9826c76dd73..982ff3b8ca6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-500-normal.woff2 index 7cea7b5f911..7a6c3fea6cf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-600-normal.woff index 48c3cbc3620..8b51210234c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-600-normal.woff2 index 76f29650d78..e939171ccbb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-700-normal.woff index 94cf025b548..736bc705c63 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-700-normal.woff2 index 78ec1c27320..c5c8dd4b955 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-800-normal.woff new file mode 100644 index 00000000000..4ddf9669e08 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-800-normal.woff2 new file mode 100644 index 00000000000..668a52dc66f Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-900-normal.woff index ed8e232301f..7211d632b00 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-900-normal.woff2 index 777a3b2f748..1287fcace22 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-81-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-81-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-200-normal.woff index 4a7d0e76a27..ab5a795a667 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-200-normal.woff2 index 77f8dbf82f6..d33f66e1387 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-300-normal.woff index c67ea6c0e0a..fd636f1657d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-300-normal.woff2 index 3326571bb2e..6d3192a561c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-400-normal.woff index 84ee40f0a42..5ca0e711eed 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-400-normal.woff2 index e7cc746c718..9f8c20da70e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-500-normal.woff index 172e70fa637..e5cfeb89ad7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-500-normal.woff2 index 1c7947c3f0a..a65048b8bed 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-600-normal.woff index f79a9a73bbf..5985d72e5a2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-600-normal.woff2 index a1f31fb66fb..d70459c7a94 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-700-normal.woff index a521c3bc7c9..3b5ce53e17b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-700-normal.woff2 index 02d84e23084..82777ad3433 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-800-normal.woff new file mode 100644 index 00000000000..f37c7d01623 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-800-normal.woff2 new file mode 100644 index 00000000000..d4fa81ecaee Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-900-normal.woff index 89f5a99b104..71ca6ceab0c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-900-normal.woff2 index 5a89a57c2d9..ecf72f42a6b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-82-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-82-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-200-normal.woff index 2553d108cc2..ac948f7f153 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-200-normal.woff2 index 70e06c956e0..827d867018a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-300-normal.woff index 72f6a495d19..3e6afc349dd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-300-normal.woff2 index e5ea1afae2d..b2ce18427b8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-400-normal.woff index 025535ed87b..cb39fdd3b04 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-400-normal.woff2 index 5d1c754f49b..90189841218 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-500-normal.woff index 79f3ec5d0b3..d267ea977a3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-500-normal.woff2 index 71f225fa21d..2eb55740e66 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-600-normal.woff index b68ff0bc896..0cb820e5e9f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-600-normal.woff2 index f64bcb42290..d25b912f450 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-700-normal.woff index 4982ac2f296..c019e656440 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-700-normal.woff2 index 45ca2066699..1870a3e76c9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-800-normal.woff new file mode 100644 index 00000000000..a5251a952f4 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-800-normal.woff2 new file mode 100644 index 00000000000..b7b8d1e7c27 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-900-normal.woff index 5daaf7b7cb4..a7420eabdee 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-900-normal.woff2 index bad901bfa04..dd564599498 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-83-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-83-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-200-normal.woff index 4d72ab9a678..8c66343c302 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-200-normal.woff2 index b40ad5fee7a..4e1caafa57c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-300-normal.woff index d6c87c6b1ff..361d3ede5be 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-300-normal.woff2 index 4256192449d..555b85c8381 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-400-normal.woff index 23d56578ac3..94a4d22270d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-400-normal.woff2 index 077c0e977f0..911a1fa5d92 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-500-normal.woff index d6f7b73c6f5..adee99f47de 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-500-normal.woff2 index 4253f11b4b1..63b6e577065 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-600-normal.woff index 83c44b69cea..8d4f570b02f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-600-normal.woff2 index 4192daffc19..9804ce8f0a8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-700-normal.woff index 321ed9151c9..b9523a4e78e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-700-normal.woff2 index da2a95842f8..5bc7549ed70 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-800-normal.woff new file mode 100644 index 00000000000..02f94ec076f Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-800-normal.woff2 new file mode 100644 index 00000000000..a7313b956b3 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-900-normal.woff index 064432fda9d..8d497d72820 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-900-normal.woff2 index a92e875f96b..7aca79760d6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-84-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-84-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-200-normal.woff index 09c1ebec9e8..a2f6b23e34a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-200-normal.woff2 index 70d02197550..e9b717c4a1b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-300-normal.woff index 12a747911ff..6e8ac2fc8ed 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-300-normal.woff2 index d70b4bbc6a9..b224900dfff 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-400-normal.woff index 2a485de2c12..b4e7f2e7bb4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-400-normal.woff2 index aff55a7dd9f..c2455ac45b6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-500-normal.woff index 2a3846058f7..a56e0809bfb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-500-normal.woff2 index f81c1daa74e..d3c57e3d0dc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-600-normal.woff index 7d2379ec576..cc7c900deb5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-600-normal.woff2 index a076b0da850..d3b06bbea50 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-700-normal.woff index 9ef459bb9a2..c7396c9f75f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-700-normal.woff2 index ac67ac2bedc..b816e8d6707 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-800-normal.woff new file mode 100644 index 00000000000..49f28bdd562 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-800-normal.woff2 new file mode 100644 index 00000000000..da24029c955 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-900-normal.woff index 0bbf0bbcc70..7f64e7926ae 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-900-normal.woff2 index 6246cee7aaf..a668ce18650 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-85-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-85-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-200-normal.woff index b62f4d1eb02..5998d8d2f1e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-200-normal.woff2 index 3c03bcdfc49..0754f91931b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-300-normal.woff index d32e503d42e..395bac6da19 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-300-normal.woff2 index a0276d1c1a2..6a174e7e311 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-400-normal.woff index 8acc7bfb0c8..9ff2637d67c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-400-normal.woff2 index e3cd3d0ef05..21f7dd89555 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-500-normal.woff index 2d93dee5569..fb6f39f495e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-500-normal.woff2 index dda2e16829b..022d214ca6c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-600-normal.woff index b990467b876..b311bb740f0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-600-normal.woff2 index 7be22ee8443..d64b3fab212 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-700-normal.woff index cb381c59136..531c2374de9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-700-normal.woff2 index fa2c5c0159c..3b19e4e592a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-800-normal.woff new file mode 100644 index 00000000000..e03114a7dac Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-800-normal.woff2 new file mode 100644 index 00000000000..5caf1797b8e Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-900-normal.woff index 9887e8f6302..0d37fac20af 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-900-normal.woff2 index ed8429f131c..ab7002d641a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-86-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-86-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-200-normal.woff index 4746ddaaf9f..628a8579811 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-200-normal.woff2 index 714865b2689..8770084a05a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-300-normal.woff index 9e2e3d71ab6..ee5261bebf0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-300-normal.woff2 index de60cd53a23..23cf109fe31 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-400-normal.woff index 253bb4f0f5d..5e479560651 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-400-normal.woff2 index 2496fda9163..0190007f36b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-500-normal.woff index e70768c7098..0bc10d7cfff 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-500-normal.woff2 index 381e284f564..c74f298d90b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-600-normal.woff index 30230c028de..c0484e96d0f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-600-normal.woff2 index 555f6ecd119..9291c0a1874 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-700-normal.woff index 9b9ed26f10b..27fc33048da 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-700-normal.woff2 index b2ad4f53077..1636b100b52 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-800-normal.woff new file mode 100644 index 00000000000..437cc71b82f Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-800-normal.woff2 new file mode 100644 index 00000000000..d4561803164 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-900-normal.woff index b9e53d5e6eb..86aae097d08 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-900-normal.woff2 index 9282876f199..e74a80ac2fb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-87-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-87-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-200-normal.woff index 4f7e000b300..2bc0b96225a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-200-normal.woff2 index 48b5bdfed01..c898e224ea1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-300-normal.woff index a06c514dc0a..0905d67b9f8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-300-normal.woff2 index 21000df4299..1324064b151 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-400-normal.woff index f1fc396d8bb..6962f2460a3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-400-normal.woff2 index 702eb1d1858..e612f15015c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-500-normal.woff index 6d278b30978..e0c310ffae5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-500-normal.woff2 index 64d97e73b88..5702e4b9fa8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-600-normal.woff index bbbc3bc4055..b43105c11f4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-600-normal.woff2 index 5781972cd79..cb9d458deb1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-700-normal.woff index e2dc7d66016..6e7dae18306 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-700-normal.woff2 index 8583e548b51..502e81bc943 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-800-normal.woff new file mode 100644 index 00000000000..2fd1eca5f12 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-800-normal.woff2 new file mode 100644 index 00000000000..0a90382af80 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-900-normal.woff index c1f06706c46..2f263f4ee37 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-900-normal.woff2 index 91f20ebf4b3..b5a96449a11 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-88-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-88-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-200-normal.woff index b2ef2af289f..85c65299391 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-200-normal.woff2 index 6b2a0d425b1..80a10df1864 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-300-normal.woff index 597e9b31e09..07fd43f4346 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-300-normal.woff2 index 6891941f8d2..ef7e9cbf9e3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-400-normal.woff index 344aa526ca4..07170bea91d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-400-normal.woff2 index 7213b254f84..c6635bd3c44 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-500-normal.woff index db4f9f08d09..2cd49d4a8b3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-500-normal.woff2 index a018a13faae..73f015413bd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-600-normal.woff index d04a7cae29a..985d2902cf9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-600-normal.woff2 index 673045bf2eb..418ae236cd5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-700-normal.woff index 2f1d40c840d..ac26078b5d2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-700-normal.woff2 index 97caad335da..cf5a5d67201 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-800-normal.woff new file mode 100644 index 00000000000..87e5fb723ca Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-800-normal.woff2 new file mode 100644 index 00000000000..5c163f2a411 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-900-normal.woff index fb6a1c408ea..9f56b6bfbce 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-900-normal.woff2 index 2f5ae5ae35c..b020dfe426b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-89-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-89-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-200-normal.woff index 5247aa763b4..a38882cf9bc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-200-normal.woff2 index 4db651babd7..2e8cc492473 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-300-normal.woff index 58639a3721d..0b3fa670ff9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-300-normal.woff2 index c53317e222b..87b0a557c2b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-400-normal.woff index ff2203aa9fb..61344a5b811 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-400-normal.woff2 index 5eb83bec71b..cd71400491f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-500-normal.woff index f62a9a63fe9..3d125f71e6b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-500-normal.woff2 index 341ef568ca3..e15bc94609a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-600-normal.woff index 0a3bfc06686..55e4ff73878 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-600-normal.woff2 index 36457beb8b7..90c5618675a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-700-normal.woff index 9e63231ea95..f2822441d0f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-700-normal.woff2 index 65c6164c124..ac23b43a609 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-800-normal.woff new file mode 100644 index 00000000000..84a2080c28f Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-800-normal.woff2 new file mode 100644 index 00000000000..134a1af4d76 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-900-normal.woff index 2568dd13aff..fc4da029834 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-900-normal.woff2 index b491b39b982..5023d4fc81a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-9-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-9-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-200-normal.woff index f226f0aa43b..b61492ab2d2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-200-normal.woff2 index a295a396254..fae51e28d0d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-300-normal.woff index e94ff073a82..94ddd07e3e3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-300-normal.woff2 index 9fa1758e1bb..c821cb11d78 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-400-normal.woff index a1660ef5234..f6f67c1e1f7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-400-normal.woff2 index 554d57f31b3..df8b94acc67 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-500-normal.woff index 21af0f983fb..3222ff50c79 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-500-normal.woff2 index a3087f148ce..0cc81c4c1f5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-600-normal.woff index d982f840937..5db9d963b2f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-600-normal.woff2 index b86cb253eb4..f31f49301d8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-700-normal.woff index 6ac8c176c41..1e56a9a4198 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-700-normal.woff2 index ba5cc3b4a61..68516adbef8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-800-normal.woff new file mode 100644 index 00000000000..0e5b8701373 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-800-normal.woff2 new file mode 100644 index 00000000000..4e5c036a914 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-900-normal.woff index 060a2672a85..d183b6e07bb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-900-normal.woff2 index 98c86a54fcd..e9d5602cb43 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-90-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-90-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-200-normal.woff index c14de8a50cd..c0e1e041487 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-200-normal.woff2 index 2f952e4f73b..0650893cb81 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-300-normal.woff index 530656ca39e..933118ed081 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-300-normal.woff2 index 5ad81d2ec36..5496fb16359 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-400-normal.woff index 7fe11f054dd..05e2a1dba87 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-400-normal.woff2 index df043d2f0af..c5a0e10b8d2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-500-normal.woff index f89fb3d68c7..97427684eb5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-500-normal.woff2 index 9cca5160907..6170c8cf8e0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-600-normal.woff index 35511f20395..e183ad9427d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-600-normal.woff2 index 1e06a598d1c..495568b688a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-700-normal.woff index 0e0f9ed5d5f..10b3b185799 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-700-normal.woff2 index 96cbceb7fb9..06373411511 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-800-normal.woff new file mode 100644 index 00000000000..92e88d8e86d Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-800-normal.woff2 new file mode 100644 index 00000000000..35fcf965c88 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-900-normal.woff index a05a0e01746..1117f9b2d0c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-900-normal.woff2 index 047dd5c0ed2..749daaf8005 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-91-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-91-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-200-normal.woff index ff40e8ee108..3bc80537757 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-200-normal.woff2 index d224b0d8517..e238cc48126 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-300-normal.woff index c92e46bba9f..c0e0df38379 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-300-normal.woff2 index 5f2b114e1b4..aef289a5451 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-400-normal.woff index b7ed1dd8973..2683409c429 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-400-normal.woff2 index 4252b4d9838..20e0f4f1be9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-500-normal.woff index 4957846beae..9ae558cba56 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-500-normal.woff2 index 95a4214f034..aa7d6e576fd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-600-normal.woff index ec8b965d376..00fbebae1f2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-600-normal.woff2 index 817a4440410..7c560bc9925 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-700-normal.woff index d50d91267ee..f6537ba1026 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-700-normal.woff2 index f5a206d6c48..72afb3f308b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-800-normal.woff new file mode 100644 index 00000000000..1a04019c6cb Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-800-normal.woff2 new file mode 100644 index 00000000000..5fcef4b490b Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-900-normal.woff index 738642bbd9f..f1d72ef3de7 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-900-normal.woff2 index 203a7bdd32b..9032befe1c1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-92-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-92-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-200-normal.woff index 231339627d3..fdc85ca04ec 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-200-normal.woff2 index 3933d8106d6..44a231db5c1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-300-normal.woff index 774ae2be053..0af3151ce13 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-300-normal.woff2 index 20510d8580e..3dfa164a0e3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-400-normal.woff index 9c7cc06d896..f91c5810fc3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-400-normal.woff2 index 0ce22822aec..991622c1eb8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-500-normal.woff index fa3d4fc63f4..6e4738f828b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-500-normal.woff2 index b7cae4832ff..d5b8b424b0a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-600-normal.woff index 5695deba57f..6b75b7b9768 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-600-normal.woff2 index bd81a6c6fe4..a624e43383a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-700-normal.woff index 14ace1a2fce..0d8deece3fb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-700-normal.woff2 index ca48514588d..5ec70ac9ab6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-800-normal.woff new file mode 100644 index 00000000000..b255f42bc71 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-800-normal.woff2 new file mode 100644 index 00000000000..0095be9594c Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-900-normal.woff index 18319a15924..662e5a3689e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-900-normal.woff2 index 506ca1b7261..7cec4f68be8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-93-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-93-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-200-normal.woff index ddec0cf4c59..7e044db59ef 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-200-normal.woff2 index 47117d6c427..290b794fc5f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-300-normal.woff index 81c85d2b291..0269a7c7e0c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-300-normal.woff2 index f051ae8b0b8..553ceb914b9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-400-normal.woff index 5f3909cf13c..ed5e07488e4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-400-normal.woff2 index be4ee30b69d..70f6288fd31 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-500-normal.woff index 199e330189b..7a42531332d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-500-normal.woff2 index 138bde13b89..82195ea706d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-600-normal.woff index 913e8d45a92..daec26fbc04 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-600-normal.woff2 index 37bcfffda97..5e1397892ce 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-700-normal.woff index 02fac19fe53..7367f8f5ee8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-700-normal.woff2 index d5cbf198ad8..49b90705697 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-800-normal.woff new file mode 100644 index 00000000000..2bf5a156f65 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-800-normal.woff2 new file mode 100644 index 00000000000..9a8274a3736 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-900-normal.woff index 5da35fbdd0e..deed97b2b29 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-900-normal.woff2 index 0fef38628b9..f2af1efe4cb 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-94-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-94-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-200-normal.woff index 25e42c1da19..deae001cbcc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-200-normal.woff2 index fc677ecf6fd..84231aec9ba 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-300-normal.woff index 54d4d06ef3c..0060de0b2b3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-300-normal.woff2 index 6f188f24ff0..5245cf8178c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-400-normal.woff index c46367475cc..6b299238808 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-400-normal.woff2 index d71abef3004..f9641e3e5ba 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-500-normal.woff index 0d6b4d11c3a..ecad6eb6765 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-500-normal.woff2 index 27bbaa0c443..a821a0a9194 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-600-normal.woff index fd3d2a43393..9408be40c3e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-600-normal.woff2 index 0db1d92a23c..53047c5cd1e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-700-normal.woff index e5f1235d608..f2a86ee7a9d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-700-normal.woff2 index 664d11dd571..0aeadda3f08 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-800-normal.woff new file mode 100644 index 00000000000..7f10dd4a378 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-800-normal.woff2 new file mode 100644 index 00000000000..60e21a7d47d Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-900-normal.woff index 3832ed0a610..32ad58cdb86 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-900-normal.woff2 index acfdb88ed53..b0d74e06d52 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-95-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-95-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-200-normal.woff index e1445ef092f..11104ec487a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-200-normal.woff2 index a4ac3e4c7e1..bae7abf33e0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-300-normal.woff index 1ab03fba70a..d22fc079b5c 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-300-normal.woff2 index d86dfc32a6b..f69f318afc2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-400-normal.woff index 4a5610a8466..7ee99e81a65 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-400-normal.woff2 index ebcf8ea1689..b0f5119ba28 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-500-normal.woff index 7f1f4d96f4f..f42f3bd6c3f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-500-normal.woff2 index 04e64cd23bf..ad371c8c7fe 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-600-normal.woff index bfb5faebd4d..4fab1669d78 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-600-normal.woff2 index 1623111b6d4..3a22b7534ac 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-700-normal.woff index 585711246a4..275b41e633f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-700-normal.woff2 index 93a37015bf1..eb9f5b8993e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-800-normal.woff new file mode 100644 index 00000000000..e8fed1a5410 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-800-normal.woff2 new file mode 100644 index 00000000000..c92dbbb300a Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-900-normal.woff index bdc36f35f65..005e2c07972 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-900-normal.woff2 index 9d90e28093e..2b8b406ceee 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-96-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-96-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-200-normal.woff index 1168a8c0142..0813ea98287 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-200-normal.woff2 index f17fad7f210..a004c0d78db 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-300-normal.woff index 6eae2cf7d0d..352b4fdd1c1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-300-normal.woff2 index b0e3ba883dd..985ae34406d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-400-normal.woff index 4be3d56aa46..536b489733f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-400-normal.woff2 index 29c33ebfb90..be34c4f6295 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-500-normal.woff index 088f2268ad0..7070e7c8fa4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-500-normal.woff2 index c5b05f08ba5..b499edad0f4 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-600-normal.woff index af05e893f8d..3fd271a0f70 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-600-normal.woff2 index 49107a01cf3..20e343a507f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-700-normal.woff index 3a3278db192..8fa5003eca2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-700-normal.woff2 index 8aafe29ab8b..0212f16aef1 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-800-normal.woff new file mode 100644 index 00000000000..db57fa99df4 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-800-normal.woff2 new file mode 100644 index 00000000000..927a3ba4681 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-900-normal.woff index 9953d4b1cac..826be9df4a5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-900-normal.woff2 index a9fb2237a88..d73c7222f72 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-97-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-97-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-200-normal.woff index 46e50a55596..aa62419e9c6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-200-normal.woff2 index a09f076bc2f..689dcf116a9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-300-normal.woff index 1afadc5a19d..5bfa7458297 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-300-normal.woff2 index 1900495b066..31eeae00b69 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-400-normal.woff index 22c8b655024..2db1897b2af 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-400-normal.woff2 index 780c0d6ab73..229352450fd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-500-normal.woff index d2dc6c9bdae..127e7137229 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-500-normal.woff2 index 619ef879b44..465ba433e41 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-600-normal.woff index b3234a3e9b9..89c1f6c03af 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-600-normal.woff2 index 5afc74ff43f..3b29f52e6bf 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-700-normal.woff index c8c13f9f183..ad545d570a3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-700-normal.woff2 index 33030797ed4..1f99b9a821e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-800-normal.woff new file mode 100644 index 00000000000..d0b6d68b489 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-800-normal.woff2 new file mode 100644 index 00000000000..60b6ee2b0e6 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-900-normal.woff index b4374dbb6a7..4ed7b3ce538 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-900-normal.woff2 index 45377c1e6c0..130aef3a6af 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-98-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-98-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-200-normal.woff index b90329e2411..d749e1c9fa2 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-200-normal.woff2 index 0ce3a5173bd..ef1211a56a3 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-300-normal.woff index 593785e93d2..5f72926e6b9 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-300-normal.woff2 index 8391798f7a9..e79c1eb4fbc 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-400-normal.woff index ea72255c573..0c8d7f05c61 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-400-normal.woff2 index c14d89bfafa..0af90329e56 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-500-normal.woff index ede264ba83a..d9c751b78e8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-500-normal.woff2 index e6aa0e4b7eb..1ef744d1b46 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-600-normal.woff index 4c66ffdce67..179e475304b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-600-normal.woff2 index 2de070a5c8e..0769b242469 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-700-normal.woff index 206afbdc950..19c086cb693 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-700-normal.woff2 index 23e0a67e595..3072c90a3dd 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-800-normal.woff new file mode 100644 index 00000000000..b304462d785 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-800-normal.woff2 new file mode 100644 index 00000000000..19f6b440a52 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-900-normal.woff index b972b2b6c6e..ce2f43354c0 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-900-normal.woff2 index 29cacc8206d..26f5b0c5ec8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-99-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-99-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-200-normal.woff new file mode 100644 index 00000000000..e37a5881693 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-200-normal.woff2 new file mode 100644 index 00000000000..9e875e487b3 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-300-normal.woff new file mode 100644 index 00000000000..27f2055b143 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-300-normal.woff2 new file mode 100644 index 00000000000..95b1ae4ee18 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-400-normal.woff new file mode 100644 index 00000000000..30483bf19e9 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-400-normal.woff2 new file mode 100644 index 00000000000..58c7f5d5ec1 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-500-normal.woff new file mode 100644 index 00000000000..a9a8d7c0efb Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-500-normal.woff2 new file mode 100644 index 00000000000..f02b32697af Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-600-normal.woff new file mode 100644 index 00000000000..9a5a010d556 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-600-normal.woff2 new file mode 100644 index 00000000000..1da0a9d0f2a Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-700-normal.woff new file mode 100644 index 00000000000..d1d1466eedb Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-700-normal.woff2 new file mode 100644 index 00000000000..8102e6174ca Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-800-normal.woff new file mode 100644 index 00000000000..e4644b92a28 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-800-normal.woff2 new file mode 100644 index 00000000000..f51d918ea38 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-900-normal.woff new file mode 100644 index 00000000000..fad9e19d667 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-900-normal.woff2 new file mode 100644 index 00000000000..dfb26b7e3d4 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-cyrillic-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-200-normal.woff index 441efe620fc..665a3eb59b5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-200-normal.woff2 index ae503f92e4e..915f7532d78 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-300-normal.woff index 4af46342297..f48ab0a48a5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-300-normal.woff2 index 058f28fbf4e..2ec43bb4d16 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-400-normal.woff index c6d1e13051a..bb9471ec3ea 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-400-normal.woff2 index d42bc3e1858..bcf3d99002e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-500-normal.woff index 0d9bcaba09c..524968ba858 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-500-normal.woff2 index e1054d7b6d4..7a834775091 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-600-normal.woff index 667df341a37..38fabd5f58e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-600-normal.woff2 index e3f6005f331..888e8dfc8d8 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-700-normal.woff index 23b983ce64e..44a9a1a830e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-700-normal.woff2 index 1f0af2b42e1..a6ee294b983 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-800-normal.woff new file mode 100644 index 00000000000..ae381642069 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-800-normal.woff2 new file mode 100644 index 00000000000..b43d93ff4eb Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-900-normal.woff index 1bd319dfd45..b90e778fce6 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-900-normal.woff2 index d013435858a..653a5830954 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-japanese-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-200-normal.woff index 07d5c568bf8..8409be1f85f 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-200-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-200-normal.woff2 index ba1c8023956..914d096bd69 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-200-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-300-normal.woff index dc46c0d8a1e..798ba9f6ef5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-300-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-300-normal.woff2 index 41def42ca14..ab161499695 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-300-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-400-normal.woff index 2d7bc063a0a..bbc71cceede 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-400-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-400-normal.woff2 index cfc91dca6cb..95455a5453d 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-400-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-500-normal.woff index d97054411ed..1680d60578a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-500-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-500-normal.woff2 index 2f602748972..0f1932a3e1b 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-500-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-600-normal.woff index 4ecc84e5087..25d89408898 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-600-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-600-normal.woff2 index 285d579ab9e..5aaad1ba728 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-600-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-700-normal.woff index 90e174a1d2f..c6af716fc3a 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-700-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-700-normal.woff2 index 2a55ef544c0..d59cac3ac8e 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-700-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-800-normal.woff new file mode 100644 index 00000000000..ea20e0367d8 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-800-normal.woff2 new file mode 100644 index 00000000000..0b52bd5df4e Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-900-normal.woff index 7b74b7a7241..93f75649e31 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-900-normal.woff and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-900-normal.woff2 index db9d3c53a40..d0767f599c5 100644 Binary files a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-900-normal.woff2 and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-200-normal.woff new file mode 100644 index 00000000000..fde76e3e3a9 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-200-normal.woff2 new file mode 100644 index 00000000000..6921e0b9598 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-300-normal.woff new file mode 100644 index 00000000000..3ea83e74843 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-300-normal.woff2 new file mode 100644 index 00000000000..b4a4983aed2 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-400-normal.woff new file mode 100644 index 00000000000..5959992dd30 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-400-normal.woff2 new file mode 100644 index 00000000000..d2234d04147 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-500-normal.woff new file mode 100644 index 00000000000..bf2fca07e8b Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-500-normal.woff2 new file mode 100644 index 00000000000..90437555582 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-600-normal.woff new file mode 100644 index 00000000000..f7317fb69b8 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-600-normal.woff2 new file mode 100644 index 00000000000..ccca6716c1e Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-700-normal.woff new file mode 100644 index 00000000000..350134cece6 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-700-normal.woff2 new file mode 100644 index 00000000000..724126222ac Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-800-normal.woff new file mode 100644 index 00000000000..928d1dc5d8a Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-800-normal.woff2 new file mode 100644 index 00000000000..4ea98bd26d0 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-900-normal.woff new file mode 100644 index 00000000000..8252bfa92c5 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-900-normal.woff2 new file mode 100644 index 00000000000..0c9e44581c8 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-latin-ext-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-200-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-200-normal.woff new file mode 100644 index 00000000000..2a3c12c17b5 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-200-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-200-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-200-normal.woff2 new file mode 100644 index 00000000000..10cfb27b34e Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-300-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-300-normal.woff new file mode 100644 index 00000000000..05a2f985d62 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-300-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-300-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-300-normal.woff2 new file mode 100644 index 00000000000..608356d1d80 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-400-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-400-normal.woff new file mode 100644 index 00000000000..b517f1dd344 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-400-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-400-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-400-normal.woff2 new file mode 100644 index 00000000000..54456e27078 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-500-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-500-normal.woff new file mode 100644 index 00000000000..e43ee09ce61 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-500-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-500-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-500-normal.woff2 new file mode 100644 index 00000000000..f3e9d2096d6 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-600-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-600-normal.woff new file mode 100644 index 00000000000..d9aaeaae8c9 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-600-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-600-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-600-normal.woff2 new file mode 100644 index 00000000000..6f8d0f15af7 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-700-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-700-normal.woff new file mode 100644 index 00000000000..1856bd88348 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-700-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-700-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-700-normal.woff2 new file mode 100644 index 00000000000..8f162f8949a Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-800-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-800-normal.woff new file mode 100644 index 00000000000..389de70e046 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-800-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-800-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-800-normal.woff2 new file mode 100644 index 00000000000..595517c94f3 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-900-normal.woff b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-900-normal.woff new file mode 100644 index 00000000000..29020686344 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-900-normal.woff differ diff --git a/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-900-normal.woff2 b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-900-normal.woff2 new file mode 100644 index 00000000000..01bb9373149 Binary files /dev/null and b/fonts/google/noto-serif-jp/files/noto-serif-jp-vietnamese-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-jp/index.css b/fonts/google/noto-serif-jp/index.css index 14ceac3bc4f..fe91585723a 100644 --- a/fonts/google/noto-serif-jp/index.css +++ b/fonts/google/noto-serif-jp/index.css @@ -1198,6 +1198,36 @@ unicode-range: U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e; } +/* noto-serif-jp-cyrillic-400-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-jp-cyrillic-400-normal.woff2) format('woff2'), url(./files/noto-serif-jp-cyrillic-400-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-jp-vietnamese-400-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-jp-vietnamese-400-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-400-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-jp-latin-ext-400-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-jp-latin-ext-400-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-400-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + /* noto-serif-jp-latin-400-normal */ @font-face { font-family: 'Noto Serif JP'; diff --git a/fonts/google/noto-serif-jp/japanese-800.css b/fonts/google/noto-serif-jp/japanese-800.css new file mode 100644 index 00000000000..571d016d550 --- /dev/null +++ b/fonts/google/noto-serif-jp/japanese-800.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-japanese-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-japanese-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-japanese-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/japanese.css b/fonts/google/noto-serif-jp/japanese.css index 56140449bd0..c5532b1d66b 100644 --- a/fonts/google/noto-serif-jp/japanese.css +++ b/fonts/google/noto-serif-jp/japanese.css @@ -52,6 +52,15 @@ src: url(./files/noto-serif-jp-japanese-700-normal.woff2) format('woff2'), url(./files/noto-serif-jp-japanese-700-normal.woff) format('woff'); } +/* noto-serif-jp-japanese-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-japanese-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-japanese-800-normal.woff) format('woff'); +} + /* noto-serif-jp-japanese-900-normal */ @font-face { font-family: 'Noto Serif JP'; diff --git a/fonts/google/noto-serif-jp/latin-800.css b/fonts/google/noto-serif-jp/latin-800.css new file mode 100644 index 00000000000..c5c4824b42d --- /dev/null +++ b/fonts/google/noto-serif-jp/latin-800.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-latin-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-latin-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/latin-ext-200.css b/fonts/google/noto-serif-jp/latin-ext-200.css new file mode 100644 index 00000000000..34a18a4f818 --- /dev/null +++ b/fonts/google/noto-serif-jp/latin-ext-200.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-latin-ext-200-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-jp-latin-ext-200-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-200-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/latin-ext-300.css b/fonts/google/noto-serif-jp/latin-ext-300.css new file mode 100644 index 00000000000..4c3d4384c25 --- /dev/null +++ b/fonts/google/noto-serif-jp/latin-ext-300.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-latin-ext-300-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-jp-latin-ext-300-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-300-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/latin-ext-400.css b/fonts/google/noto-serif-jp/latin-ext-400.css new file mode 100644 index 00000000000..a5ce61ea00f --- /dev/null +++ b/fonts/google/noto-serif-jp/latin-ext-400.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-latin-ext-400-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-jp-latin-ext-400-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/latin-ext-500.css b/fonts/google/noto-serif-jp/latin-ext-500.css new file mode 100644 index 00000000000..82533008e92 --- /dev/null +++ b/fonts/google/noto-serif-jp/latin-ext-500.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-latin-ext-500-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-jp-latin-ext-500-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-500-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/latin-ext-600.css b/fonts/google/noto-serif-jp/latin-ext-600.css new file mode 100644 index 00000000000..a24294d7c72 --- /dev/null +++ b/fonts/google/noto-serif-jp/latin-ext-600.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-latin-ext-600-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-jp-latin-ext-600-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-600-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/latin-ext-700.css b/fonts/google/noto-serif-jp/latin-ext-700.css new file mode 100644 index 00000000000..02adb1920b4 --- /dev/null +++ b/fonts/google/noto-serif-jp/latin-ext-700.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-latin-ext-700-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-jp-latin-ext-700-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-700-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/latin-ext-800.css b/fonts/google/noto-serif-jp/latin-ext-800.css new file mode 100644 index 00000000000..5413bd6724d --- /dev/null +++ b/fonts/google/noto-serif-jp/latin-ext-800.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-latin-ext-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-latin-ext-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/latin-ext-900.css b/fonts/google/noto-serif-jp/latin-ext-900.css new file mode 100644 index 00000000000..02d546ced38 --- /dev/null +++ b/fonts/google/noto-serif-jp/latin-ext-900.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-latin-ext-900-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-jp-latin-ext-900-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/latin-ext.css b/fonts/google/noto-serif-jp/latin-ext.css new file mode 100644 index 00000000000..c26494bb377 --- /dev/null +++ b/fonts/google/noto-serif-jp/latin-ext.css @@ -0,0 +1,71 @@ +/* noto-serif-jp-latin-ext-200-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-jp-latin-ext-200-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-200-normal.woff) format('woff'); +} + +/* noto-serif-jp-latin-ext-300-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-jp-latin-ext-300-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-300-normal.woff) format('woff'); +} + +/* noto-serif-jp-latin-ext-400-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-jp-latin-ext-400-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-400-normal.woff) format('woff'); +} + +/* noto-serif-jp-latin-ext-500-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-jp-latin-ext-500-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-500-normal.woff) format('woff'); +} + +/* noto-serif-jp-latin-ext-600-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-jp-latin-ext-600-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-600-normal.woff) format('woff'); +} + +/* noto-serif-jp-latin-ext-700-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-jp-latin-ext-700-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-700-normal.woff) format('woff'); +} + +/* noto-serif-jp-latin-ext-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-latin-ext-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-800-normal.woff) format('woff'); +} + +/* noto-serif-jp-latin-ext-900-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-jp-latin-ext-900-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-ext-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/latin.css b/fonts/google/noto-serif-jp/latin.css index 5108b24140c..830080df01b 100644 --- a/fonts/google/noto-serif-jp/latin.css +++ b/fonts/google/noto-serif-jp/latin.css @@ -52,6 +52,15 @@ src: url(./files/noto-serif-jp-latin-700-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-700-normal.woff) format('woff'); } +/* noto-serif-jp-latin-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-latin-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-latin-800-normal.woff) format('woff'); +} + /* noto-serif-jp-latin-900-normal */ @font-face { font-family: 'Noto Serif JP'; diff --git a/fonts/google/noto-serif-jp/metadata.json b/fonts/google/noto-serif-jp/metadata.json index 6a90507c932..9c01af15d7c 100644 --- a/fonts/google/noto-serif-jp/metadata.json +++ b/fonts/google/noto-serif-jp/metadata.json @@ -1,18 +1,20 @@ { "id": "noto-serif-jp", "family": "Noto Serif JP", - "subsets": ["japanese", "latin"], - "weights": [200, 300, 400, 500, 600, 700, 900], + "subsets": ["cyrillic", "japanese", "latin", "latin-ext", "vietnamese"], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], "styles": ["normal"], "defSubset": "latin", - "variable": false, - "lastModified": "2022-09-27", - "version": "v21", + "variable": { + "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} + }, + "lastModified": "2024-05-14", + "version": "v28", "category": "serif", "license": { "type": "OFL-1.1", "url": "http://scripts.sil.org/OFL", - "attribution": "Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/)." + "attribution": "(c) 2017-2023 Adobe (http://www.adobe.com/)." }, "source": "https://github.com/google/fonts", "type": "google" diff --git a/fonts/google/noto-serif-jp/package.json b/fonts/google/noto-serif-jp/package.json index f1cfe6c98f2..9c8ee0e2678 100644 --- a/fonts/google/noto-serif-jp/package.json +++ b/fonts/google/noto-serif-jp/package.json @@ -1,6 +1,6 @@ { "name": "@fontsource/noto-serif-jp", - "version": "5.0.12", + "version": "5.0.13", "description": "Self-host the Noto Serif JP font in a neatly bundled NPM package.", "main": "index.css", "publishConfig": {"access": "public"}, @@ -26,5 +26,5 @@ "url": "https://github.com/fontsource/font-files.git", "directory": "fonts/google/noto-serif-jp" }, - "publishHash": "e930e01552534bf0" + "publishHash": "7e89947e32071b4f" } \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/scss/metadata.scss b/fonts/google/noto-serif-jp/scss/metadata.scss index da9375cd0d8..2ab9083e0cb 100644 --- a/fonts/google/noto-serif-jp/scss/metadata.scss +++ b/fonts/google/noto-serif-jp/scss/metadata.scss @@ -1,8 +1,8 @@ $id: 'noto-serif-jp' !default; $family: 'Noto Serif JP' !default; $category: serif !default; -$subsets: (japanese, latin) !default; -$weights: (200, 300, 400, 500, 600, 700, 900) !default; +$subsets: (cyrillic, japanese, latin, latin-ext, vietnamese) !default; +$weights: (200, 300, 400, 500, 600, 700, 800, 900) !default; $styles: (normal) !default; $axes: null !default; $defaults: ( @@ -132,5 +132,8 @@ $unicode: ( 117: (U+4e,U+a0,U+3000,U+300c-300d,U+4e00,U+4e0a,U+4e2d,U+4e8b,U+4eba,U+4f1a,U+5165,U+5168,U+5185,U+51fa,U+5206,U+5229,U+524d,U+52d5,U+5408,U+554f,U+5831,U+5834,U+5927,U+5b9a,U+5e74,U+5f0f,U+60c5,U+65b0,U+65b9,U+6642,U+6700,U+672c,U+682a,U+6b63,U+6c17,U+7121,U+751f,U+7528,U+753b,U+76ee,U+793e,U+884c,U+898b,U+8a18,U+9593,U+95a2,U+ff01,U+ff08-ff09), 118: (U+21-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+c9,U+cd,U+d6,U+d8,U+dc,U+e0-e5,U+e7-ed,U+ef,U+f1-f4,U+f6,U+f8,U+fa,U+fc-fd,U+103,U+14d,U+1b0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+201c-201d,U+2039-203a,U+203c,U+2048-2049,U+2113,U+2122,U+65e5,U+6708,U+70b9), 119: (U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e), + cyrillic: (U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116), + vietnamese: (U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB), + latin-ext: (U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF), latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD), ) !default; diff --git a/fonts/google/noto-serif-jp/unicode.json b/fonts/google/noto-serif-jp/unicode.json index 751fba95262..80dfec6234d 100644 --- a/fonts/google/noto-serif-jp/unicode.json +++ b/fonts/google/noto-serif-jp/unicode.json @@ -119,5 +119,8 @@ "[117]": "U+4e,U+a0,U+3000,U+300c-300d,U+4e00,U+4e0a,U+4e2d,U+4e8b,U+4eba,U+4f1a,U+5165,U+5168,U+5185,U+51fa,U+5206,U+5229,U+524d,U+52d5,U+5408,U+554f,U+5831,U+5834,U+5927,U+5b9a,U+5e74,U+5f0f,U+60c5,U+65b0,U+65b9,U+6642,U+6700,U+672c,U+682a,U+6b63,U+6c17,U+7121,U+751f,U+7528,U+753b,U+76ee,U+793e,U+884c,U+898b,U+8a18,U+9593,U+95a2,U+ff01,U+ff08-ff09", "[118]": "U+21-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+c9,U+cd,U+d6,U+d8,U+dc,U+e0-e5,U+e7-ed,U+ef,U+f1-f4,U+f6,U+f8,U+fa,U+fc-fd,U+103,U+14d,U+1b0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+201c-201d,U+2039-203a,U+203c,U+2048-2049,U+2113,U+2122,U+65e5,U+6708,U+70b9", "[119]": "U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e", + "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" } \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/vietnamese-200.css b/fonts/google/noto-serif-jp/vietnamese-200.css new file mode 100644 index 00000000000..996b7585166 --- /dev/null +++ b/fonts/google/noto-serif-jp/vietnamese-200.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-vietnamese-200-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-jp-vietnamese-200-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-200-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/vietnamese-300.css b/fonts/google/noto-serif-jp/vietnamese-300.css new file mode 100644 index 00000000000..d0709bb7f85 --- /dev/null +++ b/fonts/google/noto-serif-jp/vietnamese-300.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-vietnamese-300-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-jp-vietnamese-300-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-300-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/vietnamese-400.css b/fonts/google/noto-serif-jp/vietnamese-400.css new file mode 100644 index 00000000000..e8f035acdb4 --- /dev/null +++ b/fonts/google/noto-serif-jp/vietnamese-400.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-vietnamese-400-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-jp-vietnamese-400-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/vietnamese-500.css b/fonts/google/noto-serif-jp/vietnamese-500.css new file mode 100644 index 00000000000..d18d7463758 --- /dev/null +++ b/fonts/google/noto-serif-jp/vietnamese-500.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-vietnamese-500-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-jp-vietnamese-500-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-500-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/vietnamese-600.css b/fonts/google/noto-serif-jp/vietnamese-600.css new file mode 100644 index 00000000000..c616cd30ede --- /dev/null +++ b/fonts/google/noto-serif-jp/vietnamese-600.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-vietnamese-600-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-jp-vietnamese-600-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-600-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/vietnamese-700.css b/fonts/google/noto-serif-jp/vietnamese-700.css new file mode 100644 index 00000000000..3ffb52c5bf1 --- /dev/null +++ b/fonts/google/noto-serif-jp/vietnamese-700.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-vietnamese-700-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-jp-vietnamese-700-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-700-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/vietnamese-800.css b/fonts/google/noto-serif-jp/vietnamese-800.css new file mode 100644 index 00000000000..8f5487ff35d --- /dev/null +++ b/fonts/google/noto-serif-jp/vietnamese-800.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-vietnamese-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-vietnamese-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/vietnamese-900.css b/fonts/google/noto-serif-jp/vietnamese-900.css new file mode 100644 index 00000000000..ca6db70d1ad --- /dev/null +++ b/fonts/google/noto-serif-jp/vietnamese-900.css @@ -0,0 +1,8 @@ +/* noto-serif-jp-vietnamese-900-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-jp-vietnamese-900-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-jp/vietnamese.css b/fonts/google/noto-serif-jp/vietnamese.css new file mode 100644 index 00000000000..0c8ba2717d9 --- /dev/null +++ b/fonts/google/noto-serif-jp/vietnamese.css @@ -0,0 +1,71 @@ +/* noto-serif-jp-vietnamese-200-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-jp-vietnamese-200-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-200-normal.woff) format('woff'); +} + +/* noto-serif-jp-vietnamese-300-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-jp-vietnamese-300-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-300-normal.woff) format('woff'); +} + +/* noto-serif-jp-vietnamese-400-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-jp-vietnamese-400-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-400-normal.woff) format('woff'); +} + +/* noto-serif-jp-vietnamese-500-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-jp-vietnamese-500-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-500-normal.woff) format('woff'); +} + +/* noto-serif-jp-vietnamese-600-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-jp-vietnamese-600-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-600-normal.woff) format('woff'); +} + +/* noto-serif-jp-vietnamese-700-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-jp-vietnamese-700-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-700-normal.woff) format('woff'); +} + +/* noto-serif-jp-vietnamese-800-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-jp-vietnamese-800-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-800-normal.woff) format('woff'); +} + +/* noto-serif-jp-vietnamese-900-normal */ +@font-face { + font-family: 'Noto Serif JP'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-jp-vietnamese-900-normal.woff2) format('woff2'), url(./files/noto-serif-jp-vietnamese-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/200.css b/fonts/google/noto-serif-kr/200.css index 559ecb0e1ad..16b0b2eb63f 100644 --- a/fonts/google/noto-serif-kr/200.css +++ b/fonts/google/noto-serif-kr/200.css @@ -1198,6 +1198,36 @@ unicode-range: U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558; } +/* noto-serif-kr-cyrillic-200-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-kr-cyrillic-200-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-200-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-kr-vietnamese-200-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-kr-vietnamese-200-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-200-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-kr-latin-ext-200-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-kr-latin-ext-200-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-200-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + /* noto-serif-kr-latin-200-normal */ @font-face { font-family: 'Noto Serif KR'; diff --git a/fonts/google/noto-serif-kr/300.css b/fonts/google/noto-serif-kr/300.css index 84cf10b6434..e2a47635354 100644 --- a/fonts/google/noto-serif-kr/300.css +++ b/fonts/google/noto-serif-kr/300.css @@ -1198,6 +1198,36 @@ unicode-range: U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558; } +/* noto-serif-kr-cyrillic-300-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-kr-cyrillic-300-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-300-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-kr-vietnamese-300-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-kr-vietnamese-300-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-300-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-kr-latin-ext-300-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-kr-latin-ext-300-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-300-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + /* noto-serif-kr-latin-300-normal */ @font-face { font-family: 'Noto Serif KR'; diff --git a/fonts/google/noto-serif-kr/400.css b/fonts/google/noto-serif-kr/400.css index 6aca9ca6037..2add7ec3fec 100644 --- a/fonts/google/noto-serif-kr/400.css +++ b/fonts/google/noto-serif-kr/400.css @@ -1198,6 +1198,36 @@ unicode-range: U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558; } +/* noto-serif-kr-cyrillic-400-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-kr-cyrillic-400-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-400-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-kr-vietnamese-400-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-kr-vietnamese-400-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-400-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-kr-latin-ext-400-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-kr-latin-ext-400-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-400-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + /* noto-serif-kr-latin-400-normal */ @font-face { font-family: 'Noto Serif KR'; diff --git a/fonts/google/noto-serif-kr/500.css b/fonts/google/noto-serif-kr/500.css index 215251e4a23..f1e8bf32491 100644 --- a/fonts/google/noto-serif-kr/500.css +++ b/fonts/google/noto-serif-kr/500.css @@ -1198,6 +1198,36 @@ unicode-range: U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558; } +/* noto-serif-kr-cyrillic-500-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-kr-cyrillic-500-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-500-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-kr-vietnamese-500-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-kr-vietnamese-500-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-500-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-kr-latin-ext-500-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-kr-latin-ext-500-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-500-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + /* noto-serif-kr-latin-500-normal */ @font-face { font-family: 'Noto Serif KR'; diff --git a/fonts/google/noto-serif-kr/600.css b/fonts/google/noto-serif-kr/600.css index 2579648b301..4c9cbc80c02 100644 --- a/fonts/google/noto-serif-kr/600.css +++ b/fonts/google/noto-serif-kr/600.css @@ -1198,6 +1198,36 @@ unicode-range: U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558; } +/* noto-serif-kr-cyrillic-600-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-kr-cyrillic-600-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-600-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-kr-vietnamese-600-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-kr-vietnamese-600-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-600-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-kr-latin-ext-600-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-kr-latin-ext-600-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-600-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + /* noto-serif-kr-latin-600-normal */ @font-face { font-family: 'Noto Serif KR'; diff --git a/fonts/google/noto-serif-kr/700.css b/fonts/google/noto-serif-kr/700.css index 7b7828f6d64..0089852c3a9 100644 --- a/fonts/google/noto-serif-kr/700.css +++ b/fonts/google/noto-serif-kr/700.css @@ -1198,6 +1198,36 @@ unicode-range: U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558; } +/* noto-serif-kr-cyrillic-700-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-kr-cyrillic-700-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-700-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-kr-vietnamese-700-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-kr-vietnamese-700-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-700-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-kr-latin-ext-700-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-kr-latin-ext-700-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-700-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + /* noto-serif-kr-latin-700-normal */ @font-face { font-family: 'Noto Serif KR'; diff --git a/fonts/google/noto-serif-kr/800.css b/fonts/google/noto-serif-kr/800.css new file mode 100644 index 00000000000..796e7e52b5c --- /dev/null +++ b/fonts/google/noto-serif-kr/800.css @@ -0,0 +1,1239 @@ +/* noto-serif-kr-[0]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-0-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-0-800-normal.woff) format('woff'); + unicode-range: U+f9ca-fa0b,U+ff03-ff05,U+ff07,U+ff0a-ff0b,U+ff0d-ff19,U+ff1b,U+ff1d,U+ff20-ff5b,U+ff5d,U+ffe0-ffe3,U+ffe5-ffe6; +} + +/* noto-serif-kr-[1]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-1-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-1-800-normal.woff) format('woff'); + unicode-range: U+f92f-f980,U+f982-f9c9; +} + +/* noto-serif-kr-[2]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-2-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-2-800-normal.woff) format('woff'); + unicode-range: U+d723-d728,U+d72a-d733,U+d735-d748,U+d74a-d74f,U+d752-d753,U+d755-d757,U+d75a-d75f,U+d762-d764,U+d766-d768,U+d76a-d76b,U+d76d-d76f,U+d771-d787,U+d789-d78b,U+d78d-d78f,U+d791-d797,U+d79a,U+d79c,U+d79e-d7a3,U+f900-f909,U+f90b-f92e; +} + +/* noto-serif-kr-[3]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-3-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-3-800-normal.woff) format('woff'); + unicode-range: U+d679-d68b,U+d68e-d69e,U+d6a0,U+d6a2-d6a7,U+d6a9-d6c3,U+d6c6-d6c7,U+d6c9-d6cb,U+d6cd-d6d3,U+d6d5-d6d6,U+d6d8-d6e3,U+d6e5-d6e7,U+d6e9-d6fb,U+d6fd-d717,U+d719-d71f,U+d721-d722; +} + +/* noto-serif-kr-[4]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-4-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-4-800-normal.woff) format('woff'); + unicode-range: U+d5bc-d5c7,U+d5ca-d5cb,U+d5cd-d5cf,U+d5d1-d5d7,U+d5d9-d5da,U+d5dc,U+d5de-d5e3,U+d5e6-d5e7,U+d5e9-d5eb,U+d5ed-d5f6,U+d5f8,U+d5fa-d5ff,U+d602-d603,U+d605-d607,U+d609-d60f,U+d612-d613,U+d616-d61b,U+d61d-d637,U+d63a-d63b,U+d63d-d63f,U+d641-d647,U+d64a-d64c,U+d64e-d653,U+d656-d657,U+d659-d65b,U+d65d-d666,U+d668,U+d66a-d678; +} + +/* noto-serif-kr-[5]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-5-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-5-800-normal.woff) format('woff'); + unicode-range: U+d507,U+d509-d50b,U+d50d-d513,U+d515-d53b,U+d53e-d53f,U+d541-d543,U+d545-d54c,U+d54e,U+d550,U+d552-d557,U+d55a-d55b,U+d55d-d55f,U+d561-d564,U+d566-d567,U+d56a,U+d56c,U+d56e-d573,U+d576-d577,U+d579-d583,U+d585-d586,U+d58a-d5a4,U+d5a6-d5bb; +} + +/* noto-serif-kr-[6]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-6-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-6-800-normal.woff) format('woff'); + unicode-range: U+d464-d477,U+d47a-d47b,U+d47d-d47f,U+d481-d487,U+d489-d48a,U+d48c,U+d48e-d4e7,U+d4e9-d503,U+d505-d506; +} + +/* noto-serif-kr-[7]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-7-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-7-800-normal.woff) format('woff'); + unicode-range: U+d3bf-d3c7,U+d3ca-d3cf,U+d3d1-d3eb,U+d3ee-d3ef,U+d3f1-d3f3,U+d3f5-d3fb,U+d3fd-d400,U+d402-d45b,U+d45d-d463; +} + +/* noto-serif-kr-[8]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-8-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-8-800-normal.woff) format('woff'); + unicode-range: U+d2ff,U+d302-d304,U+d306-d30b,U+d30f,U+d311-d313,U+d315-d31b,U+d31e,U+d322-d324,U+d326-d327,U+d32a-d32b,U+d32d-d32f,U+d331-d337,U+d339-d33c,U+d33e-d37b,U+d37e-d37f,U+d381-d383,U+d385-d38b,U+d38e-d390,U+d392-d397,U+d39a-d39b,U+d39d-d39f,U+d3a1-d3a7,U+d3a9-d3aa,U+d3ac,U+d3ae-d3b3,U+d3b5-d3b7,U+d3b9-d3bb,U+d3bd-d3be; +} + +/* noto-serif-kr-[9]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-9-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-9-800-normal.woff) format('woff'); + unicode-range: U+d257-d27f,U+d281-d29b,U+d29d-d29f,U+d2a1-d2ab,U+d2ad-d2b7,U+d2ba-d2bb,U+d2bd-d2bf,U+d2c1-d2c7,U+d2c9-d2ef,U+d2f2-d2f3,U+d2f5-d2f7,U+d2f9-d2fe; +} + +/* noto-serif-kr-[10]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-10-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-10-800-normal.woff) format('woff'); + unicode-range: U+d1b4,U+d1b6-d1f3,U+d1f5-d22b,U+d22e-d22f,U+d231-d233,U+d235-d23b,U+d23d-d240,U+d242-d256; +} + +/* noto-serif-kr-[11]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-11-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-11-800-normal.woff) format('woff'); + unicode-range: U+d105-d12f,U+d132-d133,U+d135-d137,U+d139-d13f,U+d141-d142,U+d144,U+d146-d14b,U+d14e-d14f,U+d151-d153,U+d155-d15b,U+d15e-d187,U+d189-d19f,U+d1a2-d1a3,U+d1a5-d1a7,U+d1a9-d1af,U+d1b2-d1b3; +} + +/* noto-serif-kr-[12]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-12-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-12-800-normal.woff) format('woff'); + unicode-range: U+d04b-d04f,U+d051-d057,U+d059-d06b,U+d06d-d06f,U+d071-d073,U+d075-d07b,U+d07e-d0a3,U+d0a6-d0a7,U+d0a9-d0ab,U+d0ad-d0b3,U+d0b6,U+d0b8,U+d0ba-d0bf,U+d0c2-d0c3,U+d0c5-d0c7,U+d0c9-d0cf,U+d0d2,U+d0d6-d0db,U+d0de-d0df,U+d0e1-d0e3,U+d0e5-d0eb,U+d0ee-d0f0,U+d0f2-d104; +} + +/* noto-serif-kr-[13]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-13-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-13-800-normal.woff) format('woff'); + unicode-range: U+cfa2-cfc3,U+cfc5-cfdf,U+cfe2-cfe3,U+cfe5-cfe7,U+cfe9-cff4,U+cff6-cffb,U+cffd-cfff,U+d001-d003,U+d005-d017,U+d019-d033,U+d036-d037,U+d039-d03b,U+d03d-d04a; +} + +/* noto-serif-kr-[14]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-14-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-14-800-normal.woff) format('woff'); + unicode-range: U+cef0-cef3,U+cef6,U+cef9-ceff,U+cf01-cf03,U+cf05-cf07,U+cf09-cf0f,U+cf11-cf12,U+cf14-cf1b,U+cf1d-cf1f,U+cf21-cf2f,U+cf31-cf53,U+cf56-cf57,U+cf59-cf5b,U+cf5d-cf63,U+cf66,U+cf68,U+cf6a-cf6f,U+cf71-cf84,U+cf86-cf8b,U+cf8d-cfa1; +} + +/* noto-serif-kr-[15]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-15-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-15-800-normal.woff) format('woff'); + unicode-range: U+ce3c-ce57,U+ce5a-ce5b,U+ce5d-ce5f,U+ce61-ce67,U+ce6a,U+ce6c,U+ce6e-ce73,U+ce76-ce77,U+ce79-ce7b,U+ce7d-ce83,U+ce85-ce88,U+ce8a-ce8f,U+ce91-ce93,U+ce95-ce97,U+ce99-ce9f,U+cea2,U+cea4-ceab,U+cead-cee3,U+cee6-cee7,U+cee9-ceeb,U+ceed-ceef; +} + +/* noto-serif-kr-[16]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-16-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-16-800-normal.woff) format('woff'); + unicode-range: U+cd92-cd93,U+cd96-cd97,U+cd99-cd9b,U+cd9d-cda3,U+cda6-cda8,U+cdaa-cdaf,U+cdb1-cdc3,U+cdc5-cdcb,U+cdcd-cde7,U+cde9-ce03,U+ce05-ce1f,U+ce22-ce34,U+ce36-ce3b; +} + +/* noto-serif-kr-[17]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-17-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-17-800-normal.woff) format('woff'); + unicode-range: U+ccef-cd07,U+cd0a-cd0b,U+cd0d-cd1a,U+cd1c,U+cd1e-cd2b,U+cd2d-cd5b,U+cd5d-cd77,U+cd79-cd91; +} + +/* noto-serif-kr-[18]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-18-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-18-800-normal.woff) format('woff'); + unicode-range: U+cc3f-cc43,U+cc46-cc47,U+cc49-cc4b,U+cc4d-cc53,U+cc55-cc58,U+cc5a-cc5f,U+cc61-cc97,U+cc9a-cc9b,U+cc9d-cc9f,U+cca1-cca7,U+ccaa,U+ccac,U+ccae-ccb3,U+ccb6-ccb7,U+ccb9-ccbb,U+ccbd-cccf,U+ccd1-cce3,U+cce5-ccee; +} + +/* noto-serif-kr-[19]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-19-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-19-800-normal.woff) format('woff'); + unicode-range: U+cb91-cbd3,U+cbd5-cbe3,U+cbe5-cc0b,U+cc0e-cc0f,U+cc11-cc13,U+cc15-cc1b,U+cc1d-cc20,U+cc23-cc27,U+cc2a-cc2b,U+cc2d,U+cc2f,U+cc31-cc37,U+cc3a,U+cc3c; +} + +/* noto-serif-kr-[20]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-20-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-20-800-normal.woff) format('woff'); + unicode-range: U+caf4-cb47,U+cb4a-cb90; +} + +/* noto-serif-kr-[21]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-21-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-21-800-normal.woff) format('woff'); + unicode-range: U+ca4a-ca4b,U+ca4e-ca4f,U+ca51-ca53,U+ca55-ca5b,U+ca5d-ca60,U+ca62-ca83,U+ca85-cabb,U+cabe-cabf,U+cac1-cac3,U+cac5-cacb,U+cacd-cad0,U+cad2,U+cad4-cad8,U+cada-caf3; +} + +/* noto-serif-kr-[22]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-22-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-22-800-normal.woff) format('woff'); + unicode-range: U+c996-c997,U+c99a-c99c,U+c99e-c9bf,U+c9c2-c9c3,U+c9c5-c9c7,U+c9c9-c9cf,U+c9d2,U+c9d4,U+c9d7-c9d8,U+c9db,U+c9de-c9df,U+c9e1-c9e3,U+c9e5-c9e6,U+c9e8-c9eb,U+c9ee-c9f0,U+c9f2-c9f7,U+c9f9-ca0b,U+ca0d-ca28,U+ca2a-ca49; +} + +/* noto-serif-kr-[23]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-23-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-23-800-normal.woff) format('woff'); + unicode-range: U+c8e9-c8f4,U+c8f6-c8fb,U+c8fe-c8ff,U+c901-c903,U+c905-c90b,U+c90e-c910,U+c912-c917,U+c919-c92b,U+c92d-c94f,U+c951-c953,U+c955-c96b,U+c96d-c973,U+c975-c987,U+c98a-c98b,U+c98d-c98f,U+c991-c995; +} + +/* noto-serif-kr-[24]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-24-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-24-800-normal.woff) format('woff'); + unicode-range: U+c841-c84b,U+c84d-c86f,U+c872-c873,U+c875-c877,U+c879-c87f,U+c882-c884,U+c887-c88a,U+c88d-c8c3,U+c8c5-c8df,U+c8e1-c8e8; +} + +/* noto-serif-kr-[25]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-25-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-25-800-normal.woff) format('woff'); + unicode-range: U+c779-c77b,U+c77e-c782,U+c786,U+c78b,U+c78d,U+c78f,U+c792-c793,U+c795,U+c797,U+c799-c79f,U+c7a2,U+c7a7-c7ab,U+c7ae-c7bb,U+c7bd-c7c0,U+c7c2-c7c7,U+c7c9-c7dc,U+c7de-c7ff,U+c802-c803,U+c805-c807,U+c809,U+c80b-c80f,U+c812,U+c814,U+c817-c81b,U+c81e-c81f,U+c821-c823,U+c825-c82e,U+c830-c837,U+c839-c83b,U+c83d-c840; +} + +/* noto-serif-kr-[26]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-26-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-26-800-normal.woff) format('woff'); + unicode-range: U+c6bb-c6bf,U+c6c2,U+c6c4,U+c6c6-c6cb,U+c6ce-c6cf,U+c6d1-c6d3,U+c6d5-c6db,U+c6dd-c6df,U+c6e1-c6e7,U+c6e9-c6eb,U+c6ed-c6ef,U+c6f1-c6f8,U+c6fa-c703,U+c705-c707,U+c709-c70b,U+c70d-c716,U+c718,U+c71a-c71f,U+c722-c723,U+c725-c727,U+c729-c734,U+c736-c73b,U+c73e-c73f,U+c741-c743,U+c745-c74b,U+c74e-c750,U+c752-c757,U+c759-c773,U+c776-c777; +} + +/* noto-serif-kr-[27]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-27-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-27-800-normal.woff) format('woff'); + unicode-range: U+c5f5-c5fb,U+c5fe,U+c602-c605,U+c607,U+c609-c60f,U+c611-c61a,U+c61c-c623,U+c626-c627,U+c629-c62b,U+c62d,U+c62f-c632,U+c636,U+c638,U+c63a-c63f,U+c642-c643,U+c645-c647,U+c649-c652,U+c656-c65b,U+c65d-c65f,U+c661-c663,U+c665-c677,U+c679-c67b,U+c67d-c693,U+c696-c697,U+c699-c69b,U+c69d-c6a3,U+c6a6,U+c6a8,U+c6aa-c6af,U+c6b2-c6b3,U+c6b5-c6b7,U+c6b9-c6ba; +} + +/* noto-serif-kr-[28]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-28-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-28-800-normal.woff) format('woff'); + unicode-range: U+c517-c527,U+c52a-c52b,U+c52d-c52f,U+c531-c538,U+c53a,U+c53c,U+c53e-c543,U+c546-c547,U+c54b,U+c54d-c552,U+c556,U+c55a-c55b,U+c55d,U+c55f,U+c562-c563,U+c565-c567,U+c569-c56f,U+c572,U+c574,U+c576-c57b,U+c57e-c57f,U+c581-c583,U+c585-c586,U+c588-c58b,U+c58e,U+c590,U+c592-c596,U+c599-c5b3,U+c5b6-c5b7,U+c5ba,U+c5be-c5c3,U+c5ca-c5cb,U+c5cd,U+c5cf,U+c5d2-c5d3,U+c5d5-c5d7,U+c5d9-c5df,U+c5e1-c5e2,U+c5e4,U+c5e6-c5eb,U+c5ef,U+c5f1-c5f3; +} + +/* noto-serif-kr-[29]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-29-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-29-800-normal.woff) format('woff'); + unicode-range: U+c475-c4ef,U+c4f2-c4f3,U+c4f5-c4f7,U+c4f9-c4ff,U+c502-c50b,U+c50d-c516; +} + +/* noto-serif-kr-[30]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-30-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-30-800-normal.woff) format('woff'); + unicode-range: U+c3d0-c3d7,U+c3da-c3db,U+c3dd-c3de,U+c3e1-c3ec,U+c3ee-c3f3,U+c3f5-c42b,U+c42d-c463,U+c466-c474; +} + +/* noto-serif-kr-[31]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-31-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-31-800-normal.woff) format('woff'); + unicode-range: U+c32b-c367,U+c36a-c36b,U+c36d-c36f,U+c371-c377,U+c37a-c37b,U+c37e-c383,U+c385-c387,U+c389-c3cf; +} + +/* noto-serif-kr-[32]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-32-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-32-800-normal.woff) format('woff'); + unicode-range: U+c26a-c26b,U+c26d-c26f,U+c271-c273,U+c275-c27b,U+c27e-c287,U+c289-c28f,U+c291-c297,U+c299-c29a,U+c29c-c2a3,U+c2a5-c2a7,U+c2a9-c2ab,U+c2ad-c2b3,U+c2b6,U+c2b8,U+c2ba-c2bb,U+c2bd-c2db,U+c2de-c2df,U+c2e1-c2e2,U+c2e5-c2ea,U+c2ee,U+c2f0,U+c2f2-c2f5,U+c2f7,U+c2fa-c2fb,U+c2fd-c2ff,U+c301-c307,U+c309-c30c,U+c30e-c312,U+c315-c323,U+c325-c328,U+c32a; +} + +/* noto-serif-kr-[33]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-33-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-33-800-normal.woff) format('woff'); + unicode-range: U+c1bc-c1c3,U+c1c5-c1df,U+c1e1-c1fb,U+c1fd-c203,U+c205-c20c,U+c20e,U+c210-c217,U+c21a-c21b,U+c21d-c21e,U+c221-c227,U+c229-c22a,U+c22c,U+c22e,U+c230,U+c233-c24f,U+c251-c257,U+c259-c269; +} + +/* noto-serif-kr-[34]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-34-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-34-800-normal.woff) format('woff'); + unicode-range: U+c101-c11b,U+c11f,U+c121-c123,U+c125-c12b,U+c12e,U+c132-c137,U+c13a-c13b,U+c13d-c13f,U+c141-c147,U+c14a,U+c14c-c153,U+c155-c157,U+c159-c15b,U+c15d-c166,U+c169-c16f,U+c171-c177,U+c179-c18b,U+c18e-c18f,U+c191-c193,U+c195-c19b,U+c19d-c19e,U+c1a0,U+c1a2-c1a4,U+c1a6-c1bb; +} + +/* noto-serif-kr-[35]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-35-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-35-800-normal.woff) format('woff'); + unicode-range: U+c049-c057,U+c059-c05b,U+c05d-c05f,U+c061-c067,U+c069-c08f,U+c091-c0ab,U+c0ae-c0af,U+c0b1-c0b3,U+c0b5,U+c0b7-c0bb,U+c0be,U+c0c2-c0c7,U+c0ca-c0cb,U+c0cd-c0cf,U+c0d1-c0d7,U+c0d9-c0da,U+c0dc,U+c0de-c0e3,U+c0e5-c0eb,U+c0ed-c0f3,U+c0f6,U+c0f8,U+c0fa-c0ff; +} + +/* noto-serif-kr-[36]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-36-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-36-800-normal.woff) format('woff'); + unicode-range: U+bfa7-bfaf,U+bfb1-bfc4,U+bfc6-bfcb,U+bfce-bfcf,U+bfd1-bfd3,U+bfd5-bfdb,U+bfdd-c048; +} + +/* noto-serif-kr-[37]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-37-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-37-800-normal.woff) format('woff'); + unicode-range: U+bf07,U+bf09-bf3f,U+bf41-bf4f,U+bf52-bf54,U+bf56-bfa6; +} + +/* noto-serif-kr-[38]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-38-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-38-800-normal.woff) format('woff'); + unicode-range: U+be56,U+be58,U+be5c-be5f,U+be62-be63,U+be65-be67,U+be69-be74,U+be76-be7b,U+be7e-be7f,U+be81-be8e,U+be90,U+be92-bea7,U+bea9-becf,U+bed2-bed3,U+bed5-bed6,U+bed9-bee3,U+bee6-bf06; +} + +/* noto-serif-kr-[39]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-39-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-39-800-normal.woff) format('woff'); + unicode-range: U+bdb0-bdd3,U+bdd5-bdef,U+bdf1-be0b,U+be0d-be0f,U+be11-be13,U+be15-be43,U+be46-be47,U+be49-be4b,U+be4d-be53; +} + +/* noto-serif-kr-[40]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-40-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-40-800-normal.woff) format('woff'); + unicode-range: U+bd03,U+bd06,U+bd08,U+bd0a-bd0f,U+bd11-bd22,U+bd25-bd47,U+bd49-bd58,U+bd5a-bd7f,U+bd82-bd83,U+bd85-bd87,U+bd8a-bd8f,U+bd91-bd92,U+bd94,U+bd96-bd98,U+bd9a-bdaf; +} + +/* noto-serif-kr-[41]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-41-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-41-800-normal.woff) format('woff'); + unicode-range: U+bc4e-bc83,U+bc86-bc87,U+bc89-bc8b,U+bc8d-bc93,U+bc96,U+bc98,U+bc9b-bc9f,U+bca2-bca3,U+bca5-bca7,U+bca9-bcb2,U+bcb4-bcbb,U+bcbe-bcbf,U+bcc1-bcc3,U+bcc5-bccc,U+bcce-bcd0,U+bcd2-bcd4,U+bcd6-bcf3,U+bcf7,U+bcf9-bcfb,U+bcfd-bd02; +} + +/* noto-serif-kr-[42]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-42-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-42-800-normal.woff) format('woff'); + unicode-range: U+bb90-bba3,U+bba5-bbab,U+bbad-bbbf,U+bbc1-bbf7,U+bbfa-bbfb,U+bbfd-bbfe,U+bc01-bc07,U+bc09-bc0a,U+bc0e,U+bc10,U+bc12-bc13,U+bc17,U+bc19-bc1a,U+bc1e,U+bc20-bc23,U+bc26,U+bc28,U+bc2a-bc2c,U+bc2e-bc2f,U+bc32-bc33,U+bc35-bc37,U+bc39-bc3f,U+bc41-bc42,U+bc44,U+bc46-bc48,U+bc4a-bc4d; +} + +/* noto-serif-kr-[43]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-43-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-43-800-normal.woff) format('woff'); + unicode-range: U+bae6-bafb,U+bafd-bb17,U+bb19-bb33,U+bb37,U+bb39-bb3a,U+bb3d-bb43,U+bb45-bb46,U+bb48,U+bb4a-bb4f,U+bb51-bb53,U+bb55-bb57,U+bb59-bb62,U+bb64-bb8f; +} + +/* noto-serif-kr-[44]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-44-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-44-800-normal.woff) format('woff'); + unicode-range: U+ba30-ba37,U+ba3a-ba3b,U+ba3d-ba3f,U+ba41-ba47,U+ba49-ba4a,U+ba4c,U+ba4e-ba53,U+ba56-ba57,U+ba59-ba5b,U+ba5d-ba63,U+ba65-ba66,U+ba68-ba6f,U+ba71-ba73,U+ba75-ba77,U+ba79-ba84,U+ba86,U+ba88-baa7,U+baaa,U+baad-baaf,U+bab1-bab7,U+baba,U+babc,U+babe-bae5; +} + +/* noto-serif-kr-[45]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-45-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-45-800-normal.woff) format('woff'); + unicode-range: U+b96e-b973,U+b976-b977,U+b979-b97b,U+b97d-b983,U+b986,U+b988,U+b98a-b98d,U+b98f-b9ab,U+b9ae-b9af,U+b9b1-b9b3,U+b9b5-b9bb,U+b9be,U+b9c0,U+b9c2-b9c7,U+b9ca-b9cb,U+b9cd,U+b9d2-b9d7,U+b9da,U+b9dc,U+b9df-b9e0,U+b9e2,U+b9e6-b9e7,U+b9e9-b9f3,U+b9f6,U+b9f8,U+b9fb-ba2f; +} + +/* noto-serif-kr-[46]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-46-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-46-800-normal.woff) format('woff'); + unicode-range: U+b8bf-b8cb,U+b8cd-b8e0,U+b8e2-b8e7,U+b8ea-b8eb,U+b8ed-b8ef,U+b8f1-b8f7,U+b8fa,U+b8fc,U+b8fe-b903,U+b905-b917,U+b919-b91f,U+b921-b93b,U+b93d-b957,U+b95a-b95b,U+b95d-b95f,U+b961-b967,U+b969-b96c; +} + +/* noto-serif-kr-[47]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-47-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-47-800-normal.woff) format('woff'); + unicode-range: U+b80d-b80f,U+b811-b817,U+b81a,U+b81c-b823,U+b826-b827,U+b829-b82b,U+b82d-b833,U+b836,U+b83a-b83f,U+b841-b85b,U+b85e-b85f,U+b861-b863,U+b865-b86b,U+b86e,U+b870,U+b872-b8af,U+b8b1-b8be; +} + +/* noto-serif-kr-[48]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-48-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-48-800-normal.woff) format('woff'); + unicode-range: U+b74d-b75f,U+b761-b763,U+b765-b774,U+b776-b77b,U+b77e-b77f,U+b781-b783,U+b785-b78b,U+b78e,U+b792-b796,U+b79a-b79b,U+b79d-b7a7,U+b7aa,U+b7ae-b7b3,U+b7b6-b7c8,U+b7ca-b7eb,U+b7ee-b7ef,U+b7f1-b7f3,U+b7f5-b7fb,U+b7fe,U+b802-b806,U+b80a-b80b; +} + +/* noto-serif-kr-[49]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-49-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-49-800-normal.woff) format('woff'); + unicode-range: U+b6a7-b6aa,U+b6ac-b6b0,U+b6b2-b6ef,U+b6f1-b727,U+b72a-b72b,U+b72d-b72e,U+b731-b737,U+b739-b73a,U+b73c-b743,U+b745-b74c; +} + +/* noto-serif-kr-[50]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-50-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-50-800-normal.woff) format('woff'); + unicode-range: U+b605-b60f,U+b612-b617,U+b619-b624,U+b626-b69b,U+b69e-b6a3,U+b6a5-b6a6; +} + +/* noto-serif-kr-[51]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-51-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-51-800-normal.woff) format('woff'); + unicode-range: U+b55f,U+b562-b583,U+b585-b59f,U+b5a2-b5a3,U+b5a5-b5a7,U+b5a9-b5b2,U+b5b5-b5ba,U+b5bd-b604; +} + +/* noto-serif-kr-[52]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-52-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-52-800-normal.woff) format('woff'); + unicode-range: U+b4a5-b4b6,U+b4b8-b4bf,U+b4c1-b4c7,U+b4c9-b4db,U+b4de-b4df,U+b4e1-b4e2,U+b4e5-b4eb,U+b4ee,U+b4f0,U+b4f2-b513,U+b516-b517,U+b519-b51a,U+b51d-b523,U+b526,U+b528,U+b52b-b52f,U+b532-b533,U+b535-b537,U+b539-b53f,U+b541-b544,U+b546-b54b,U+b54d-b54f,U+b551-b55b,U+b55d-b55e; +} + +/* noto-serif-kr-[53]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-53-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-53-800-normal.woff) format('woff'); + unicode-range: U+b3f8-b3fb,U+b3fd-b40f,U+b411-b417,U+b419-b41b,U+b41d-b41f,U+b421-b427,U+b42a-b42b,U+b42d-b44f,U+b452-b453,U+b455-b457,U+b459-b45f,U+b462-b464,U+b466-b46b,U+b46d-b47f,U+b481-b4a3; +} + +/* noto-serif-kr-[54]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-54-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-54-800-normal.woff) format('woff'); + unicode-range: U+b342-b353,U+b356-b357,U+b359-b35b,U+b35d-b35e,U+b360-b363,U+b366,U+b368,U+b36a-b36d,U+b36f,U+b372-b373,U+b375-b377,U+b379-b37f,U+b381-b382,U+b384,U+b386-b38b,U+b38d-b3c3,U+b3c6-b3c7,U+b3c9-b3ca,U+b3cd-b3d3,U+b3d6,U+b3d8,U+b3da-b3f7; +} + +/* noto-serif-kr-[55]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-55-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-55-800-normal.woff) format('woff'); + unicode-range: U+b27c-b283,U+b285-b28f,U+b292-b293,U+b295-b297,U+b29a-b29f,U+b2a1-b2a4,U+b2a7-b2a9,U+b2ab,U+b2ad-b2c7,U+b2ca-b2cb,U+b2cd-b2cf,U+b2d1-b2d7,U+b2da,U+b2dc,U+b2de-b2e3,U+b2e7,U+b2e9-b2ea,U+b2ef-b2f3,U+b2f6,U+b2f8,U+b2fa-b2fb,U+b2fd-b2fe,U+b302-b303,U+b305-b307,U+b309-b30f,U+b312,U+b316-b31b,U+b31d-b341; +} + +/* noto-serif-kr-[56]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-56-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-56-800-normal.woff) format('woff'); + unicode-range: U+b1d6-b1e7,U+b1e9-b1fc,U+b1fe-b203,U+b206-b207,U+b209-b20b,U+b20d-b213,U+b216-b21f,U+b221-b257,U+b259-b273,U+b275-b27b; +} + +/* noto-serif-kr-[57]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-57-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-57-800-normal.woff) format('woff'); + unicode-range: U+b120-b122,U+b126-b127,U+b129-b12b,U+b12d-b133,U+b136,U+b138,U+b13a-b13f,U+b142-b143,U+b145-b14f,U+b151-b153,U+b156-b157,U+b159-b177,U+b17a-b17b,U+b17d-b17f,U+b181-b187,U+b189-b18c,U+b18e-b191,U+b195-b1a7,U+b1a9-b1cb,U+b1cd-b1d5; +} + +/* noto-serif-kr-[58]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-58-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-58-800-normal.woff) format('woff'); + unicode-range: U+b05f-b07b,U+b07e-b07f,U+b081-b083,U+b085-b08b,U+b08d-b097,U+b09b,U+b09d-b09f,U+b0a2-b0a7,U+b0aa,U+b0b0,U+b0b2,U+b0b6-b0b7,U+b0b9-b0bb,U+b0bd-b0c3,U+b0c6-b0c7,U+b0ca-b0cf,U+b0d1-b0df,U+b0e1-b0e4,U+b0e6-b107,U+b10a-b10b,U+b10d-b10f,U+b111-b112,U+b114-b117,U+b119-b11a,U+b11c-b11f; +} + +/* noto-serif-kr-[59]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-59-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-59-800-normal.woff) format('woff'); + unicode-range: U+afac-afb7,U+afba-afbb,U+afbd-afbf,U+afc1-afc6,U+afca-afcc,U+afce-afd3,U+afd5-afe7,U+afe9-afef,U+aff1-b00b,U+b00d-b00f,U+b011-b013,U+b015-b01b,U+b01d-b027,U+b029-b043,U+b045-b047,U+b049,U+b04b,U+b04d-b052,U+b055-b056,U+b058-b05c,U+b05e; +} + +/* noto-serif-kr-[60]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-60-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-60-800-normal.woff) format('woff'); + unicode-range: U+af03-af07,U+af09-af2b,U+af2e-af33,U+af35-af3b,U+af3e-af40,U+af44-af47,U+af4a-af5c,U+af5e-af63,U+af65-af7f,U+af81-afab; +} + +/* noto-serif-kr-[61]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-61-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-61-800-normal.woff) format('woff'); + unicode-range: U+ae56-ae5b,U+ae5e-ae60,U+ae62-ae64,U+ae66-ae67,U+ae69-ae6b,U+ae6d-ae83,U+ae85-aebb,U+aebf,U+aec1-aec3,U+aec5-aecb,U+aece,U+aed0,U+aed2-aed7,U+aed9-aef3,U+aef5-af02; +} + +/* noto-serif-kr-[62]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-62-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-62-800-normal.woff) format('woff'); + unicode-range: U+ad9c-ada3,U+ada5-adbf,U+adc1-adc3,U+adc5-adc7,U+adc9-add2,U+add4-addb,U+addd-addf,U+ade1-ade3,U+ade5-adf7,U+adfa-adfb,U+adfd-adff,U+ae02-ae07,U+ae0a,U+ae0c,U+ae0e-ae13,U+ae15-ae2f,U+ae31-ae33,U+ae35-ae37,U+ae39-ae3f,U+ae42,U+ae44,U+ae46-ae49,U+ae4b,U+ae4f,U+ae51-ae53,U+ae55; +} + +/* noto-serif-kr-[63]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-63-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-63-800-normal.woff) format('woff'); + unicode-range: U+ace2-ace3,U+ace5-ace6,U+ace9-acef,U+acf2,U+acf4,U+acf7-acfb,U+acfe-acff,U+ad01-ad03,U+ad05-ad0b,U+ad0d-ad10,U+ad12-ad1b,U+ad1d-ad33,U+ad35-ad48,U+ad4a-ad4f,U+ad51-ad6b,U+ad6e-ad6f,U+ad71-ad72,U+ad77-ad7c,U+ad7e,U+ad80,U+ad82-ad87,U+ad89-ad8b,U+ad8d-ad8f,U+ad91-ad9b; +} + +/* noto-serif-kr-[64]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-64-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-64-800-normal.woff) format('woff'); + unicode-range: U+ac25-ac2c,U+ac2e,U+ac30,U+ac32-ac37,U+ac39-ac3f,U+ac41-ac4c,U+ac4e-ac6f,U+ac72-ac73,U+ac75-ac76,U+ac79-ac7f,U+ac82,U+ac84-ac88,U+ac8a-ac8b,U+ac8d-ac8f,U+ac91-ac93,U+ac95-ac9b,U+ac9d-ac9e,U+aca1-aca7,U+acab,U+acad-acaf,U+acb1-acb7,U+acba-acbb,U+acbe-acc0,U+acc2-acc3,U+acc5-acdf; +} + +/* noto-serif-kr-[65]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-65-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-65-800-normal.woff) format('woff'); + unicode-range: U+99df,U+99ed,U+99f1,U+99ff,U+9a01,U+9a08,U+9a0e-9a0f,U+9a19,U+9a2b,U+9a30,U+9a36-9a37,U+9a40,U+9a43,U+9a45,U+9a4d,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69-9a6a,U+9aa8,U+9ab8,U+9ad3,U+9ae5,U+9aee,U+9b1a,U+9b27,U+9b2a,U+9b31,U+9b3c,U+9b41-9b45,U+9b4f,U+9b54,U+9b5a,U+9b6f,U+9b8e,U+9b91,U+9b9f,U+9bab,U+9bae,U+9bc9,U+9bd6,U+9be4,U+9be8,U+9c0d,U+9c10,U+9c12,U+9c15,U+9c25,U+9c32,U+9c3b,U+9c47,U+9c49,U+9c57,U+9ce5,U+9ce7,U+9ce9,U+9cf3-9cf4,U+9cf6,U+9d09,U+9d1b,U+9d26,U+9d28,U+9d3b,U+9d51,U+9d5d,U+9d60-9d61,U+9d6c,U+9d72,U+9da9,U+9daf,U+9db4,U+9dc4,U+9dd7,U+9df2,U+9df8-9dfa,U+9e1a,U+9e1e,U+9e75,U+9e79,U+9e7d,U+9e7f,U+9e92-9e93,U+9e97,U+9e9d,U+9e9f,U+9ea5,U+9eb4-9eb5,U+9ebb,U+9ebe,U+9ec3,U+9ecd-9ece,U+9ed4,U+9ed8,U+9edb-9edc,U+9ede,U+9ee8,U+9ef4,U+9f07-9f08,U+9f0e,U+9f13,U+9f20,U+9f3b,U+9f4a-9f4b,U+9f4e,U+9f52,U+9f5f,U+9f61,U+9f67,U+9f6a,U+9f6c,U+9f77,U+9f8d,U+9f90,U+9f95,U+9f9c,U+ac02-ac03,U+ac05-ac06,U+ac09-ac0f,U+ac17-ac18,U+ac1b,U+ac1e-ac1f,U+ac21-ac23; +} + +/* noto-serif-kr-[66]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-66-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-66-800-normal.woff) format('woff'); + unicode-range: U+96a7-96a8,U+96aa,U+96b1,U+96b7,U+96bb,U+96c0-96c1,U+96c4-96c5,U+96c7,U+96c9,U+96cb-96ce,U+96d5-96d6,U+96d9,U+96db-96dc,U+96e2-96e3,U+96e8-96ea,U+96ef-96f0,U+96f2,U+96f6-96f7,U+96f9,U+96fb,U+9700,U+9706-9707,U+9711,U+9713,U+9716,U+9719,U+971c,U+971e,U+9727,U+9730,U+9732,U+9739,U+973d,U+9742,U+9744,U+9748,U+9756,U+975c,U+9761,U+9769,U+976d,U+9774,U+9777,U+977a,U+978b,U+978d,U+978f,U+97a0,U+97a8,U+97ab,U+97ad,U+97c6,U+97cb,U+97dc,U+97f6,U+97fb,U+97ff-9803,U+9805-9806,U+9808,U+980a,U+980c,U+9810-9813,U+9817-9818,U+982d,U+9830,U+9838-9839,U+983b,U+9846,U+984c-984e,U+9854,U+9858,U+985a,U+985e,U+9865,U+9867,U+986b,U+986f,U+98af,U+98b1,U+98c4,U+98c7,U+98db-98dc,U+98e1-98e2,U+98ed-98ef,U+98f4,U+98fc-98fe,U+9903,U+9909-990a,U+990c,U+9910,U+9913,U+9918,U+991e,U+9920,U+9928,U+9945,U+9949,U+994b-994d,U+9951-9952,U+9954,U+9957,U+9996,U+999d,U+99a5,U+99a8,U+99ac-99ae,U+99b1,U+99b3-99b4,U+99b9,U+99c1,U+99d0-99d2,U+99d5,U+99d9,U+99dd; +} + +/* noto-serif-kr-[67]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-67-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-67-800-normal.woff) format('woff'); + unicode-range: U+920d,U+9210-9212,U+9217,U+921e,U+9234,U+923a,U+923f-9240,U+9245,U+9249,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9283,U+9285,U+9291,U+9293,U+9296,U+9298,U+929c,U+92b3,U+92b6-92b7,U+92b9,U+92cc,U+92cf,U+92d2,U+92e4,U+92ea,U+92f8,U+92fc,U+9304,U+9310,U+9318,U+931a,U+931e-9322,U+9324,U+9326,U+9328,U+932b,U+932e-932f,U+9348,U+934a-934b,U+934d,U+9354,U+935b,U+936e,U+9375,U+937c,U+937e,U+938c,U+9394,U+9396,U+939a,U+93a3,U+93a7,U+93ac-93ad,U+93b0,U+93c3,U+93d1,U+93de,U+93e1,U+93e4,U+93f6,U+9404,U+9418,U+9425,U+942b,U+9435,U+9438,U+9444,U+9451-9452,U+945b,U+947d,U+947f,U+9583,U+9589,U+958f,U+9591-9592,U+9594,U+9598,U+95a3-95a5,U+95a8,U+95ad,U+95b1,U+95bb-95bc,U+95c7,U+95ca,U+95d4-95d6,U+95dc,U+95e1-95e2,U+961c,U+9621,U+962a,U+962e,U+9632,U+963b,U+963f-9640,U+9642,U+9644,U+964b-964d,U+9650,U+965b-965f,U+9662-9664,U+966a,U+9670,U+9673,U+9675-9678,U+967d,U+9685-9686,U+968a-968b,U+968d-968e,U+9694-9695,U+9698-9699,U+969b-969c,U+96a3; +} + +/* noto-serif-kr-[68]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-68-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-68-800-normal.woff) format('woff'); + unicode-range: U+8fa8,U+8fad,U+8faf-8fb2,U+8fc2,U+8fc5,U+8fce,U+8fd4,U+8fe6,U+8fea-8feb,U+8fed,U+8ff0,U+8ff2,U+8ff7,U+8ff9,U+8ffd,U+9000-9003,U+9005-9006,U+9008,U+900b,U+900d,U+900f-9011,U+9014-9015,U+9017,U+9019,U+901d-9023,U+902e,U+9031-9032,U+9035,U+9038,U+903c,U+903e,U+9041-9042,U+9047,U+904a-904b,U+904d-904e,U+9050-9051,U+9054-9055,U+9059,U+905c-905e,U+9060-9061,U+9063,U+9069,U+906d-906f,U+9072,U+9075,U+9077-9078,U+907a,U+907c-907d,U+907f-9084,U+9087-9088,U+908a,U+908f,U+9091,U+9095,U+9099,U+90a2-90a3,U+90a6,U+90a8,U+90aa,U+90af-90b1,U+90b5,U+90b8,U+90c1,U+90ca,U+90de,U+90e1,U+90ed,U+90f5,U+9102,U+9112,U+9115,U+9119,U+9127,U+912d,U+9132,U+9149-914e,U+9152,U+9162,U+9169-916a,U+916c,U+9175,U+9177-9178,U+9187,U+9189,U+918b,U+918d,U+9192,U+919c,U+91ab-91ac,U+91ae-91af,U+91b1,U+91b4-91b5,U+91c0,U+91c7,U+91c9,U+91cb,U+91cf-91d0,U+91d7-91d8,U+91dc-91dd,U+91e3,U+91e7,U+91ea,U+91f5; +} + +/* noto-serif-kr-[69]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-69-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-69-800-normal.woff) format('woff'); + unicode-range: U+8c6a-8c6b,U+8c79-8c7a,U+8c82,U+8c8a,U+8c8c,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb8,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8cd1,U+8cd3,U+8cda,U+8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6,U+8cea,U+8ced,U+8cf4,U+8cfb-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d13,U+8d16,U+8d64,U+8d66,U+8d6b,U+8d70,U+8d73-8d74,U+8d77,U+8d85,U+8d8a,U+8d99,U+8da3,U+8da8,U+8db3,U+8dba,U+8dbe,U+8dc6,U+8dcb-8dcc,U+8dcf,U+8ddb,U+8ddd,U+8de1,U+8de3,U+8de8,U+8df3,U+8e0a,U+8e0f-8e10,U+8e1e,U+8e2a,U+8e30,U+8e35,U+8e42,U+8e44,U+8e47-8e4a,U+8e59,U+8e5f-8e60,U+8e74,U+8e76,U+8e81,U+8e87,U+8e8a,U+8e8d,U+8eaa-8eac,U+8ec0,U+8ecb-8ecc,U+8ed2,U+8edf,U+8eeb,U+8ef8,U+8efb,U+8efe,U+8f03,U+8f05,U+8f09,U+8f12-8f15,U+8f1b-8f1f,U+8f26-8f27,U+8f29-8f2a,U+8f2f,U+8f33,U+8f38-8f39,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5d,U+8f5f,U+8f62,U+8f9b-8f9c,U+8fa3,U+8fa6; +} + +/* noto-serif-kr-[70]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-70-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-70-800-normal.woff) format('woff'); + unicode-range: U+8941,U+8944,U+895f,U+8964,U+896a,U+8972,U+8981,U+8983,U+8986-8987,U+898f,U+8993,U+8996,U+89a1,U+89a9-89aa,U+89b2,U+89ba,U+89bd,U+89c0,U+89d2,U+89e3,U+89f4,U+89f8,U+8a02-8a03,U+8a08,U+8a0a,U+8a0c,U+8a0e,U+8a13,U+8a16-8a17,U+8a1b,U+8a1d,U+8a1f,U+8a23,U+8a25,U+8a2a,U+8a2d,U+8a31,U+8a34,U+8a36,U+8a3a-8a3b,U+8a50,U+8a54-8a55,U+8a5b,U+8a5e,U+8a60,U+8a62-8a63,U+8a66,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a75,U+8a79,U+8a85,U+8a87,U+8a8c-8a8d,U+8a93,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8,U+8aaa,U+8ab0,U+8ab2,U+8ab9,U+8abc,U+8abe-8abf,U+8ac2,U+8ac4,U+8ac7,U+8acb,U+8acd,U+8acf,U+8ad2,U+8ad6,U+8adb-8adc,U+8ae1,U+8ae6-8ae7,U+8aea-8aeb,U+8aed-8aee,U+8af1,U+8af6-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b04,U+8b0e,U+8b10,U+8b14,U+8b16-8b17,U+8b19-8b1b,U+8b1d,U+8b20,U+8b28,U+8b2b-8b2c,U+8b33,U+8b39,U+8b41,U+8b49,U+8b4e-8b4f,U+8b58,U+8b5a,U+8b5c,U+8b66,U+8b6c,U+8b6f-8b70,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b8a,U+8b90,U+8b92-8b93,U+8b96,U+8b9a,U+8c37,U+8c3f,U+8c41,U+8c46,U+8c48,U+8c4a,U+8c4c,U+8c55,U+8c5a,U+8c61; +} + +/* noto-serif-kr-[71]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-71-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-71-800-normal.woff) format('woff'); + unicode-range: U+858f,U+8591,U+8594,U+859b,U+85a6,U+85a8-85aa,U+85af-85b0,U+85ba,U+85c1,U+85c9,U+85cd-85cf,U+85d5,U+85dc-85dd,U+85e4-85e5,U+85e9-85ea,U+85f7,U+85fa-85fb,U+85ff,U+8602,U+8606-8607,U+860a,U+8616-8617,U+861a,U+862d,U+863f,U+864e,U+8650,U+8654-8655,U+865b-865c,U+865e-865f,U+8667,U+8679,U+868a,U+868c,U+8693,U+86a3-86a4,U+86a9,U+86c7,U+86cb,U+86d4,U+86d9,U+86db,U+86df,U+86e4,U+86ed,U+86fe,U+8700,U+8702-8703,U+8708,U+8718,U+871a,U+871c,U+874e,U+8755,U+8757,U+875f,U+8766,U+8768,U+8774,U+8776,U+8778,U+8782,U+878d,U+879f,U+87a2,U+87b3,U+87ba,U+87c4,U+87e0,U+87ec,U+87ef,U+87f2,U+87f9,U+87fb,U+87fe,U+8805,U+881f,U+8822-8823,U+8831,U+8836,U+883b,U+8840,U+8846,U+884d,U+8852-8853,U+8857,U+8859,U+885b,U+885d,U+8861-8863,U+8868,U+886b,U+8870,U+8872,U+8877,U+887e-887f,U+8881-8882,U+8888,U+888b,U+888d,U+8892,U+8896-8897,U+889e,U+88ab,U+88b4,U+88c1-88c2,U+88cf,U+88d4-88d5,U+88d9,U+88dc-88dd,U+88df,U+88e1,U+88e8,U+88f3-88f5,U+88f8,U+88fd,U+8907,U+8910,U+8912-8913,U+8918-8919,U+8925,U+892a,U+8936,U+8938,U+893b; +} + +/* noto-serif-kr-[72]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-72-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-72-800-normal.woff) format('woff'); + unicode-range: U+82a6,U+82a9,U+82ac-82af,U+82b3,U+82b7-82b9,U+82bb-82bd,U+82bf,U+82d1-82d2,U+82d4-82d5,U+82d7,U+82db,U+82de-82df,U+82e1,U+82e5-82e7,U+82fd-82fe,U+8301-8305,U+8309,U+8317,U+8328,U+832b,U+832f,U+8331,U+8334-8336,U+8338-8339,U+8340,U+8347,U+8349-834a,U+834f,U+8351-8352,U+8373,U+8377,U+837b,U+8389-838a,U+838e,U+8396,U+8398,U+839e,U+83a2,U+83a9-83ab,U+83bd,U+83c1,U+83c5,U+83c9-83ca,U+83cc,U+83d3,U+83d6,U+83dc,U+83e9,U+83eb,U+83ef-83f2,U+83f4,U+83f9,U+83fd,U+8403-8404,U+840a,U+840c-840e,U+8429,U+842c,U+8431,U+8438,U+843d,U+8449,U+8457,U+845b,U+8461,U+8463,U+8466,U+846b-846c,U+846f,U+8475,U+847a,U+8490,U+8494,U+8499,U+849c,U+84a1,U+84b2,U+84b8,U+84bb-84bc,U+84bf-84c0,U+84c2,U+84c4,U+84c6,U+84c9,U+84cb,U+84cd,U+84d1,U+84da,U+84ec,U+84ee,U+84f4,U+84fc,U+8511,U+8513-8514,U+8517-8518,U+851a,U+851e,U+8521,U+8523,U+8525,U+852c-852d,U+852f,U+853d,U+853f,U+8541,U+8543,U+8549,U+854e,U+8553,U+8559,U+8563,U+8568-856a,U+856d,U+8584,U+8587; +} + +/* noto-serif-kr-[73]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-73-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-73-800-normal.woff) format('woff'); + unicode-range: U+8033,U+8036,U+803d,U+803f,U+8043,U+8046,U+804a,U+8056,U+8058,U+805a,U+805e,U+806f-8070,U+8072-8073,U+8077,U+807d-807f,U+8084-8087,U+8089,U+808b-808c,U+8096,U+809b,U+809d,U+80a1-80a2,U+80a5,U+80a9-80aa,U+80af,U+80b1-80b2,U+80b4,U+80ba,U+80c3-80c4,U+80cc,U+80ce,U+80da-80db,U+80de,U+80e1,U+80e4-80e5,U+80f1,U+80f4,U+80f8,U+80fd,U+8102,U+8105-8108,U+810a,U+8118,U+811a-811b,U+8123,U+8129,U+812b,U+812f,U+8139,U+813e,U+814b,U+814e,U+8150-8151,U+8154-8155,U+8165-8166,U+816b,U+8170-8171,U+8178-817a,U+817f-8180,U+8188,U+818a,U+818f,U+819a,U+819c-819d,U+81a0,U+81a3,U+81a8,U+81b3,U+81b5,U+81ba,U+81bd-81c0,U+81c2,U+81c6,U+81cd,U+81d8,U+81df,U+81e3,U+81e5,U+81e7-81e8,U+81ed,U+81f3-81f4,U+81fa-81fc,U+81fe,U+8205,U+8208,U+820a,U+820c-820d,U+8212,U+821b-821c,U+821e-821f,U+8221,U+822a-822c,U+8235-8237,U+8239,U+8240,U+8245,U+8247,U+8259,U+8264,U+8266,U+826e-826f,U+8271,U+8276,U+8278,U+827e,U+828b,U+828d-828e,U+8292,U+8299-829a,U+829d,U+829f,U+82a5; +} + +/* noto-serif-kr-[74]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-74-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-74-800-normal.woff) format('woff'); + unicode-range: U+7d2f-7d30,U+7d33,U+7d35,U+7d39-7d3a,U+7d42-7d46,U+7d50,U+7d5e,U+7d61-7d62,U+7d66,U+7d68,U+7d6a,U+7d6e,U+7d71-7d73,U+7d76,U+7d79,U+7d7f,U+7d8e-7d8f,U+7d93,U+7d9c,U+7da0,U+7da2,U+7dac-7dad,U+7db1-7db2,U+7db4-7db5,U+7db8,U+7dba-7dbb,U+7dbd-7dbf,U+7dc7,U+7dca-7dcb,U+7dd6,U+7dd8,U+7dda,U+7ddd-7dde,U+7de0-7de1,U+7de3,U+7de8-7de9,U+7dec,U+7def,U+7df4,U+7dfb,U+7e09-7e0a,U+7e15,U+7e1b,U+7e1d-7e1f,U+7e21,U+7e23,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e3d-7e3e,U+7e43,U+7e46-7e47,U+7e52,U+7e54-7e55,U+7e5e,U+7e61,U+7e69-7e6b,U+7e6d,U+7e70,U+7e79,U+7e7c,U+7e82,U+7e8c,U+7e8f,U+7e93,U+7e96,U+7e98,U+7e9b-7e9c,U+7f36,U+7f38,U+7f3a,U+7f4c,U+7f50,U+7f54-7f55,U+7f6a-7f6b,U+7f6e,U+7f70,U+7f72,U+7f75,U+7f77,U+7f79,U+7f85,U+7f88,U+7f8a,U+7f8c,U+7f94,U+7f9a,U+7f9e,U+7fa4,U+7fa8-7fa9,U+7fb2,U+7fb8-7fb9,U+7fbd,U+7fc1,U+7fc5,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd4-7fd5,U+7fdf-7fe1,U+7fe9,U+7feb,U+7ff0,U+7ff9,U+7ffc,U+8000-8001,U+8003,U+8006,U+8009,U+800c,U+8010,U+8015,U+8017-8018,U+802d; +} + +/* noto-serif-kr-[75]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-75-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-75-800-normal.woff) format('woff'); + unicode-range: U+7a49,U+7a4d-7a4e,U+7a57,U+7a61-7a62,U+7a69,U+7a6b,U+7a70,U+7a74,U+7a76,U+7a79,U+7a7d,U+7a7f,U+7a81,U+7a84,U+7a88,U+7a92-7a93,U+7a95,U+7a98,U+7a9f,U+7aa9-7aaa,U+7aae-7aaf,U+7aba,U+7ac4-7ac5,U+7ac7,U+7aca,U+7ad7,U+7ad9,U+7add,U+7adf-7ae0,U+7ae3,U+7ae5,U+7aea,U+7aed,U+7aef,U+7af6,U+7af9-7afa,U+7aff,U+7b0f,U+7b11,U+7b19,U+7b1b,U+7b1e,U+7b20,U+7b26,U+7b2d,U+7b39,U+7b46,U+7b49,U+7b4b-7b4d,U+7b4f-7b52,U+7b54,U+7b56,U+7b60,U+7b6c,U+7b6e,U+7b75,U+7b7d,U+7b87,U+7b8b,U+7b8f,U+7b94-7b95,U+7b97,U+7b9a,U+7b9d,U+7ba1,U+7bad,U+7bb1,U+7bb4,U+7bb8,U+7bc0-7bc1,U+7bc4,U+7bc6-7bc7,U+7bc9,U+7bd2,U+7be0,U+7be4,U+7be9,U+7c07,U+7c12,U+7c1e,U+7c21,U+7c27,U+7c2a-7c2b,U+7c3d-7c3f,U+7c43,U+7c4c-7c4d,U+7c60,U+7c64,U+7c6c,U+7c73,U+7c83,U+7c89,U+7c92,U+7c95,U+7c97-7c98,U+7c9f,U+7ca5,U+7ca7,U+7cae,U+7cb1-7cb3,U+7cb9,U+7cbe,U+7cca,U+7cd6,U+7cde-7ce0,U+7ce7,U+7cfb,U+7cfe,U+7d00,U+7d02,U+7d04-7d08,U+7d0a-7d0b,U+7d0d,U+7d10,U+7d14,U+7d17-7d1b,U+7d20-7d21,U+7d2b-7d2c,U+7d2e; +} + +/* noto-serif-kr-[76]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-76-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-76-800-normal.woff) format('woff'); + unicode-range: U+7704,U+7708-7709,U+770b,U+771e,U+7720,U+7729,U+7737-7738,U+773a,U+773c,U+7740,U+774d,U+775b,U+7761,U+7763,U+7766,U+776b,U+7779,U+777e-777f,U+778b,U+7791,U+779e,U+77a5,U+77ac-77ad,U+77b0,U+77b3,U+77bb-77bc,U+77bf,U+77d7,U+77db-77dc,U+77e2-77e3,U+77e9,U+77ed-77ef,U+7802,U+7812,U+7825-7827,U+782c,U+7832,U+7834,U+7845,U+784f,U+785d,U+786b-786c,U+786f,U+787c,U+7881,U+7887,U+788c-788e,U+7891,U+7897,U+78a3,U+78a7,U+78a9,U+78ba-78bc,U+78c1,U+78c5,U+78ca-78cb,U+78ce,U+78d0,U+78e8,U+78ec,U+78ef,U+78f5,U+78fb,U+7901,U+790e,U+7916,U+792a-792c,U+793a,U+7940-7941,U+7947-7949,U+7950,U+7956-7957,U+795a-795d,U+7960,U+7965,U+7968,U+796d,U+797a,U+797f,U+7981,U+798d-798e,U+7991,U+79a6-79a7,U+79aa,U+79ae,U+79b1,U+79b3,U+79b9,U+79bd-79c1,U+79c9-79cb,U+79d2,U+79d5,U+79d8,U+79df,U+79e4,U+79e6-79e7,U+79e9,U+79fb,U+7a00,U+7a05,U+7a08,U+7a0b,U+7a0d,U+7a14,U+7a17,U+7a19-7a1a,U+7a1c,U+7a1f-7a20,U+7a2e,U+7a31,U+7a36-7a37,U+7a3b-7a3d,U+7a3f-7a40,U+7a46; +} + +/* noto-serif-kr-[77]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-77-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-77-800-normal.woff) format('woff'); + unicode-range: U+7482-7483,U+7487,U+7489,U+748b,U+7498,U+749c,U+749e-749f,U+74a1,U+74a3,U+74a5,U+74a7-74a8,U+74aa,U+74b0,U+74b2,U+74b5,U+74b9,U+74bd,U+74bf,U+74c6,U+74ca,U+74cf,U+74d4,U+74d8,U+74da,U+74dc,U+74e0,U+74e2-74e3,U+74e6,U+74ee,U+74f7,U+7501,U+7504,U+7511,U+7515,U+7518,U+751a-751b,U+7523,U+7525-7526,U+752b-752c,U+7531,U+7533,U+7538,U+753a,U+7547,U+754c,U+754f,U+7551,U+7553-7554,U+7559,U+755b-755d,U+7562,U+7565-7566,U+756a,U+756f-7570,U+7575-7576,U+7578,U+757a,U+757f,U+7586-7587,U+758a-758b,U+758e-758f,U+7591,U+759d,U+75a5,U+75ab,U+75b1-75b3,U+75b5,U+75b8-75b9,U+75bc-75be,U+75c2,U+75c5,U+75c7,U+75cd,U+75d2,U+75d4-75d5,U+75d8-75d9,U+75db,U+75e2,U+75f0,U+75f2,U+75f4,U+75fa,U+75fc,U+7600,U+760d,U+7619,U+761f-7622,U+7624,U+7626,U+763b,U+7642,U+764c,U+764e,U+7652,U+7656,U+7661,U+7664,U+7669,U+766c,U+7670,U+7672,U+7678,U+7686-7687,U+768e,U+7690,U+7693,U+76ae,U+76ba,U+76bf,U+76c2-76c3,U+76c6,U+76c8,U+76ca,U+76d2,U+76d6,U+76db-76dc,U+76de-76df,U+76e1,U+76e3-76e4,U+76e7,U+76f2,U+76fc,U+76fe,U+7701; +} + +/* noto-serif-kr-[78]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-78-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-78-800-normal.woff) format('woff'); + unicode-range: U+7230,U+7232,U+7235,U+723a-723b,U+723d-723e,U+7240,U+7246-7248,U+724c,U+7252,U+7258-7259,U+725b,U+725d,U+725f,U+7261-7262,U+7267,U+7272,U+727d,U+7280-7281,U+72a2,U+72a7,U+72ac,U+72af,U+72c0,U+72c2,U+72c4,U+72ce,U+72d0,U+72d7,U+72d9,U+72e1,U+72e9,U+72f8-72f9,U+72fc-72fd,U+730a,U+7316,U+731b-731d,U+7325,U+7329-732b,U+7336-7337,U+733e-733f,U+7344-7345,U+7350,U+7352,U+7357,U+7368,U+736a,U+7370,U+7372,U+7375,U+7378,U+737a-737b,U+7384,U+7386-7387,U+7389,U+738e,U+7394,U+7396-7398,U+739f,U+73a7,U+73a9,U+73ad,U+73b2-73b3,U+73b9,U+73c0,U+73c2,U+73c9-73ca,U+73cc-73cd,U+73cf,U+73d6,U+73d9,U+73dd-73de,U+73e0,U+73e3-73e6,U+73e9-73ea,U+73ed,U+73f7,U+73f9,U+73fd-73fe,U+7401,U+7403,U+7405,U+7407,U+7409,U+7413,U+741b,U+7420-7422,U+7425-7426,U+7428,U+742a-742c,U+742e-7430,U+7433-7436,U+7438,U+743a,U+743f-7441,U+7443-7444,U+744b,U+7455,U+7457,U+7459-745c,U+745e-7460,U+7462,U+7464-7465,U+7468-746a,U+746f,U+747e; +} + +/* noto-serif-kr-[79]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-79-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-79-800-normal.woff) format('woff'); + unicode-range: U+6f8d-6f8e,U+6f90,U+6f94,U+6f97,U+6fa3-6fa4,U+6fa7,U+6fae-6faf,U+6fb1,U+6fb3,U+6fb9,U+6fbe,U+6fc0-6fc3,U+6fca,U+6fd5,U+6fda,U+6fdf-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fef,U+6ff1,U+6ffe,U+7001,U+7005-7006,U+7009,U+700b,U+700f,U+7011,U+7015,U+7018,U+701a-701f,U+7023,U+7027-7028,U+702f,U+7037,U+703e,U+704c,U+7050-7051,U+7058,U+705d,U+7070,U+7078,U+707c-707d,U+7085,U+708a,U+708e,U+7092,U+7098-709a,U+70a1,U+70a4,U+70ab-70ad,U+70af,U+70b3,U+70b7-70b9,U+70c8,U+70cb,U+70cf,U+70d8-70d9,U+70dd,U+70df,U+70f1,U+70f9,U+70fd,U+7104,U+7109,U+710c,U+7119-711a,U+711e,U+7126,U+7130,U+7136,U+7147,U+7149-714a,U+714c,U+714e,U+7150,U+7156,U+7159,U+715c,U+715e,U+7164-7167,U+7169,U+716c,U+716e,U+717d,U+7184,U+7189-718a,U+718f,U+7192,U+7194,U+7199,U+719f,U+71a2,U+71ac,U+71b1,U+71b9-71ba,U+71be,U+71c1,U+71c3,U+71c8-71c9,U+71ce,U+71d0,U+71d2,U+71d4-71d5,U+71df,U+71e5-71e7,U+71ed-71ee,U+71fb-71fc,U+71fe-7200,U+7206,U+7210,U+721b,U+722a,U+722c-722d; +} + +/* noto-serif-kr-[80]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-80-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-80-800-normal.woff) format('woff'); + unicode-range: U+6d5a,U+6d5c,U+6d63,U+6d66,U+6d69-6d6a,U+6d6c,U+6d6e,U+6d74,U+6d78-6d79,U+6d7f,U+6d85,U+6d87-6d89,U+6d8c-6d8e,U+6d91,U+6d93,U+6d95,U+6daf,U+6db2,U+6db5,U+6dc0,U+6dc3-6dc7,U+6dcb,U+6dcf,U+6dd1,U+6dd8-6dda,U+6dde,U+6de1,U+6de8,U+6dea-6deb,U+6dee,U+6df1,U+6df3,U+6df5,U+6df7-6dfb,U+6e17,U+6e19-6e1b,U+6e1f-6e21,U+6e23-6e26,U+6e2b-6e2d,U+6e32,U+6e34,U+6e36,U+6e38,U+6e3a,U+6e3c-6e3e,U+6e43-6e44,U+6e4a,U+6e4d,U+6e56,U+6e58,U+6e5b-6e5c,U+6e5e-6e5f,U+6e67,U+6e6b,U+6e6e-6e6f,U+6e72-6e73,U+6e7a,U+6e90,U+6e96,U+6e9c-6e9d,U+6e9f,U+6ea2,U+6ea5,U+6eaa-6eab,U+6eaf,U+6eb1,U+6eb6,U+6eba,U+6ec2,U+6ec4-6ec5,U+6ec9,U+6ecb-6ecc,U+6ece,U+6ed1,U+6ed3-6ed4,U+6eef,U+6ef4,U+6ef8,U+6efe-6eff,U+6f01-6f02,U+6f06,U+6f0f,U+6f11,U+6f14-6f15,U+6f20,U+6f22-6f23,U+6f2b-6f2c,U+6f31-6f32,U+6f38,U+6f3f,U+6f41,U+6f51,U+6f54,U+6f57-6f58,U+6f5a-6f5b,U+6f5e-6f5f,U+6f62,U+6f64,U+6f6d-6f6e,U+6f70,U+6f7a,U+6f7c-6f7e,U+6f81,U+6f84,U+6f88; +} + +/* noto-serif-kr-[81]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-81-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-81-800-normal.woff) format('woff'); + unicode-range: U+6ada-6adb,U+6af6,U+6afb,U+6b04,U+6b0a,U+6b0c,U+6b12,U+6b16,U+6b20-6b21,U+6b23,U+6b32,U+6b3a,U+6b3d-6b3e,U+6b46-6b47,U+6b4e,U+6b50,U+6b5f,U+6b61-6b62,U+6b64-6b66,U+6b6a,U+6b72,U+6b77-6b78,U+6b7b,U+6b7f,U+6b83-6b84,U+6b86,U+6b89-6b8a,U+6b96,U+6b98,U+6b9e,U+6bae-6baf,U+6bb2,U+6bb5,U+6bb7,U+6bba,U+6bbc,U+6bbf,U+6bc1,U+6bc5-6bc6,U+6bcb,U+6bcf,U+6bd2-6bd3,U+6bd6-6bd8,U+6bdb,U+6beb-6bec,U+6c08,U+6c0f,U+6c13,U+6c23,U+6c37-6c38,U+6c3e,U+6c40-6c42,U+6c4e,U+6c50,U+6c55,U+6c57,U+6c5a,U+6c5d-6c60,U+6c68,U+6c6a,U+6c6d,U+6c70,U+6c72,U+6c76,U+6c7a,U+6c7d-6c7e,U+6c81-6c83,U+6c85-6c88,U+6c8c,U+6c90,U+6c92-6c96,U+6c99-6c9b,U+6cab,U+6cae,U+6cb3,U+6cb8-6cb9,U+6cbb-6cbf,U+6cc1-6cc2,U+6cc4,U+6cc9-6cca,U+6ccc,U+6cd3,U+6cd7,U+6cdb,U+6ce1-6ce3,U+6ce5,U+6ce8,U+6ceb,U+6cee-6cf0,U+6cf3,U+6d0b-6d0c,U+6d11,U+6d17,U+6d19,U+6d1b,U+6d1e,U+6d25,U+6d27,U+6d29,U+6d32,U+6d35-6d36,U+6d38-6d39,U+6d3b,U+6d3d-6d3e,U+6d41,U+6d59; +} + +/* noto-serif-kr-[82]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-82-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-82-800-normal.woff) format('woff'); + unicode-range: U+67f0-67f1,U+67f3-67f6,U+67fb,U+67fe,U+6812-6813,U+6816-6817,U+6821-6822,U+682f,U+6838-6839,U+683d,U+6840-6843,U+6848,U+684e,U+6850-6851,U+6853-6854,U+686d,U+6876,U+687f,U+6881,U+6885,U+688f,U+6893-6894,U+6897,U+689d,U+689f,U+68a1-68a2,U+68a7-68a8,U+68ad,U+68af-68b1,U+68b3,U+68b5-68b6,U+68c4-68c5,U+68c9,U+68cb,U+68cd,U+68d2,U+68d5,U+68d7-68d8,U+68da,U+68df-68e0,U+68e7-68e8,U+68ee,U+68f2,U+68f9-68fa,U+6900,U+6905,U+690d-690e,U+6912,U+6927,U+6930,U+693d,U+693f,U+694a,U+6953-6955,U+6957,U+6959-695a,U+695e,U+6960-6963,U+6968,U+696b,U+696d-696f,U+6975,U+6977-6979,U+6995,U+699b-699c,U+69a5,U+69a7,U+69ae,U+69b4,U+69bb,U+69c1,U+69c3,U+69cb-69cd,U+69d0,U+69e8,U+69ea,U+69fb,U+69fd,U+69ff,U+6a02,U+6a0a,U+6a11,U+6a13,U+6a17,U+6a19,U+6a1e-6a1f,U+6a21,U+6a23,U+6a35,U+6a38-6a3a,U+6a3d,U+6a44,U+6a48,U+6a4b,U+6a52-6a53,U+6a58-6a59,U+6a5f,U+6a61,U+6a6b,U+6a80,U+6a84,U+6a89,U+6a8d-6a8e,U+6a97,U+6a9c,U+6aa3,U+6ab3,U+6abb,U+6ac2-6ac3,U+6ad3; +} + +/* noto-serif-kr-[83]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-83-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-83-800-normal.woff) format('woff'); + unicode-range: U+6607,U+6609-660a,U+660c,U+660f-6611,U+6613-6615,U+661e,U+6620,U+6627-6628,U+662d,U+6630-6631,U+6634,U+6636,U+663a-663b,U+6641,U+6643-6644,U+6649,U+664b,U+664f,U+6659,U+665b,U+665d-665f,U+6664-6669,U+666b,U+666e-666f,U+6673-6674,U+6676-6678,U+6684,U+6687-6689,U+668e,U+6690-6691,U+6696-6698,U+669d,U+66a0,U+66a2,U+66ab,U+66ae,U+66b2-66b4,U+66b9,U+66bb,U+66be,U+66c4,U+66c6-66c7,U+66c9,U+66d6,U+66d9,U+66dc-66dd,U+66e0,U+66e6,U+66f0,U+66f2-66f4,U+66f7,U+66f9-66fa,U+66fc,U+66fe-66ff,U+6703,U+670b,U+670d,U+6714-6715,U+6717,U+671b,U+671d-671f,U+6726-6727,U+672a-672b,U+672d-672e,U+6731,U+6736,U+673a,U+673d,U+6746,U+6749,U+674e-6751,U+6753,U+6756,U+675c,U+675e-675f,U+676d,U+676f-6770,U+6773,U+6775,U+6777,U+677b,U+677e-677f,U+6787,U+6789,U+678b,U+678f-6790,U+6793,U+6795,U+679a,U+679d,U+67af-67b0,U+67b3,U+67b6-67b8,U+67be,U+67c4,U+67cf-67d4,U+67da,U+67dd,U+67e9,U+67ec,U+67ef; +} + +/* noto-serif-kr-[84]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-84-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-84-800-normal.woff) format('woff'); + unicode-range: U+6392,U+6396,U+6398,U+639b,U+63a0-63a2,U+63a5,U+63a7-63aa,U+63c0,U+63c4,U+63c6,U+63cf,U+63d6,U+63da-63db,U+63e1,U+63ed-63ee,U+63f4,U+63f6-63f7,U+640d,U+640f,U+6414,U+6416-6417,U+641c,U+6422,U+642c-642d,U+643a,U+643e,U+6458,U+6460,U+6469,U+646f,U+6478-647a,U+6488,U+6491-6493,U+649a,U+649e,U+64a4-64a5,U+64ab,U+64ad-64ae,U+64b0,U+64b2,U+64bb,U+64c1,U+64c4-64c5,U+64c7,U+64ca,U+64cd-64ce,U+64d2,U+64d4,U+64d8,U+64da,U+64e1-64e2,U+64e5-64e7,U+64ec,U+64f2,U+64f4,U+64fa,U+64fe,U+6500,U+6504,U+6518,U+651d,U+6523,U+652a-652c,U+652f,U+6536-6539,U+653b,U+653e,U+6548,U+654d-654f,U+6551,U+6556-6557,U+655e,U+6562-6563,U+6566,U+656c-656d,U+6572,U+6574-6575,U+6577-6578,U+657e,U+6582-6583,U+6585,U+658c,U+6590-6591,U+6597,U+6599,U+659b-659c,U+659f,U+65a1,U+65a4-65a5,U+65a7,U+65ab-65ac,U+65af,U+65b7,U+65bc-65bd,U+65c1,U+65c5,U+65cb-65cc,U+65cf,U+65d2,U+65d7,U+65e0,U+65e3,U+65e6,U+65e8-65e9,U+65ec-65ed,U+65f1,U+65f4,U+65fa-65fd,U+65ff,U+6606; +} + +/* noto-serif-kr-[85]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-85-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-85-800-normal.woff) format('woff'); + unicode-range: U+614c,U+6153,U+6155,U+6158-6159,U+615d,U+615f,U+6162-6164,U+6167-6168,U+616b,U+616e,U+6170,U+6176-6177,U+617d-617e,U+6181-6182,U+618a,U+618e,U+6190-6191,U+6194,U+6198-619a,U+61a4,U+61a7,U+61a9,U+61ab-61ac,U+61ae,U+61b2,U+61b6,U+61ba,U+61be,U+61c3,U+61c7-61cb,U+61e6,U+61f2,U+61f6-61f8,U+61fa,U+61fc,U+61ff-6200,U+6207-6208,U+620a,U+620c-620e,U+6212,U+6216,U+621a,U+621f,U+6221,U+622a,U+622e,U+6230-6231,U+6234,U+6236,U+623e-623f,U+6241,U+6247-6249,U+624d,U+6253,U+6258,U+626e,U+6271,U+6276,U+6279,U+627c,U+627f-6280,U+6284,U+6289-628a,U+6291-6292,U+6295,U+6297-6298,U+629b,U+62ab,U+62b1,U+62b5,U+62b9,U+62bc-62bd,U+62c2,U+62c7-62c9,U+62cc-62cd,U+62cf-62d0,U+62d2-62d4,U+62d6-62d9,U+62db-62dc,U+62ec-62ef,U+62f1,U+62f3,U+62f7,U+62fe-62ff,U+6301,U+6307,U+6309,U+6311,U+632b,U+632f,U+633a-633b,U+633d-633e,U+6349,U+634c,U+634f-6350,U+6355,U+6367-6368,U+636e,U+6372,U+6377,U+637a-637b,U+637f,U+6383,U+6388-6389,U+638c; +} + +/* noto-serif-kr-[86]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-86-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-86-800-normal.woff) format('woff'); + unicode-range: U+5f11,U+5f13-5f15,U+5f17-5f18,U+5f1b,U+5f1f,U+5f26-5f27,U+5f29,U+5f31,U+5f35,U+5f3a,U+5f3c,U+5f48,U+5f4a,U+5f4c,U+5f4e,U+5f56-5f57,U+5f59,U+5f5b,U+5f62,U+5f66-5f67,U+5f69-5f6d,U+5f70-5f71,U+5f77,U+5f79,U+5f7c,U+5f7f-5f81,U+5f85,U+5f87,U+5f8a-5f8b,U+5f90-5f92,U+5f98-5f99,U+5f9e,U+5fa0-5fa1,U+5fa8-5faa,U+5fae,U+5fb5,U+5fb9,U+5fbd,U+5fc5,U+5fcc-5fcd,U+5fd6-5fd9,U+5fe0,U+5feb,U+5ff5,U+5ffd,U+5fff,U+600f,U+6012,U+6016,U+601c,U+6020-6021,U+6025,U+6028,U+602a,U+602f,U+6041-6043,U+604d,U+6050,U+6052,U+6055,U+6059,U+605d,U+6062-6065,U+6068-606a,U+606c-606d,U+606f-6070,U+6085,U+6089,U+608c-608d,U+6094,U+6096,U+609a-609b,U+609f-60a0,U+60a3-60a4,U+60a7,U+60b0,U+60b2-60b4,U+60b6,U+60b8,U+60bc-60bd,U+60c7,U+60d1,U+60da,U+60dc,U+60df-60e1,U+60f0-60f1,U+60f6,U+60f9-60fb,U+6101,U+6106,U+6108-6109,U+610d-610e,U+6115,U+611a,U+6127,U+6130,U+6134,U+6137,U+613c,U+613e-613f,U+6142,U+6144,U+6147-6148,U+614a-614b; +} + +/* noto-serif-kr-[87]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-87-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-87-800-normal.woff) format('woff'); + unicode-range: U+5c40,U+5c45-5c46,U+5c48,U+5c4b,U+5c4d-5c4e,U+5c51,U+5c5b,U+5c60,U+5c62,U+5c64-5c65,U+5c6c,U+5c6f,U+5c79,U+5c90-5c91,U+5ca1,U+5ca9,U+5cab-5cac,U+5cb1,U+5cb3,U+5cb5,U+5cb7-5cb8,U+5cba,U+5cbe,U+5cc0,U+5cd9,U+5ce0,U+5ce8,U+5cef-5cf0,U+5cf4,U+5cf6,U+5cfb,U+5cfd,U+5d07,U+5d0d-5d0e,U+5d11,U+5d14,U+5d16-5d17,U+5d19,U+5d27,U+5d29,U+5d4b-5d4c,U+5d50,U+5d69,U+5d6c,U+5d6f,U+5d87,U+5d8b,U+5d9d,U+5da0,U+5da2,U+5daa,U+5db8,U+5dba,U+5dbc-5dbd,U+5dcd,U+5dd2,U+5dd6,U+5de1-5de2,U+5de5-5de8,U+5deb,U+5dee,U+5df1-5df4,U+5df7,U+5dfd-5dfe,U+5e03,U+5e06,U+5e11,U+5e16,U+5e19,U+5e1b,U+5e1d,U+5e25,U+5e2b,U+5e2d,U+5e33,U+5e36,U+5e38,U+5e3d,U+5e3f-5e40,U+5e44-5e45,U+5e47,U+5e4c,U+5e55,U+5e5f,U+5e61-5e63,U+5e72,U+5e77-5e79,U+5e7b-5e7e,U+5e84,U+5e87,U+5e8a,U+5e8f,U+5e95,U+5e97,U+5e9a,U+5e9c,U+5ea0,U+5ea7,U+5eab,U+5ead,U+5eb5-5eb8,U+5ebe,U+5ec2,U+5ec8-5eca,U+5ed0,U+5ed3,U+5ed6,U+5eda-5edb,U+5edf-5ee0,U+5ee2-5ee3,U+5eec,U+5ef3,U+5ef6-5ef7,U+5efa-5efb,U+5f01,U+5f04,U+5f0a; +} + +/* noto-serif-kr-[88]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-88-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-88-800-normal.woff) format('woff'); + unicode-range: U+59be,U+59c3,U+59c6,U+59c9,U+59cb,U+59d0-59d1,U+59d3-59d4,U+59d9-59da,U+59dc-59dd,U+59e6,U+59e8,U+59ea,U+59ec,U+59ee,U+59f8,U+59fb,U+59ff,U+5a01,U+5a03,U+5a11,U+5a18,U+5a1b-5a1c,U+5a1f-5a20,U+5a25,U+5a29,U+5a36,U+5a3c,U+5a41,U+5a46,U+5a49,U+5a5a,U+5a62,U+5a66,U+5a92,U+5a9a-5a9b,U+5aa4,U+5ac1-5ac2,U+5ac4,U+5ac9,U+5acc,U+5ae1,U+5ae6,U+5ae9,U+5b05,U+5b09,U+5b0b-5b0c,U+5b16,U+5b2a,U+5b40,U+5b43,U+5b51,U+5b54-5b55,U+5b58,U+5b5a,U+5b5c-5b5d,U+5b5f,U+5b63-5b64,U+5b69,U+5b6b,U+5b70-5b71,U+5b75,U+5b7a,U+5b7c,U+5b85,U+5b87-5b88,U+5b8b,U+5b8f,U+5b93,U+5b95-5b99,U+5b9b-5b9c,U+5ba2-5ba6,U+5bac,U+5bae,U+5bb0,U+5bb3-5bb5,U+5bb8-5bb9,U+5bbf-5bc0,U+5bc2-5bc7,U+5bcc,U+5bd0,U+5bd2-5bd4,U+5bd7,U+5bde-5bdf,U+5be1-5be2,U+5be4-5be9,U+5beb-5bec,U+5bee-5bef,U+5bf5-5bf6,U+5bf8,U+5bfa,U+5c01,U+5c04,U+5c07-5c0b,U+5c0d-5c0e,U+5c16,U+5c19,U+5c24,U+5c28,U+5c31,U+5c38-5c3c,U+5c3e-5c3f; +} + +/* noto-serif-kr-[89]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-89-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-89-800-normal.woff) format('woff'); + unicode-range: U+5703-5704,U+5708,U+570d,U+5712-5713,U+5716,U+5718,U+572d,U+573b,U+5740,U+5742,U+5747,U+574a,U+574d-574e,U+5750-5751,U+5761,U+5764,U+5766,U+576a,U+576e,U+5770,U+5775,U+577c,U+5782,U+5788,U+578b,U+5793,U+57a0,U+57a2-57a3,U+57c3,U+57c7-57c8,U+57cb,U+57df-57e0,U+57f0,U+57f4,U+57f7,U+57f9-57fa,U+57fc,U+5800,U+5802,U+5805-5806,U+5808-580a,U+581e,U+5821,U+5824,U+5827,U+582a,U+582f-5831,U+5835,U+583a,U+584a-584b,U+584f,U+5851,U+5854,U+5857-5858,U+585a,U+585e,U+5861-5862,U+5864,U+5875,U+5879,U+587c,U+587e,U+5883,U+5885,U+5889,U+5893,U+589c,U+589e-589f,U+58a8-58a9,U+58ae,U+58b3,U+58ba-58bb,U+58be,U+58c1,U+58c5,U+58c7,U+58ce,U+58d1,U+58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e4,U+58ec,U+58ef,U+58f9-58fb,U+58fd,U+590f,U+5914-5915,U+5919,U+5922,U+592d-592e,U+5931,U+5937,U+593e,U+5944,U+5947-5949,U+594e-5951,U+5954-5955,U+5957,U+595a,U+5960,U+5962,U+5967,U+596a-596e,U+5974,U+5978,U+5982-5984,U+598a,U+5993,U+5996-5997,U+5999,U+59a5,U+59a8,U+59ac,U+59b9,U+59bb; +} + +/* noto-serif-kr-[90]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-90-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-90-800-normal.woff) format('woff'); + unicode-range: U+539a,U+53a0,U+53a5-53a6,U+53ad,U+53bb,U+53c3,U+53c8-53cb,U+53cd,U+53d4,U+53d6-53d7,U+53db,U+53e1-53e3,U+53e5,U+53e9-53ed,U+53f1,U+53f3,U+53f8,U+5403-5404,U+540a,U+540e-5411,U+541b,U+541d,U+541f-5420,U+5426,U+5429,U+542b,U+5433,U+5438-5439,U+543b-543c,U+543e,U+5442,U+5448,U+544a,U+5451,U+5468,U+546a,U+5471,U+5473,U+5475,U+547b-547d,U+5480,U+5486,U+548e,U+5490,U+54a4,U+54a8,U+54ab-54ac,U+54b3,U+54b8,U+54bd,U+54c0,U+54c4,U+54c8-54c9,U+54e1,U+54e5,U+54e8,U+54ed-54ee,U+54f2,U+54fa,U+5504,U+5506-5507,U+550e,U+5510,U+551c,U+552f,U+5531,U+5535,U+553e,U+5544,U+5546,U+554f,U+5553,U+5556,U+555e,U+5563,U+557c,U+5580,U+5584,U+5586-5587,U+5589-558a,U+5598-559a,U+559c-559d,U+55a7,U+55a9-55ac,U+55ae,U+55c5,U+55c7,U+55d4,U+55da,U+55dc,U+55df,U+55e3-55e4,U+55fd-55fe,U+5606,U+5609,U+5614,U+5617,U+562f,U+5632,U+5634,U+5636,U+5653,U+5668,U+566b,U+5674,U+5686,U+56a5,U+56ac,U+56ae,U+56b4,U+56bc,U+56ca,U+56cd,U+56d1,U+56da-56db,U+56de,U+56e0,U+56f0,U+56f9-56fa; +} + +/* noto-serif-kr-[91]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-91-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-91-800-normal.woff) format('woff'); + unicode-range: U+516e,U+5175-5178,U+517c,U+5180,U+5186,U+518a,U+518d,U+5192,U+5195,U+5197,U+51a0,U+51a5,U+51aa,U+51ac,U+51b6-51b7,U+51bd,U+51c4,U+51c6,U+51c9,U+51cb-51cd,U+51dc-51de,U+51e1,U+51f0-51f1,U+51f6,U+51f8-51f9,U+51fd,U+5200,U+5203,U+5207-5208,U+520a,U+520e,U+5211,U+5217,U+521d,U+5224-5225,U+522a,U+522e,U+5230,U+5236-523b,U+5243,U+5247,U+524a-524c,U+5254,U+5256,U+525b,U+525d,U+5261,U+5269-526a,U+526f,U+5272,U+5275,U+527d,U+527f,U+5283,U+5287-5289,U+528d,U+5291-5292,U+529f,U+52a3-52a4,U+52a9-52ab,U+52be,U+52c1,U+52c3,U+52c5,U+52c7,U+52c9,U+52cd,U+52d2,U+52d6,U+52d8-52d9,U+52db,U+52dd-52df,U+52e2-52e4,U+52f3,U+52f5,U+52f8,U+52fa-52fb,U+52fe-52ff,U+5305,U+5308,U+530d,U+530f-5310,U+5315,U+5319,U+5320-5321,U+5323,U+532a,U+532f,U+5339,U+533f-5341,U+5343-5344,U+5347-534a,U+534d,U+5351-5354,U+535a,U+535c,U+535e,U+5360,U+5366,U+5368,U+536f-5371,U+5374-5375,U+5377,U+537d,U+537f,U+5384,U+5393,U+5398; +} + +/* noto-serif-kr-[92]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-92-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-92-800-normal.woff) format('woff'); + unicode-range: U+4f43,U+4f46-4f48,U+4f4d-4f51,U+4f55,U+4f59-4f5a,U+4f69,U+4f6f-4f70,U+4f73,U+4f76,U+4f7a,U+4f7e-4f7f,U+4f81,U+4f83-4f84,U+4f86,U+4f88,U+4f8a-4f8b,U+4f8d,U+4f8f,U+4f91,U+4f96,U+4f98,U+4f9b,U+4f9d,U+4fae-4faf,U+4fb5-4fb6,U+4fbf,U+4fc2-4fc4,U+4fc9-4fca,U+4fce,U+4fd1,U+4fd3-4fd4,U+4fd7,U+4fda,U+4fdf-4fe0,U+4fee-4fef,U+4ff1,U+4ff3,U+4ff5,U+4ff8,U+4ffa,U+5002,U+5006,U+5009,U+500b,U+500d,U+5011-5012,U+5016,U+5019-501a,U+501c,U+501e-501f,U+5021,U+5023-5024,U+5026-5028,U+502a-502d,U+503b,U+5043,U+5047-5049,U+504f,U+5055,U+505a,U+505c,U+5065,U+5074-5076,U+5078,U+5080,U+5085,U+508d,U+5091,U+5098-5099,U+50ac-50ad,U+50b2-50b3,U+50b5,U+50b7,U+50be,U+50c5,U+50c9-50ca,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5,U+50e7,U+50ed,U+50f9,U+50fb,U+50ff-5101,U+5104,U+5106,U+5109,U+5112,U+511f,U+5121,U+512a,U+5132,U+5137,U+513a,U+513c,U+5140-5141,U+5143-5148,U+514b-514e,U+5152,U+515c,U+5162,U+5169-516b,U+516d; +} + +/* noto-serif-kr-[93]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-93-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-93-800-normal.woff) format('woff'); + unicode-range: U+338c-339c,U+339f-33a0,U+33a2-33cb,U+33cf-33d0,U+33d3,U+33d6,U+33d8,U+33db-33dd,U+4e01,U+4e03,U+4e07-4e08,U+4e11,U+4e14-4e15,U+4e18-4e19,U+4e1e,U+4e32,U+4e38-4e39,U+4e42-4e43,U+4e45,U+4e4d-4e4f,U+4e56,U+4e58-4e59,U+4e5d-4e5e,U+4e6b,U+4e6d,U+4e73,U+4e76-4e77,U+4e7e,U+4e82,U+4e86,U+4e88,U+4e8e,U+4e90-4e92,U+4e94-4e95,U+4e98,U+4e9b,U+4e9e,U+4ea1-4ea2,U+4ea4-4ea6,U+4ea8,U+4eab,U+4ead-4eae,U+4eb6,U+4ec0-4ec1,U+4ec4,U+4ec7,U+4ecb,U+4ecd,U+4ed4-4ed5,U+4ed7-4ed9,U+4edd,U+4edf,U+4ee4,U+4ef0,U+4ef2,U+4ef6-4ef7,U+4efb,U+4f01,U+4f09,U+4f0b,U+4f0d-4f11,U+4f2f,U+4f34,U+4f36,U+4f38,U+4f3a,U+4f3c-4f3d; +} + +/* noto-serif-kr-[94]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-94-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-94-800-normal.woff) format('woff'); + unicode-range: U+3136,U+3138,U+313a-3140,U+3143-3144,U+3150,U+3152,U+3154-3156,U+3158-315b,U+315d-315f,U+3162,U+3164-318c,U+318e,U+3200-321b,U+3231,U+3239,U+3251-325a,U+3260-327b,U+327e-327f,U+328a-3290,U+3294,U+329e,U+32a5,U+3380-3384,U+3388-338b; +} + +/* noto-serif-kr-[95]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-95-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-95-800-normal.woff) format('woff'); + unicode-range: U+2f7d,U+2f7f-2f8b,U+2f8e-2f90,U+2f92-2f97,U+2f99-2fa0,U+2fa2-2fa3,U+2fa5-2fa9,U+2fac-2fb1,U+2fb3-2fbc,U+2fc1-2fca,U+2fcd-2fd4,U+3003,U+3012-3019,U+301c,U+301e-3020,U+3036,U+3041,U+3043,U+3045,U+3047,U+3049,U+304e,U+3050,U+3052,U+3056,U+305a,U+305c,U+305e,U+3062,U+3065,U+306c,U+3070-307d,U+3080,U+3085,U+3087,U+308e,U+3090-3091,U+30a1,U+30a5,U+30a9,U+30ae,U+30b1-30b2,U+30b4,U+30b6,U+30bc-30be,U+30c2,U+30c5,U+30cc,U+30d2,U+30d4,U+30d8-30dd,U+30e4,U+30e6,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+3133,U+3135; +} + +/* noto-serif-kr-[96]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-96-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-96-800-normal.woff) format('woff'); + unicode-range: U+2541-254b,U+25a4-25a9,U+25b1,U+25b5,U+25b9,U+25bf,U+25c1,U+25c3,U+25c9-25ca,U+25cc,U+25ce,U+25d0-25d1,U+25e6,U+25ef,U+260f,U+261d,U+261f,U+262f,U+2660,U+2664,U+2667-2669,U+266d,U+266f,U+2716,U+271a,U+273d,U+2756,U+2776-277f,U+278a-2793,U+2963,U+2965,U+2ac5-2ac6,U+2acb-2acc,U+2f00,U+2f04,U+2f06,U+2f08,U+2f0a-2f0b,U+2f11-2f12,U+2f14,U+2f17-2f18,U+2f1c-2f1d,U+2f1f-2f20,U+2f23-2f26,U+2f28-2f29,U+2f2b,U+2f2d,U+2f2f-2f32,U+2f38,U+2f3c-2f40,U+2f42-2f4c,U+2f4f-2f52,U+2f54-2f58,U+2f5a-2f66,U+2f69-2f70,U+2f72-2f76,U+2f78,U+2f7a-2f7c; +} + +/* noto-serif-kr-[97]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-97-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-97-800-normal.woff) format('woff'); + unicode-range: U+2479-2487,U+249c-24d1,U+24d3-24d7,U+24d9-24e9,U+24eb-24f4,U+2500-2501,U+2503,U+250c-2513,U+2515-2516,U+2518-2540; +} + +/* noto-serif-kr-[98]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-98-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-98-800-normal.woff) format('woff'); + unicode-range: U+215b-215e,U+2162-2169,U+2170-2179,U+2195-2199,U+21b0-21b4,U+21bc,U+21c0,U+21c4-21c5,U+21cd,U+21cf-21d4,U+21e0-21e3,U+21e6-21e9,U+2200,U+2202-2203,U+2206-2209,U+220b-220c,U+220f,U+2211,U+2213,U+221a,U+221d-2220,U+2222,U+2225-2227,U+2229-222c,U+222e,U+2234-2237,U+223d,U+2243,U+2245,U+2248,U+2250-2253,U+225a,U+2260-2262,U+2264-2267,U+226a-226b,U+226e-2273,U+2276-2277,U+2279-227b,U+2280-2287,U+228a-228b,U+2295-2297,U+22a3-22a5,U+22bb-22bc,U+22ce-22cf,U+22da-22db,U+22ee-22ef,U+2306,U+2312,U+2314,U+2467-2478; +} + +/* noto-serif-kr-[99]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-99-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-99-800-normal.woff) format('woff'); + unicode-range: U+81-82,U+84,U+a2-a5,U+a7-a8,U+aa,U+ac-ad,U+b1-b3,U+b6,U+b8-ba,U+bc-be,U+c0,U+c2,U+c6-cb,U+ce-d0,U+d4,U+d8-d9,U+db-dc,U+de-df,U+e6,U+eb,U+ee-f0,U+f4,U+f7-f9,U+fb,U+fe-ff,U+111,U+126-127,U+132-133,U+138,U+13f-142,U+149-14b,U+152-153,U+166-167,U+2bc,U+2c7,U+2d0,U+2d8-2d9,U+2db-2dd,U+391-394,U+396-3a1,U+3a3-3a9,U+3b2-3b6,U+3b8,U+3bc,U+3be-3c1,U+3c3-3c9,U+2010,U+2015-2016,U+2018-2019,U+201b,U+201f-2021,U+2025,U+2030,U+2033-2036,U+203c,U+203e,U+2042,U+2074,U+207a-207f,U+2081-2084,U+2109,U+2113,U+2116,U+2121,U+2126,U+212b,U+2153-2154; +} + +/* noto-serif-kr-[100]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-100-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-100-800-normal.woff) format('woff'); + unicode-range: U+e8,U+2da,U+2160,U+2194,U+3054,U+3058,U+306d,U+3086,U+308d,U+30ac,U+30bb,U+30c4,U+30cd-30ce,U+30e2,U+3132,U+3146,U+3149,U+339d,U+4e3b,U+4f0a,U+4fdd,U+4fe1,U+5409,U+540c,U+5834,U+592a-592b,U+5b9a,U+5dde,U+5e0c,U+5e73,U+5f0f,U+60f3,U+653f,U+661f,U+662f,U+667a,U+683c,U+6b4c,U+6c11,U+767c,U+76ee,U+76f4,U+77f3,U+79d1,U+7a7a,U+7b2c,U+7d22,U+8207,U+8a00,U+8a71,U+9280,U+9580,U+958b,U+96c6,U+9762,U+98df,U+9ed1,U+ac2d,U+adc8,U+add3,U+af48,U+b014,U+b134-b135,U+b158,U+b2aa,U+b35f,U+b6a4,U+b9cf,U+bb63,U+bd23,U+be91,U+c29b,U+c3f4,U+c42c,U+c55c,U+c573,U+c58f,U+c78c,U+c7dd,U+c8f5,U+cad1,U+cc48,U+cf10,U+cf20,U+d03c,U+d07d,U+d2a0,U+d30e,U+d38d,U+d3a8,U+d3c8,U+d5e5,U+d5f9,U+d6e4,U+f90a,U+ff02,U+ff1c; +} + +/* noto-serif-kr-[101]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-101-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-101-800-normal.woff) format('woff'); + unicode-range: U+3b1,U+2466,U+25a1,U+25a3,U+261c,U+3008-3009,U+305b,U+305d,U+3069,U+30a7,U+30ba,U+30cf,U+30ef,U+3151,U+3157,U+4e4b,U+4e5f,U+4e8c,U+4eca,U+4ed6,U+4f5b,U+50cf,U+5149,U+5165,U+5171,U+5229,U+529b,U+5316,U+539f,U+53f2,U+571f,U+5728,U+58eb,U+591c,U+5b78,U+5c11,U+5c55,U+5ddd,U+5e02,U+5fb7,U+60c5,U+610f,U+611f,U+6625,U+66f8,U+6797,U+679c,U+682a,U+6d2a,U+706b,U+7406,U+767b,U+76f8,U+77e5,U+7acb,U+898b,U+8a69,U+8def,U+8fd1,U+901a,U+90e8,U+91cd,U+975e,U+ae14,U+ae6c,U+aec0,U+afc7,U+afc9,U+b01c,U+b028,U+b308,U+b311,U+b314,U+b31c,U+b524,U+b560,U+b764,U+b920,U+b9e3,U+bd48,U+be7d,U+c0db,U+c231,U+c270,U+c2e3,U+c37d,U+c3ed,U+c530,U+c6a5,U+c6dc,U+c7a4,U+c954,U+c974,U+d000,U+d565,U+d667,U+d6c5,U+d79d,U+ff1e; +} + +/* noto-serif-kr-[102]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-102-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-102-800-normal.woff) format('woff'); + unicode-range: U+131,U+2032,U+2465,U+2642,U+3048,U+3051,U+3083-3084,U+308f,U+30c0,U+30d1,U+30d3,U+30d6,U+30df,U+30e7,U+3153,U+4e16,U+4e8b,U+4ee5,U+5206,U+52a0,U+52d5,U+53e4,U+53ef,U+54c1,U+57ce,U+597d,U+5b8c,U+5ea6,U+5f8c,U+5f97,U+6210,U+6240,U+624b,U+6728,U+6bd4,U+7236,U+7269,U+7279,U+738b,U+7528,U+7530,U+767e,U+798f,U+8005,U+8a18,U+90fd,U+91cc,U+9577,U+9593,U+98a8,U+ac20,U+acf6,U+ad90,U+af5d,U+af80,U+afcd,U+aff0,U+b0a1,U+b0b5,U+b1fd,U+b2fc,U+b380,U+b51b,U+b584,U+b5b3,U+b8fd,U+b93c,U+b9f4,U+bb44,U+bc08,U+bc27,U+bc49,U+be55,U+be64,U+bfb0,U+bfc5,U+c178,U+c21f,U+c314,U+c4f1,U+c58d,U+c664,U+c698,U+c6a7,U+c6c1,U+c9ed,U+cac0,U+cacc,U+cad9,U+ccb5,U+cdcc,U+d0e4,U+d143,U+d320,U+d330,U+d54d,U+ff06,U+ff1f,U+ff5e; +} + +/* noto-serif-kr-[103]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-103-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-103-800-normal.woff) format('woff'); + unicode-range: U+b4,U+20a9,U+20ac,U+2190,U+24d8,U+2502,U+2514,U+2592,U+25c7-25c8,U+2663,U+3060,U+3064,U+3081,U+3088,U+30a3,U+30a6,U+30aa,U+30b5,U+30c7,U+30ca-30cb,U+30d0,U+30e3,U+30e5,U+339e,U+4e09,U+4eac,U+4f5c,U+5167-5168,U+516c,U+51fa,U+5408,U+540d,U+591a,U+5b57,U+6211,U+65b9,U+660e,U+6642,U+6700,U+6b63,U+6e2f,U+7063,U+7532,U+793e,U+81ea,U+8272,U+82b1,U+897f,U+8eca,U+91ce,U+ac38,U+ad76,U+ae84,U+aecc,U+b07d,U+b0b1,U+b215,U+b2a0,U+b310,U+b3d7,U+b52a,U+b618,U+b775,U+b797,U+bcd5,U+bd59,U+be80,U+bea8,U+bed1,U+bee4-bee5,U+c060,U+c2ef,U+c329,U+c3dc,U+c597,U+c5bd,U+c5e5,U+c69c,U+c9d6,U+ca29,U+ca5c,U+ca84,U+cc39,U+cc3b,U+ce89,U+cee5,U+cf65,U+cf85,U+d058,U+d145,U+d22d,U+d325,U+d37d,U+d3ad,U+d769,U+ff0c; +} + +/* noto-serif-kr-[104]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-104-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-104-800-normal.woff) format('woff'); + unicode-range: U+2161,U+2228,U+2299,U+2464,U+2517,U+2640,U+3042,U+304a,U+3053,U+3061,U+307f,U+3082,U+308c,U+3092,U+30a8,U+30ab,U+30ad,U+30b0,U+30b3,U+30b7,U+30c1,U+30c6,U+30c9,U+30d5,U+30d7,U+30de,U+30e0-30e1,U+30ec-30ed,U+4e0b,U+4e0d,U+4ee3,U+53f0,U+548c,U+5b89,U+5bb6,U+5c0f,U+611b,U+6771,U+6aa2,U+6bcd,U+6c34,U+6cd5,U+6d77,U+767d,U+795e,U+8ecd,U+9999,U+9ad8,U+ac07,U+ac1a,U+ac40,U+ad0c,U+ad88,U+ada4,U+ae01,U+ae65,U+aebd,U+aec4,U+afe8,U+b139,U+b205,U+b383,U+b38c,U+b42c,U+b461,U+b55c,U+b78f,U+b8fb,U+b9f7,U+bafc,U+bc99,U+bed8,U+bfcd,U+c0bf,U+c0f9,U+c167,U+c204,U+c20f,U+c22f,U+c258,U+c298,U+c2bc,U+c388,U+c501,U+c50c,U+c5b9,U+c5ce,U+c641,U+c648,U+c73d,U+ca50,U+ca61,U+cc4c,U+ceac,U+d0d4,U+d5f7,U+d6d7,U+ff1a; +} + +/* noto-serif-kr-[105]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-105-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-105-800-normal.woff) format('woff'); + unicode-range: U+2103,U+2463,U+25c6,U+25cb,U+266c,U+3001,U+300a,U+3046,U+304c-304d,U+304f,U+3055,U+3059,U+3063,U+3066-3068,U+306f,U+3089,U+30b8,U+30bf,U+314f,U+4e0a,U+570b,U+5730,U+5916,U+5929,U+5c71,U+5e74,U+5fc3,U+601d,U+6027,U+63d0,U+6709,U+6734,U+751f,U+7684,U+82f1,U+9053,U+91d1,U+97f3,U+ac2f,U+ac4d,U+adc4,U+ade4,U+ae41,U+ae4d-ae4e,U+aed1,U+afb9,U+b0e0,U+b299,U+b365,U+b46c,U+b480,U+b4c8,U+b7b4,U+b819,U+b918,U+baab,U+bab9,U+be8f,U+bed7,U+c0ec,U+c19f,U+c1a5,U+c3d9,U+c464,U+c53d,U+c553,U+c570,U+c5cc,U+c633,U+c6a4,U+c7a3,U+c7a6,U+c886,U+c9d9-c9da,U+c9ec,U+ca0c,U+cc21,U+cd1b,U+cd78,U+cdc4,U+cef8,U+cfe4,U+d0a5,U+d0b5,U+d0ec,U+d15d,U+d188,U+d23c,U+d2ac,U+d729,U+d79b,U+ff01,U+ff08-ff09,U+ff5c; +} + +/* noto-serif-kr-[106]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-106-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-106-800-normal.woff) format('woff'); + unicode-range: U+2039-203a,U+223c,U+25b3,U+25b7,U+25bd,U+25cf,U+266a,U+3002,U+300b,U+304b,U+3057,U+305f,U+306a-306b,U+307e,U+308a-308b,U+3093,U+30a2,U+30af,U+30b9,U+30c3,U+30c8,U+30e9-30eb,U+33a1,U+4e00,U+524d,U+5357,U+5b50,U+7121,U+884c,U+9751,U+ac94,U+aebe,U+aecd,U+af08,U+af41,U+af49,U+b010,U+b053,U+b109,U+b11b,U+b128,U+b154,U+b291,U+b2e6,U+b301,U+b385,U+b525,U+b5b4,U+b729,U+b72f,U+b738,U+b7ff,U+b837,U+b975,U+ba67,U+bb47,U+bc1f,U+bd90,U+bfd4,U+c27c,U+c324,U+c379,U+c3e0,U+c465,U+c53b,U+c58c,U+c610,U+c653,U+c6cd,U+c813,U+c82f,U+c999,U+c9e0,U+cac4,U+cad3,U+cbd4,U+cc10,U+cc22,U+ccb8,U+ccbc,U+cda5,U+ce84,U+cea3,U+cf67,U+cfe1,U+d241,U+d30d,U+d31c,U+d391,U+d401,U+d479,U+d5c9,U+d5db,U+d649,U+d6d4; +} + +/* noto-serif-kr-[107]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-107-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-107-800-normal.woff) format('woff'); + unicode-range: U+b0,U+e9,U+2193,U+2462,U+260e,U+261e,U+300e-300f,U+3044,U+30a4,U+30fb-30fc,U+314d,U+5973,U+6545,U+6708,U+7537,U+ac89,U+ac9c,U+acc1,U+ad04,U+ad75,U+ad7d,U+ae45,U+ae61,U+af42,U+b0ab,U+b0af,U+b0b3,U+b12c,U+b194,U+b1a8,U+b220,U+b258,U+b284,U+b2ff,U+b315,U+b371,U+b3d4-b3d5,U+b460,U+b527,U+b534,U+b810,U+b818,U+b98e,U+ba55,U+bbac,U+bc0b,U+bc40,U+bca1,U+bccd,U+bd93,U+be54,U+be5a,U+bf08,U+bf50,U+bf55,U+bfdc,U+c0c0,U+c0d0,U+c0f4,U+c100,U+c11e,U+c170,U+c20d,U+c274,U+c290,U+c308,U+c369,U+c539,U+c587,U+c5ff,U+c6ec,U+c70c,U+c7ad,U+c7c8,U+c83c,U+c881,U+cb48,U+cc60,U+ce69,U+ce6b,U+ce75,U+cf04,U+cf08,U+cf55,U+cf70,U+cffc,U+d0b7,U+d1a8,U+d2c8,U+d384,U+d47c,U+d48b,U+d5dd,U+d5e8,U+d720,U+d759,U+f981; +} + +/* noto-serif-kr-[108]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-108-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-108-800-normal.woff) format('woff'); + unicode-range: U+e0,U+e2,U+395,U+3b7,U+3ba,U+2460-2461,U+25a0,U+3010-3011,U+306e,U+30f3,U+314a,U+314c,U+5927,U+65b0,U+7e41,U+97d3,U+9ad4,U+ad49,U+ae0b,U+ae0d,U+ae43,U+ae5d,U+aecf,U+af3c,U+af64,U+afd4,U+b080,U+b084,U+b0c5,U+b10c,U+b1e8,U+b2ac,U+b36e,U+b451,U+b515,U+b540,U+b561,U+b6ab,U+b6b1,U+b72c,U+b730,U+b744,U+b800,U+b8ec,U+b8f0,U+b904,U+b968,U+b96d,U+b987,U+b9d9,U+bb36,U+bb49,U+bc2d,U+bc43,U+bcf6,U+bd89,U+be57,U+be61,U+bed4,U+c090,U+c130,U+c148,U+c19c,U+c2f9,U+c36c,U+c37c,U+c384,U+c3df,U+c575,U+c584,U+c660,U+c719,U+c816,U+ca4d,U+ca54,U+cabc,U+cb49,U+cc14,U+cff5,U+d004,U+d038,U+d0b4,U+d0d3,U+d0e0,U+d0ed,U+d131,U+d1b0,U+d31f,U+d33d,U+d3a0,U+d3ab,U+d514,U+d584,U+d6a1,U+d6cc,U+d749,U+d760,U+d799; +} + +/* noto-serif-kr-[109]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-109-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-109-800-normal.woff) format('woff'); + unicode-range: U+24,U+60,U+3b9,U+3bb,U+3bd,U+2191,U+2606,U+300c-300d,U+3131,U+3134,U+3139,U+3141-3142,U+3148,U+3161,U+3163,U+321c,U+4eba,U+5317,U+ac31,U+ac77,U+ac9f,U+acb9,U+acf0-acf1,U+acfd,U+ad73,U+af3d,U+b00c,U+b04a,U+b057,U+b0c4,U+b188,U+b1cc,U+b214,U+b2db,U+b2ee,U+b304,U+b4ed,U+b518,U+b5bc,U+b625,U+b69c-b69d,U+b7ac,U+b801,U+b86c,U+b959,U+b95c,U+b985,U+ba48,U+bb58,U+bc0c,U+bc38,U+bc85,U+bc9a,U+bf40,U+c068,U+c0bd,U+c0cc,U+c12f,U+c149,U+c1e0,U+c22b,U+c22d,U+c250,U+c2fc,U+c300,U+c313,U+c370,U+c3d8,U+c557,U+c580,U+c5e3,U+c62e,U+c634,U+c6f0,U+c74d,U+c783,U+c78e,U+c796,U+c7bc,U+c92c,U+ca4c,U+cc1c,U+cc54,U+cc59,U+ce04,U+cf30,U+cfc4,U+d140,U+d321,U+d38c,U+d399,U+d54f,U+d587,U+d5d0,U+d6e8,U+d770; +} + +/* noto-serif-kr-[110]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-110-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-110-800-normal.woff) format('woff'); + unicode-range: U+d7,U+ea,U+fc,U+2192,U+25bc,U+3000,U+3137,U+3145,U+315c,U+7f8e,U+ac13,U+ac71,U+ac90,U+acb8,U+ace7,U+ad7f,U+ae50,U+aef4,U+af34,U+afbc,U+b048,U+b09a,U+b0ad,U+b0bc,U+b113,U+b125,U+b141,U+b20c,U+b2d9,U+b2ed,U+b367,U+b369,U+b374,U+b3cb,U+b4ec,U+b611,U+b760,U+b81b,U+b834,U+b8b0,U+b8e1,U+b989,U+b9d1,U+b9e1,U+b9fa,U+ba4d,U+ba78,U+bb35,U+bb54,U+bbf9,U+bc11,U+bcb3,U+bd05,U+bd95,U+bdd4,U+be10,U+bed0,U+bf51,U+c0d8,U+c232,U+c2b7,U+c2eb,U+c378,U+c500,U+c52c,U+c549,U+c568,U+c598,U+c5c9,U+c61b,U+c639,U+c67c,U+c717,U+c78a,U+c80a,U+c90c-c90d,U+c950,U+c9e7,U+cbe4,U+cca9,U+cce4,U+cdb0,U+ce78,U+ce94,U+ce98,U+cf8c,U+d018,U+d034,U+d0f1,U+d1b1,U+d280,U+d2f8,U+d338,U+d380,U+d3b4,U+d610,U+d69f,U+d6fc,U+d758; +} + +/* noto-serif-kr-[111]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-111-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-111-800-normal.woff) format('woff'); + unicode-range: U+e7,U+2022,U+203b,U+25c0,U+2605,U+2661,U+3147,U+318d,U+672c,U+8a9e,U+acaa,U+acbc,U+ad1c,U+ae4a,U+ae5c,U+b044,U+b054,U+b0c8-b0c9,U+b2a6,U+b2d0,U+b35c,U+b364,U+b428,U+b454,U+b465,U+b4b7,U+b4e3,U+b51c,U+b5a1,U+b784,U+b790,U+b7ab,U+b7f4,U+b82c,U+b835,U+b8e9,U+b8f8,U+b9d8,U+b9f9,U+ba5c,U+ba64,U+babd,U+bb18,U+bb3b,U+bbff,U+bc0d,U+bc45,U+bc97,U+bcbc,U+be45,U+be75,U+be7c,U+bfcc,U+c0b6,U+c0f7,U+c14b,U+c2b4,U+c30d,U+c4f8,U+c5bb,U+c5d1,U+c5e0,U+c5ee,U+c5fd,U+c606,U+c6c5,U+c6e0,U+c708,U+c81d,U+c820,U+c824,U+c878,U+c918,U+c96c,U+c9e4,U+c9f1,U+cc2e,U+cd09,U+cea1,U+cef5,U+cef7,U+cf64,U+cf69,U+cfe8,U+d035,U+d0ac,U+d230,U+d234,U+d2f4,U+d31d,U+d575,U+d578,U+d608,U+d614,U+d718,U+d751,U+d761,U+d78c,U+d790; +} + +/* noto-serif-kr-[112]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-112-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-112-800-normal.woff) format('woff'); + unicode-range: U+2665,U+3160,U+4e2d,U+6587,U+65e5,U+ac12,U+ac14,U+ac16,U+ac81,U+ad34,U+ade0,U+ae54,U+aebc,U+af2c,U+afc0,U+afc8,U+b04c,U+b08c,U+b099,U+b0a9,U+b0ac,U+b0ae,U+b0b8,U+b123,U+b179,U+b2e5,U+b2f7,U+b4c0,U+b531,U+b538,U+b545,U+b550,U+b5a8,U+b6f0,U+b728,U+b73b,U+b7ad,U+b7ed,U+b809,U+b864,U+b86d,U+b871,U+b9bf,U+b9f5,U+ba40,U+ba4b,U+ba58,U+ba87,U+baac,U+bbc0,U+bc16,U+bc34,U+bd07,U+bd99,U+be59,U+bfd0,U+c058,U+c0e4,U+c0f5,U+c12d,U+c139,U+c228,U+c529,U+c5c7,U+c635,U+c637,U+c735,U+c77d,U+c787,U+c789,U+c8c4,U+c989,U+c98c,U+c9d0,U+c9d3,U+cc0c,U+cc99,U+cd0c,U+cd2c,U+cd98,U+cda4,U+ce59,U+ce60,U+ce6d,U+cea0,U+d0d0-d0d1,U+d0d5,U+d14d,U+d1a4,U+d29c,U+d2f1,U+d301,U+d39c,U+d3bc,U+d4e8,U+d540,U+d5ec,U+d640,U+d750; +} + +/* noto-serif-kr-[113]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-113-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-113-800-normal.woff) format('woff'); + unicode-range: U+5e,U+25b2,U+25b6,U+314e,U+ac24,U+ace1,U+ace4,U+ae68,U+af2d,U+b0d0,U+b0e5,U+b150,U+b155,U+b193,U+b2c9,U+b2dd,U+b3c8,U+b3fc,U+b410,U+b458,U+b4dd,U+b5a0,U+b5a4,U+b5bb,U+b7b5,U+b838,U+b840,U+b86f,U+b8f9,U+b960,U+b9e5,U+bab8,U+bb50,U+bc1d,U+bc24-bc25,U+bca8,U+bcbd,U+bd04,U+bd10,U+bd24,U+be48,U+be5b,U+be68,U+c05c,U+c12c,U+c140,U+c15c,U+c168,U+c194,U+c219,U+c27d,U+c2a8,U+c2f1,U+c2f8,U+c368,U+c554-c555,U+c559,U+c564,U+c5d8,U+c5fc,U+c625,U+c65c,U+c6b1,U+c728,U+c794,U+c84c,U+c88c,U+c8e0,U+c8fd,U+c998,U+c9dd,U+cc0d,U+cc30,U+ceec,U+cf13,U+cf1c,U+cf5c,U+d050,U+d07c,U+d0a8,U+d134,U+d138,U+d154,U+d1f4,U+d2bc,U+d329,U+d32c,U+d3d0,U+d3f4,U+d3fc,U+d56b,U+d5cc,U+d600-d601,U+d639,U+d6c8,U+d754,U+d765; +} + +/* noto-serif-kr-[114]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-114-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-114-800-normal.woff) format('woff'); + unicode-range: U+3c-3d,U+2026,U+24d2,U+314b,U+ac11,U+acf3,U+ad74,U+ad81,U+adf9,U+ae34,U+af43,U+afb8,U+b05d,U+b07c,U+b110,U+b118,U+b17c,U+b180,U+b18d,U+b192,U+b2cc,U+b355,U+b378,U+b4a4,U+b4ef,U+b78d,U+b799,U+b7a9,U+b7fd,U+b807,U+b80c,U+b839,U+b9b4,U+b9db,U+ba3c,U+bab0,U+bba4,U+bc94,U+be4c,U+c154,U+c1c4,U+c26c,U+c2ac,U+c2ed,U+c4f4,U+c55e,U+c561,U+c571,U+c5b5,U+c5c4,U+c654-c655,U+c695,U+c6e8,U+c6f9,U+c724,U+c751,U+c775,U+c7a0,U+c7c1,U+c874,U+c880,U+c9d5,U+c9f8,U+cabd,U+cc29,U+cc2c,U+cca8,U+ccab,U+ccd0,U+ce21,U+ce35,U+ce7c,U+ce90,U+cee8,U+cef4,U+cfe0,U+d070,U+d0b9,U+d0c1,U+d0c4,U+d0c8,U+d15c,U+d1a1,U+d2c0,U+d300,U+d314,U+d3ed,U+d478,U+d480,U+d48d,U+d508,U+d53d,U+d5e4,U+d611,U+d61c,U+d68d,U+d6a8,U+d798; +} + +/* noto-serif-kr-[115]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-115-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-115-800-normal.woff) format('woff'); + unicode-range: U+23,U+25,U+5f,U+a9,U+ac08,U+ac78,U+aca8,U+acac,U+ace8,U+ad70,U+adc0,U+addc,U+b137,U+b140,U+b208,U+b290,U+b2f5,U+b3c5,U+b3cc,U+b420,U+b429,U+b529,U+b530,U+b77d,U+b79c,U+b7a8,U+b7c9,U+b7f0,U+b7fc,U+b828,U+b860,U+b9ad,U+b9c1,U+b9c9,U+b9dd-b9de,U+b9e8,U+ba38-ba39,U+babb,U+bc00,U+bc8c,U+bca0,U+bca4,U+bcd1,U+bcfc,U+bd09,U+bdf0,U+be60,U+c0ad,U+c0b4,U+c0bc,U+c190,U+c1fc,U+c220,U+c288,U+c2b9,U+c2f6,U+c528,U+c545,U+c558,U+c5bc,U+c5d4,U+c600,U+c644,U+c6c0,U+c6c3,U+c721,U+c798,U+c7a1,U+c811,U+c838,U+c871,U+c904,U+c990,U+c9dc,U+cc38,U+cc44,U+cca0,U+cd1d,U+cd95,U+cda9,U+ce5c,U+cf00,U+cf58,U+d150,U+d22c,U+d305,U+d328,U+d37c,U+d3f0,U+d551,U+d5a5,U+d5c8,U+d5d8,U+d63c,U+d64d,U+d669,U+d734,U+d76c; +} + +/* noto-serif-kr-[116]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-116-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-116-800-normal.woff) format('woff'); + unicode-range: U+26,U+2b,U+3e,U+40,U+7e,U+ac01,U+ac19,U+ac1d,U+aca0,U+aca9,U+acb0,U+ad8c,U+ae09,U+ae38,U+ae40,U+aed8,U+b09c,U+b0a0,U+b108,U+b204,U+b298,U+b2d8,U+b2eb-b2ec,U+b2f4,U+b313,U+b358,U+b450,U+b4e0,U+b54c,U+b610,U+b780,U+b78c,U+b791,U+b8e8,U+b958,U+b974,U+b984,U+b9b0,U+b9bc-b9bd,U+b9ce,U+ba70,U+bbfc,U+bc0f,U+bc15,U+bc1b,U+bc31,U+bc95,U+bcc0,U+bcc4,U+bd81,U+bd88,U+c0c8,U+c11d,U+c13c,U+c158,U+c18d,U+c1a1,U+c21c,U+c4f0,U+c54a,U+c560,U+c5b8,U+c5c8,U+c5f4,U+c628,U+c62c,U+c678,U+c6cc,U+c808,U+c810,U+c885,U+c88b,U+c900,U+c988,U+c99d,U+c9c8,U+cc3d-cc3e,U+cc45,U+cd08,U+ce20,U+cee4,U+d074,U+d0a4,U+d0dd,U+d2b9,U+d3b8,U+d3c9,U+d488,U+d544,U+d559,U+d56d,U+d588,U+d615,U+d648,U+d655,U+d658,U+d65c; +} + +/* noto-serif-kr-[117]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-117-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-117-800-normal.woff) format('woff'); + unicode-range: U+d,U+48,U+7c,U+ac10,U+ac15,U+ac74,U+ac80,U+ac83,U+acc4,U+ad11,U+ad50,U+ad6d,U+adfc,U+ae00,U+ae08,U+ae4c,U+b0a8,U+b124,U+b144,U+b178,U+b274,U+b2a5,U+b2e8,U+b2f9,U+b354,U+b370,U+b418,U+b41c,U+b4f1,U+b514,U+b798,U+b808,U+b824-b825,U+b8cc,U+b978,U+b9d0,U+b9e4,U+baa9,U+bb3c,U+bc18,U+bc1c,U+bc30,U+bc84,U+bcf5,U+bcf8,U+bd84,U+be0c,U+be14,U+c0b0,U+c0c9,U+c0dd,U+c124,U+c2dd,U+c2e4,U+c2ec,U+c54c,U+c57c-c57d,U+c591,U+c5c5-c5c6,U+c5ed,U+c608,U+c640,U+c6b8,U+c6d4,U+c784,U+c7ac,U+c800-c801,U+c9c1,U+c9d1,U+cc28,U+cc98,U+cc9c,U+ccad,U+cd5c,U+cd94,U+cd9c,U+cde8,U+ce68,U+cf54,U+d0dc,U+d14c,U+d1a0,U+d1b5,U+d2f0,U+d30c,U+d310,U+d398,U+d45c,U+d50c,U+d53c,U+d560,U+d568,U+d589,U+d604,U+d6c4,U+d788; +} + +/* noto-serif-kr-[118]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-118-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-118-800-normal.woff) format('woff'); + unicode-range: U+39,U+49,U+4d-4e,U+a0,U+ac04,U+ac1c,U+ac70,U+ac8c,U+acbd,U+acf5,U+acfc,U+ad00,U+ad6c,U+adf8,U+b098,U+b0b4,U+b294,U+b2c8,U+b300,U+b3c4,U+b3d9,U+b4dc,U+b4e4,U+b77c,U+b7ec,U+b85d,U+b97c,U+b9c8,U+b9cc,U+ba54,U+ba74,U+ba85,U+baa8,U+bb34,U+bb38,U+bbf8,U+bc14,U+bc29,U+bc88,U+bcf4,U+bd80,U+be44,U+c0c1,U+c11c,U+c120,U+c131,U+c138,U+c18c,U+c218,U+c2b5,U+c2e0,U+c544,U+c548,U+c5b4,U+c5d0,U+c5ec,U+c5f0,U+c601,U+c624,U+c694,U+c6a9,U+c6b0,U+c6b4,U+c6d0,U+c704,U+c720,U+c73c,U+c740,U+c744,U+c74c,U+c758,U+c77c,U+c785,U+c788,U+c790-c791,U+c7a5,U+c804,U+c815,U+c81c,U+c870,U+c8fc,U+c911,U+c9c4,U+ccb4,U+ce58,U+ce74,U+d06c,U+d0c0,U+d130,U+d2b8,U+d3ec,U+d504,U+d55c,U+d569,U+d574,U+d638,U+d654,U+d68c; +} + +/* noto-serif-kr-[119]-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-119-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-119-800-normal.woff) format('woff'); + unicode-range: U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558; +} + +/* noto-serif-kr-cyrillic-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-cyrillic-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-800-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-kr-vietnamese-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-vietnamese-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-800-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-kr-latin-ext-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-latin-ext-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-800-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* noto-serif-kr-latin-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-latin-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-800-normal.woff) format('woff'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/900.css b/fonts/google/noto-serif-kr/900.css index 5ff30ad7c8d..2c34f1cd84a 100644 --- a/fonts/google/noto-serif-kr/900.css +++ b/fonts/google/noto-serif-kr/900.css @@ -1198,6 +1198,36 @@ unicode-range: U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558; } +/* noto-serif-kr-cyrillic-900-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-kr-cyrillic-900-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-900-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-kr-vietnamese-900-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-kr-vietnamese-900-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-900-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-kr-latin-ext-900-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-kr-latin-ext-900-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-900-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + /* noto-serif-kr-latin-900-normal */ @font-face { font-family: 'Noto Serif KR'; diff --git a/fonts/google/noto-serif-kr/LICENSE b/fonts/google/noto-serif-kr/LICENSE index 826e41f3bf7..664f22fa729 100644 --- a/fonts/google/noto-serif-kr/LICENSE +++ b/fonts/google/noto-serif-kr/LICENSE @@ -1,4 +1,4 @@ -Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/). +(c) 2017-2023 Adobe (http://www.adobe.com/). This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: diff --git a/fonts/google/noto-serif-kr/README.md b/fonts/google/noto-serif-kr/README.md index 7ebfa4f7723..5631bc16747 100644 --- a/fonts/google/noto-serif-kr/README.md +++ b/fonts/google/noto-serif-kr/README.md @@ -21,9 +21,9 @@ import "@fontsource/noto-serif-kr/400-italic.css"; // Specify weight and style ``` Supported variables: -- Weights: `[200,300,400,500,600,700,900]` +- Weights: `[200,300,400,500,600,700,800,900]` - Styles: `[normal]` -- Subsets: `[korean,latin]` +- Subsets: `[cyrillic,korean,latin,latin-ext,vietnamese]` > Note: `italic` may not be supported by all fonts. To learn more about what weights and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/noto-serif-kr). @@ -38,10 +38,10 @@ body { ## Licensing Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0. -Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/). +(c) 2017-2023 Adobe (http://www.adobe.com/). [OFL-1.1](http://scripts.sil.org/OFL) ## Other Notes -Font version (provided by source): `v20`. +Font version (provided by source): `v27`. If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/cyrillic-200.css b/fonts/google/noto-serif-kr/cyrillic-200.css new file mode 100644 index 00000000000..fd4f1ea4583 --- /dev/null +++ b/fonts/google/noto-serif-kr/cyrillic-200.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-cyrillic-200-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-kr-cyrillic-200-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-200-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/cyrillic-300.css b/fonts/google/noto-serif-kr/cyrillic-300.css new file mode 100644 index 00000000000..01541593c60 --- /dev/null +++ b/fonts/google/noto-serif-kr/cyrillic-300.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-cyrillic-300-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-kr-cyrillic-300-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-300-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/cyrillic-400.css b/fonts/google/noto-serif-kr/cyrillic-400.css new file mode 100644 index 00000000000..dc6b2f9510e --- /dev/null +++ b/fonts/google/noto-serif-kr/cyrillic-400.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-cyrillic-400-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-kr-cyrillic-400-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/cyrillic-500.css b/fonts/google/noto-serif-kr/cyrillic-500.css new file mode 100644 index 00000000000..8292ac8450d --- /dev/null +++ b/fonts/google/noto-serif-kr/cyrillic-500.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-cyrillic-500-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-kr-cyrillic-500-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-500-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/cyrillic-600.css b/fonts/google/noto-serif-kr/cyrillic-600.css new file mode 100644 index 00000000000..279bf25a53e --- /dev/null +++ b/fonts/google/noto-serif-kr/cyrillic-600.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-cyrillic-600-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-kr-cyrillic-600-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-600-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/cyrillic-700.css b/fonts/google/noto-serif-kr/cyrillic-700.css new file mode 100644 index 00000000000..ce48b0d2496 --- /dev/null +++ b/fonts/google/noto-serif-kr/cyrillic-700.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-cyrillic-700-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-kr-cyrillic-700-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-700-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/cyrillic-800.css b/fonts/google/noto-serif-kr/cyrillic-800.css new file mode 100644 index 00000000000..c31a88a83c3 --- /dev/null +++ b/fonts/google/noto-serif-kr/cyrillic-800.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-cyrillic-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-cyrillic-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/cyrillic-900.css b/fonts/google/noto-serif-kr/cyrillic-900.css new file mode 100644 index 00000000000..f1fe7219dad --- /dev/null +++ b/fonts/google/noto-serif-kr/cyrillic-900.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-cyrillic-900-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-kr-cyrillic-900-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/cyrillic.css b/fonts/google/noto-serif-kr/cyrillic.css new file mode 100644 index 00000000000..bdfc95c185a --- /dev/null +++ b/fonts/google/noto-serif-kr/cyrillic.css @@ -0,0 +1,71 @@ +/* noto-serif-kr-cyrillic-200-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-kr-cyrillic-200-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-200-normal.woff) format('woff'); +} + +/* noto-serif-kr-cyrillic-300-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-kr-cyrillic-300-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-300-normal.woff) format('woff'); +} + +/* noto-serif-kr-cyrillic-400-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-kr-cyrillic-400-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-400-normal.woff) format('woff'); +} + +/* noto-serif-kr-cyrillic-500-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-kr-cyrillic-500-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-500-normal.woff) format('woff'); +} + +/* noto-serif-kr-cyrillic-600-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-kr-cyrillic-600-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-600-normal.woff) format('woff'); +} + +/* noto-serif-kr-cyrillic-700-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-kr-cyrillic-700-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-700-normal.woff) format('woff'); +} + +/* noto-serif-kr-cyrillic-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-cyrillic-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-800-normal.woff) format('woff'); +} + +/* noto-serif-kr-cyrillic-900-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-kr-cyrillic-900-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-200-normal.woff index b9c77e7b2d2..b8020651c88 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-200-normal.woff2 index a8fbfce7547..53cdd74ff6c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-300-normal.woff index 84e3a8d9b6a..9b8e8a3e678 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-300-normal.woff2 index 4d93e3672fb..2ce1e57996a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-400-normal.woff index ca83906d408..20621558f09 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-400-normal.woff2 index 95c60fb8994..1268514b8ee 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-500-normal.woff index 37895ccd8cb..8e360cfe211 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-500-normal.woff2 index bd483cd3c1b..9411a689f8e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-600-normal.woff index 38afdb960e7..42f9dcfc8e3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-600-normal.woff2 index fda60125a81..fff0cc5cd47 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-700-normal.woff index 1ae58e263c7..7eefc487b40 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-700-normal.woff2 index 19ee0b60f8a..0aa5f37c85c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-800-normal.woff new file mode 100644 index 00000000000..3d318ee812e Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-800-normal.woff2 new file mode 100644 index 00000000000..b53bae0aa2d Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-900-normal.woff index e0051e98f32..c2ffe8a1fa5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-900-normal.woff2 index ca2c0fb1ff8..91407f10a7f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-0-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-0-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-200-normal.woff index 173b6974ebc..d5aeb812bef 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-200-normal.woff2 index 7fb4afb8ef1..5ab81161fa5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-300-normal.woff index 677bf323562..282c7bbe617 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-300-normal.woff2 index 038031eeaff..43102a1655f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-400-normal.woff index 48e0b72d9a2..c41861dd62c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-400-normal.woff2 index 17b9850c467..43e29f4afab 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-500-normal.woff index 9d8e0a9c3a2..c4e06caab79 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-500-normal.woff2 index 524634b361c..f5bd147e8f0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-600-normal.woff index 02e206f0f2f..461c1ffcfae 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-600-normal.woff2 index fba2ca5b783..c604bbf1eb0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-700-normal.woff index 6a5453f215f..7efe2051a2d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-700-normal.woff2 index a044ad7c659..f6d9062fc4a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-800-normal.woff new file mode 100644 index 00000000000..969f9f9e8a4 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-800-normal.woff2 new file mode 100644 index 00000000000..7b5fa153735 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-900-normal.woff index 5df4e987797..ff08fa1f3db 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-900-normal.woff2 index f0ffd748ff2..ee760090cb8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-1-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-1-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-200-normal.woff index 2fa9f03ed7b..4fe192f72bb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-200-normal.woff2 index ce0e72716d7..2e59a213fe9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-300-normal.woff index a46fc095eea..89d12ff1c3c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-300-normal.woff2 index 8c6927190e0..d129e24976b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-400-normal.woff index 5570b581a04..6cd83620a3b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-400-normal.woff2 index 07404a41245..b575f76c806 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-500-normal.woff index 050c2807332..fb958e6c0a1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-500-normal.woff2 index 6e6a998040d..56f8beb3cc5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-600-normal.woff index ea08d09b829..cd54c0615cc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-600-normal.woff2 index 9ffc572c3ce..35ffab88a80 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-700-normal.woff index f2f812144ec..af64f450446 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-700-normal.woff2 index fad67666efd..9473c294de0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-800-normal.woff new file mode 100644 index 00000000000..4f90d979ec8 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-800-normal.woff2 new file mode 100644 index 00000000000..39475aec153 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-900-normal.woff index 2d570a645cf..3bfbe50ef2f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-900-normal.woff2 index 4be6da3610e..92839783d96 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-10-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-10-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-200-normal.woff index 62e274d1967..7bc091efa3b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-200-normal.woff2 index 6851ab051a8..6cf408b32d2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-300-normal.woff index 852d97487aa..486cf629279 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-300-normal.woff2 index f652f4690c0..a847037f5e0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-400-normal.woff index accb735d7fa..66e64e3c765 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-400-normal.woff2 index 3ae0d5df7f8..5c77e90d13f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-500-normal.woff index ebfa6399cc5..701109747ce 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-500-normal.woff2 index 7e35a0fe9f5..9405bc3eca9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-600-normal.woff index 568d4b287d6..510ad9c8246 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-600-normal.woff2 index c295deaee6c..08ce4718fb4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-700-normal.woff index 8c3d3efb66b..92b6b2d46a8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-700-normal.woff2 index dbb48780a61..9f86e3d78f4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-800-normal.woff new file mode 100644 index 00000000000..6b400072d09 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-800-normal.woff2 new file mode 100644 index 00000000000..a676936ac32 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-900-normal.woff index 3656fea434e..b196f5e7764 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-900-normal.woff2 index c54b0c307bb..0da1034b4f7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-100-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-100-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-200-normal.woff index d66664937c3..31e9290339b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-200-normal.woff2 index 8a0440d4ab8..946442ef81b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-300-normal.woff index f8d14a1af61..c52d1ab9006 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-300-normal.woff2 index 40cc56dd742..d26e83e6f92 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-400-normal.woff index c342164aaff..7c68f39b955 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-400-normal.woff2 index 40045fb5663..f43653291fe 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-500-normal.woff index 77cca14157f..5b7181babf9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-500-normal.woff2 index a1028bc5cfb..21ea5a85a2d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-600-normal.woff index 9831a3f1567..604b7ac6381 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-600-normal.woff2 index efdd060e9fe..2d883783599 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-700-normal.woff index 5c8e637617b..624de6dd9bb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-700-normal.woff2 index 34ad4eb44e4..7abeaa109d9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-800-normal.woff new file mode 100644 index 00000000000..ee40ecf2d16 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-800-normal.woff2 new file mode 100644 index 00000000000..c1f950a0c06 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-900-normal.woff index 8885d7c6a05..71cc655b8d3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-900-normal.woff2 index b640571b0c3..12afd9e1c9c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-101-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-101-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-200-normal.woff index 5bc9fcebd03..47fbfe3f734 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-200-normal.woff2 index 51202a0ca12..19cd96f2fef 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-300-normal.woff index 90bdfee277a..908a8d4ff15 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-300-normal.woff2 index 69c6f5bf674..9a775d6c72d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-400-normal.woff index ba9b5a9b747..fe8da2bd509 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-400-normal.woff2 index fce280d75c5..421380d5b6a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-500-normal.woff index 949b5ca5345..f0590e835b0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-500-normal.woff2 index cede017b05e..e7f48deca41 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-600-normal.woff index 20307d8d94a..bd1bb7ce77b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-600-normal.woff2 index 678e1ba59f2..d7a71e74e29 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-700-normal.woff index 9118489bd6e..c7b17e85d98 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-700-normal.woff2 index d1b6281898e..370c1fe8c40 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-800-normal.woff new file mode 100644 index 00000000000..8a875b10113 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-800-normal.woff2 new file mode 100644 index 00000000000..5a66a06315d Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-900-normal.woff index c717a43918e..9fff60a3d4b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-900-normal.woff2 index 2a3fc85f85b..8f8058d8c74 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-102-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-102-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-200-normal.woff index cfebadb214a..22bcbe3ade5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-200-normal.woff2 index c3caaf56105..20d418377e2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-300-normal.woff index 212dca0bd1b..3990a1caf60 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-300-normal.woff2 index 4ee4eab01cc..7ee2ef142c9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-400-normal.woff index 60fa20d30dd..23d0e35412c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-400-normal.woff2 index a59ae1d75ab..2c4d8cfe213 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-500-normal.woff index 55ce2e7dec1..5c69e72992c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-500-normal.woff2 index 620d50668e4..e0ef41bb205 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-600-normal.woff index 90025216f18..97adac97935 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-600-normal.woff2 index 5a8bb1be931..3ca42918f38 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-700-normal.woff index f74ace2b5a2..edec26145b8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-700-normal.woff2 index 5d217c95c1e..93623eb340a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-800-normal.woff new file mode 100644 index 00000000000..c961978382f Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-800-normal.woff2 new file mode 100644 index 00000000000..7b1bb52c38a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-900-normal.woff index d1e46f6391e..10a6c54d903 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-900-normal.woff2 index d9261e05f76..692ba0bf127 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-103-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-103-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-200-normal.woff index a1e83931cb8..18ea09e675b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-200-normal.woff2 index 69dd0c13e35..19ae5f41001 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-300-normal.woff index 0a9aa398d04..9b1a0ca9ead 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-300-normal.woff2 index 15b3ebecf3f..bdc5ad38758 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-400-normal.woff index a5a20a6523c..a146d4e8d94 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-400-normal.woff2 index 947046b175d..350b7385507 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-500-normal.woff index 0c8d45dfa74..01d32757f28 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-500-normal.woff2 index 5e63da01908..b68df088ff4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-600-normal.woff index 03329e46ce3..06ca9f50767 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-600-normal.woff2 index 567f0fdbab4..76745241a3a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-700-normal.woff index e6abf6ab337..462ea17a45f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-700-normal.woff2 index 03ff4f3944b..ec93d093d32 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-800-normal.woff new file mode 100644 index 00000000000..429dda76436 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-800-normal.woff2 new file mode 100644 index 00000000000..4ae85d3a1bf Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-900-normal.woff index 3e311ee3269..b9a9b38bee0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-900-normal.woff2 index d52f41d6457..afc3c150aba 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-104-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-104-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-200-normal.woff index d4ce586a336..fcb7b406b05 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-200-normal.woff2 index b0859faadb6..07fdbdb1815 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-300-normal.woff index c73d988ad73..8f9a7e8415b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-300-normal.woff2 index f2c8f0d5c93..45d07773a29 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-400-normal.woff index 3603295ab0d..ec8edcc9888 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-400-normal.woff2 index f8f307bb920..7d47ce7a0ed 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-500-normal.woff index 91b3ff7e397..300ef23e9ce 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-500-normal.woff2 index bd1bd24094c..978786db670 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-600-normal.woff index 26b4a8c25a6..2f2b9698605 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-600-normal.woff2 index 841e1fa4712..f2ae2681bfc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-700-normal.woff index ea9dbd53d5d..8bd80816f87 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-700-normal.woff2 index c803ef5af47..d9ff613fcb5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-800-normal.woff new file mode 100644 index 00000000000..e5787ccedff Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-800-normal.woff2 new file mode 100644 index 00000000000..66b658d201a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-900-normal.woff index c34091aa8ad..5a8cf0eae5c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-900-normal.woff2 index b0217102716..777f1ce8805 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-105-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-105-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-200-normal.woff index de049ef519b..9e6acf2278e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-200-normal.woff2 index 1cb1f68e734..6f9087508f8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-300-normal.woff index b1e150c274f..cec0ea8b5bf 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-300-normal.woff2 index 110df89a500..71ac420492c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-400-normal.woff index 16c7399ea22..fbae23023df 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-400-normal.woff2 index 8745b10e0d5..0cf10fa8464 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-500-normal.woff index b025c534bbe..ab5c40ed4dd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-500-normal.woff2 index 8891c5fc632..211ea16e4ba 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-600-normal.woff index 9bfe0c10a66..ee31f71607b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-600-normal.woff2 index f9f1ba71e3c..81c5c8fe267 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-700-normal.woff index ec31a0708eb..ddbd40251b2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-700-normal.woff2 index d2957bf717a..543125c4520 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-800-normal.woff new file mode 100644 index 00000000000..9d55aed4702 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-800-normal.woff2 new file mode 100644 index 00000000000..735cdf306dd Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-900-normal.woff index a039e1c0a38..44b5f895a53 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-900-normal.woff2 index 859bafcd9bc..762dc391361 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-106-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-106-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-200-normal.woff index 318be5df498..9d4d1ac4b30 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-200-normal.woff2 index 1faa9852e0a..c370fb515d5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-300-normal.woff index f2c8442183a..afb5d379b4e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-300-normal.woff2 index 2e8e5abd13a..9d4b302f7cd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-400-normal.woff index aef4bc7a19a..d6ccbd7699c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-400-normal.woff2 index 59160de8b74..53d499dd318 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-500-normal.woff index fa69f6373ea..dfd0dc97742 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-500-normal.woff2 index b86f5ea3220..d9fb102dcfd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-600-normal.woff index 7083b05a5ff..56bb7aaeb7c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-600-normal.woff2 index e5a3b712a9e..1dc78f6956d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-700-normal.woff index d7a10e8ba55..0f3a3a688ec 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-700-normal.woff2 index a8439029266..ebce540b0cf 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-800-normal.woff new file mode 100644 index 00000000000..17164fb8a05 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-800-normal.woff2 new file mode 100644 index 00000000000..014c19df773 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-900-normal.woff index 090beeb277f..448a915be6d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-900-normal.woff2 index c2d6afe3311..3c33042b220 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-107-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-107-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-200-normal.woff index 8bea04aa3bf..be222cde05c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-200-normal.woff2 index 06ef5d8586e..d01819f0e0f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-300-normal.woff index 3ab3518799e..5c0086db03f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-300-normal.woff2 index 6afa480d7e3..673a9a5fe1b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-400-normal.woff index dd8e2e6a72d..481bfd32ca6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-400-normal.woff2 index cfc9aeb6b43..0e0c83f1447 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-500-normal.woff index 81f9aba5b84..0007abacf7f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-500-normal.woff2 index fa89f1c3a1d..4f3d638d1bb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-600-normal.woff index e41e1a5db85..1198686be3b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-600-normal.woff2 index 22f171ab324..e833cf98716 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-700-normal.woff index 921db6217eb..0bc7433c9fd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-700-normal.woff2 index e10cc5d42fd..363600d8ecf 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-800-normal.woff new file mode 100644 index 00000000000..7714b54f24f Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-800-normal.woff2 new file mode 100644 index 00000000000..9bb4dea2e68 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-900-normal.woff index fa4cd0419f8..c54c96fc3f9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-900-normal.woff2 index 79879c4e708..686675ff46f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-108-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-108-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-200-normal.woff index c5a3b4573cd..e8efe9e4d85 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-200-normal.woff2 index 92d11fa42d9..f0e1e5f4c23 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-300-normal.woff index 0f9afd623c6..1c05aafb56f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-300-normal.woff2 index a0a658ee57c..8e6ca6ce999 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-400-normal.woff index 26e5b708fa7..51eb0fac247 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-400-normal.woff2 index fac5cae1a68..3374ec0bfd2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-500-normal.woff index b09ff3c004f..2ce8807516a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-500-normal.woff2 index 38b099bec18..179b989af7b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-600-normal.woff index af2372d402a..a39047aa4df 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-600-normal.woff2 index 14774c994e1..826e6b6be9f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-700-normal.woff index 5f7b69363c4..94617294fe0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-700-normal.woff2 index 7236c869c30..e9242fe0b07 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-800-normal.woff new file mode 100644 index 00000000000..cd60493c5ab Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-800-normal.woff2 new file mode 100644 index 00000000000..98a54d8e9b7 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-900-normal.woff index 5da189ad9af..2a399f272e6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-900-normal.woff2 index 1b5d2032b6c..93f1a304d40 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-109-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-109-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-200-normal.woff index 07ddf6000a2..cb051157d71 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-200-normal.woff2 index 1593bfb9e4b..314ac0ac007 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-300-normal.woff index bd4fb731993..57616df18c7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-300-normal.woff2 index ded84a7b41c..d97002f64e2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-400-normal.woff index e79b074eef2..9c7e7f385df 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-400-normal.woff2 index 30cf9c80dbb..04bc4db7de5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-500-normal.woff index e81ee8612f9..211b6f9fe9e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-500-normal.woff2 index 9284c981fed..adcd49ed7b8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-600-normal.woff index 22dd2a3d3b9..9ea40c5a796 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-600-normal.woff2 index 6efbb56437e..614675fb31a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-700-normal.woff index b4882e09f86..68a46a05708 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-700-normal.woff2 index adba68cfe06..b1c6028b7b9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-800-normal.woff new file mode 100644 index 00000000000..13b3520057e Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-800-normal.woff2 new file mode 100644 index 00000000000..32c0c569e4b Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-900-normal.woff index 37cc4b84578..a7f3259a312 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-900-normal.woff2 index 32f2017eac6..ca15837e4b4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-11-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-11-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-200-normal.woff index b4bc0a54a5c..fb5c80220c6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-200-normal.woff2 index 045c1fd3707..2773f8ec5e9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-300-normal.woff index 0069436ebf7..891674d26eb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-300-normal.woff2 index 0b7d8473469..347ca326f99 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-400-normal.woff index 155a58cccae..db81c06bf56 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-400-normal.woff2 index e551026641f..5fa487ce4a0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-500-normal.woff index 4fb598a7ee6..df90d1a9f35 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-500-normal.woff2 index d7fd4af4492..04cb16ad96f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-600-normal.woff index 3d4e23ad959..cf99383a2f0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-600-normal.woff2 index d0c577a5f3a..5938d94d4a9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-700-normal.woff index 6e87e9d0c8b..ffc9fe6de88 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-700-normal.woff2 index 53baf7fd97c..3707fefbe74 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-800-normal.woff new file mode 100644 index 00000000000..e248981655f Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-800-normal.woff2 new file mode 100644 index 00000000000..5304219125b Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-900-normal.woff index 1af8c8f388b..4d6be22894a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-900-normal.woff2 index db2df307938..a3380452109 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-110-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-110-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-200-normal.woff index 5650c9d0fa5..0545ffe6bfe 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-200-normal.woff2 index 2f6d9ae321b..129c8db7406 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-300-normal.woff index bdc51547f54..077b3c8d446 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-300-normal.woff2 index 9b5bccfba1f..aa124213dbd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-400-normal.woff index 99adc29a220..00fefe23db7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-400-normal.woff2 index b7da09c6dce..d4f453534a3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-500-normal.woff index b33bd5f2d39..4bd345d12e1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-500-normal.woff2 index 9205041fa64..e468a91fb66 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-600-normal.woff index 89acd7d0065..ff7d6ce0b8e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-600-normal.woff2 index f061837def2..faff20cdf66 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-700-normal.woff index 07ab68ce8cd..cc7e7069c0b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-700-normal.woff2 index dc025f114b4..ed58b3e5162 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-800-normal.woff new file mode 100644 index 00000000000..07fb91a3cb5 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-800-normal.woff2 new file mode 100644 index 00000000000..e31d872b617 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-900-normal.woff index caf233b9633..bb840b0fe8b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-900-normal.woff2 index 806874d9f44..e7780c74a29 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-111-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-111-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-200-normal.woff index edf1bea6cba..7e94c07c5c4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-200-normal.woff2 index bf158805c28..ab56901a142 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-300-normal.woff index 87c1d7c304f..6e9093c6742 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-300-normal.woff2 index efb22cbea9e..8eb2129b32a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-400-normal.woff index 2bf898af462..b67ba9f318d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-400-normal.woff2 index b4f1d0dc8c1..7222b35fda2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-500-normal.woff index 78745df35a9..27b94d75caa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-500-normal.woff2 index 9497383230b..db623e29579 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-600-normal.woff index 4e65cacc887..31f33ee68e6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-600-normal.woff2 index 85f83629b9c..1b345b67ed6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-700-normal.woff index dfb85ca9b5a..0f2b2361d70 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-700-normal.woff2 index e52140e19a4..7be2a978ab8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-800-normal.woff new file mode 100644 index 00000000000..b66e667553a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-800-normal.woff2 new file mode 100644 index 00000000000..ae43287d277 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-900-normal.woff index 48769143110..a24b3acc296 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-900-normal.woff2 index 38e5323b8cb..82f19fab8d3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-112-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-112-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-200-normal.woff index ab915025c7a..3f27b85ac8a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-200-normal.woff2 index 29fb521c216..806e9db07fc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-300-normal.woff index f49ba58ab4d..59a071b8a33 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-300-normal.woff2 index 64a0b7c73c8..04abee68002 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-400-normal.woff index 7cbf01e3bb2..9107899baf4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-400-normal.woff2 index 1ae123b8772..635d04e1da6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-500-normal.woff index 26be2371d66..2e7f9b8962d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-500-normal.woff2 index f131b180906..4dc13cf4843 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-600-normal.woff index 28772cd2bf6..99fe4793b87 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-600-normal.woff2 index c9638d1646a..e9be51dea6f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-700-normal.woff index 75176d6db81..6dc9dde7d51 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-700-normal.woff2 index 2906c130d8f..fa524314b48 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-800-normal.woff new file mode 100644 index 00000000000..fb0fd320f9a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-800-normal.woff2 new file mode 100644 index 00000000000..733d0ba62d3 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-900-normal.woff index e0c7cda60bf..07670d72c07 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-900-normal.woff2 index a66f83ec985..e5f1e2f6416 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-113-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-113-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-200-normal.woff index 1536e757838..e9932abcca8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-200-normal.woff2 index c399795473d..0751cbd855f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-300-normal.woff index 60c45ad759b..571d1f50b30 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-300-normal.woff2 index 5eca1315e94..fddc90088ab 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-400-normal.woff index 524ceb63d5f..74ed440b6ad 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-400-normal.woff2 index 89a9cc5a004..95f8b8360c2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-500-normal.woff index 152d5af59cd..8ee8fdc4802 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-500-normal.woff2 index 8492a2223a9..d23a1854bbc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-600-normal.woff index 2f7906304a9..be165181405 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-600-normal.woff2 index 7a265df50be..23b627f004c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-700-normal.woff index 3b6584c6d02..be490c3b66b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-700-normal.woff2 index dbb38750e0a..e20e3830066 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-800-normal.woff new file mode 100644 index 00000000000..c4d0835c519 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-800-normal.woff2 new file mode 100644 index 00000000000..d05f1ed9abc Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-900-normal.woff index cf5c61acc15..15c9d56a0da 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-900-normal.woff2 index 4fc0b13303b..12606ae6274 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-114-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-114-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-200-normal.woff index 59c9caef6ec..10cb94d1767 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-200-normal.woff2 index 4a1b4d590af..0cc36bb6a59 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-300-normal.woff index 3e79c0352c2..d39447c0e2c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-300-normal.woff2 index 0a27a1d0e69..b481564f92e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-400-normal.woff index b1a16705672..3822959558a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-400-normal.woff2 index 3deae77176b..9249ea6f92d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-500-normal.woff index 99f5be9a478..a376bf30f72 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-500-normal.woff2 index 2acbbbb80db..460eb23a117 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-600-normal.woff index cda2efa0677..9e266c2aa1d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-600-normal.woff2 index c8f155245ca..c0b7641691e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-700-normal.woff index 7ba4e4ca843..5b35cd791e5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-700-normal.woff2 index 6d3fc35e438..149fe8e9a8d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-800-normal.woff new file mode 100644 index 00000000000..526f2e4c676 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-800-normal.woff2 new file mode 100644 index 00000000000..4ea3a5952bd Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-900-normal.woff index 70d6f20bff2..141c0c26642 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-900-normal.woff2 index 9d5334a5f9e..734cf8923b8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-115-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-115-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-200-normal.woff index 58ef750595d..e6ca185c809 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-200-normal.woff2 index 0ff5ffdc41c..93d02c6203e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-300-normal.woff index bb763844524..0b0698a3e4e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-300-normal.woff2 index 6e7739103b0..b7e9dafb787 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-400-normal.woff index 0a39519d80c..2116ee641ee 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-400-normal.woff2 index cc9c8f3e32a..2efc10579ef 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-500-normal.woff index 162d057cdb1..f3f37203aa6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-500-normal.woff2 index 7c2a8e6993a..494d174f3a0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-600-normal.woff index b9890737ef2..b3c7a99f601 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-600-normal.woff2 index 48caa8a95f3..088fbd193e6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-700-normal.woff index 793d4b456f4..6f44056c497 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-700-normal.woff2 index f5a087bae52..84986a3d75f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-800-normal.woff new file mode 100644 index 00000000000..e65729c31e7 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-800-normal.woff2 new file mode 100644 index 00000000000..3743af97338 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-900-normal.woff index d976f88fb13..02b25eab30e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-900-normal.woff2 index bb911ec5960..568115f69c2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-116-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-116-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-200-normal.woff index e81712946d9..402a24edfad 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-200-normal.woff2 index 651d23c38d7..40d1390f0dd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-300-normal.woff index c216a0e4ac3..ac9a97f2839 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-300-normal.woff2 index 437754d5c62..cbd3f604035 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-400-normal.woff index 8337c31fa7b..04b4db73c5d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-400-normal.woff2 index f5ebe400ad8..a6a44b99518 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-500-normal.woff index 7b7609edc87..e78eb236a5d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-500-normal.woff2 index 9db8cb50aea..e7f7081134b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-600-normal.woff index aa281b9335c..14b9593b998 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-600-normal.woff2 index 60d793f39d9..4d545888f0b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-700-normal.woff index 76a7ae94051..b30d5f36a02 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-700-normal.woff2 index b56a7def42a..6dff5c5a0c4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-800-normal.woff new file mode 100644 index 00000000000..d8afb02e91f Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-800-normal.woff2 new file mode 100644 index 00000000000..a980dd7f7e0 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-900-normal.woff index 88fcb8e887d..250bc3d710e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-900-normal.woff2 index 9aa2814a3b6..54664e55708 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-117-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-117-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-200-normal.woff index 18ecc366c1f..4eb7eb80ed0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-200-normal.woff2 index bf8d56beb57..d5d3e563746 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-300-normal.woff index b68c975ca40..85441b2c531 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-300-normal.woff2 index 6e9744ed25e..9ca7e7b9ac2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-400-normal.woff index 7ac359fe9c6..8452aa5fa93 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-400-normal.woff2 index 0ca8f98798f..882a8856bfa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-500-normal.woff index a60ee37e1f8..b5bf966d855 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-500-normal.woff2 index 3f2eb7a77c0..3d7a6b333c2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-600-normal.woff index d471d7bc413..ac18f55d1a7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-600-normal.woff2 index 6fca1bbd47a..0548343d389 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-700-normal.woff index 69bb47ca0b3..b49a561860c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-700-normal.woff2 index 0a19df8ffc8..aab3867e8bb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-800-normal.woff new file mode 100644 index 00000000000..d87a8cfd885 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-800-normal.woff2 new file mode 100644 index 00000000000..c72028ff676 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-900-normal.woff index bc7a833336d..77e9b48aaf7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-900-normal.woff2 index 28bb321f544..97ac61f8c5d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-118-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-118-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-200-normal.woff index ac2d97a6e99..a00676039c5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-200-normal.woff2 index ce9211d1a17..56e95362206 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-300-normal.woff index f3e99b9074f..102f98ebbcf 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-300-normal.woff2 index e7f2316ad2d..7a39da9e9bc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-400-normal.woff index 366bc1d5cc2..c97875f621b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-400-normal.woff2 index 0947cac6ff2..8ed9e01e118 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-500-normal.woff index 7b9f9214a47..7528816ee34 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-500-normal.woff2 index a408d6986f9..527f9643cb8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-600-normal.woff index ef07198beb4..0647a31fa4e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-600-normal.woff2 index e3844b25aa7..0a7ab3e20d2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-700-normal.woff index 93829ca6ad3..82e1357a2ab 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-700-normal.woff2 index 8e23dcbae25..fb8035e5ebe 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-800-normal.woff new file mode 100644 index 00000000000..5a30cbc4656 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-800-normal.woff2 new file mode 100644 index 00000000000..fd0603e6c3e Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-900-normal.woff index 948eb0ef7fb..00660c84e54 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-900-normal.woff2 index eb017be7759..49ecb30ee34 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-119-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-119-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-200-normal.woff index 9979150fa40..02b256ddff9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-200-normal.woff2 index c427ed5a783..7d53d1a9cd4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-300-normal.woff index a1e28814104..d6698646225 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-300-normal.woff2 index ab17a45542b..02a4fc6ac63 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-400-normal.woff index 764cf5e3af1..9f353a32964 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-400-normal.woff2 index 872283ff3b3..fe849711737 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-500-normal.woff index 6886690c6be..f3486719138 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-500-normal.woff2 index feb2a30e91f..7cfd99c9ba5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-600-normal.woff index d7b6c002724..61432cf4b61 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-600-normal.woff2 index f80a922640a..3f413d845e0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-700-normal.woff index 4658e82fd41..4559c658722 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-700-normal.woff2 index d8e0549adb9..dc970fc333e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-800-normal.woff new file mode 100644 index 00000000000..08e0de39248 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-800-normal.woff2 new file mode 100644 index 00000000000..28372e0aeb1 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-900-normal.woff index aa160b1c6d7..5b5d822c580 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-900-normal.woff2 index 82cae9d091e..a437f07b35a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-12-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-12-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-200-normal.woff index 8331737f891..2545aac90e3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-200-normal.woff2 index c069e31c6a8..250636360e9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-300-normal.woff index 26c2f663ace..bd9ebe5843d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-300-normal.woff2 index dfd83d2aebe..8ce553961a4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-400-normal.woff index 29e0f15a28e..4cc12df26d3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-400-normal.woff2 index c1287136870..5e6b7284b1d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-500-normal.woff index 707a02429ef..be55636b15e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-500-normal.woff2 index 98674f4967b..8b973f4d6e4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-600-normal.woff index c47cec3cd5d..71b8f178f5d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-600-normal.woff2 index ac01b2eb8bf..eee2d0e3ca1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-700-normal.woff index 1caec26c24c..8a0623fe733 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-700-normal.woff2 index 7c619fc4e95..5d4db68f1b7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-800-normal.woff new file mode 100644 index 00000000000..a241d5a5b6e Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-800-normal.woff2 new file mode 100644 index 00000000000..1fdab3c390d Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-900-normal.woff index 92b184979af..59fc8142261 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-900-normal.woff2 index c5f199a422c..b71e61401da 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-13-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-13-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-200-normal.woff index 8efaaa72fb4..f9be1a5ea8e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-200-normal.woff2 index 5d960af2b7d..0f7e6fc8800 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-300-normal.woff index 4d82a6d5cde..728b98b712c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-300-normal.woff2 index f94fb57b3d5..35a9d492a24 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-400-normal.woff index 3b1dfbc5395..2bf3b30287a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-400-normal.woff2 index 40777324695..2f7da445d69 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-500-normal.woff index c6dfa93e2c7..aa34248e50f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-500-normal.woff2 index c692a2d8977..a9dd81eb7d0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-600-normal.woff index b513851a801..1a41ebab778 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-600-normal.woff2 index 1dedae82479..b353fc8257a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-700-normal.woff index 0a734ee4256..e5e2f15a8ea 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-700-normal.woff2 index 154a867ba49..e4f3e8c78fa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-800-normal.woff new file mode 100644 index 00000000000..3a1ea1da98e Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-800-normal.woff2 new file mode 100644 index 00000000000..7b27e0a34bf Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-900-normal.woff index a3730efecbc..8f767b03601 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-900-normal.woff2 index 1a70ae4a4cc..fb71b01c202 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-14-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-14-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-200-normal.woff index a3c0e7ef3ba..6b14e60b0f1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-200-normal.woff2 index 3915327e97b..54ce164e2cb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-300-normal.woff index ba1c1d5f8db..6630656f59e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-300-normal.woff2 index 13333ec932b..43b26862919 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-400-normal.woff index 451acb5881f..21345198ca6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-400-normal.woff2 index ad2e2297097..96feec9211c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-500-normal.woff index b8e7758736b..bcd465cbd50 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-500-normal.woff2 index 7b6a12f5c57..f4afc0826eb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-600-normal.woff index 85a2b66324f..e3ea00f2f37 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-600-normal.woff2 index ba0d3138440..e624029edf4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-700-normal.woff index c6f93d42b1e..252ae0bfb34 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-700-normal.woff2 index d50daa2ef88..037d5dc4f24 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-800-normal.woff new file mode 100644 index 00000000000..fac01e50595 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-800-normal.woff2 new file mode 100644 index 00000000000..5a304ce9822 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-900-normal.woff index 5c028b984e3..06c5428867e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-900-normal.woff2 index 073c8cc68c5..1398a7040a7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-15-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-15-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-200-normal.woff index 8ca88b395bd..a80ab2ede77 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-200-normal.woff2 index 7d9b67ea47f..c601760a4f1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-300-normal.woff index d6eba1ba4fc..7969650f1ba 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-300-normal.woff2 index aac6f11c6d2..5e12bfdead1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-400-normal.woff index c8e50b64649..59196c27ef0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-400-normal.woff2 index 166818f993b..061f4105022 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-500-normal.woff index 622a349bcfe..c765499d92e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-500-normal.woff2 index 3dc95ba54e7..688cbb4deae 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-600-normal.woff index 53af182eb3f..83e91471570 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-600-normal.woff2 index 9e40d0945af..04612d4e639 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-700-normal.woff index 2761ccc54b7..9a3eaeafab3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-700-normal.woff2 index 31ebac01060..d8cb0297ef2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-800-normal.woff new file mode 100644 index 00000000000..65defc3095c Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-800-normal.woff2 new file mode 100644 index 00000000000..b975f56b1f1 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-900-normal.woff index a7586e8e71b..c284b8ba576 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-900-normal.woff2 index 0d424bbcdf4..420e389ccfd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-16-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-16-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-200-normal.woff index 0515205b2b6..df3122302f2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-200-normal.woff2 index d13a31cd3cd..fb118c1c29d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-300-normal.woff index 226bb261306..b36d65a19fc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-300-normal.woff2 index 192bf9bf085..6b803b29ee3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-400-normal.woff index b7cc6a8a981..fd22feb4fce 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-400-normal.woff2 index ff4f1957a69..6b7a352e4b9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-500-normal.woff index 4b06f780e5c..e2814288ea5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-500-normal.woff2 index 529605cec6f..eec1dee2b3b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-600-normal.woff index 891320dc990..f641e36335d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-600-normal.woff2 index 617f643c480..37a418d3820 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-700-normal.woff index 5c6dc76bb0c..2380410d647 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-700-normal.woff2 index 0c2b14c6abe..8e2f2284151 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-800-normal.woff new file mode 100644 index 00000000000..1f6b00999b9 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-800-normal.woff2 new file mode 100644 index 00000000000..c4701f2a735 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-900-normal.woff index 83f3e98d448..036165e95a1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-900-normal.woff2 index ec9c37ecf8a..e2379664db7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-17-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-17-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-200-normal.woff index 38de816469e..ba72b697e61 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-200-normal.woff2 index d28a5a34776..98e5b75cc43 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-300-normal.woff index 66047bad1cc..8cc8377725b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-300-normal.woff2 index dc70d7dbeae..779f8634194 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-400-normal.woff index d4878386f34..a1865db03d8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-400-normal.woff2 index 5470797d58d..0523fbeab86 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-500-normal.woff index e2bbdd9f85a..4ea38e85eae 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-500-normal.woff2 index 6ad88b8e9e8..b34c5ea9680 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-600-normal.woff index 7ae50aff828..2af748d902f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-600-normal.woff2 index a6ce270ff5b..6204c36e8e6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-700-normal.woff index 37ddd1c7b94..65ceb7812ad 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-700-normal.woff2 index 4302d73223d..aebc9111303 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-800-normal.woff new file mode 100644 index 00000000000..1fb37375899 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-800-normal.woff2 new file mode 100644 index 00000000000..d0f5e9e7023 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-900-normal.woff index e74c58ce1c7..27fd39ae3e5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-900-normal.woff2 index 62653bf3215..93901bdb1a8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-18-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-18-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-200-normal.woff index 7ec59e73355..6bf43900942 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-200-normal.woff2 index 73f661321ec..e917febcd3d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-300-normal.woff index 44b755bd404..eb3697e072b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-300-normal.woff2 index a9d823c94c3..b67c03a6004 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-400-normal.woff index 253a2ba6305..a55f929e13a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-400-normal.woff2 index bf3a7cf42ab..a668f38a747 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-500-normal.woff index 2bfc97d3659..04efba21e23 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-500-normal.woff2 index 9fb8629961d..97aa7585343 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-600-normal.woff index f14668ab000..f8c026f13d6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-600-normal.woff2 index a5cb83ed7c9..b1bb81f03fa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-700-normal.woff index 31c838ae3e4..cbbd8e804bc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-700-normal.woff2 index 4218e7ca025..53dd1b6b37c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-800-normal.woff new file mode 100644 index 00000000000..ea6d3ac5325 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-800-normal.woff2 new file mode 100644 index 00000000000..75e749c9f9e Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-900-normal.woff index 6ae421ba120..7a4d37c78bd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-900-normal.woff2 index ec943cb49f9..5e1af979281 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-19-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-19-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-200-normal.woff index a95785c0c6a..36a5dd7e720 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-200-normal.woff2 index b0e6e5a98d8..117af3ac9be 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-300-normal.woff index b4e9b3c3a36..5e44d832fb9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-300-normal.woff2 index f79f49a6ec2..329bb3233bd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-400-normal.woff index 3d190c86da1..82c0355e2f1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-400-normal.woff2 index b0bca959220..e3577db36e6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-500-normal.woff index 7545824be31..bbedc1c061f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-500-normal.woff2 index 2a12e6f68b7..4d56e3644d6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-600-normal.woff index 82132684457..2686555fc53 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-600-normal.woff2 index 43c3eff989d..9ed86473ba5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-700-normal.woff index ea583aa3913..bb1c3d95e87 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-700-normal.woff2 index d3dcfc86972..3dec1bb2acb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-800-normal.woff new file mode 100644 index 00000000000..2a8c3ee2214 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-800-normal.woff2 new file mode 100644 index 00000000000..12547cd239a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-900-normal.woff index 2b9f65a789b..1e28702cde5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-900-normal.woff2 index 0aa3555976c..3b2ca54ba52 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-2-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-2-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-200-normal.woff index e2211da8104..7dbab8a926f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-200-normal.woff2 index 3e057261221..bbc28e2007b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-300-normal.woff index 7a5f8feae38..7d1de47e231 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-300-normal.woff2 index 02925894ba0..89b24104ff5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-400-normal.woff index 5720f4904d1..3346e7d317f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-400-normal.woff2 index 03626a2c56f..96b534848b5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-500-normal.woff index f9186512cda..c2626e3dd94 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-500-normal.woff2 index bd0b07475b0..26885549b72 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-600-normal.woff index 2dee8487d4c..8561f258c0c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-600-normal.woff2 index c72d2721ac3..86b119266fe 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-700-normal.woff index 80537225bb3..a6787db21f5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-700-normal.woff2 index a7cb79a20c3..da1c5904774 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-800-normal.woff new file mode 100644 index 00000000000..3fa6de71ea3 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-800-normal.woff2 new file mode 100644 index 00000000000..c504fea489a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-900-normal.woff index 6d8df8dc765..2361af4d849 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-900-normal.woff2 index aa820cf6274..26938b3dbed 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-20-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-20-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-200-normal.woff index ad1e1c6e328..5197bc05a47 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-200-normal.woff2 index 45b520609c0..331efd35d03 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-300-normal.woff index 13cf15ac8db..3fc5b862e06 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-300-normal.woff2 index ab98f4016e3..318be68d628 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-400-normal.woff index 482be3ff870..146ebed73a8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-400-normal.woff2 index 36f3e1a95da..fecde036daa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-500-normal.woff index 9e37ead6a4e..b91c9b3c33a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-500-normal.woff2 index 482173a4c4d..8b9557f839b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-600-normal.woff index 2d4603441e5..da53f0c7d71 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-600-normal.woff2 index bc9bcaee4e4..a37d927db98 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-700-normal.woff index be1c5d57ca9..08f83363459 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-700-normal.woff2 index e46da9e1ec5..23176335e81 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-800-normal.woff new file mode 100644 index 00000000000..20c4e0507d2 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-800-normal.woff2 new file mode 100644 index 00000000000..6db76345e49 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-900-normal.woff index 78a9258ca9d..ddc40d8fe78 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-900-normal.woff2 index 7bc9848c252..8e38d4a3f9e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-21-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-21-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-200-normal.woff index cad29b053b9..c69c5c75bb7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-200-normal.woff2 index 1da5d1390df..b9d962ba73e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-300-normal.woff index 3a2a74c50f2..dd870bbe89b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-300-normal.woff2 index 9d1be028e60..de460485d6d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-400-normal.woff index cd70f85fdb0..27e16f63217 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-400-normal.woff2 index 441ab9efdd9..1cb885b48b1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-500-normal.woff index 786e1c8c077..344d3778d91 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-500-normal.woff2 index 45dab7739c0..32fa96e9741 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-600-normal.woff index 2aca39a17f6..a68f10aebbe 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-600-normal.woff2 index 0ec73ab46a4..c7ea52443bf 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-700-normal.woff index 8a556fa1359..66683ce5e65 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-700-normal.woff2 index 9f54f81fa1e..617ea9392b7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-800-normal.woff new file mode 100644 index 00000000000..f393c36e1d4 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-800-normal.woff2 new file mode 100644 index 00000000000..4af70262f21 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-900-normal.woff index ee663b8ed7c..61740f97017 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-900-normal.woff2 index 97fd28d84c4..655619b4cf8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-22-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-22-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-200-normal.woff index c2f5467197d..5226edf5477 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-200-normal.woff2 index 47d95939548..d4ee662e5e9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-300-normal.woff index fcd59ec78a1..1ab0ad84b3e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-300-normal.woff2 index 0fe89584d0a..f70f4b5c5b4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-400-normal.woff index 9e6c8aa9930..dbb90418c77 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-400-normal.woff2 index 202aabbb591..31d75f9084f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-500-normal.woff index 7b857056675..13df45a4915 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-500-normal.woff2 index 01c959684af..b326b252ef4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-600-normal.woff index 1fdc09ab52a..6aa3d4a4914 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-600-normal.woff2 index 6935f992057..1a511b61585 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-700-normal.woff index 7288a25bb3f..f6db7730b81 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-700-normal.woff2 index 0d65ea4037c..fea0a99a8eb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-800-normal.woff new file mode 100644 index 00000000000..097f970a13f Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-800-normal.woff2 new file mode 100644 index 00000000000..b7512465cbe Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-900-normal.woff index 061b1b0840f..1aac391864d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-900-normal.woff2 index 44db0ab6c9d..cec3ca06ed4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-23-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-23-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-200-normal.woff index 1240307dd17..85ab4744cef 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-200-normal.woff2 index 90e35928428..1fb15e44071 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-300-normal.woff index e543b45c18d..08c924927d2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-300-normal.woff2 index bf2dcd51872..01ce166a780 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-400-normal.woff index fb092e33b69..3ce16eb06dd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-400-normal.woff2 index b1b86629a52..3b6f400dfcc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-500-normal.woff index 8eaa4b2781a..366b05bafa5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-500-normal.woff2 index d8d3e9032f1..2fac7129262 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-600-normal.woff index e5dca08f853..c0e5c0b9a06 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-600-normal.woff2 index b8af3eb9d43..2fa2a435061 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-700-normal.woff index c6f19066623..f0ca0442706 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-700-normal.woff2 index 5fc0a32d400..70c118aacbc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-800-normal.woff new file mode 100644 index 00000000000..3ed3798a0a6 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-800-normal.woff2 new file mode 100644 index 00000000000..8b53e229dde Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-900-normal.woff index cd1dea3ec3e..bff8dff77bc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-900-normal.woff2 index 801628dd8f1..f7898ef820d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-24-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-24-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-200-normal.woff index ae8d633dfc3..17c7653fedc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-200-normal.woff2 index 98085b7ffd0..f8de000c22b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-300-normal.woff index 6a16e9ac085..1d1edf4dece 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-300-normal.woff2 index 0e7efcf0521..29eb1babbd2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-400-normal.woff index 5be270e75e3..5399c98c1d5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-400-normal.woff2 index 9aeb59fdedb..a60a73d5ba6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-500-normal.woff index a5177d9c524..4002926139e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-500-normal.woff2 index 10241f16902..a0008cad6c1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-600-normal.woff index 20d6954aa17..8dfbb4c73f6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-600-normal.woff2 index e84f489a3c6..e625045ce4e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-700-normal.woff index 1ddd393ec90..1fa5b176072 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-700-normal.woff2 index 3ce9984f791..1c43550ad68 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-800-normal.woff new file mode 100644 index 00000000000..3d78a583c99 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-800-normal.woff2 new file mode 100644 index 00000000000..15bcbf7bd50 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-900-normal.woff index 493a303e23c..39d235ce7e4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-900-normal.woff2 index 66155836dca..a8c58d73172 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-25-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-25-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-200-normal.woff index a55d7ec7dc2..f71528b76c1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-200-normal.woff2 index 36044ff4f9a..59748954867 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-300-normal.woff index ec74e082f5c..5c9f5499bca 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-300-normal.woff2 index 95ffe140ea0..313d23124fe 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-400-normal.woff index 07d4576075c..88c87a20fb0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-400-normal.woff2 index 4ca030d9371..c4a30cd8e97 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-500-normal.woff index 4b72f164bf7..93da1fe9a24 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-500-normal.woff2 index 35e8e49fb6e..7a3343a29c8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-600-normal.woff index 2901341e3d4..bf8ffb52f58 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-600-normal.woff2 index 717aa3facba..9703a843d97 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-700-normal.woff index 895618af064..d3238ee0218 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-700-normal.woff2 index c837d28969f..76678500bb4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-800-normal.woff new file mode 100644 index 00000000000..53b4d817cde Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-800-normal.woff2 new file mode 100644 index 00000000000..1c94b54ed19 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-900-normal.woff index f1977770b9b..ece65e38792 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-900-normal.woff2 index b9c9a8df20e..48f82e12cb1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-26-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-26-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-200-normal.woff index 570a53ba30e..cc0da302653 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-200-normal.woff2 index f117d2a4390..27e20607db6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-300-normal.woff index 71b24931585..1a094a978a0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-300-normal.woff2 index fa14d59b0e4..27090a96fe6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-400-normal.woff index c561b1b8f36..0dda296689c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-400-normal.woff2 index 808422c40e5..d44382942de 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-500-normal.woff index 1871625aefe..9cf3f005d86 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-500-normal.woff2 index 47441948a11..368d03dc27e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-600-normal.woff index b0c36713021..2d8b0a2f3b4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-600-normal.woff2 index 9d62a4af71f..da9f48d1de2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-700-normal.woff index 06a308c5c28..9cb6915e662 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-700-normal.woff2 index dead03ed786..47b0fa7ea89 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-800-normal.woff new file mode 100644 index 00000000000..9868f5b282c Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-800-normal.woff2 new file mode 100644 index 00000000000..ef9bf8dfee2 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-900-normal.woff index 21c7f68c3cc..9c4c5ef4e11 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-900-normal.woff2 index ca12ca96835..f335c18fb01 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-27-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-27-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-200-normal.woff index a4a5e2471a2..e12c3b017c7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-200-normal.woff2 index f86260ff463..2b93b6e9d07 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-300-normal.woff index a471fc4a916..adfc0e0cf76 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-300-normal.woff2 index 49122043791..446637dfd07 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-400-normal.woff index 4abb2f444e1..897b063c888 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-400-normal.woff2 index 5f09476ece8..eca3b85a8c3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-500-normal.woff index 111b3770de2..b34c4b0e040 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-500-normal.woff2 index be613bc8873..5e87fe45264 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-600-normal.woff index 49fdfc68ae8..6c1893b9c78 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-600-normal.woff2 index 7891c56000b..d4f73b0d506 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-700-normal.woff index e983834abc4..b3f953e7b1b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-700-normal.woff2 index 3c51016efb8..01382df2c82 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-800-normal.woff new file mode 100644 index 00000000000..35f8dd89410 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-800-normal.woff2 new file mode 100644 index 00000000000..6c3e3161e7a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-900-normal.woff index 0f624d0baee..5915244a130 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-900-normal.woff2 index 0f024337432..daf23222d31 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-28-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-28-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-200-normal.woff index 97a3b74f241..33c719470ba 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-200-normal.woff2 index 7a1177e5204..5901564d08b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-300-normal.woff index 5d79aaa7077..348e4ab3ab3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-300-normal.woff2 index f63a7391446..f22f3d80908 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-400-normal.woff index 63ae7222bb7..6aef58b2fc3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-400-normal.woff2 index 01798041869..a492b5f9c9a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-500-normal.woff index 7e6f745ccef..8ae3589fa4f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-500-normal.woff2 index 4ffa2727380..65106e5d86c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-600-normal.woff index 9141e37ec64..0a06c53fbd1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-600-normal.woff2 index 065c3ca98f8..c89f2d90292 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-700-normal.woff index c3e9aa655be..1e75495aa0a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-700-normal.woff2 index 11cacb9f671..008514cb750 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-800-normal.woff new file mode 100644 index 00000000000..9cae9defcb9 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-800-normal.woff2 new file mode 100644 index 00000000000..8c5d700e052 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-900-normal.woff index 99414fd3d4a..896b43beeb0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-900-normal.woff2 index c75f1493f74..1e6888ead26 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-29-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-29-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-200-normal.woff index 08604cbec54..46ae8d71080 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-200-normal.woff2 index 3137ba8758f..8a0da7fa76b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-300-normal.woff index afc4f1053bd..043afb752e2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-300-normal.woff2 index 3141ed5d7a1..a3095417a33 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-400-normal.woff index 567c421668a..17536f3f708 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-400-normal.woff2 index 0dea0193f30..5c9e4ce0f55 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-500-normal.woff index ad8f27ffbdb..f4583b13f95 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-500-normal.woff2 index 16336d733e3..2bfe3e68011 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-600-normal.woff index 953d94fe6e1..f6760d79c10 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-600-normal.woff2 index 1e017bba950..6480d128f0e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-700-normal.woff index f5bb4581bfe..f302b4d5ae1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-700-normal.woff2 index 90f921b3fbd..47983f2446e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-800-normal.woff new file mode 100644 index 00000000000..97acb1b759c Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-800-normal.woff2 new file mode 100644 index 00000000000..19a8ec643df Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-900-normal.woff index aea71f5851e..2154f364fde 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-900-normal.woff2 index 246130f03f4..b4cfa2acb96 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-3-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-3-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-200-normal.woff index 3147a7816ed..e308c5753ed 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-200-normal.woff2 index 386f464851f..c1e26f2ad19 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-300-normal.woff index 59984b1fb4f..be17148871a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-300-normal.woff2 index 26104950c73..f0ae21dcd57 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-400-normal.woff index c6a0347b340..ebda60fab51 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-400-normal.woff2 index bfc470a455b..907d84bb4df 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-500-normal.woff index b5056318db1..d9380701b41 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-500-normal.woff2 index 6ec86137a6c..9148998b28b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-600-normal.woff index 4f3db7b03b4..93d99e94fdb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-600-normal.woff2 index aeeb1ce9b08..248e9ab2113 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-700-normal.woff index 57bc9b91821..d1cd0c326ac 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-700-normal.woff2 index 641a5d4abba..bdaf9a2c92e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-800-normal.woff new file mode 100644 index 00000000000..f14b6915553 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-800-normal.woff2 new file mode 100644 index 00000000000..758343fdde3 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-900-normal.woff index 8c441db4596..607728b727d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-900-normal.woff2 index 384ae42caae..8d09200bb0d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-30-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-30-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-200-normal.woff index 3ab995cfd1d..0b075117612 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-200-normal.woff2 index d7cd9062b45..30757f7208a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-300-normal.woff index 19343e7520d..153dd7f3ab4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-300-normal.woff2 index f914d15e809..f38debd667b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-400-normal.woff index b34a2ccfa70..6668edd3274 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-400-normal.woff2 index bbe44d63365..ae7e53a95d4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-500-normal.woff index 05ed79db598..299ffe7c7f0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-500-normal.woff2 index 386a2c4c9b6..4f783b68de0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-600-normal.woff index e3f8e1c6cf3..ed99da7814e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-600-normal.woff2 index 87427ca6872..8e025acd590 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-700-normal.woff index 08296373fc1..9636f8220f9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-700-normal.woff2 index 4b9be1adc25..9266b726146 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-800-normal.woff new file mode 100644 index 00000000000..b617b0c66d6 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-800-normal.woff2 new file mode 100644 index 00000000000..a401573bb14 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-900-normal.woff index f72d7ce112d..a57368e5b61 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-900-normal.woff2 index 40cb54981c6..5d991280cfc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-31-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-31-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-200-normal.woff index ee1a519b0db..60fcdbdce19 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-200-normal.woff2 index d6738a03199..2b334cc9f4a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-300-normal.woff index 03c928ec7da..56fd3ac6b8e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-300-normal.woff2 index 2141000c37a..36e77b0d2b0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-400-normal.woff index 21e6af58ab7..1fbc95caa55 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-400-normal.woff2 index 323b6def4e4..2db96b3ac7a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-500-normal.woff index 6bf6594bfaf..4052ad023d7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-500-normal.woff2 index b1552c015c0..98687b81b23 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-600-normal.woff index 30b3a8801af..b1bca71e8d8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-600-normal.woff2 index b103cd2e198..9f2dde6b23f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-700-normal.woff index 9408241a825..2121774b522 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-700-normal.woff2 index b7fdb6e9c97..ea00eeec374 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-800-normal.woff new file mode 100644 index 00000000000..64bd959445d Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-800-normal.woff2 new file mode 100644 index 00000000000..a46385d21d9 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-900-normal.woff index 6c964981306..b7704d0ee67 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-900-normal.woff2 index 9206ff0084a..a9927bc25f4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-32-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-32-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-200-normal.woff index d551d8c7ee9..fb123f93377 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-200-normal.woff2 index a0eea5f5315..0cfb817ce50 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-300-normal.woff index 4a58ccc8337..7ad967e65fa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-300-normal.woff2 index dafb7ebbda7..2a3f8dca02f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-400-normal.woff index 2a84da96460..15de4f692a7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-400-normal.woff2 index 9999d801254..685586c5449 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-500-normal.woff index 286fe757e49..96b8e44ea1c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-500-normal.woff2 index 754240d5c50..aaf26443f4b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-600-normal.woff index c238946da90..91a943436d1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-600-normal.woff2 index c00ba1bd628..ed3f47ff7cf 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-700-normal.woff index 40080a6e97d..96787fbe4b6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-700-normal.woff2 index f6146a9ac4d..55358eb2798 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-800-normal.woff new file mode 100644 index 00000000000..8b5c3c1ccbf Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-800-normal.woff2 new file mode 100644 index 00000000000..f053da4f1c7 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-900-normal.woff index cadb97d4259..5d4ee580130 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-900-normal.woff2 index b3635def502..e1700b0f232 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-33-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-33-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-200-normal.woff index 3fc2ba6f99c..97cf5e1c234 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-200-normal.woff2 index 47a97d4eaa7..58077b992f7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-300-normal.woff index 2072d2d4ea3..a4f41b094af 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-300-normal.woff2 index 5eebf59b8b1..72665217926 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-400-normal.woff index f9d4a27ac0e..74c147cbbdf 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-400-normal.woff2 index 2acb3b8a9a1..54f14bca878 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-500-normal.woff index 5b458896a1c..8e05abb3e80 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-500-normal.woff2 index 98522c41bba..2abd6dd04d5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-600-normal.woff index 0debf8937fb..968c8f8861d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-600-normal.woff2 index 044646e87cb..fc735052cc9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-700-normal.woff index 98be66490c3..e60d8b62b7b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-700-normal.woff2 index caa296d8416..15fe4adf752 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-800-normal.woff new file mode 100644 index 00000000000..9e5fec67c76 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-800-normal.woff2 new file mode 100644 index 00000000000..10dce175abf Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-900-normal.woff index ffae5522587..46a3c13cb85 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-900-normal.woff2 index 8324300160a..683a5db4a0b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-34-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-34-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-200-normal.woff index 92375682c73..39b213f88a5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-200-normal.woff2 index ff08e30a6e2..7535f4e0168 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-300-normal.woff index 9c83dfab6d2..ee73ddeff8c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-300-normal.woff2 index 799b430ce14..cc48cecd43e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-400-normal.woff index 36785428719..11fdb810dec 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-400-normal.woff2 index 14019565e6c..76dfb40edc6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-500-normal.woff index 3acb993652c..7d855eee64a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-500-normal.woff2 index dfa3a70fed4..f96c11fb35e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-600-normal.woff index 9badac08d5d..7b116832840 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-600-normal.woff2 index 0d6f7e5a3b2..fe6325a744e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-700-normal.woff index a04ed25a416..61a3fc535fa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-700-normal.woff2 index a60b3c57b33..c675f4ce33d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-800-normal.woff new file mode 100644 index 00000000000..bddbe386a01 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-800-normal.woff2 new file mode 100644 index 00000000000..1eee65e1d4f Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-900-normal.woff index d5a1543c001..da685892db4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-900-normal.woff2 index f451f2544b7..e4f30fd0442 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-35-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-35-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-200-normal.woff index f97c67566e6..d0ae6b46824 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-200-normal.woff2 index 3b7d6b6fb2c..c2901b25caa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-300-normal.woff index 59f3bed514e..b5fc9c7043c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-300-normal.woff2 index b37101d0029..d5872509206 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-400-normal.woff index 48f11f98850..2d83a757a39 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-400-normal.woff2 index 2491c6fa4d9..93707a85557 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-500-normal.woff index 90fc37379cf..d2fddd05fd0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-500-normal.woff2 index c290c98e757..4bd1f9adc8b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-600-normal.woff index b8b915dcc1d..95172234640 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-600-normal.woff2 index 5a7961016de..8fe004edc1a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-700-normal.woff index 92762515350..2067e3b2264 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-700-normal.woff2 index 6af5b96548b..f638801ab88 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-800-normal.woff new file mode 100644 index 00000000000..59c4e769fb7 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-800-normal.woff2 new file mode 100644 index 00000000000..ab8bcd239d4 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-900-normal.woff index 49ae2d21de0..543562a2543 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-900-normal.woff2 index 4f4e7dfb3bc..f08d09f4e1f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-36-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-36-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-200-normal.woff index 3a73966655d..0cea839006e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-200-normal.woff2 index 0bf1444777b..d54b18f4371 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-300-normal.woff index 35f95595e76..68cc443c4ca 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-300-normal.woff2 index fac36b6c2b2..375a75fcfb0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-400-normal.woff index 23ba46c3b32..61e19c4c7f6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-400-normal.woff2 index 0bbd9e625a5..4ab53866cfc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-500-normal.woff index b0a8d5224c6..cbb4e61a4b3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-500-normal.woff2 index 4b4249343f4..5b7d80c41b4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-600-normal.woff index 2a5c21b8c0a..1159c04856b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-600-normal.woff2 index 52958bba935..e1526e49b3f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-700-normal.woff index c6af1fbc15a..0ee51d136d9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-700-normal.woff2 index c151e22ce1e..56c119b2214 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-800-normal.woff new file mode 100644 index 00000000000..16198ea6c51 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-800-normal.woff2 new file mode 100644 index 00000000000..c3592ea5aaa Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-900-normal.woff index 136d12c0fce..6e96b5826e1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-900-normal.woff2 index a506d0b1612..2c563d2f697 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-37-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-37-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-200-normal.woff index cbbc0dede58..1e8753506da 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-200-normal.woff2 index e36f794b245..eaf0270dd7f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-300-normal.woff index 9b9ee609ec8..f30ff56a7d7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-300-normal.woff2 index 0ea50346c0d..f7634d6a269 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-400-normal.woff index 0bfdb48c895..3c5a707c9b8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-400-normal.woff2 index 70eb49630eb..d5840164d03 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-500-normal.woff index b9773b8af0f..644b55923d0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-500-normal.woff2 index 199755f44fa..5231d86e601 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-600-normal.woff index 7e527709254..60f2d137bbc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-600-normal.woff2 index fde94dbbb05..e80868cfa94 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-700-normal.woff index 7458bdd8545..f4190f7d3fd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-700-normal.woff2 index f84a601ea0f..89f0c45ec18 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-800-normal.woff new file mode 100644 index 00000000000..9fdaeebf1f0 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-800-normal.woff2 new file mode 100644 index 00000000000..e68bd1c86b5 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-900-normal.woff index c4646bd679c..7f682e44894 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-900-normal.woff2 index cab598e2142..2b2d63416fe 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-38-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-38-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-200-normal.woff index ca703a5457b..196521ab174 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-200-normal.woff2 index e12b0f3abf2..8ab7529c47d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-300-normal.woff index 1f370785630..567e9fa9e86 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-300-normal.woff2 index 3888f4102d0..0f97342b93b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-400-normal.woff index a451d2c4cf5..ba3a545e9ce 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-400-normal.woff2 index c4acca5a4c0..6e91fd64f97 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-500-normal.woff index 32fe93d4e91..f0ecee2e398 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-500-normal.woff2 index 203f293df9e..6a54e901d48 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-600-normal.woff index 01fd8219e4b..7a97eb5b40b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-600-normal.woff2 index 74ad0751898..546123d6150 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-700-normal.woff index c8a10ca4d92..ad25629a962 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-700-normal.woff2 index b2afa6a13a7..e0601cfbbc7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-800-normal.woff new file mode 100644 index 00000000000..15f68dc033a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-800-normal.woff2 new file mode 100644 index 00000000000..d8fd1e5e7a6 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-900-normal.woff index b1bc3f6f013..5667c9278b7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-900-normal.woff2 index 0b24edb11f4..a56b1369cc3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-39-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-39-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-200-normal.woff index 9d244dc0443..1172e601d09 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-200-normal.woff2 index e564178bc73..758dddb9ff1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-300-normal.woff index 7bfbeba3977..b63406ae215 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-300-normal.woff2 index 5ce9a7dfc64..b9e0adc9743 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-400-normal.woff index 7b90df1e9c2..b22d4921eed 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-400-normal.woff2 index c3d99dfd3ff..317935209da 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-500-normal.woff index 38203977f8d..6299a74a568 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-500-normal.woff2 index 91de2b4cbaf..c8bb77143e3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-600-normal.woff index d5c23a93fff..df6c27af2c7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-600-normal.woff2 index eb6f5a60e41..451e21af26e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-700-normal.woff index df95fcac3cb..723c01e8419 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-700-normal.woff2 index 8aca5b7d8aa..4d2d4fe3883 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-800-normal.woff new file mode 100644 index 00000000000..c4d24aae273 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-800-normal.woff2 new file mode 100644 index 00000000000..9cf8266f155 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-900-normal.woff index ee9ae73f063..88269641dc4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-900-normal.woff2 index 46780420122..2a0b2eb067b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-4-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-4-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-200-normal.woff index b99ea785d24..ba0c8ea988b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-200-normal.woff2 index c9d80665a0d..36623cc07d9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-300-normal.woff index c37fdf254f8..8eac484e1a7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-300-normal.woff2 index 9b60dfa2ba4..466e987f6ad 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-400-normal.woff index bafa6642fb6..a2743b50167 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-400-normal.woff2 index d6a18eeec88..5f7d0e461da 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-500-normal.woff index 101ac50dbf2..335a39b4499 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-500-normal.woff2 index e7af31cc2ee..5468c1ea222 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-600-normal.woff index b3aa4043aac..8a9b685237f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-600-normal.woff2 index 2eadac81087..c87cce48b1e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-700-normal.woff index 1be841266fe..27396239ebb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-700-normal.woff2 index baf9ad17397..472b180c7bb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-800-normal.woff new file mode 100644 index 00000000000..9b10b6a8724 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-800-normal.woff2 new file mode 100644 index 00000000000..693db2a26f4 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-900-normal.woff index 5b4f65eda07..22ce9ad89b2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-900-normal.woff2 index c483d0bb154..08765344601 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-40-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-40-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-200-normal.woff index 02f92973daf..97545898613 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-200-normal.woff2 index da087cbb77e..a43685de127 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-300-normal.woff index e3c8dfd989f..55ebb8c6b41 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-300-normal.woff2 index 86c19c23494..e22cabf6938 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-400-normal.woff index f677f9c5b86..a7fb746b138 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-400-normal.woff2 index 8b75c51698f..b82396e6918 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-500-normal.woff index 595041fd117..54502b939ec 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-500-normal.woff2 index 059ab378dea..c5a6458ad8d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-600-normal.woff index 8923f6da905..665eb89d298 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-600-normal.woff2 index faa42836509..5f6ac09c5e9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-700-normal.woff index 6e9c505faff..af0d9a9e234 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-700-normal.woff2 index c1b7076447a..20268ddfa20 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-800-normal.woff new file mode 100644 index 00000000000..abe6d51ecaf Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-800-normal.woff2 new file mode 100644 index 00000000000..8f35779512b Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-900-normal.woff index a94dc73f708..e7c43159afc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-900-normal.woff2 index 7ec56d4e64d..bba3f59ec89 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-41-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-41-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-200-normal.woff index 942de33b124..ee316c385bd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-200-normal.woff2 index 6598a38e361..1deeb920de4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-300-normal.woff index 505ba5a2493..640e9f190a1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-300-normal.woff2 index 8d8908f60f4..ddc604ce684 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-400-normal.woff index 2f6a250283d..edf62f17d2a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-400-normal.woff2 index ddaef2e0c01..046daeaa906 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-500-normal.woff index c9fa8c57e6a..d01ac076410 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-500-normal.woff2 index 3872e4ef4f7..2c4d2e99032 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-600-normal.woff index 3a1f16a4b80..4f09d775868 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-600-normal.woff2 index 139f388a653..4974cbecd3c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-700-normal.woff index dd28a1578ce..b3503d66a44 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-700-normal.woff2 index e3397e0b530..9f66b819926 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-800-normal.woff new file mode 100644 index 00000000000..065737d17d6 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-800-normal.woff2 new file mode 100644 index 00000000000..b1d07415c73 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-900-normal.woff index 312eb9db198..153580b52b1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-900-normal.woff2 index b3a27dbbe94..2f5a09d09f7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-42-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-42-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-200-normal.woff index 195fb6112cc..fe0ef5dc1c8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-200-normal.woff2 index c84984659b3..c8844e33412 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-300-normal.woff index fc39deaa849..7da58b424a1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-300-normal.woff2 index e0a186f677a..6e630d48c07 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-400-normal.woff index 457faa406a0..de6e7bb4c41 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-400-normal.woff2 index cc503448c8b..3b60fb15967 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-500-normal.woff index feea34a5718..817e9517e59 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-500-normal.woff2 index 541fbe8095d..096f5e4614a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-600-normal.woff index 3e018215249..322df7c9d2e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-600-normal.woff2 index 8987c9dc318..5c9715cb02b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-700-normal.woff index c6437c572d5..6b27cf378b8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-700-normal.woff2 index 205bbf64980..38a658c5420 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-800-normal.woff new file mode 100644 index 00000000000..629c427704e Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-800-normal.woff2 new file mode 100644 index 00000000000..0ddfcd4c0b3 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-900-normal.woff index 4fef081ba8a..298dbbdda8a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-900-normal.woff2 index 1cfcc6ec081..9f3f64413f8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-43-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-43-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-200-normal.woff index 0a700af4777..7170f6ce265 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-200-normal.woff2 index f08a8050201..8fedb03525c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-300-normal.woff index 4dab2ac32ed..5c26f8cfcd2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-300-normal.woff2 index de03248288e..b9128495405 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-400-normal.woff index de791af7f2a..8e8ed66b98b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-400-normal.woff2 index a1e4c76630e..ec469df1537 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-500-normal.woff index 2a57914b73c..fe8ef9388c2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-500-normal.woff2 index d97a05a9b7b..d7464813015 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-600-normal.woff index 990445fa4de..7ca8411ce80 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-600-normal.woff2 index f39936d2670..665a14c66f6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-700-normal.woff index de57bc85bf0..c5984ce89b5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-700-normal.woff2 index 2ff531682ae..615520ec4a8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-800-normal.woff new file mode 100644 index 00000000000..75ff0139d8f Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-800-normal.woff2 new file mode 100644 index 00000000000..cab96486c2c Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-900-normal.woff index 023be817834..6c526edd33c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-900-normal.woff2 index 4d363fc9110..c4fae8a4201 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-44-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-44-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-200-normal.woff index 58ef2780478..8dd010e4bf6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-200-normal.woff2 index fe28b035bee..93b037d43e4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-300-normal.woff index 94f51096865..b7b086cb723 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-300-normal.woff2 index 367746b98bb..fe75cfd552e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-400-normal.woff index 569d1bdc5ef..39c73cfded2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-400-normal.woff2 index efaba9e3865..b6c0d8a5ce3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-500-normal.woff index 97369d51cf0..46e72605af1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-500-normal.woff2 index 1e356db65e2..4d5f4b35770 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-600-normal.woff index f855d8f7527..83fe9981b70 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-600-normal.woff2 index cf3f595cf3a..75410f3574a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-700-normal.woff index 78215c79516..c38c6a44d28 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-700-normal.woff2 index 21697c13008..bfda5c57a6a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-800-normal.woff new file mode 100644 index 00000000000..ff5fdd0a957 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-800-normal.woff2 new file mode 100644 index 00000000000..9e596d69260 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-900-normal.woff index d053c0fade7..58359c29606 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-900-normal.woff2 index 2199cc4dda8..4a65d800696 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-45-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-45-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-200-normal.woff index 696faf8253a..6ebe4353a2e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-200-normal.woff2 index 016ffe2b70c..090f84829fd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-300-normal.woff index 4ac3592d8bc..8538a021472 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-300-normal.woff2 index 41e5c5240e7..15f2f21073e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-400-normal.woff index 6394093b294..c735c5dd2c3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-400-normal.woff2 index 64ae8bd3111..4149ff5ef7c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-500-normal.woff index bc99574261d..bd4a0c973da 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-500-normal.woff2 index 7729b2c39bf..9e817b38fa7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-600-normal.woff index bc52d032e50..95da07fe608 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-600-normal.woff2 index 5e4126a6305..e69f0d7f587 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-700-normal.woff index 708159488cf..80861d9dfc2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-700-normal.woff2 index c0a0e9b2e3d..f530707dea6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-800-normal.woff new file mode 100644 index 00000000000..76570e7cfd0 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-800-normal.woff2 new file mode 100644 index 00000000000..bf5def6e42a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-900-normal.woff index 3068dc8ad72..37e24c455a1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-900-normal.woff2 index e1e26b94f55..82aef579efe 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-46-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-46-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-200-normal.woff index e9da3072a91..3f5171d09c2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-200-normal.woff2 index 93e3210133a..0d5924628ef 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-300-normal.woff index dfd6638a413..7739cc7fe95 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-300-normal.woff2 index fff30799e0b..7014e8beee4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-400-normal.woff index d41f5b4b6c7..583c48d4c3c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-400-normal.woff2 index 3ed0eb7ddfa..4d765273817 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-500-normal.woff index c5e9c2a7680..29406fff787 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-500-normal.woff2 index 64cf32e76da..53a95f70d9c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-600-normal.woff index 9445d451e59..e8b4b7c150b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-600-normal.woff2 index ba1bcf7d2ed..6bc76850bca 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-700-normal.woff index 1cc1ea91fe6..8f9a20f63a1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-700-normal.woff2 index 9f722a8cc64..387753cde91 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-800-normal.woff new file mode 100644 index 00000000000..f7888884b6d Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-800-normal.woff2 new file mode 100644 index 00000000000..535ffe7785b Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-900-normal.woff index 1663c7edf1c..ddf47b6fb09 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-900-normal.woff2 index 3f245ff9799..382ef95cfaa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-47-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-47-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-200-normal.woff index 782bc363cc3..dd1f090464f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-200-normal.woff2 index 9257bb01b9c..698cec5d886 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-300-normal.woff index 1c64938e25b..87bc0aecea0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-300-normal.woff2 index 07461675f60..06d9ed43181 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-400-normal.woff index c69152a709e..7eb4f312fe9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-400-normal.woff2 index 103e577ceb9..ac503ce217f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-500-normal.woff index 6a4f6f1e146..c8bb376cde9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-500-normal.woff2 index 4bbc262ada5..89ceaedabfb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-600-normal.woff index 65bc27ad37b..8afe34fe188 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-600-normal.woff2 index 51314500cf6..0ffbfe2d73e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-700-normal.woff index 2f0d5a6496b..52229992fe6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-700-normal.woff2 index 051f96eed22..3fe3feeeb17 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-800-normal.woff new file mode 100644 index 00000000000..653e00c263d Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-800-normal.woff2 new file mode 100644 index 00000000000..07b60beb1ae Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-900-normal.woff index 4586f637445..464c8f8468f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-900-normal.woff2 index 9f959524594..fbebb223a78 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-48-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-48-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-200-normal.woff index c52905a0503..e8a5688bff2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-200-normal.woff2 index 3920a416c3a..8a8f0a2bb65 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-300-normal.woff index e82249ba2ff..8477441bf0b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-300-normal.woff2 index 209f7863b35..edd0047dc0d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-400-normal.woff index c722f9a2c56..31d1911b81e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-400-normal.woff2 index 8d0b2b4e25a..88c42d78815 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-500-normal.woff index 71d4eb73ec6..f9580ebfa61 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-500-normal.woff2 index a3a20646db2..27d94b0f8ef 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-600-normal.woff index a79f29406aa..c977abac7f8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-600-normal.woff2 index cbecb655b91..736279fab05 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-700-normal.woff index 24f08aec916..ad4f999897b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-700-normal.woff2 index 34c2f064391..d8d573fbc67 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-800-normal.woff new file mode 100644 index 00000000000..0093f025731 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-800-normal.woff2 new file mode 100644 index 00000000000..4746c9692f7 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-900-normal.woff index 5bcb9583108..2bfbd3c32a4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-900-normal.woff2 index a712170da1d..88b514f4ca9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-49-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-49-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-200-normal.woff index 41ab054ec86..3998e80e2e0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-200-normal.woff2 index 6d291baa6fc..b0b4d8488ec 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-300-normal.woff index ca3f1026c19..482fb377b08 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-300-normal.woff2 index 1b6fc9bc939..c2f5b58127a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-400-normal.woff index e975898ea18..45bed7cc46e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-400-normal.woff2 index ce780e1d3db..516e178a6fc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-500-normal.woff index a1f231b6892..a51a0c6ad11 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-500-normal.woff2 index 40c894bf617..46933554d6a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-600-normal.woff index 3f9385b46c2..a4ce5663e22 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-600-normal.woff2 index e59e1a07fae..e78e4be5c6c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-700-normal.woff index 7612799b733..c713a5973ea 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-700-normal.woff2 index d75cbf02fbe..b2c6c3cb06f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-800-normal.woff new file mode 100644 index 00000000000..c21e7d04bf9 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-800-normal.woff2 new file mode 100644 index 00000000000..c5f7ec0b6b0 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-900-normal.woff index 64a9cb7ad88..b381ab8bcfd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-900-normal.woff2 index cfdd37e1e4f..6ede69e586f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-5-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-5-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-200-normal.woff index edd9c84ecbb..3f4bb7cfa26 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-200-normal.woff2 index 3c6b8d19714..685d2897324 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-300-normal.woff index ba5b12f69f5..2ee7916dae1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-300-normal.woff2 index 8b3379e989a..cd024ebad1a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-400-normal.woff index d83f605ca6f..fa2c8a7de92 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-400-normal.woff2 index 0730460e6d8..7006835567a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-500-normal.woff index ccb878971e4..8d1f158deb5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-500-normal.woff2 index c27f2fd427f..183fde83383 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-600-normal.woff index 2764d2e5925..40650ea9e1d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-600-normal.woff2 index 4d5bd094f98..a8d622e0d6b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-700-normal.woff index b6fba7680e7..3b3d5ddf773 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-700-normal.woff2 index 87f186e1d5e..c794b95956f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-800-normal.woff new file mode 100644 index 00000000000..582656db73b Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-800-normal.woff2 new file mode 100644 index 00000000000..3f8480cc239 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-900-normal.woff index d5e801d80b3..72871bc1b84 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-900-normal.woff2 index 319065f7db0..b44d3193e1d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-50-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-50-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-200-normal.woff index 0b91d646479..ad282ac7f0c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-200-normal.woff2 index 2df06d75dd8..41dcf652695 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-300-normal.woff index f3e1b4acc5e..f02bb30ef2d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-300-normal.woff2 index 40137021966..a1b2ae63868 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-400-normal.woff index 9daeccd343c..93c55f6a087 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-400-normal.woff2 index af1b03575f0..5cdad833afd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-500-normal.woff index a15f2e5e7c8..80318addb23 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-500-normal.woff2 index e1ef76f4b9d..6e27952a744 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-600-normal.woff index c2588386b73..0df39b71409 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-600-normal.woff2 index 5fabd7d9816..8522391b073 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-700-normal.woff index 4b1792ae442..2dda902572f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-700-normal.woff2 index 61aee6ef267..f73a77cd7f9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-800-normal.woff new file mode 100644 index 00000000000..f2824b02bae Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-800-normal.woff2 new file mode 100644 index 00000000000..87c9f177e84 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-900-normal.woff index ffbab760239..f815eef24ca 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-900-normal.woff2 index 8d35e6d337b..1ed96d98352 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-51-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-51-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-200-normal.woff index 1b8e4c9416b..6ed978f2974 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-200-normal.woff2 index 0c87b29d3e1..413b884ba2a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-300-normal.woff index c1f3eb6d063..9da58861e11 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-300-normal.woff2 index b225e87b35e..8fabfef7044 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-400-normal.woff index f1c288042c2..70f8af4a5b9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-400-normal.woff2 index 242aef24b07..b54b7675497 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-500-normal.woff index e7906d11bda..da9506e9583 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-500-normal.woff2 index 524b1e807f5..7b4beae4081 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-600-normal.woff index 9348a5b2339..ef870d14143 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-600-normal.woff2 index 622ce75d381..d7545414bca 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-700-normal.woff index 985f59bbc48..421612708b0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-700-normal.woff2 index 3aac4d0b2eb..b5caf91aa15 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-800-normal.woff new file mode 100644 index 00000000000..2a566612dc0 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-800-normal.woff2 new file mode 100644 index 00000000000..570e29a5d06 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-900-normal.woff index 68f30087292..010c0211cd8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-900-normal.woff2 index 0b98a6e98a6..a4ac819e39c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-52-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-52-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-200-normal.woff index 2596944df90..b8f1eaaf25a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-200-normal.woff2 index e11d985f3ce..40c876770f0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-300-normal.woff index 38e168a4b83..e4dc169f476 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-300-normal.woff2 index 0a68b356148..79787d01eda 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-400-normal.woff index 3a4243cfdc6..b1b894abc26 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-400-normal.woff2 index 34f188063bf..652b0b084b5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-500-normal.woff index ae7e4234215..9d44968c494 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-500-normal.woff2 index e19644b89ec..a7cf9205df1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-600-normal.woff index 95fa20a43d0..73f59bb2411 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-600-normal.woff2 index a44f9443bcb..d16de71f201 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-700-normal.woff index 87d09489ddc..4fbef9ba44d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-700-normal.woff2 index fe5362565d0..3fe13d85f89 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-800-normal.woff new file mode 100644 index 00000000000..97fec6cb499 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-800-normal.woff2 new file mode 100644 index 00000000000..700a7a74a76 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-900-normal.woff index 6181236d209..d4c3239bd58 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-900-normal.woff2 index 1da682a6192..3769ce83495 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-53-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-53-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-200-normal.woff index 1b34987d3d1..ccdbb1e4c8f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-200-normal.woff2 index 4ef0af3a49a..bd37d2931d3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-300-normal.woff index 6e3991e37b4..020751ec846 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-300-normal.woff2 index b6731463856..838e8f729f4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-400-normal.woff index 42e5e29db2e..1444ca3724c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-400-normal.woff2 index 81f14b30f85..24181db0a49 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-500-normal.woff index 20cebeeb47e..4168b020ad9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-500-normal.woff2 index d78a5637baf..62569f1b04d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-600-normal.woff index 6f3905a4fcc..2239e932308 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-600-normal.woff2 index 19e1300c168..5134acd712f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-700-normal.woff index 9c25482aa12..91543ab370d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-700-normal.woff2 index 0cdb759c962..41e137f99f4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-800-normal.woff new file mode 100644 index 00000000000..de830d2374c Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-800-normal.woff2 new file mode 100644 index 00000000000..96679c0f96d Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-900-normal.woff index 46ef889ff2a..41e05122ef5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-900-normal.woff2 index 8481999cc84..3028ec21419 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-54-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-54-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-200-normal.woff index f861e8650a7..cc937a09ff7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-200-normal.woff2 index 92f8701a490..2216230834f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-300-normal.woff index a7ee33cc242..85eaf641f92 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-300-normal.woff2 index f481f60c3b1..a2eabed3dd9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-400-normal.woff index 760af12d69f..f4f27887dae 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-400-normal.woff2 index 8fa88cb4844..dd93f54db39 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-500-normal.woff index f2de8a3d536..1c4fe47caf9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-500-normal.woff2 index 9115ccee571..e0ebb19761c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-600-normal.woff index b674a5912b7..5582fdf1724 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-600-normal.woff2 index 370478464c0..4c975b8b07b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-700-normal.woff index 4ec7131925a..1ae4afa43dc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-700-normal.woff2 index db066993f10..6c2fa6003cd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-800-normal.woff new file mode 100644 index 00000000000..25e9cb1ecdd Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-800-normal.woff2 new file mode 100644 index 00000000000..eb3ab7d114b Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-900-normal.woff index 572e76f1a80..72ee8ddf2d8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-900-normal.woff2 index 47c66788f0e..c10eebaef68 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-55-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-55-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-200-normal.woff index 24377b51464..17b84f43966 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-200-normal.woff2 index f85ed11d557..89fc9e87e44 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-300-normal.woff index 1d26745575d..d3b42e6c465 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-300-normal.woff2 index 7038e08146f..debb31ca9d9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-400-normal.woff index 172880cd20c..1a6f49fe8d2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-400-normal.woff2 index df34d8db49a..34ff3274e96 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-500-normal.woff index e04db19b55f..353cc7233ad 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-500-normal.woff2 index 3b6caf67087..67dab07281e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-600-normal.woff index 659653c744d..5311724e6dc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-600-normal.woff2 index 117db7a5b0b..0ca0e4abb12 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-700-normal.woff index eb56a05bd37..529a2ef75eb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-700-normal.woff2 index 412625f648e..ae0aba4bc0b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-800-normal.woff new file mode 100644 index 00000000000..e59e9066132 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-800-normal.woff2 new file mode 100644 index 00000000000..048bab86555 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-900-normal.woff index 1b275543a80..a853e6cf83d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-900-normal.woff2 index 312f6a34c8c..ad263205b78 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-56-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-56-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-200-normal.woff index 1927b00c853..2f4269d135c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-200-normal.woff2 index 692d5054469..5609e75e1ec 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-300-normal.woff index c7fabd493ee..9218882ad6b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-300-normal.woff2 index e4c3b886cc9..fb6e96d78c7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-400-normal.woff index c0f1ba116f5..dfc4f1ce014 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-400-normal.woff2 index 6f1ee3467bd..2f9da69c44c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-500-normal.woff index 3fb0fa23105..0a3d9df0083 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-500-normal.woff2 index 1953ca2753b..1dba75dac54 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-600-normal.woff index 72e1a021213..9cb4cc2f7c6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-600-normal.woff2 index fecbf2faf5d..71d462fac86 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-700-normal.woff index 852622dbcb2..ae1cae59f0a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-700-normal.woff2 index 9b204cc79d7..f4612291585 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-800-normal.woff new file mode 100644 index 00000000000..9aef6763638 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-800-normal.woff2 new file mode 100644 index 00000000000..852f0e880e2 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-900-normal.woff index 8456be9d201..f0d54941b6e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-900-normal.woff2 index 9e44269c563..ba3057c3724 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-57-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-57-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-200-normal.woff index 2c2769413da..8c6c73fc6ad 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-200-normal.woff2 index a6de0f47681..91faeae4017 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-300-normal.woff index 14c3fea4e93..fa705d7c905 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-300-normal.woff2 index 19d5431c20b..501cca031de 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-400-normal.woff index 91c250882a0..c62204bba2a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-400-normal.woff2 index a04df664764..a982617dd87 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-500-normal.woff index 5cd659af0be..caeea12cae8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-500-normal.woff2 index c7222de0275..4afd16bd421 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-600-normal.woff index 1f3c939a2c6..af46c6d725a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-600-normal.woff2 index 072025df1dc..2fb35cdb0b5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-700-normal.woff index 271bbd137d5..2091bda5b28 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-700-normal.woff2 index dc2c818d415..2dc17e72d68 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-800-normal.woff new file mode 100644 index 00000000000..0997b1c5d95 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-800-normal.woff2 new file mode 100644 index 00000000000..2abe814ac2c Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-900-normal.woff index 59055ef3f3c..432dbde9aee 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-900-normal.woff2 index 15b2683a076..d058a8c5b6c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-58-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-58-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-200-normal.woff index 387d7d37ef0..059a2dc1e61 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-200-normal.woff2 index ea0181a4c91..9f6971df31e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-300-normal.woff index 38d21fc3895..7a5aa7ac5ed 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-300-normal.woff2 index a16b601d362..0e4fd8a6548 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-400-normal.woff index be1dd5e08ce..f46457bf8b3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-400-normal.woff2 index fc04e48b70f..848cff15894 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-500-normal.woff index 2acf3a9cc20..1c1cd842379 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-500-normal.woff2 index 56f8f974239..5d0a9a18284 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-600-normal.woff index 52f9022c7da..d51c02476b4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-600-normal.woff2 index 65a78c07c67..236e1800ffb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-700-normal.woff index 97e42cd05af..78a3431f1f6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-700-normal.woff2 index ce64a3fafdf..d22df2f2102 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-800-normal.woff new file mode 100644 index 00000000000..72f9586091f Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-800-normal.woff2 new file mode 100644 index 00000000000..7346408913f Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-900-normal.woff index 89504021ab2..7fa65c0fd58 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-900-normal.woff2 index d07d6bb0721..7efddaf3552 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-59-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-59-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-200-normal.woff index 418e6465001..fb1e86444bf 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-200-normal.woff2 index 5703fb03442..cdd3e87a8b1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-300-normal.woff index 6dde1ee067d..c7c89dc42b5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-300-normal.woff2 index 500724c3819..9b8378d6c8d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-400-normal.woff index 10e3cd7ab85..58f32a7d8dd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-400-normal.woff2 index de71d1bcc07..2e0dadc8d8d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-500-normal.woff index 67ff2f211d3..5155f9ef882 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-500-normal.woff2 index 0da2e67d5a9..ff8e1a528cd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-600-normal.woff index 02c26d62979..6cf5e256785 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-600-normal.woff2 index 0d3c9f90cfb..55cb97f33b1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-700-normal.woff index 952db6e27ad..e9a6db633da 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-700-normal.woff2 index 50dc7683d6d..37a59985655 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-800-normal.woff new file mode 100644 index 00000000000..9f4f23c53b3 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-800-normal.woff2 new file mode 100644 index 00000000000..eab2edac2a8 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-900-normal.woff index 4ce8d5bb860..3b9945b1c93 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-900-normal.woff2 index 46f89f972ab..844b880e7b7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-6-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-6-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-200-normal.woff index aca8292af10..bfcb1656938 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-200-normal.woff2 index 16bf3246a5e..6395b744085 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-300-normal.woff index 77a92035525..99886962451 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-300-normal.woff2 index 0f16fdcf927..e15994fe225 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-400-normal.woff index 04e7c25a882..e7fbed6fb89 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-400-normal.woff2 index a9c629e42f2..ffd703c3488 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-500-normal.woff index b9a9b977bb7..c0b7b67b86e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-500-normal.woff2 index 9cae4ab36a1..10f72146e6a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-600-normal.woff index aea24d6ed50..c42ee37789c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-600-normal.woff2 index 85670215944..856179fe2e8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-700-normal.woff index 969193444c9..3fc31e9a829 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-700-normal.woff2 index c03ca6783de..d37ea8e82e4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-800-normal.woff new file mode 100644 index 00000000000..265b0885f45 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-800-normal.woff2 new file mode 100644 index 00000000000..149e0dc561f Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-900-normal.woff index 9c3cead66fb..ea8389cead5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-900-normal.woff2 index e398cc2e06c..caade9637f8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-60-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-60-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-200-normal.woff index a8517d990f6..d58164ee701 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-200-normal.woff2 index fad38d6ce8b..03c306255e0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-300-normal.woff index 0479be9e579..6a58719b5be 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-300-normal.woff2 index 6b5d91b3a00..64552ef8079 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-400-normal.woff index 05848296fb9..18f01727e0b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-400-normal.woff2 index df629bb764f..495507f7dec 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-500-normal.woff index dfc8220ff1d..e0582800e25 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-500-normal.woff2 index f173ebfea55..56df05b9bb6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-600-normal.woff index d81e9fc58af..57d464f78b5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-600-normal.woff2 index 29e5417ba97..713f0c01b58 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-700-normal.woff index 830df7e551b..8c8902eadcd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-700-normal.woff2 index 3df9f38170a..ac8e64fa8a8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-800-normal.woff new file mode 100644 index 00000000000..cd62089f1c0 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-800-normal.woff2 new file mode 100644 index 00000000000..2d7fc270120 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-900-normal.woff index 456e8a57fcd..fd9f75563de 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-900-normal.woff2 index b8d8e6183f2..66cf2fa4801 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-61-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-61-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-200-normal.woff index 6c3645cf7bb..6001f5f3ce8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-200-normal.woff2 index c163ae3c277..8bcd979dff1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-300-normal.woff index 3043ec388b1..ff5e1bf7808 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-300-normal.woff2 index 39f49e98d77..88d65139b33 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-400-normal.woff index b4274799047..c47b8fec659 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-400-normal.woff2 index 32577859e16..5ea32e2404e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-500-normal.woff index 728278ee464..501655d8a13 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-500-normal.woff2 index 42a0759a098..f955fba4012 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-600-normal.woff index fbae051ec8b..c227aa3fadd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-600-normal.woff2 index d945067fef1..79dcef063fa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-700-normal.woff index 31e42b83a5f..db125ea253f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-700-normal.woff2 index 0ed52c1d535..cc819221455 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-800-normal.woff new file mode 100644 index 00000000000..59290182ab5 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-800-normal.woff2 new file mode 100644 index 00000000000..39faa7cfeda Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-900-normal.woff index ff9af0f86e6..9ae800d6dcb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-900-normal.woff2 index 9fa8b494757..924bbc4519f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-62-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-62-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-200-normal.woff index 35cd7a4c663..777b8730739 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-200-normal.woff2 index 06d26242448..bfc09ebfcf4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-300-normal.woff index af2afdecfe6..b395d12191e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-300-normal.woff2 index 3843f7fd0b7..61db729e0ca 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-400-normal.woff index cc148eb69c9..ff93cdad683 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-400-normal.woff2 index 4c7ae39fa9f..1d93e45d6ef 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-500-normal.woff index 708fa627a31..c7bf2f0e44f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-500-normal.woff2 index 2dc1017f412..fb4890e73a8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-600-normal.woff index 96ccd41980f..1018a5bea41 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-600-normal.woff2 index a4b5fdd89c2..be0ae58799a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-700-normal.woff index 6dd97509ff5..b8c089422c5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-700-normal.woff2 index 4970b412555..9a8ed0c5a37 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-800-normal.woff new file mode 100644 index 00000000000..4abff7ef28c Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-800-normal.woff2 new file mode 100644 index 00000000000..821cda4b15d Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-900-normal.woff index 79ba2377369..4112f012a27 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-900-normal.woff2 index cdc79c9d7bd..ba1b0cc5029 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-63-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-63-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-200-normal.woff index 3ae9729896c..3fb95175833 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-200-normal.woff2 index 2fa8f8443d0..c5b53eebe1f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-300-normal.woff index 7512aa9784b..c0b8d85c825 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-300-normal.woff2 index 90b1f8c561d..353cd0bd582 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-400-normal.woff index 10695000049..bf2f4d0af91 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-400-normal.woff2 index 224349ced92..9e97e3ab512 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-500-normal.woff index b9b132b99a8..4c4bdf203fa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-500-normal.woff2 index b7cb4367d6e..ee6a3270571 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-600-normal.woff index b848ea4d2a6..f72245edab0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-600-normal.woff2 index 493b28d1400..316909f5008 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-700-normal.woff index a9b65a12ece..35ecd54649a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-700-normal.woff2 index 16debcfba90..90a944e216a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-800-normal.woff new file mode 100644 index 00000000000..67536e16943 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-800-normal.woff2 new file mode 100644 index 00000000000..6ee5bb7531b Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-900-normal.woff index 4964c9331dd..c221dd6dc12 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-900-normal.woff2 index 0ad401a5cb0..6190b2b2e9a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-64-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-64-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-200-normal.woff index 7f1c8b86c6a..95e1852833d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-200-normal.woff2 index 99d0d4a3eb5..97bafc5e2c0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-300-normal.woff index 2af4435a77b..13e7ca600bf 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-300-normal.woff2 index 44090d31cbb..e3ac39964b1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-400-normal.woff index 56a33ae3f7e..dab1baadf2f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-400-normal.woff2 index d3bf91a6b8f..d6b6be839ad 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-500-normal.woff index 2b7f2236921..543e8e57ccc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-500-normal.woff2 index b05e1d132f0..9d56848cfee 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-600-normal.woff index cefe7c0fc68..d882e9b1535 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-600-normal.woff2 index c34fc669356..d8562385d4f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-700-normal.woff index c3a0df1ed87..649d9641270 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-700-normal.woff2 index acc92c6c56c..26b8df1c4ea 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-800-normal.woff new file mode 100644 index 00000000000..088a62dde4a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-800-normal.woff2 new file mode 100644 index 00000000000..22cb59a6c21 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-900-normal.woff index 4e1dce8ebc7..dc408979052 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-900-normal.woff2 index 29befff094a..da5f8b7a714 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-65-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-65-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-200-normal.woff index 5f8c103e0a0..1035ca66140 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-200-normal.woff2 index d877300729f..4bd71907ead 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-300-normal.woff index b2959fa05a3..b34868619eb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-300-normal.woff2 index ac575d13ea5..edf5deac9f5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-400-normal.woff index b545de13d89..155acfb6fef 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-400-normal.woff2 index 08276e7a89d..19a7e8e232c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-500-normal.woff index c8eea3473f8..60b807912e8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-500-normal.woff2 index 745c5b692fd..ac01bba1e3d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-600-normal.woff index eb439cdbbc1..effe9c08462 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-600-normal.woff2 index 5bc83786e13..3997ebd2088 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-700-normal.woff index 01c11a16efc..04a37167ed1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-700-normal.woff2 index 1b5700f872d..2b8962758af 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-800-normal.woff new file mode 100644 index 00000000000..934bc589ec8 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-800-normal.woff2 new file mode 100644 index 00000000000..77930c2e687 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-900-normal.woff index e6ba88db9d6..9d0d9f8000a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-900-normal.woff2 index 0c07ba95a10..2cf9b68160d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-66-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-66-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-200-normal.woff index 365cf934400..093fd9155dd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-200-normal.woff2 index f198f079641..c7e4ec9b222 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-300-normal.woff index aac1d5f3d53..21e661ccad0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-300-normal.woff2 index 2f14f78e5fd..61aa1fad125 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-400-normal.woff index 4a462873426..53c56167c61 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-400-normal.woff2 index 570f36d8c3d..78961cf1822 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-500-normal.woff index 76e0aaec222..1bcd3bf636c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-500-normal.woff2 index 66df0b41b6c..f968a0908be 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-600-normal.woff index 310085f0d4b..1a6a732e212 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-600-normal.woff2 index 31221963047..40e89102a26 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-700-normal.woff index 0072a3bb1a6..61137215d56 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-700-normal.woff2 index 1615b8967d2..0ffa19dd53a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-800-normal.woff new file mode 100644 index 00000000000..473a8756f58 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-800-normal.woff2 new file mode 100644 index 00000000000..b7194bb3a87 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-900-normal.woff index 51b82a35ae9..25d0fff0eec 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-900-normal.woff2 index a305a9389fd..1acac71a975 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-67-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-67-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-200-normal.woff index 7db43478589..4dc4e8de381 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-200-normal.woff2 index 8d8de3f8993..3ab1f2f1ba8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-300-normal.woff index bf318d95981..11b47dd20c9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-300-normal.woff2 index 8d57203f523..232635cca32 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-400-normal.woff index 211b7aa9a5b..7992b45f46a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-400-normal.woff2 index 33f57a8e3fd..17ed85a73f8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-500-normal.woff index d620b2c0b4a..4533d6164eb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-500-normal.woff2 index 28f64c2e9aa..eea6f6213ca 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-600-normal.woff index 589e4a96388..5b39ca41cca 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-600-normal.woff2 index 80d0231fb71..e67a1fe1c4b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-700-normal.woff index 79f53479f2e..ff086931967 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-700-normal.woff2 index 38c734674b2..d70b778dd9d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-800-normal.woff new file mode 100644 index 00000000000..197b82bf0a4 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-800-normal.woff2 new file mode 100644 index 00000000000..3f5500149a1 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-900-normal.woff index d95e81760a3..52c01e27f25 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-900-normal.woff2 index f74b93dbb2b..87d43188496 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-68-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-68-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-200-normal.woff index 9bf6147e404..814a166e6c3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-200-normal.woff2 index 67c672ec47f..42d629024be 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-300-normal.woff index d9417cfa7d6..e31b4509d66 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-300-normal.woff2 index de6f7853d0c..1ecbdefe392 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-400-normal.woff index b4fd627720a..46df31fb6b6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-400-normal.woff2 index 939063c2d92..706f8bbd595 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-500-normal.woff index aac4d74dafd..3c4a9ca7d09 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-500-normal.woff2 index 259501c57b4..25b78bb1317 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-600-normal.woff index 5c235bd9388..9f6e6d96c30 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-600-normal.woff2 index 85f56c6885a..fc14e3a848f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-700-normal.woff index c2c0c8a0ff9..165bf3358c7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-700-normal.woff2 index 83e775eb42d..792608777ae 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-800-normal.woff new file mode 100644 index 00000000000..c145527c22b Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-800-normal.woff2 new file mode 100644 index 00000000000..b8bc344ce10 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-900-normal.woff index 859075f59d5..3fe503e8408 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-900-normal.woff2 index f1ccd1b8647..45362a9ea68 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-69-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-69-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-200-normal.woff index e491cbc268d..467d69bfc3d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-200-normal.woff2 index a7719c43ca3..f46e711019a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-300-normal.woff index fd262f2c6f9..c438961d5d7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-300-normal.woff2 index 7fd2a86c8b3..12ebb44389c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-400-normal.woff index 92516a6af97..be3ca9d46aa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-400-normal.woff2 index 19b54ffb330..05be808b467 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-500-normal.woff index 13e058a3566..d296a0bef95 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-500-normal.woff2 index 16c94129adb..0a0176682da 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-600-normal.woff index dbfa6e9728e..05308b25464 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-600-normal.woff2 index 973c45d4bcf..ce4021a4815 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-700-normal.woff index fdb2d8cc733..097fb83835d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-700-normal.woff2 index 25eb6334b59..659b2b104db 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-800-normal.woff new file mode 100644 index 00000000000..9210530d3e9 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-800-normal.woff2 new file mode 100644 index 00000000000..3abba7b11e3 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-900-normal.woff index b4cfa7f087b..4881186add4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-900-normal.woff2 index 9645d9efcf5..87e9e1c6505 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-7-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-7-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-200-normal.woff index 2a6ccc3ac6b..59f355f68d9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-200-normal.woff2 index 83eca75efdc..7484a308096 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-300-normal.woff index 55dabde0d5e..66d1f1892b2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-300-normal.woff2 index 840a1d02ece..d1f5808f675 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-400-normal.woff index 8c1cb4217c8..1c49e71104e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-400-normal.woff2 index 9e7deadab3b..adfbeb0da57 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-500-normal.woff index 97499ef9939..dbbd8aee517 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-500-normal.woff2 index d171794a4c7..cad50e301af 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-600-normal.woff index 62f19a3125a..057206ee47a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-600-normal.woff2 index 12f806a3a7b..091d66dfd13 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-700-normal.woff index 34fc18dc133..44a3a3d05db 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-700-normal.woff2 index e5da0838b68..99f7fa91051 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-800-normal.woff new file mode 100644 index 00000000000..0e9c01f8e94 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-800-normal.woff2 new file mode 100644 index 00000000000..e49e1d2e0ee Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-900-normal.woff index 9d63108663f..dc1919636af 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-900-normal.woff2 index 69970fcaf78..f234747ac3b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-70-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-70-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-200-normal.woff index 515d78a980c..bbd228a4d4e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-200-normal.woff2 index ecc12beb722..1716c46d8af 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-300-normal.woff index eb3ff7f96f6..60e22f013e9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-300-normal.woff2 index bb6249556f4..16c54665d22 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-400-normal.woff index 1f0e51eaa90..0b33c34b292 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-400-normal.woff2 index fa722eef627..058eb0d3503 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-500-normal.woff index bc0bcb2a44b..c8b067ea6ae 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-500-normal.woff2 index 1589c8b04cb..c5a5d41cc99 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-600-normal.woff index b5e4c4a80d5..bcd23e441f6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-600-normal.woff2 index 2ee5b117297..06e2775ab91 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-700-normal.woff index 0c8a3e64d55..b6abd7f2b59 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-700-normal.woff2 index 835f35a2780..21551fae7cd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-800-normal.woff new file mode 100644 index 00000000000..00c5a9f6e76 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-800-normal.woff2 new file mode 100644 index 00000000000..9c8ec0ce2a1 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-900-normal.woff index 3eca3405c78..49b8cb6db5d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-900-normal.woff2 index fbe79394937..b297c41a718 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-71-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-71-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-200-normal.woff index 93e87f170d7..85d5c7a1827 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-200-normal.woff2 index 52fe7a506d7..dbac0a5e404 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-300-normal.woff index 0a51e2fecea..054c4a1109d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-300-normal.woff2 index 8668ec13670..336c8fc945d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-400-normal.woff index 0b327a8fbf2..5902c592374 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-400-normal.woff2 index f43a9c3806f..7c6948e61b3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-500-normal.woff index dc6c59265e4..542da9f7797 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-500-normal.woff2 index f28f24b5802..568c248c6ba 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-600-normal.woff index e838c7e21a3..0265efd6259 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-600-normal.woff2 index 5d03d4ee5e4..5add5fd13da 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-700-normal.woff index 13fbf16a4d6..f73934d7d95 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-700-normal.woff2 index f600aa6edf4..a62ed3f41fe 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-800-normal.woff new file mode 100644 index 00000000000..a00ba605461 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-800-normal.woff2 new file mode 100644 index 00000000000..81c51d6ce28 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-900-normal.woff index 0b64ad7cdc5..a912b83408a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-900-normal.woff2 index afb69f31c3a..17a812a47cb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-72-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-72-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-200-normal.woff index 1e7a0409607..6598965b7b4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-200-normal.woff2 index 6880aa0f355..5183f9afb5f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-300-normal.woff index 2e458a25952..3c107c187ea 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-300-normal.woff2 index e086653ccd1..e1d2bf1763c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-400-normal.woff index 5f5eb8ed1e6..76fa7b5348c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-400-normal.woff2 index a0068c64d74..1f3f8f53f2b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-500-normal.woff index 0d529a73a1b..2a141c463e9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-500-normal.woff2 index 69d0db66120..f3b567dd50f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-600-normal.woff index ed1eb157952..867706e87d9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-600-normal.woff2 index 863a0182ca7..4b66f729e62 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-700-normal.woff index 435c78b40ba..53f2a1dac53 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-700-normal.woff2 index e1a4fd5c46e..ca5013e94ee 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-800-normal.woff new file mode 100644 index 00000000000..639677cd456 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-800-normal.woff2 new file mode 100644 index 00000000000..1a20cf680cf Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-900-normal.woff index 327111f227d..745edef016c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-900-normal.woff2 index 997b030c205..5a193fa3f61 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-73-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-73-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-200-normal.woff index 3da8b44b226..a4aaf8e44cf 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-200-normal.woff2 index cc628a79ad3..7aebc3048be 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-300-normal.woff index 161aebdc685..518c66aa284 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-300-normal.woff2 index c94bc8ad5e9..a6638e6f9f4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-400-normal.woff index 882f2788091..af54b91d101 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-400-normal.woff2 index ed3595fcb56..fc2f5e0eeb0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-500-normal.woff index 2e7500d4f73..db96e7cffd8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-500-normal.woff2 index 582c3067807..f55d519e02b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-600-normal.woff index a1d445b23f4..3e2916b5505 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-600-normal.woff2 index 9ca58b78132..5079fef1ce8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-700-normal.woff index 0e61a871401..29ef7214763 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-700-normal.woff2 index f1bd0583115..4169d9bae53 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-800-normal.woff new file mode 100644 index 00000000000..4ad205ca826 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-800-normal.woff2 new file mode 100644 index 00000000000..ddc1203ff16 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-900-normal.woff index 4a61f893d19..400408ce4ad 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-900-normal.woff2 index 48ae492ee3b..a812be804ac 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-74-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-74-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-200-normal.woff index 2b2709ceb5e..86f3451ce46 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-200-normal.woff2 index 280863a442d..2eaccc0f414 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-300-normal.woff index fda6cc2bbac..b5906fe378a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-300-normal.woff2 index 1ad0040761c..005cb74ef34 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-400-normal.woff index 9420ebb46ea..1188d29f506 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-400-normal.woff2 index 0594485a78b..20f2ab93304 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-500-normal.woff index e79fb911f07..97d14421bc0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-500-normal.woff2 index e7359afadbd..46ce9d4b198 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-600-normal.woff index d369bfd1216..d0c572f73e0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-600-normal.woff2 index 7633ef9f9b0..f9a9ed9c87c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-700-normal.woff index 66bae7f7333..faa2eeefafa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-700-normal.woff2 index 65215cd7245..94e20b65ebb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-800-normal.woff new file mode 100644 index 00000000000..86cdababbe4 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-800-normal.woff2 new file mode 100644 index 00000000000..bd3b317c569 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-900-normal.woff index 116ae5e7499..d02b1f88b37 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-900-normal.woff2 index 5e6f2028ae9..71bab6265db 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-75-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-75-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-200-normal.woff index 90046b83c10..01982ff097e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-200-normal.woff2 index 707bdc5e3cb..b7ec3717d6c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-300-normal.woff index 4df9207f9a8..968820d4cc1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-300-normal.woff2 index b27c8ba0d17..d7e7ed2062d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-400-normal.woff index 860d490e998..04f9462da2a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-400-normal.woff2 index 31c13407047..c245142d37b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-500-normal.woff index b76aff11899..2e81f5160e5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-500-normal.woff2 index 0fbfd3166cd..e65ecc48a1b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-600-normal.woff index bafc0254762..80985d7127b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-600-normal.woff2 index 904e67fe1a7..0874709094c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-700-normal.woff index 247e201200e..82f78dc345f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-700-normal.woff2 index d0a1f65aa19..97aac7d7ddd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-800-normal.woff new file mode 100644 index 00000000000..905dbf3c80a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-800-normal.woff2 new file mode 100644 index 00000000000..3075252b58f Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-900-normal.woff index 3649aa4fe57..f95ab273ebd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-900-normal.woff2 index 857b4f6ec41..2dd59f68b45 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-76-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-76-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-200-normal.woff index 1e57dd96bd0..3ad00d2e5fd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-200-normal.woff2 index 2bd9f23e935..0dc995c187a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-300-normal.woff index ab6a5de0192..b22b2a823fc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-300-normal.woff2 index f8fb904450a..84a2652472d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-400-normal.woff index 72831d8b275..64c3a648cb1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-400-normal.woff2 index d00d1948f26..2dfbe8d44e2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-500-normal.woff index e24ddc05a27..424fd925a55 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-500-normal.woff2 index c8f9c1d8cdc..a20b1c27898 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-600-normal.woff index 236c5e133b0..2e3a4204714 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-600-normal.woff2 index b7c1f7c8aab..7d954c62b4d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-700-normal.woff index 4f538a8b333..4173fcd28cd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-700-normal.woff2 index db541509d52..7228c48587b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-800-normal.woff new file mode 100644 index 00000000000..889df363f02 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-800-normal.woff2 new file mode 100644 index 00000000000..c848f63ce5a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-900-normal.woff index 0d96b62aa73..b6d214c6c4c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-900-normal.woff2 index 2d5f1c00f02..030c28ff2d8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-77-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-77-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-200-normal.woff index 65f2572198c..9dcfdd2c971 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-200-normal.woff2 index bd21a4d9c13..951960c2e27 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-300-normal.woff index 3b3b217768d..70a508c9212 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-300-normal.woff2 index 90bb1c3de87..35c3936184e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-400-normal.woff index 7e69af8f98a..2bd69ec9589 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-400-normal.woff2 index c381a50065f..4202083df46 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-500-normal.woff index b2deddaab66..a0800ef8a12 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-500-normal.woff2 index d90b3bab927..90f159e8a3d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-600-normal.woff index c7f8e1877ba..91d91b0ebc7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-600-normal.woff2 index 00df45966d4..9093218f780 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-700-normal.woff index 0757f7802b0..afe32a310ab 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-700-normal.woff2 index 3d82b48a8e8..14a05d1c3a8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-800-normal.woff new file mode 100644 index 00000000000..8710cb35b0a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-800-normal.woff2 new file mode 100644 index 00000000000..dd9b762e904 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-900-normal.woff index 8d58bf2212b..2dd859e1cc6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-900-normal.woff2 index 72d98f61981..7c65dda13c9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-78-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-78-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-200-normal.woff index 5694d4a27bb..deb5d2ee018 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-200-normal.woff2 index e8b718429ad..b3e9a5b3e7f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-300-normal.woff index 7bb95b7da4c..1a29f666099 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-300-normal.woff2 index fe4b5b16af6..f179a8d6d3f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-400-normal.woff index f0859972cb9..54faa8ae380 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-400-normal.woff2 index d37a01f9af8..f4aa19966ee 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-500-normal.woff index ee1441a9703..d5c823d627a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-500-normal.woff2 index 88ef1c1c690..fc01909b1af 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-600-normal.woff index 5761c1d68c2..df37c404d6e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-600-normal.woff2 index 31c705fca75..27f1b57a82d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-700-normal.woff index c7bd4eead9e..cc596639d8f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-700-normal.woff2 index cfa4067dafe..60898c2396b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-800-normal.woff new file mode 100644 index 00000000000..bc99f71ed9e Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-800-normal.woff2 new file mode 100644 index 00000000000..0bb90c83b81 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-900-normal.woff index 020bd27ccbc..2f05a7726b9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-900-normal.woff2 index d252d17dc0c..f72fe78f6e1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-79-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-79-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-200-normal.woff index 6559e48e533..f8ea47f7376 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-200-normal.woff2 index 929613288b1..5fe8939d3ea 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-300-normal.woff index a75c6b3ea1c..dd629dc45fd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-300-normal.woff2 index 8204933783d..2ac49bdf6bb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-400-normal.woff index 9c1e4463d66..b499c0a080b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-400-normal.woff2 index dad388abd1b..4004c75ae61 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-500-normal.woff index 8f2093514a9..1a8f4aa408f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-500-normal.woff2 index daa6c8e58f9..e647eb75d5d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-600-normal.woff index ff964675261..3a503f14432 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-600-normal.woff2 index feba89fca38..072c07f3805 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-700-normal.woff index 13b2185cbbe..ee0e6bd5b9f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-700-normal.woff2 index 83a31729942..4163fe40aee 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-800-normal.woff new file mode 100644 index 00000000000..ce1b10f71bd Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-800-normal.woff2 new file mode 100644 index 00000000000..346828a8c0d Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-900-normal.woff index e8a85ee6a1a..dd2f7ea1530 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-900-normal.woff2 index c870db0c8b3..45b5ac9f7a3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-8-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-8-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-200-normal.woff index 8327afdb9a4..025fbc6a63f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-200-normal.woff2 index 0e38bac997e..d8afd0aecc4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-300-normal.woff index 8eda5bc7451..89fbadda9d5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-300-normal.woff2 index ab10accb1c0..f100141b20c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-400-normal.woff index a6f40cee673..2f452bcf7e1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-400-normal.woff2 index f7448621c4c..4b87e079e4d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-500-normal.woff index d2925329aaf..f33c45828d5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-500-normal.woff2 index eefd46d24b6..d10880560a5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-600-normal.woff index 335bebafe18..d7e45e1c3bc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-600-normal.woff2 index b2b0444f082..fa39827ae47 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-700-normal.woff index 5759707b506..159eaaab674 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-700-normal.woff2 index 08aed97d96b..dfbab66ce71 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-800-normal.woff new file mode 100644 index 00000000000..ec99f0f9f4d Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-800-normal.woff2 new file mode 100644 index 00000000000..37773d76c1a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-900-normal.woff index 673b5b7c2c3..b9bd59970e8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-900-normal.woff2 index e381a5e34d2..11ef13de534 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-80-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-80-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-200-normal.woff index 9e816e1723d..5b9195b8414 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-200-normal.woff2 index 83bcb9d5c4b..b44a82f9f93 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-300-normal.woff index 2812868359d..01c005385b5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-300-normal.woff2 index 75e205caf87..bfc7f887779 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-400-normal.woff index dcfc28a2758..3c7773c8240 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-400-normal.woff2 index dd4744f355f..1d68c9d583c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-500-normal.woff index 8eb561a48af..8277afbc495 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-500-normal.woff2 index b4f805c7816..a13796c8b8c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-600-normal.woff index 079f81098b3..19b41079c4f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-600-normal.woff2 index 7b79ae26a36..d38db08433a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-700-normal.woff index e32fb640e25..d95a6e4ea25 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-700-normal.woff2 index 14ed2f53c23..f3f7b45fbf7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-800-normal.woff new file mode 100644 index 00000000000..68db77fb7f5 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-800-normal.woff2 new file mode 100644 index 00000000000..12cf8a6aa95 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-900-normal.woff index 108f46340ca..6c6b3f43374 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-900-normal.woff2 index 2ecc6602dc3..ed9e505da3c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-81-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-81-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-200-normal.woff index c20e30db4a8..e38c1291fe8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-200-normal.woff2 index 60b36a124da..e7a446ef7c3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-300-normal.woff index f84c4e4e6a7..9b34ed109f0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-300-normal.woff2 index 395f23de942..fb3c145e67d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-400-normal.woff index 8d999a2c999..409fa933382 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-400-normal.woff2 index 31adc361074..7e9bd6af73e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-500-normal.woff index 9fe7c247a83..d7009ea1fd2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-500-normal.woff2 index d32dbb01d7b..1086b5bc4ce 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-600-normal.woff index 23667d76596..f31bc9cc60b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-600-normal.woff2 index 88900678566..2ae3a6ceafc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-700-normal.woff index 6377b623e78..e8a627cd985 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-700-normal.woff2 index 870d91ea631..72468376095 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-800-normal.woff new file mode 100644 index 00000000000..61a31ef0ead Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-800-normal.woff2 new file mode 100644 index 00000000000..4d72218df26 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-900-normal.woff index fcd6a4eb6d8..12a0c6686f9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-900-normal.woff2 index e27dd46ecee..4433b9c63b7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-82-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-82-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-200-normal.woff index 39d76a2b6f8..4aeb0ecb2fe 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-200-normal.woff2 index 2bbf115d935..77921dd6219 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-300-normal.woff index 7fb38fd2fe3..ffd1383f914 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-300-normal.woff2 index e1c7a02a442..1f47105c944 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-400-normal.woff index aac5f94f1f3..f997245fa7b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-400-normal.woff2 index 105c7b68bc9..4344e931b25 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-500-normal.woff index bc8985da3cd..ce7f07bc2d3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-500-normal.woff2 index 020d7aeda3e..5fdf06b9224 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-600-normal.woff index 0a7d8b18918..49f3412c64b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-600-normal.woff2 index 7b081732a7e..e0e9f31b78c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-700-normal.woff index 8d99e76455f..fc22eb575b3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-700-normal.woff2 index 4ea11df5a43..45f90f19fb6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-800-normal.woff new file mode 100644 index 00000000000..23e436c1790 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-800-normal.woff2 new file mode 100644 index 00000000000..cc4d1b98859 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-900-normal.woff index 92cde985447..b1a84cc1c35 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-900-normal.woff2 index c286b3c90df..f3bf9fa4db7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-83-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-83-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-200-normal.woff index 7793692439f..965c54a10e4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-200-normal.woff2 index d1d6ab2c111..86afa46d11a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-300-normal.woff index ce784b7135b..af59b6e068c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-300-normal.woff2 index f221d904d81..a6ed418265f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-400-normal.woff index ae7310d4b74..85d3a1248f7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-400-normal.woff2 index 03970049e85..3514a1b5c27 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-500-normal.woff index 36667b55a72..77a93110f62 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-500-normal.woff2 index 49e517e604f..86b696b8c95 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-600-normal.woff index c8b66be0781..77fe77c41e8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-600-normal.woff2 index 78c2b5422f1..e89a65d5e4a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-700-normal.woff index 3c14deb7e38..fdc87a7eedf 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-700-normal.woff2 index 75f95ea3044..450481a91b8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-800-normal.woff new file mode 100644 index 00000000000..95990793f90 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-800-normal.woff2 new file mode 100644 index 00000000000..68402f9477b Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-900-normal.woff index 39aecfb4ab5..82a8b7899ae 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-900-normal.woff2 index 270e24658e0..fd30a6012ab 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-84-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-84-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-200-normal.woff index 09a62e86f6c..7be24165de1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-200-normal.woff2 index 09708de6859..1eb2698af89 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-300-normal.woff index ec1505e9bb7..81d55b6ac3c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-300-normal.woff2 index 916593ce824..8d6fa6d9ee5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-400-normal.woff index 9cb2e1e9b2b..cc3d048717a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-400-normal.woff2 index 46c51f38ae1..89ed129eb91 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-500-normal.woff index 39dfe723d9f..5ead53594af 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-500-normal.woff2 index 1c3322c8ca8..af8659caa57 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-600-normal.woff index 9b77312aeac..9902901517f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-600-normal.woff2 index 7c68247762b..a8e035d9bf7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-700-normal.woff index 874bc23e4a3..afd9770fe13 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-700-normal.woff2 index 687e067e279..b6817196efe 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-800-normal.woff new file mode 100644 index 00000000000..da90179ffe8 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-800-normal.woff2 new file mode 100644 index 00000000000..b388ef11a66 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-900-normal.woff index cac301c3f3a..a306e3ef7f1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-900-normal.woff2 index 2ac80127baf..a996182b104 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-85-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-85-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-200-normal.woff index 5d40129cb52..b8389218cf6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-200-normal.woff2 index 8ee401832c2..959084232f2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-300-normal.woff index de80c7da44e..cb05ce02bd3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-300-normal.woff2 index 11362ee7bc7..7e5261e22f8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-400-normal.woff index b30c7f642e5..6993c84d9e6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-400-normal.woff2 index e40536f8a48..84f74fa6bde 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-500-normal.woff index 986f59828f5..5b2af874a3f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-500-normal.woff2 index 548e89d61a5..766f14fed72 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-600-normal.woff index 228aaafb9e0..88cf2f17254 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-600-normal.woff2 index ba622428e43..1a6efdc9a9b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-700-normal.woff index 703c2e38021..e9c72623ae2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-700-normal.woff2 index 0159fc21463..2d0063c1e49 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-800-normal.woff new file mode 100644 index 00000000000..f4e967d8a95 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-800-normal.woff2 new file mode 100644 index 00000000000..85649a85e7a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-900-normal.woff index f25fba319fc..e9b3d80d0d2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-900-normal.woff2 index c88815c46f8..3bb42d976ec 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-86-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-86-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-200-normal.woff index 8690ea9bcc9..deecb93f6d7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-200-normal.woff2 index 753556fbf4c..397417538df 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-300-normal.woff index 3aa81b18da7..b387241cc29 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-300-normal.woff2 index dba30448188..5bdba56e3cf 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-400-normal.woff index aa556e739df..e7119deab2e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-400-normal.woff2 index 1b8208b4703..40c977184af 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-500-normal.woff index eece0d6f94d..f51c4228024 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-500-normal.woff2 index dd774d0a3ed..ded9c8e2728 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-600-normal.woff index acb9dc22321..e488515317c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-600-normal.woff2 index 240894321aa..ec5238abbb9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-700-normal.woff index f9c0fe02f58..fc3d7301695 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-700-normal.woff2 index 5e3c74f7b14..29599520eac 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-800-normal.woff new file mode 100644 index 00000000000..7e854584624 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-800-normal.woff2 new file mode 100644 index 00000000000..aeac67ff0f3 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-900-normal.woff index 3e16b3ddccb..11cda95a286 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-900-normal.woff2 index deb227438d9..619f82b3379 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-87-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-87-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-200-normal.woff index bdbd3011cd7..d8f6736d9d6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-200-normal.woff2 index a6db9c18476..2466650404b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-300-normal.woff index 70ba66b58f9..c3786e12350 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-300-normal.woff2 index 6f9a2af353d..853fa5cec62 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-400-normal.woff index c66bfa05487..00ae2831c5d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-400-normal.woff2 index b01bb63a398..19f09c7bee9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-500-normal.woff index a7eeaf18ecd..b1ab5ef1a77 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-500-normal.woff2 index 669e15d99af..e101c96610f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-600-normal.woff index b34cbc891f4..4d945d3302b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-600-normal.woff2 index 5a14bf4467d..da3400f4746 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-700-normal.woff index fdbee629047..c13977466c1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-700-normal.woff2 index 607d3f55ac7..c523ba101c6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-800-normal.woff new file mode 100644 index 00000000000..bd80b9f6353 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-800-normal.woff2 new file mode 100644 index 00000000000..25048a48dee Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-900-normal.woff index ea33130e560..70ee8d423ed 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-900-normal.woff2 index 7fa6a64c60e..b56888fb4df 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-88-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-88-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-200-normal.woff index f98d91ecb6b..d75ddf6edae 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-200-normal.woff2 index 6022985ef92..59ecbd5c772 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-300-normal.woff index b118b9384dc..b0e60fb396d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-300-normal.woff2 index 1bcfaea7d93..eb48af19e8b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-400-normal.woff index 2c13449afb0..8dc2dac75cd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-400-normal.woff2 index 4e9be88d436..9879ef3af25 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-500-normal.woff index 8f09937d5ed..08c40725ba2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-500-normal.woff2 index be03648a399..1f4cdc7776f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-600-normal.woff index d1f667804a9..9a1bf1f8b10 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-600-normal.woff2 index 0ac6780e425..3834c1dac6a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-700-normal.woff index baabb9bccd6..c810c158806 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-700-normal.woff2 index e367a694106..b8273236662 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-800-normal.woff new file mode 100644 index 00000000000..ef8986dc0c8 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-800-normal.woff2 new file mode 100644 index 00000000000..160288156b6 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-900-normal.woff index 24d481f0c8d..8a46eb81989 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-900-normal.woff2 index b070aee0f09..db27cc2f57b 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-89-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-89-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-200-normal.woff index abd99fc08a6..bbf277ac758 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-200-normal.woff2 index 2c112bc40de..fb59d7520d5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-300-normal.woff index 946b95f67d0..dfa7ec7a4a1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-300-normal.woff2 index f5e091ab6cb..0857cc5cdc7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-400-normal.woff index d2cd80fae19..7b3a72a6310 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-400-normal.woff2 index 8d8e27faa54..3814dbd4449 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-500-normal.woff index bc0d604a797..199c4a356d1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-500-normal.woff2 index a1d1b5ae5af..a8462e83218 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-600-normal.woff index f5630cbea06..7fc5b6928cc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-600-normal.woff2 index 16f06c6398a..5cc181217a6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-700-normal.woff index 24843d50262..4b8e4feffad 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-700-normal.woff2 index cf39dbabba8..ccdc3ade94e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-800-normal.woff new file mode 100644 index 00000000000..5e3f868958b Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-800-normal.woff2 new file mode 100644 index 00000000000..213631e8fca Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-900-normal.woff index bbf79ba8d2c..cf5af033b41 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-900-normal.woff2 index 5292de08a61..47aafb534c5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-9-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-9-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-200-normal.woff index 07b976508f1..af253a02ee2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-200-normal.woff2 index 3329a2a160c..51396280cb2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-300-normal.woff index f04458f5cfb..a2a9b42a118 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-300-normal.woff2 index de859fdcd79..dc0c5845692 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-400-normal.woff index d41e7ff23d9..e7464c389ec 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-400-normal.woff2 index cbd9874ae30..0a56dd50fd1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-500-normal.woff index a8daef358d3..e261e388a5e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-500-normal.woff2 index f611aa07312..5aea56b896d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-600-normal.woff index 522a4376ae1..5048ca560de 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-600-normal.woff2 index abb001e0a5b..46e33f837a9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-700-normal.woff index 94b55786601..f244600a60d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-700-normal.woff2 index cddf97f445b..89cd7162fbd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-800-normal.woff new file mode 100644 index 00000000000..9b808d3691b Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-800-normal.woff2 new file mode 100644 index 00000000000..eed3030d8b7 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-900-normal.woff index 434dce9afd6..dcd0c2ba8df 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-900-normal.woff2 index 6bb1f196c70..81f658693d7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-90-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-90-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-200-normal.woff index b1f5329159a..9154c36ba78 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-200-normal.woff2 index 7a1bf7a6d9e..4bfab86552c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-300-normal.woff index 6ce1c7b70c6..94bf56b2ba7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-300-normal.woff2 index fdbdfe20ca7..c8e859a1295 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-400-normal.woff index 533054b881a..c48bd241064 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-400-normal.woff2 index 17408adb441..ddb72144211 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-500-normal.woff index 3a5c358f886..34ce63fbf99 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-500-normal.woff2 index cdeecb1b64e..296da78243d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-600-normal.woff index 838ad4d4488..fa2d601db09 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-600-normal.woff2 index a5d6b0b2335..98f7b8ec72a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-700-normal.woff index 51473b8b4f0..eccfa0e15a9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-700-normal.woff2 index c1c2c451d11..b6d59ac584d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-800-normal.woff new file mode 100644 index 00000000000..401c9f16a3e Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-800-normal.woff2 new file mode 100644 index 00000000000..f8ea85f1fb9 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-900-normal.woff index aa86aba9ebe..ff3901014f1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-900-normal.woff2 index 38a955710cb..da3ab49d850 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-91-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-91-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-200-normal.woff index b3dab0d5051..bebc184d880 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-200-normal.woff2 index e67dd6adc0d..c7dccf72adf 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-300-normal.woff index baf974b7680..a166c8ee99f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-300-normal.woff2 index 9abdde7fc94..ac135816e21 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-400-normal.woff index 8bf590baab6..36102994fa6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-400-normal.woff2 index 74bc5cc8aee..c23e9277533 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-500-normal.woff index fd0571113e0..0ef4ac8ac84 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-500-normal.woff2 index 5a367f25575..334c74b77f7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-600-normal.woff index a1f781b8956..06fc1e55dd3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-600-normal.woff2 index 8d5bc44f279..194a7b4d0f6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-700-normal.woff index 0888ee2858b..4a0c8ee65d4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-700-normal.woff2 index 9032ab46520..0faf8dfccd8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-800-normal.woff new file mode 100644 index 00000000000..28384710e10 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-800-normal.woff2 new file mode 100644 index 00000000000..cbfb11991b9 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-900-normal.woff index b4ef1d87378..2ae3cacf4f2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-900-normal.woff2 index 26a7467e755..dbd5d9beafd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-92-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-92-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-200-normal.woff index 28b7d08256b..75b8d46033c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-200-normal.woff2 index b9dbdf0dc8e..45973122175 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-300-normal.woff index fcb318312e1..4cbae60e12a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-300-normal.woff2 index 3fdc24d5a6a..c7a382843a3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-400-normal.woff index 4e1a517af4e..8c00bd4ebac 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-400-normal.woff2 index c4226ddcf57..c7fb3db85d8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-500-normal.woff index ca6b0edd9fd..8551ed95ce9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-500-normal.woff2 index 2ba7bb56dae..d7e89654432 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-600-normal.woff index cca8dd0f57f..06e6c246024 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-600-normal.woff2 index 2f827b5b3ee..ec38c0f3c8a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-700-normal.woff index 7158f4e6da4..2fc6097dca8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-700-normal.woff2 index 1c995ac1486..0ade40295dc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-800-normal.woff new file mode 100644 index 00000000000..24555444f23 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-800-normal.woff2 new file mode 100644 index 00000000000..e929c9540a8 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-900-normal.woff index d0d754b6343..aab28b27756 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-900-normal.woff2 index c6d1a925013..4f9e12a49d9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-93-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-93-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-200-normal.woff index 505da8e9d3a..1c42fafcabf 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-200-normal.woff2 index a2a326305bc..dfa1059dea5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-300-normal.woff index b6f6360cd06..98acab739c7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-300-normal.woff2 index bb76ffd797a..6fd9b885862 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-400-normal.woff index 3852658979c..bd714ede13a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-400-normal.woff2 index 8db34f02737..f77d86b1d47 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-500-normal.woff index 01c21646f16..2f611a1f619 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-500-normal.woff2 index b72bf95c4ca..422cdaa8186 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-600-normal.woff index 9a712fd0459..a3dc1b7dbbd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-600-normal.woff2 index 7f3df9f4a71..fca9c60c252 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-700-normal.woff index b0dbee11243..6427a1c1e81 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-700-normal.woff2 index f08c22d15d4..7e6e5a02f98 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-800-normal.woff new file mode 100644 index 00000000000..10737ef587d Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-800-normal.woff2 new file mode 100644 index 00000000000..25ba0a0724c Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-900-normal.woff index e89200b4181..53eb63c80c4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-900-normal.woff2 index b277aff4970..db5412b4eee 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-94-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-94-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-200-normal.woff index 236d0ff5198..696ef7f8274 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-200-normal.woff2 index 6056c742391..e0477d7f7fa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-300-normal.woff index 6000ae05a8c..54584cf61e2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-300-normal.woff2 index 29deb9e1ff7..c95db6ca65a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-400-normal.woff index 1cb46590919..88e330a7aac 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-400-normal.woff2 index f1169509e5f..f54809ccbad 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-500-normal.woff index 58525972044..fe6c22827e5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-500-normal.woff2 index 0536b9bc19d..e41b1909717 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-600-normal.woff index 1e1736ae138..027df95b3df 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-600-normal.woff2 index cb9c8794ce7..b791e3ad2e4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-700-normal.woff index aa6d98a83e9..9ac5756bebe 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-700-normal.woff2 index 4425ea01bee..9a59206b792 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-800-normal.woff new file mode 100644 index 00000000000..6c06d959f35 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-800-normal.woff2 new file mode 100644 index 00000000000..c54f02a7aa2 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-900-normal.woff index 0e172fd06c8..02ae5143503 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-900-normal.woff2 index 128d359737a..21eb713b744 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-95-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-95-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-200-normal.woff index 38b53316117..1c9d6ab3471 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-200-normal.woff2 index be820634200..7094b4dee27 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-300-normal.woff index c8443fc11a0..8c17b0fac92 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-300-normal.woff2 index 0157cd6edae..11414eac904 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-400-normal.woff index b6dd7eeacc4..145895a1be5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-400-normal.woff2 index 284d67e8b51..1504f004a84 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-500-normal.woff index bf9d83673e8..56d85cd28cd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-500-normal.woff2 index d140bcc95d0..621cecf28a1 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-600-normal.woff index 2ec30df7082..9eb47595e0c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-600-normal.woff2 index ddba61c90bd..85ca04a83c4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-700-normal.woff index 13c5e9a70bc..ba49f688a37 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-700-normal.woff2 index 24b97d0ebeb..87e549ef73a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-800-normal.woff new file mode 100644 index 00000000000..6bb96b04ffe Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-800-normal.woff2 new file mode 100644 index 00000000000..174e9f5b109 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-900-normal.woff index e965889268c..4c2e0424257 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-900-normal.woff2 index 8aff7cfd2b2..ef27a508731 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-96-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-96-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-200-normal.woff index 178b9f1cc08..9fab6d18cd7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-200-normal.woff2 index 992b22476ac..b9c446ec5aa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-300-normal.woff index f15f57e939e..4a138f1a85f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-300-normal.woff2 index 6feeee71aaa..3bd95720e5e 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-400-normal.woff index e60a2233f8a..3c8bf1515e0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-400-normal.woff2 index f40c2f6f9b6..3e39058533a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-500-normal.woff index 854a96ea7cd..d20dbe241c7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-500-normal.woff2 index ca8a2449a95..5bff1d0342c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-600-normal.woff index 166a0cb13c2..b4604809cb2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-600-normal.woff2 index c1708ba9a8d..0b3ebcccebb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-700-normal.woff index 70174f01eeb..942efed1382 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-700-normal.woff2 index 237c5f8baf4..b3f011cdcd4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-800-normal.woff new file mode 100644 index 00000000000..243c5c5399a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-800-normal.woff2 new file mode 100644 index 00000000000..be17d959855 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-900-normal.woff index eac95ac4507..0903149931a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-900-normal.woff2 index 3fd672f65e4..605ba6f7db6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-97-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-97-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-200-normal.woff index 007db7d332e..0fcf5a5a9b2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-200-normal.woff2 index 70b228f9392..29012a7a871 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-300-normal.woff index 3f2a4c70f8a..c994b379278 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-300-normal.woff2 index 149cf6d25f2..b3c77eb165f 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-400-normal.woff index a9eb92aec97..063859b1a35 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-400-normal.woff2 index a082b147981..90401b124f6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-500-normal.woff index 3507db7162a..fdec4a267bb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-500-normal.woff2 index c3f6b40ba3e..77d0c21b711 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-600-normal.woff index ee66bf04f75..7d2a4b4cbe9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-600-normal.woff2 index 87427c4ac46..ebde23448fa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-700-normal.woff index bf9acc9e8ce..4d0bf3237b4 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-700-normal.woff2 index fa883ce13ee..661721e23de 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-800-normal.woff new file mode 100644 index 00000000000..492452c3c37 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-800-normal.woff2 new file mode 100644 index 00000000000..6eb8c985a22 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-900-normal.woff index ab117316c84..5b9b98554e8 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-900-normal.woff2 index 4a0bf27ae24..c150758e981 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-98-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-98-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-200-normal.woff index 51b74943058..f07abb324f0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-200-normal.woff2 index 5e1c3cd6582..7b04a18dfc3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-300-normal.woff index 61d1ed6ad62..27f10bfb2fd 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-300-normal.woff2 index 84ad40d0cf8..a0a9b37e0b3 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-400-normal.woff index 5652050bae9..8680f60b52a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-400-normal.woff2 index a1270adf481..42191ca666c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-500-normal.woff index f390302e464..51cc4abbbc0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-500-normal.woff2 index 6235cfdc4fb..11977c496fc 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-600-normal.woff index 04deed1b3a2..fc5b6527244 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-600-normal.woff2 index 67d52a3cdff..32d4b40d2e7 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-700-normal.woff index 9959048bc40..a50b897bee0 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-700-normal.woff2 index 17b627bd092..fe889f1f582 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-800-normal.woff new file mode 100644 index 00000000000..e527f556ae6 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-800-normal.woff2 new file mode 100644 index 00000000000..c0aac6ff737 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-900-normal.woff index 9a8feb978d8..41f0815573a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-900-normal.woff2 index b1ebb4bc006..c96633eeccb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-99-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-99-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-200-normal.woff new file mode 100644 index 00000000000..6ba6d19dd72 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-200-normal.woff2 new file mode 100644 index 00000000000..9351e97817b Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-300-normal.woff new file mode 100644 index 00000000000..ddf1b594c79 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-300-normal.woff2 new file mode 100644 index 00000000000..3c28c129f4e Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-400-normal.woff new file mode 100644 index 00000000000..a21dbe7489e Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-400-normal.woff2 new file mode 100644 index 00000000000..d36a2bb660a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-500-normal.woff new file mode 100644 index 00000000000..d8b1e73a782 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-500-normal.woff2 new file mode 100644 index 00000000000..a060e060ec6 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-600-normal.woff new file mode 100644 index 00000000000..11b97d48916 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-600-normal.woff2 new file mode 100644 index 00000000000..277d67ec64c Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-700-normal.woff new file mode 100644 index 00000000000..34fb75b4eaa Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-700-normal.woff2 new file mode 100644 index 00000000000..3590a754139 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-800-normal.woff new file mode 100644 index 00000000000..b6080816aa4 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-800-normal.woff2 new file mode 100644 index 00000000000..d10b7ebd3df Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-900-normal.woff new file mode 100644 index 00000000000..c2c25582063 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-900-normal.woff2 new file mode 100644 index 00000000000..0cfb946cf2f Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-cyrillic-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-200-normal.woff index a17a2c19960..b02a5015551 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-200-normal.woff2 index 19d1992d533..9b9f6364a19 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-300-normal.woff index c9d034e26d7..253e77046aa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-300-normal.woff2 index 57e78369991..c5bd7ea0b42 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-400-normal.woff index 5a06a50764c..4996eabe705 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-400-normal.woff2 index c679d2c4cf4..a4e53f71512 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-500-normal.woff index a4759b66fb5..0107623246d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-500-normal.woff2 index d27c1e10eac..88a9db0aeff 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-600-normal.woff index 5812eb182e0..31a117a85c5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-600-normal.woff2 index b9f93de149d..d10fb7fe3cb 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-700-normal.woff index d163bcef02e..9a28ada459c 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-700-normal.woff2 index 98db8a7e425..5e300d5887a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-800-normal.woff new file mode 100644 index 00000000000..b294ff31574 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-800-normal.woff2 new file mode 100644 index 00000000000..c3cbd740b5c Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-900-normal.woff index 6b8a6429ece..c1b0ac32330 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-900-normal.woff2 index d141001bd31..10ba2f6cd26 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-korean-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-200-normal.woff index e7f52f4b991..a7b3322ec61 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-200-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-200-normal.woff2 index 5688868d19a..f945165fed6 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-200-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-300-normal.woff index 32aaef20be2..0a9c817abaa 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-300-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-300-normal.woff2 index 067cf250a8e..3c98c3197c5 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-300-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-400-normal.woff index 4e8b5017aee..b70d8a78b7a 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-400-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-400-normal.woff2 index 2a8d4e1059c..8182cb72392 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-400-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-500-normal.woff index 89df3ac2ad9..b5330527c19 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-500-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-500-normal.woff2 index 43e1329abd3..96470209d42 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-500-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-600-normal.woff index d531ac741fa..8b993837441 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-600-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-600-normal.woff2 index ad0f1882e47..6ee185f4fe9 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-600-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-700-normal.woff index fa468e4b43b..51139df13f2 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-700-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-700-normal.woff2 index 73b002abfbd..c4dab99ab82 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-700-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-800-normal.woff new file mode 100644 index 00000000000..90c7a684664 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-800-normal.woff2 new file mode 100644 index 00000000000..6a187398a59 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-900-normal.woff index fa3dbd920fe..140a213fe6d 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-900-normal.woff and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-900-normal.woff2 index d5b6947de22..b445c36d962 100644 Binary files a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-900-normal.woff2 and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-200-normal.woff new file mode 100644 index 00000000000..39fdb26c02e Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-200-normal.woff2 new file mode 100644 index 00000000000..ccae6618905 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-300-normal.woff new file mode 100644 index 00000000000..807531f2c19 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-300-normal.woff2 new file mode 100644 index 00000000000..7687026f76b Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-400-normal.woff new file mode 100644 index 00000000000..7fba7762d2e Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-400-normal.woff2 new file mode 100644 index 00000000000..bb32a5cbefc Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-500-normal.woff new file mode 100644 index 00000000000..b625c8457b8 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-500-normal.woff2 new file mode 100644 index 00000000000..703bdfe3b8f Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-600-normal.woff new file mode 100644 index 00000000000..f25c3419079 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-600-normal.woff2 new file mode 100644 index 00000000000..e13c9560c68 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-700-normal.woff new file mode 100644 index 00000000000..be956bf659a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-700-normal.woff2 new file mode 100644 index 00000000000..dfca12890b4 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-800-normal.woff new file mode 100644 index 00000000000..2e741ae1543 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-800-normal.woff2 new file mode 100644 index 00000000000..a566358b534 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-900-normal.woff new file mode 100644 index 00000000000..7f6aa5e4efa Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-900-normal.woff2 new file mode 100644 index 00000000000..0edbdb001b3 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-latin-ext-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-200-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-200-normal.woff new file mode 100644 index 00000000000..3480c2c1cf8 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-200-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-200-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-200-normal.woff2 new file mode 100644 index 00000000000..284d1bb8a41 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-300-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-300-normal.woff new file mode 100644 index 00000000000..d9d8dd82575 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-300-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-300-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-300-normal.woff2 new file mode 100644 index 00000000000..f8a2d903b88 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-400-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-400-normal.woff new file mode 100644 index 00000000000..7197107b0d8 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-400-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-400-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-400-normal.woff2 new file mode 100644 index 00000000000..f10f6d684cb Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-500-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-500-normal.woff new file mode 100644 index 00000000000..010bb8d0f59 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-500-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-500-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-500-normal.woff2 new file mode 100644 index 00000000000..ef19dc6342b Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-600-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-600-normal.woff new file mode 100644 index 00000000000..a9103790590 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-600-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-600-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-600-normal.woff2 new file mode 100644 index 00000000000..c72ce13cc65 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-700-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-700-normal.woff new file mode 100644 index 00000000000..248bcfda46d Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-700-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-700-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-700-normal.woff2 new file mode 100644 index 00000000000..644b286e20a Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-800-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-800-normal.woff new file mode 100644 index 00000000000..39d6b9374a1 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-800-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-800-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-800-normal.woff2 new file mode 100644 index 00000000000..472bdc8d0ff Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-900-normal.woff b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-900-normal.woff new file mode 100644 index 00000000000..4be3135ad75 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-900-normal.woff differ diff --git a/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-900-normal.woff2 b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-900-normal.woff2 new file mode 100644 index 00000000000..e6c1b674977 Binary files /dev/null and b/fonts/google/noto-serif-kr/files/noto-serif-kr-vietnamese-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-kr/index.css b/fonts/google/noto-serif-kr/index.css index 6aca9ca6037..2add7ec3fec 100644 --- a/fonts/google/noto-serif-kr/index.css +++ b/fonts/google/noto-serif-kr/index.css @@ -1198,6 +1198,36 @@ unicode-range: U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558; } +/* noto-serif-kr-cyrillic-400-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-kr-cyrillic-400-normal.woff2) format('woff2'), url(./files/noto-serif-kr-cyrillic-400-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-kr-vietnamese-400-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-kr-vietnamese-400-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-400-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-kr-latin-ext-400-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-kr-latin-ext-400-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-400-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + /* noto-serif-kr-latin-400-normal */ @font-face { font-family: 'Noto Serif KR'; diff --git a/fonts/google/noto-serif-kr/korean-800.css b/fonts/google/noto-serif-kr/korean-800.css new file mode 100644 index 00000000000..edf0a8a6b35 --- /dev/null +++ b/fonts/google/noto-serif-kr/korean-800.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-korean-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-korean-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-korean-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/korean.css b/fonts/google/noto-serif-kr/korean.css index 12182750f75..047b75bbd68 100644 --- a/fonts/google/noto-serif-kr/korean.css +++ b/fonts/google/noto-serif-kr/korean.css @@ -52,6 +52,15 @@ src: url(./files/noto-serif-kr-korean-700-normal.woff2) format('woff2'), url(./files/noto-serif-kr-korean-700-normal.woff) format('woff'); } +/* noto-serif-kr-korean-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-korean-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-korean-800-normal.woff) format('woff'); +} + /* noto-serif-kr-korean-900-normal */ @font-face { font-family: 'Noto Serif KR'; diff --git a/fonts/google/noto-serif-kr/latin-800.css b/fonts/google/noto-serif-kr/latin-800.css new file mode 100644 index 00000000000..47e9e74cb69 --- /dev/null +++ b/fonts/google/noto-serif-kr/latin-800.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-latin-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-latin-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/latin-ext-200.css b/fonts/google/noto-serif-kr/latin-ext-200.css new file mode 100644 index 00000000000..8e06bbcac86 --- /dev/null +++ b/fonts/google/noto-serif-kr/latin-ext-200.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-latin-ext-200-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-kr-latin-ext-200-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-200-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/latin-ext-300.css b/fonts/google/noto-serif-kr/latin-ext-300.css new file mode 100644 index 00000000000..0270b83bbbb --- /dev/null +++ b/fonts/google/noto-serif-kr/latin-ext-300.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-latin-ext-300-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-kr-latin-ext-300-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-300-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/latin-ext-400.css b/fonts/google/noto-serif-kr/latin-ext-400.css new file mode 100644 index 00000000000..67baa06e7f7 --- /dev/null +++ b/fonts/google/noto-serif-kr/latin-ext-400.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-latin-ext-400-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-kr-latin-ext-400-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/latin-ext-500.css b/fonts/google/noto-serif-kr/latin-ext-500.css new file mode 100644 index 00000000000..8a8b496eb1a --- /dev/null +++ b/fonts/google/noto-serif-kr/latin-ext-500.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-latin-ext-500-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-kr-latin-ext-500-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-500-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/latin-ext-600.css b/fonts/google/noto-serif-kr/latin-ext-600.css new file mode 100644 index 00000000000..658760e5254 --- /dev/null +++ b/fonts/google/noto-serif-kr/latin-ext-600.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-latin-ext-600-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-kr-latin-ext-600-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-600-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/latin-ext-700.css b/fonts/google/noto-serif-kr/latin-ext-700.css new file mode 100644 index 00000000000..97b83d4daa3 --- /dev/null +++ b/fonts/google/noto-serif-kr/latin-ext-700.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-latin-ext-700-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-kr-latin-ext-700-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-700-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/latin-ext-800.css b/fonts/google/noto-serif-kr/latin-ext-800.css new file mode 100644 index 00000000000..01d70015bc8 --- /dev/null +++ b/fonts/google/noto-serif-kr/latin-ext-800.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-latin-ext-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-latin-ext-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/latin-ext-900.css b/fonts/google/noto-serif-kr/latin-ext-900.css new file mode 100644 index 00000000000..22002ccbdc8 --- /dev/null +++ b/fonts/google/noto-serif-kr/latin-ext-900.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-latin-ext-900-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-kr-latin-ext-900-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/latin-ext.css b/fonts/google/noto-serif-kr/latin-ext.css new file mode 100644 index 00000000000..fe623155fda --- /dev/null +++ b/fonts/google/noto-serif-kr/latin-ext.css @@ -0,0 +1,71 @@ +/* noto-serif-kr-latin-ext-200-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-kr-latin-ext-200-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-200-normal.woff) format('woff'); +} + +/* noto-serif-kr-latin-ext-300-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-kr-latin-ext-300-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-300-normal.woff) format('woff'); +} + +/* noto-serif-kr-latin-ext-400-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-kr-latin-ext-400-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-400-normal.woff) format('woff'); +} + +/* noto-serif-kr-latin-ext-500-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-kr-latin-ext-500-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-500-normal.woff) format('woff'); +} + +/* noto-serif-kr-latin-ext-600-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-kr-latin-ext-600-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-600-normal.woff) format('woff'); +} + +/* noto-serif-kr-latin-ext-700-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-kr-latin-ext-700-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-700-normal.woff) format('woff'); +} + +/* noto-serif-kr-latin-ext-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-latin-ext-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-800-normal.woff) format('woff'); +} + +/* noto-serif-kr-latin-ext-900-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-kr-latin-ext-900-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-ext-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/latin.css b/fonts/google/noto-serif-kr/latin.css index 84aa30de437..2ced182d891 100644 --- a/fonts/google/noto-serif-kr/latin.css +++ b/fonts/google/noto-serif-kr/latin.css @@ -52,6 +52,15 @@ src: url(./files/noto-serif-kr-latin-700-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-700-normal.woff) format('woff'); } +/* noto-serif-kr-latin-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-latin-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-latin-800-normal.woff) format('woff'); +} + /* noto-serif-kr-latin-900-normal */ @font-face { font-family: 'Noto Serif KR'; diff --git a/fonts/google/noto-serif-kr/metadata.json b/fonts/google/noto-serif-kr/metadata.json index 195ee40e630..f64f861090f 100644 --- a/fonts/google/noto-serif-kr/metadata.json +++ b/fonts/google/noto-serif-kr/metadata.json @@ -1,18 +1,20 @@ { "id": "noto-serif-kr", "family": "Noto Serif KR", - "subsets": ["korean", "latin"], - "weights": [200, 300, 400, 500, 600, 700, 900], + "subsets": ["cyrillic", "korean", "latin", "latin-ext", "vietnamese"], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], "styles": ["normal"], "defSubset": "latin", - "variable": false, - "lastModified": "2022-09-27", - "version": "v20", + "variable": { + "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} + }, + "lastModified": "2024-05-14", + "version": "v27", "category": "serif", "license": { "type": "OFL-1.1", "url": "http://scripts.sil.org/OFL", - "attribution": "Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/)." + "attribution": "(c) 2017-2023 Adobe (http://www.adobe.com/)." }, "source": "https://github.com/google/fonts", "type": "google" diff --git a/fonts/google/noto-serif-kr/package.json b/fonts/google/noto-serif-kr/package.json index 63f720fc77e..6ad5585f698 100644 --- a/fonts/google/noto-serif-kr/package.json +++ b/fonts/google/noto-serif-kr/package.json @@ -1,6 +1,6 @@ { "name": "@fontsource/noto-serif-kr", - "version": "5.0.12", + "version": "5.0.13", "description": "Self-host the Noto Serif KR font in a neatly bundled NPM package.", "main": "index.css", "publishConfig": {"access": "public"}, @@ -26,5 +26,5 @@ "url": "https://github.com/fontsource/font-files.git", "directory": "fonts/google/noto-serif-kr" }, - "publishHash": "282357621596dd3f" + "publishHash": "cfcc62b1fb6c3270" } \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/scss/metadata.scss b/fonts/google/noto-serif-kr/scss/metadata.scss index c9b8a18c06f..eb6957fca25 100644 --- a/fonts/google/noto-serif-kr/scss/metadata.scss +++ b/fonts/google/noto-serif-kr/scss/metadata.scss @@ -1,8 +1,8 @@ $id: 'noto-serif-kr' !default; $family: 'Noto Serif KR' !default; $category: serif !default; -$subsets: (korean, latin) !default; -$weights: (200, 300, 400, 500, 600, 700, 900) !default; +$subsets: (cyrillic, korean, latin, latin-ext, vietnamese) !default; +$weights: (200, 300, 400, 500, 600, 700, 800, 900) !default; $styles: (normal) !default; $axes: null !default; $defaults: ( @@ -132,5 +132,8 @@ $unicode: ( 117: (U+d,U+48,U+7c,U+ac10,U+ac15,U+ac74,U+ac80,U+ac83,U+acc4,U+ad11,U+ad50,U+ad6d,U+adfc,U+ae00,U+ae08,U+ae4c,U+b0a8,U+b124,U+b144,U+b178,U+b274,U+b2a5,U+b2e8,U+b2f9,U+b354,U+b370,U+b418,U+b41c,U+b4f1,U+b514,U+b798,U+b808,U+b824-b825,U+b8cc,U+b978,U+b9d0,U+b9e4,U+baa9,U+bb3c,U+bc18,U+bc1c,U+bc30,U+bc84,U+bcf5,U+bcf8,U+bd84,U+be0c,U+be14,U+c0b0,U+c0c9,U+c0dd,U+c124,U+c2dd,U+c2e4,U+c2ec,U+c54c,U+c57c-c57d,U+c591,U+c5c5-c5c6,U+c5ed,U+c608,U+c640,U+c6b8,U+c6d4,U+c784,U+c7ac,U+c800-c801,U+c9c1,U+c9d1,U+cc28,U+cc98,U+cc9c,U+ccad,U+cd5c,U+cd94,U+cd9c,U+cde8,U+ce68,U+cf54,U+d0dc,U+d14c,U+d1a0,U+d1b5,U+d2f0,U+d30c,U+d310,U+d398,U+d45c,U+d50c,U+d53c,U+d560,U+d568,U+d589,U+d604,U+d6c4,U+d788), 118: (U+39,U+49,U+4d-4e,U+a0,U+ac04,U+ac1c,U+ac70,U+ac8c,U+acbd,U+acf5,U+acfc,U+ad00,U+ad6c,U+adf8,U+b098,U+b0b4,U+b294,U+b2c8,U+b300,U+b3c4,U+b3d9,U+b4dc,U+b4e4,U+b77c,U+b7ec,U+b85d,U+b97c,U+b9c8,U+b9cc,U+ba54,U+ba74,U+ba85,U+baa8,U+bb34,U+bb38,U+bbf8,U+bc14,U+bc29,U+bc88,U+bcf4,U+bd80,U+be44,U+c0c1,U+c11c,U+c120,U+c131,U+c138,U+c18c,U+c218,U+c2b5,U+c2e0,U+c544,U+c548,U+c5b4,U+c5d0,U+c5ec,U+c5f0,U+c601,U+c624,U+c694,U+c6a9,U+c6b0,U+c6b4,U+c6d0,U+c704,U+c720,U+c73c,U+c740,U+c744,U+c74c,U+c758,U+c77c,U+c785,U+c788,U+c790-c791,U+c7a5,U+c804,U+c815,U+c81c,U+c870,U+c8fc,U+c911,U+c9c4,U+ccb4,U+ce58,U+ce74,U+d06c,U+d0c0,U+d130,U+d2b8,U+d3ec,U+d504,U+d55c,U+d569,U+d574,U+d638,U+d654,U+d68c), 119: (U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558), + cyrillic: (U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116), + vietnamese: (U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB), + latin-ext: (U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF), latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD), ) !default; diff --git a/fonts/google/noto-serif-kr/unicode.json b/fonts/google/noto-serif-kr/unicode.json index 49283501539..076fe041094 100644 --- a/fonts/google/noto-serif-kr/unicode.json +++ b/fonts/google/noto-serif-kr/unicode.json @@ -119,5 +119,8 @@ "[117]": "U+d,U+48,U+7c,U+ac10,U+ac15,U+ac74,U+ac80,U+ac83,U+acc4,U+ad11,U+ad50,U+ad6d,U+adfc,U+ae00,U+ae08,U+ae4c,U+b0a8,U+b124,U+b144,U+b178,U+b274,U+b2a5,U+b2e8,U+b2f9,U+b354,U+b370,U+b418,U+b41c,U+b4f1,U+b514,U+b798,U+b808,U+b824-b825,U+b8cc,U+b978,U+b9d0,U+b9e4,U+baa9,U+bb3c,U+bc18,U+bc1c,U+bc30,U+bc84,U+bcf5,U+bcf8,U+bd84,U+be0c,U+be14,U+c0b0,U+c0c9,U+c0dd,U+c124,U+c2dd,U+c2e4,U+c2ec,U+c54c,U+c57c-c57d,U+c591,U+c5c5-c5c6,U+c5ed,U+c608,U+c640,U+c6b8,U+c6d4,U+c784,U+c7ac,U+c800-c801,U+c9c1,U+c9d1,U+cc28,U+cc98,U+cc9c,U+ccad,U+cd5c,U+cd94,U+cd9c,U+cde8,U+ce68,U+cf54,U+d0dc,U+d14c,U+d1a0,U+d1b5,U+d2f0,U+d30c,U+d310,U+d398,U+d45c,U+d50c,U+d53c,U+d560,U+d568,U+d589,U+d604,U+d6c4,U+d788", "[118]": "U+39,U+49,U+4d-4e,U+a0,U+ac04,U+ac1c,U+ac70,U+ac8c,U+acbd,U+acf5,U+acfc,U+ad00,U+ad6c,U+adf8,U+b098,U+b0b4,U+b294,U+b2c8,U+b300,U+b3c4,U+b3d9,U+b4dc,U+b4e4,U+b77c,U+b7ec,U+b85d,U+b97c,U+b9c8,U+b9cc,U+ba54,U+ba74,U+ba85,U+baa8,U+bb34,U+bb38,U+bbf8,U+bc14,U+bc29,U+bc88,U+bcf4,U+bd80,U+be44,U+c0c1,U+c11c,U+c120,U+c131,U+c138,U+c18c,U+c218,U+c2b5,U+c2e0,U+c544,U+c548,U+c5b4,U+c5d0,U+c5ec,U+c5f0,U+c601,U+c624,U+c694,U+c6a9,U+c6b0,U+c6b4,U+c6d0,U+c704,U+c720,U+c73c,U+c740,U+c744,U+c74c,U+c758,U+c77c,U+c785,U+c788,U+c790-c791,U+c7a5,U+c804,U+c815,U+c81c,U+c870,U+c8fc,U+c911,U+c9c4,U+ccb4,U+ce58,U+ce74,U+d06c,U+d0c0,U+d130,U+d2b8,U+d3ec,U+d504,U+d55c,U+d569,U+d574,U+d638,U+d654,U+d68c", "[119]": "U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558", + "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" } \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/vietnamese-200.css b/fonts/google/noto-serif-kr/vietnamese-200.css new file mode 100644 index 00000000000..757e9ff5dad --- /dev/null +++ b/fonts/google/noto-serif-kr/vietnamese-200.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-vietnamese-200-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-kr-vietnamese-200-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-200-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/vietnamese-300.css b/fonts/google/noto-serif-kr/vietnamese-300.css new file mode 100644 index 00000000000..176dd855c06 --- /dev/null +++ b/fonts/google/noto-serif-kr/vietnamese-300.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-vietnamese-300-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-kr-vietnamese-300-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-300-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/vietnamese-400.css b/fonts/google/noto-serif-kr/vietnamese-400.css new file mode 100644 index 00000000000..24dfdf0f038 --- /dev/null +++ b/fonts/google/noto-serif-kr/vietnamese-400.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-vietnamese-400-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-kr-vietnamese-400-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/vietnamese-500.css b/fonts/google/noto-serif-kr/vietnamese-500.css new file mode 100644 index 00000000000..59a34c7e684 --- /dev/null +++ b/fonts/google/noto-serif-kr/vietnamese-500.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-vietnamese-500-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-kr-vietnamese-500-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-500-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/vietnamese-600.css b/fonts/google/noto-serif-kr/vietnamese-600.css new file mode 100644 index 00000000000..26cdcd46df2 --- /dev/null +++ b/fonts/google/noto-serif-kr/vietnamese-600.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-vietnamese-600-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-kr-vietnamese-600-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-600-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/vietnamese-700.css b/fonts/google/noto-serif-kr/vietnamese-700.css new file mode 100644 index 00000000000..403ced216f1 --- /dev/null +++ b/fonts/google/noto-serif-kr/vietnamese-700.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-vietnamese-700-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-kr-vietnamese-700-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-700-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/vietnamese-800.css b/fonts/google/noto-serif-kr/vietnamese-800.css new file mode 100644 index 00000000000..ed8d184fcd0 --- /dev/null +++ b/fonts/google/noto-serif-kr/vietnamese-800.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-vietnamese-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-vietnamese-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/vietnamese-900.css b/fonts/google/noto-serif-kr/vietnamese-900.css new file mode 100644 index 00000000000..137482382a0 --- /dev/null +++ b/fonts/google/noto-serif-kr/vietnamese-900.css @@ -0,0 +1,8 @@ +/* noto-serif-kr-vietnamese-900-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-kr-vietnamese-900-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-kr/vietnamese.css b/fonts/google/noto-serif-kr/vietnamese.css new file mode 100644 index 00000000000..9b77d1ca8ed --- /dev/null +++ b/fonts/google/noto-serif-kr/vietnamese.css @@ -0,0 +1,71 @@ +/* noto-serif-kr-vietnamese-200-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-kr-vietnamese-200-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-200-normal.woff) format('woff'); +} + +/* noto-serif-kr-vietnamese-300-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-kr-vietnamese-300-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-300-normal.woff) format('woff'); +} + +/* noto-serif-kr-vietnamese-400-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-kr-vietnamese-400-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-400-normal.woff) format('woff'); +} + +/* noto-serif-kr-vietnamese-500-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-kr-vietnamese-500-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-500-normal.woff) format('woff'); +} + +/* noto-serif-kr-vietnamese-600-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-kr-vietnamese-600-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-600-normal.woff) format('woff'); +} + +/* noto-serif-kr-vietnamese-700-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-kr-vietnamese-700-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-700-normal.woff) format('woff'); +} + +/* noto-serif-kr-vietnamese-800-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-kr-vietnamese-800-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-800-normal.woff) format('woff'); +} + +/* noto-serif-kr-vietnamese-900-normal */ +@font-face { + font-family: 'Noto Serif KR'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-kr-vietnamese-900-normal.woff2) format('woff2'), url(./files/noto-serif-kr-vietnamese-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/200.css b/fonts/google/noto-serif-sc/200.css index 344beba9a14..c1314e0c37e 100644 --- a/fonts/google/noto-serif-sc/200.css +++ b/fonts/google/noto-serif-sc/200.css @@ -35,7 +35,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-21-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-21-200-normal.woff) format('woff'); - unicode-range: U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81,U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff4,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d,U+af34; + unicode-range: U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d; } /* noto-serif-sc-[22]-200-normal */ @@ -45,7 +45,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-22-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-22-200-normal.woff) format('woff'); - unicode-range: U+9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39; + unicode-range: U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81; } /* noto-serif-sc-[23]-200-normal */ @@ -55,7 +55,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-23-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-23-200-normal.woff) format('woff'); - unicode-range: U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80,U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9; + unicode-range: U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f; } /* noto-serif-sc-[24]-200-normal */ @@ -65,7 +65,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-24-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-24-200-normal.woff) format('woff'); - unicode-range: U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d,U+9a80,U+9a83,U+9a85,U+9a87-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9abc,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39; + unicode-range: U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80; } /* noto-serif-sc-[25]-200-normal */ @@ -75,7 +75,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-25-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-25-200-normal.woff) format('woff'); - unicode-range: U+98c8,U+98cf-98d6,U+98da-98db,U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b; + unicode-range: U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d; } /* noto-serif-sc-[26]-200-normal */ @@ -85,7 +85,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-26-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-26-200-normal.woff) format('woff'); - unicode-range: U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c7; + unicode-range: U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db; } /* noto-serif-sc-[27]-200-normal */ @@ -95,7 +95,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-27-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-27-200-normal.woff) format('woff'); - unicode-range: U+95b9-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727; + unicode-range: U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a; } /* noto-serif-sc-[28]-200-normal */ @@ -105,7 +105,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-28-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-28-200-normal.woff) format('woff'); - unicode-range: U+94e7-94ec,U+94ee-94f1,U+94f3,U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8; + unicode-range: U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3; } /* noto-serif-sc-[29]-200-normal */ @@ -115,7 +115,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-29-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-29-200-normal.woff) format('woff'); - unicode-range: U+9410-941a,U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94e6; + unicode-range: U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3; } /* noto-serif-sc-[30]-200-normal */ @@ -125,7 +125,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-30-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-30-200-normal.woff) format('woff'); - unicode-range: U+92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea,U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-940f; + unicode-range: U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a; } /* noto-serif-sc-[31]-200-normal */ @@ -135,7 +135,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-31-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-31-200-normal.woff) format('woff'); - unicode-range: U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6; + unicode-range: U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea; } /* noto-serif-sc-[32]-200-normal */ @@ -145,7 +145,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-32-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-32-200-normal.woff) format('woff'); - unicode-range: U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa,U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a; + unicode-range: U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162; } /* noto-serif-sc-[33]-200-normal */ @@ -155,7 +155,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-33-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-33-200-normal.woff) format('woff'); - unicode-range: U+8e2d-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda; + unicode-range: U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa; } /* noto-serif-sc-[34]-200-normal */ @@ -165,7 +165,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-34-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-34-200-normal.woff) format('woff'); - unicode-range: U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d2e,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e2c; + unicode-range: U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40; } /* noto-serif-sc-[35]-200-normal */ @@ -175,7 +175,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-35-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-35-200-normal.woff) format('woff'); - unicode-range: U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb3-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac; + unicode-range: U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc; } /* noto-serif-sc-[36]-200-normal */ @@ -185,7 +185,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-36-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-36-200-normal.woff) format('woff'); - unicode-range: U+8a02-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13,U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c; + unicode-range: U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d; } /* noto-serif-sc-[37]-200-normal */ @@ -195,7 +195,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-37-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-37-200-normal.woff) format('woff'); - unicode-range: U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f,U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01; + unicode-range: U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13; } /* noto-serif-sc-[38]-200-normal */ @@ -205,7 +205,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-38-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-38-200-normal.woff) format('woff'); - unicode-range: U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864; + unicode-range: U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f; } /* noto-serif-sc-[39]-200-normal */ @@ -215,7 +215,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-39-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-39-200-normal.woff) format('woff'); - unicode-range: U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545,U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df; + unicode-range: U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3; } /* noto-serif-sc-[40]-200-normal */ @@ -225,7 +225,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-40-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-40-200-normal.woff) format('woff'); - unicode-range: U+83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2,U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d; + unicode-range: U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545; } /* noto-serif-sc-[41]-200-normal */ @@ -235,7 +235,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-41-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-41-200-normal.woff) format('woff'); - unicode-range: U+82a9-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6,U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3; + unicode-range: U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2; } /* noto-serif-sc-[42]-200-normal */ @@ -245,7 +245,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-42-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-42-200-normal.woff) format('woff'); - unicode-range: U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160,U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82a8; + unicode-range: U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6; } /* noto-serif-sc-[43]-200-normal */ @@ -255,7 +255,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-43-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-43-200-normal.woff) format('woff'); - unicode-range: U+7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148; + unicode-range: U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160; } /* noto-serif-sc-[44]-200-normal */ @@ -265,7 +265,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-44-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-44-200-normal.woff) format('woff'); - unicode-range: U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb,U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9; + unicode-range: U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014; } /* noto-serif-sc-[45]-200-normal */ @@ -275,7 +275,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-45-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-45-200-normal.woff) format('woff'); - unicode-range: U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1-7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4; + unicode-range: U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb; } /* noto-serif-sc-[46]-200-normal */ @@ -285,7 +285,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-46-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-46-200-normal.woff) format('woff'); - unicode-range: U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7-7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1; + unicode-range: U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1; } /* noto-serif-sc-[47]-200-normal */ @@ -295,7 +295,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-47-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-47-200-normal.woff) format('woff'); - unicode-range: U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1,U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9; + unicode-range: U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7; } /* noto-serif-sc-[48]-200-normal */ @@ -305,7 +305,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-48-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-48-200-normal.woff) format('woff'); - unicode-range: U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4,U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1; + unicode-range: U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1; } /* noto-serif-sc-[49]-200-normal */ @@ -315,7 +315,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-49-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-49-200-normal.woff) format('woff'); - unicode-range: U+797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8; + unicode-range: U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4; } /* noto-serif-sc-[50]-200-normal */ @@ -325,7 +325,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-50-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-50-200-normal.woff) format('woff'); - unicode-range: U+783e,U+7841-7844,U+7847-7849,U+784b-784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b; + unicode-range: U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a; } /* noto-serif-sc-[51]-200-normal */ @@ -335,7 +335,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-51-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-51-200-normal.woff) format('woff'); - unicode-range: U+770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721-7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c; + unicode-range: U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b; } /* noto-serif-sc-[52]-200-normal */ @@ -345,7 +345,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-52-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-52-200-normal.woff) format('woff'); - unicode-range: U+760a-760e,U+7610-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770e; + unicode-range: U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721; } /* noto-serif-sc-[53]-200-normal */ @@ -355,7 +355,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-53-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-53-200-normal.woff) format('woff'); - unicode-range: U+74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508,U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-7609; + unicode-range: U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612; } /* noto-serif-sc-[54]-200-normal */ @@ -365,7 +365,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-54-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-54-200-normal.woff) format('woff'); - unicode-range: U+73e7-73ea,U+73ee-73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee; + unicode-range: U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508; } /* noto-serif-sc-[55]-200-normal */ @@ -375,7 +375,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-55-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-55-200-normal.woff) format('woff'); - unicode-range: U+72dd-72df,U+72e1,U+72e5-72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73e6; + unicode-range: U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef; } /* noto-serif-sc-[56]-200-normal */ @@ -385,7 +385,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-56-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-56-200-normal.woff) format('woff'); - unicode-range: U+719c,U+71a0,U+71a4-71a5,U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db; + unicode-range: U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5; } /* noto-serif-sc-[57]-200-normal */ @@ -395,7 +395,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-57-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-57-200-normal.woff) format('woff'); - unicode-range: U+7005-7006,U+7009,U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198; + unicode-range: U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5; } /* noto-serif-sc-[58]-200-normal */ @@ -405,7 +405,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-58-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-58-200-normal.woff) format('woff'); - unicode-range: U+6ed8-6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f31-6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe; + unicode-range: U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009; } /* noto-serif-sc-[59]-200-normal */ @@ -415,7 +415,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-59-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-59-200-normal.woff) format('woff'); - unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7; + unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8; } /* noto-serif-sc-[60]-200-normal */ @@ -425,7 +425,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-60-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-60-200-normal.woff) format('woff'); - unicode-range: U+6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; + unicode-range: U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; } /* noto-serif-sc-[61]-200-normal */ @@ -435,7 +435,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-61-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-61-200-normal.woff) format('woff'); - unicode-range: U+6b85-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae,U+6cb1; + unicode-range: U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae; } /* noto-serif-sc-[62]-200-normal */ @@ -445,7 +445,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-62-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-62-200-normal.woff) format('woff'); - unicode-range: U+6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b84; + unicode-range: U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82; } /* noto-serif-sc-[63]-200-normal */ @@ -455,7 +455,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-63-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-63-200-normal.woff) format('woff'); - unicode-range: U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc,U+69fe-6a00; + unicode-range: U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc; } /* noto-serif-sc-[64]-200-normal */ @@ -465,7 +465,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-64-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-64-200-normal.woff) format('woff'); - unicode-range: U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1,U+68d3,U+68d7,U+68dd,U+68df; + unicode-range: U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1; } /* noto-serif-sc-[65]-200-normal */ @@ -475,7 +475,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-65-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-65-200-normal.woff) format('woff'); - unicode-range: U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a-678d,U+678f; + unicode-range: U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a; } /* noto-serif-sc-[66]-200-normal */ @@ -485,7 +485,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-66-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-66-200-normal.woff) format('woff'); - unicode-range: U+64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630-6631,U+6633-6634,U+6636; + unicode-range: U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630; } /* noto-serif-sc-[67]-200-normal */ @@ -495,7 +495,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-67-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-67-200-normal.woff) format('woff'); - unicode-range: U+63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0-64f2,U+64f4,U+64f7; + unicode-range: U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0; } /* noto-serif-sc-[68]-200-normal */ @@ -505,7 +505,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-68-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-68-200-normal.woff) format('woff'); - unicode-range: U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5,U+63b7-63bb; + unicode-range: U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5; } /* noto-serif-sc-[69]-200-normal */ @@ -515,7 +515,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-69-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-69-200-normal.woff) format('woff'); - unicode-range: U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226,U+622c,U+622e-6230,U+6232,U+6238; + unicode-range: U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226; } /* noto-serif-sc-[70]-200-normal */ @@ -525,7 +525,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-70-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-70-200-normal.woff) format('woff'); - unicode-range: U+5fd1-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec-60ee,U+60f0-60f1,U+60f4,U+60f6; + unicode-range: U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec; } /* noto-serif-sc-[71]-200-normal */ @@ -535,7 +535,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-71-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-71-200-normal.woff) format('woff'); - unicode-range: U+5ea3-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc,U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd0; + unicode-range: U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc; } /* noto-serif-sc-[72]-200-normal */ @@ -545,7 +545,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-72-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-72-200-normal.woff) format('woff'); - unicode-range: U+5d32-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea2; + unicode-range: U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96; } /* noto-serif-sc-[73]-200-normal */ @@ -555,7 +555,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-73-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-73-200-normal.woff) format('woff'); - unicode-range: U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d27,U+5d2e-5d31; + unicode-range: U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25; } /* noto-serif-sc-[74]-200-normal */ @@ -565,7 +565,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-74-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-74-200-normal.woff) format('woff'); - unicode-range: U+5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be7,U+5be9,U+5beb-5bec,U+5bee-5bf0,U+5bf2-5bf3; + unicode-range: U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb; } /* noto-serif-sc-[75]-200-normal */ @@ -575,7 +575,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-75-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-75-200-normal.woff) format('woff'); - unicode-range: U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e,U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1; + unicode-range: U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e; } /* noto-serif-sc-[76]-200-normal */ @@ -585,7 +585,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-76-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-76-200-normal.woff) format('woff'); - unicode-range: U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968,U+596a,U+596c-596e,U+5977,U+597b-597c; + unicode-range: U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968; } /* noto-serif-sc-[77]-200-normal */ @@ -595,7 +595,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-77-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-77-200-normal.woff) format('woff'); - unicode-range: U+570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-5820,U+5822-5823,U+5825-5826,U+582c,U+582f; + unicode-range: U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f; } /* noto-serif-sc-[78]-200-normal */ @@ -605,7 +605,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-78-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-78-200-normal.woff) format('woff'); - unicode-range: U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709; + unicode-range: U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8; } /* noto-serif-sc-[79]-200-normal */ @@ -615,7 +615,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-79-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-79-200-normal.woff) format('woff'); - unicode-range: U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3,U+55f5-55f7,U+55fb,U+55fe,U+5600-5601; + unicode-range: U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3; } /* noto-serif-sc-[80]-200-normal */ @@ -625,7 +625,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-80-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-80-200-normal.woff) format('woff'); - unicode-range: U+53fb-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550f,U+5511-5514,U+5516-5517; + unicode-range: U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e; } /* noto-serif-sc-[81]-200-normal */ @@ -635,7 +635,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-81-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-81-200-normal.woff) format('woff'); - unicode-range: U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5340,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2,U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa; + unicode-range: U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2; } /* noto-serif-sc-[82]-200-normal */ @@ -645,7 +645,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-82-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-82-200-normal.woff) format('woff'); - unicode-range: U+5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287,U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a; + unicode-range: U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287; } /* noto-serif-sc-[83]-200-normal */ @@ -655,7 +655,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-83-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-83-200-normal.woff) format('woff'); - unicode-range: U+4fe3-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102,U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f; + unicode-range: U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102; } /* noto-serif-sc-[84]-200-normal */ @@ -665,7 +665,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-84-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-84-200-normal.woff) format('woff'); - unicode-range: U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0-4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2; + unicode-range: U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0; } /* noto-serif-sc-[85]-200-normal */ @@ -675,7 +675,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-85-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-85-200-normal.woff) format('woff'); - unicode-range: U+3127-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2-4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6; + unicode-range: U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2; } /* noto-serif-sc-[86]-200-normal */ @@ -685,7 +685,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-86-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-86-200-normal.woff) format('woff'); - unicode-range: U+279c,U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126; + unicode-range: U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128; } /* noto-serif-sc-[87]-200-normal */ @@ -695,7 +695,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-87-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-87-200-normal.woff) format('woff'); - unicode-range: U+2650-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796; + unicode-range: U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c; } /* noto-serif-sc-[88]-200-normal */ @@ -705,7 +705,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-88-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-88-200-normal.woff) format('woff'); - unicode-range: U+254b,U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-264f; + unicode-range: U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650; } /* noto-serif-sc-[89]-200-normal */ @@ -715,7 +715,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-89-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-89-200-normal.woff) format('woff'); - unicode-range: U+23e9,U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a; + unicode-range: U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b; } /* noto-serif-sc-[90]-200-normal */ @@ -725,7 +725,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-90-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-90-200-normal.woff) format('woff'); - unicode-range: U+207b-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0; + unicode-range: U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9; } /* noto-serif-sc-[91]-200-normal */ @@ -735,7 +735,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-91-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-91-200-normal.woff) format('woff'); - unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2027-2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a; + unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b; } /* noto-serif-sc-[97]-200-normal */ @@ -775,7 +775,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-100-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-100-200-normal.woff) format('woff'); - unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+560e,U+5618,U+565c,U+56bc,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ac9,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+620c,U+62c7,U+62ed,U+6320,U+6345,U+6390,U+63b0,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+72e9,U+733f,U+7396,U+739f,U+7459-745a,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8aaa,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+9a6f,U+9a8b,U+9ab7,U+9ac5,U+9e25,U+e608,U+ff06,U+ff14-ff16; + unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16; } /* noto-serif-sc-[101]-200-normal */ @@ -785,7 +785,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-101-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-101-200-normal.woff) format('woff'); - unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+2463,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+516e,U+51c4,U+5225,U+5364,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+5662,U+5669,U+566c,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+6273,U+62f7,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6ed5,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+7409,U+7422,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+803f,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8c41,U+8cec,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9704,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+9f9a,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e,U+ff3d; + unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e; } /* noto-serif-sc-[102]-200-normal */ @@ -795,7 +795,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-102-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-102-200-normal.woff) format('woff'); - unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+60df,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+6813,U+6869,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+73fe,U+7405,U+7455,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+8046,U+80fa,U+81b3,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+904e,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+9119,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+f012b; + unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b; } /* noto-serif-sc-[103]-200-normal */ @@ -805,7 +805,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-103-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-103-200-normal.woff) format('woff'); - unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5a1f,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+5f6c,U+603c,U+609a,U+6168,U+61c8,U+6236,U+62d0,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+6703,U+67da,U+67ec,U+6816,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+7410,U+7426,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8d50,U+8e72,U+8f9c,U+900d,U+904b,U+9063,U+90a2,U+90b9,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+9631,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; + unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; } /* noto-serif-sc-[104]-200-normal */ @@ -815,7 +815,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-104-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-104-200-normal.woff) format('woff'); - unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a49,U+5ac2,U+5bb0,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f8c,U+608d,U+611b,U+6127,U+62a0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6e9c,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+8328,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d63,U+8e81,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9540,U+9610,U+9699,U+96c7,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; + unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; } /* noto-serif-sc-[105]-200-normal */ @@ -825,7 +825,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-105-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-105-200-normal.woff) format('woff'); - unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+300f,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54b1,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+61be,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6380,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82ad,U+82bd,U+8305,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+958b,U+9600,U+9640,U+96b6,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; + unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; } /* noto-serif-sc-[106]-200-normal */ @@ -835,7 +835,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-106-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-106-200-normal.woff) format('woff'); - unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+8304,U+8393,U+83b9,U+83ca,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95ef,U+95f7,U+9706,U+9709,U+9774,U+9887,U+98a0,U+9e64,U+9f9f,U+e601,U+e603; + unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603; } /* noto-serif-sc-[107]-200-normal */ @@ -845,7 +845,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-107-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-107-200-normal.woff) format('woff'); - unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+886c,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95fa,U+95fd,U+964c,U+96c0,U+971c,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9b4f,U+9e2d,U+9f0e,U+e602,U+e604-e605,U+ff5c; + unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c; } /* noto-serif-sc-[108]-200-normal */ @@ -855,7 +855,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-108-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-108-200-normal.woff) format('woff'); - unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+85aa,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+90aa,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+9675,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; + unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; } /* noto-serif-sc-[109]-200-normal */ @@ -865,7 +865,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-109-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-109-200-normal.woff) format('woff'); - unicode-range: U+a5,U+2022,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; + unicode-range: U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; } /* noto-serif-sc-[110]-200-normal */ @@ -905,7 +905,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-113-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-113-200-normal.woff) format('woff'); - unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4ee4,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; + unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; } /* noto-serif-sc-[114]-200-normal */ @@ -915,7 +915,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-114-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-114-200-normal.woff) format('woff'); - unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6740,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; + unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; } /* noto-serif-sc-[115]-200-normal */ @@ -925,7 +925,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-115-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-115-200-normal.woff) format('woff'); - unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b63,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; + unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; } /* noto-serif-sc-[116]-200-normal */ @@ -935,7 +935,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-116-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-116-200-normal.woff) format('woff'); - unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6d4b,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; + unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; } /* noto-serif-sc-[117]-200-normal */ @@ -945,7 +945,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-117-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-117-200-normal.woff) format('woff'); - unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53ea,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; + unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; } /* noto-serif-sc-[118]-200-normal */ @@ -955,7 +955,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-118-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-118-200-normal.woff) format('woff'); - unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e38,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; + unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; } /* noto-serif-sc-[119]-200-normal */ @@ -965,7 +965,37 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-sc-119-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-119-200-normal.woff) format('woff'); - unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; +} + +/* noto-serif-sc-cyrillic-200-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-sc-cyrillic-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-200-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-sc-vietnamese-200-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-sc-vietnamese-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-200-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-sc-latin-ext-200-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-sc-latin-ext-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-200-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; } /* noto-serif-sc-latin-200-normal */ diff --git a/fonts/google/noto-serif-sc/300.css b/fonts/google/noto-serif-sc/300.css index b9a5a0227cc..a2be42bf247 100644 --- a/fonts/google/noto-serif-sc/300.css +++ b/fonts/google/noto-serif-sc/300.css @@ -35,7 +35,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-21-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-21-300-normal.woff) format('woff'); - unicode-range: U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81,U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff4,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d,U+af34; + unicode-range: U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d; } /* noto-serif-sc-[22]-300-normal */ @@ -45,7 +45,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-22-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-22-300-normal.woff) format('woff'); - unicode-range: U+9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39; + unicode-range: U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81; } /* noto-serif-sc-[23]-300-normal */ @@ -55,7 +55,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-23-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-23-300-normal.woff) format('woff'); - unicode-range: U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80,U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9; + unicode-range: U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f; } /* noto-serif-sc-[24]-300-normal */ @@ -65,7 +65,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-24-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-24-300-normal.woff) format('woff'); - unicode-range: U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d,U+9a80,U+9a83,U+9a85,U+9a87-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9abc,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39; + unicode-range: U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80; } /* noto-serif-sc-[25]-300-normal */ @@ -75,7 +75,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-25-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-25-300-normal.woff) format('woff'); - unicode-range: U+98c8,U+98cf-98d6,U+98da-98db,U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b; + unicode-range: U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d; } /* noto-serif-sc-[26]-300-normal */ @@ -85,7 +85,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-26-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-26-300-normal.woff) format('woff'); - unicode-range: U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c7; + unicode-range: U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db; } /* noto-serif-sc-[27]-300-normal */ @@ -95,7 +95,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-27-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-27-300-normal.woff) format('woff'); - unicode-range: U+95b9-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727; + unicode-range: U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a; } /* noto-serif-sc-[28]-300-normal */ @@ -105,7 +105,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-28-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-28-300-normal.woff) format('woff'); - unicode-range: U+94e7-94ec,U+94ee-94f1,U+94f3,U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8; + unicode-range: U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3; } /* noto-serif-sc-[29]-300-normal */ @@ -115,7 +115,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-29-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-29-300-normal.woff) format('woff'); - unicode-range: U+9410-941a,U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94e6; + unicode-range: U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3; } /* noto-serif-sc-[30]-300-normal */ @@ -125,7 +125,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-30-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-30-300-normal.woff) format('woff'); - unicode-range: U+92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea,U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-940f; + unicode-range: U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a; } /* noto-serif-sc-[31]-300-normal */ @@ -135,7 +135,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-31-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-31-300-normal.woff) format('woff'); - unicode-range: U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6; + unicode-range: U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea; } /* noto-serif-sc-[32]-300-normal */ @@ -145,7 +145,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-32-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-32-300-normal.woff) format('woff'); - unicode-range: U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa,U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a; + unicode-range: U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162; } /* noto-serif-sc-[33]-300-normal */ @@ -155,7 +155,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-33-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-33-300-normal.woff) format('woff'); - unicode-range: U+8e2d-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda; + unicode-range: U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa; } /* noto-serif-sc-[34]-300-normal */ @@ -165,7 +165,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-34-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-34-300-normal.woff) format('woff'); - unicode-range: U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d2e,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e2c; + unicode-range: U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40; } /* noto-serif-sc-[35]-300-normal */ @@ -175,7 +175,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-35-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-35-300-normal.woff) format('woff'); - unicode-range: U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb3-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac; + unicode-range: U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc; } /* noto-serif-sc-[36]-300-normal */ @@ -185,7 +185,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-36-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-36-300-normal.woff) format('woff'); - unicode-range: U+8a02-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13,U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c; + unicode-range: U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d; } /* noto-serif-sc-[37]-300-normal */ @@ -195,7 +195,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-37-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-37-300-normal.woff) format('woff'); - unicode-range: U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f,U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01; + unicode-range: U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13; } /* noto-serif-sc-[38]-300-normal */ @@ -205,7 +205,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-38-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-38-300-normal.woff) format('woff'); - unicode-range: U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864; + unicode-range: U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f; } /* noto-serif-sc-[39]-300-normal */ @@ -215,7 +215,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-39-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-39-300-normal.woff) format('woff'); - unicode-range: U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545,U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df; + unicode-range: U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3; } /* noto-serif-sc-[40]-300-normal */ @@ -225,7 +225,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-40-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-40-300-normal.woff) format('woff'); - unicode-range: U+83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2,U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d; + unicode-range: U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545; } /* noto-serif-sc-[41]-300-normal */ @@ -235,7 +235,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-41-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-41-300-normal.woff) format('woff'); - unicode-range: U+82a9-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6,U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3; + unicode-range: U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2; } /* noto-serif-sc-[42]-300-normal */ @@ -245,7 +245,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-42-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-42-300-normal.woff) format('woff'); - unicode-range: U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160,U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82a8; + unicode-range: U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6; } /* noto-serif-sc-[43]-300-normal */ @@ -255,7 +255,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-43-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-43-300-normal.woff) format('woff'); - unicode-range: U+7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148; + unicode-range: U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160; } /* noto-serif-sc-[44]-300-normal */ @@ -265,7 +265,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-44-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-44-300-normal.woff) format('woff'); - unicode-range: U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb,U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9; + unicode-range: U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014; } /* noto-serif-sc-[45]-300-normal */ @@ -275,7 +275,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-45-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-45-300-normal.woff) format('woff'); - unicode-range: U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1-7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4; + unicode-range: U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb; } /* noto-serif-sc-[46]-300-normal */ @@ -285,7 +285,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-46-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-46-300-normal.woff) format('woff'); - unicode-range: U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7-7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1; + unicode-range: U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1; } /* noto-serif-sc-[47]-300-normal */ @@ -295,7 +295,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-47-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-47-300-normal.woff) format('woff'); - unicode-range: U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1,U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9; + unicode-range: U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7; } /* noto-serif-sc-[48]-300-normal */ @@ -305,7 +305,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-48-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-48-300-normal.woff) format('woff'); - unicode-range: U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4,U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1; + unicode-range: U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1; } /* noto-serif-sc-[49]-300-normal */ @@ -315,7 +315,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-49-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-49-300-normal.woff) format('woff'); - unicode-range: U+797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8; + unicode-range: U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4; } /* noto-serif-sc-[50]-300-normal */ @@ -325,7 +325,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-50-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-50-300-normal.woff) format('woff'); - unicode-range: U+783e,U+7841-7844,U+7847-7849,U+784b-784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b; + unicode-range: U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a; } /* noto-serif-sc-[51]-300-normal */ @@ -335,7 +335,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-51-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-51-300-normal.woff) format('woff'); - unicode-range: U+770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721-7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c; + unicode-range: U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b; } /* noto-serif-sc-[52]-300-normal */ @@ -345,7 +345,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-52-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-52-300-normal.woff) format('woff'); - unicode-range: U+760a-760e,U+7610-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770e; + unicode-range: U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721; } /* noto-serif-sc-[53]-300-normal */ @@ -355,7 +355,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-53-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-53-300-normal.woff) format('woff'); - unicode-range: U+74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508,U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-7609; + unicode-range: U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612; } /* noto-serif-sc-[54]-300-normal */ @@ -365,7 +365,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-54-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-54-300-normal.woff) format('woff'); - unicode-range: U+73e7-73ea,U+73ee-73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee; + unicode-range: U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508; } /* noto-serif-sc-[55]-300-normal */ @@ -375,7 +375,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-55-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-55-300-normal.woff) format('woff'); - unicode-range: U+72dd-72df,U+72e1,U+72e5-72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73e6; + unicode-range: U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef; } /* noto-serif-sc-[56]-300-normal */ @@ -385,7 +385,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-56-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-56-300-normal.woff) format('woff'); - unicode-range: U+719c,U+71a0,U+71a4-71a5,U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db; + unicode-range: U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5; } /* noto-serif-sc-[57]-300-normal */ @@ -395,7 +395,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-57-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-57-300-normal.woff) format('woff'); - unicode-range: U+7005-7006,U+7009,U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198; + unicode-range: U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5; } /* noto-serif-sc-[58]-300-normal */ @@ -405,7 +405,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-58-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-58-300-normal.woff) format('woff'); - unicode-range: U+6ed8-6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f31-6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe; + unicode-range: U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009; } /* noto-serif-sc-[59]-300-normal */ @@ -415,7 +415,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-59-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-59-300-normal.woff) format('woff'); - unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7; + unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8; } /* noto-serif-sc-[60]-300-normal */ @@ -425,7 +425,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-60-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-60-300-normal.woff) format('woff'); - unicode-range: U+6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; + unicode-range: U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; } /* noto-serif-sc-[61]-300-normal */ @@ -435,7 +435,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-61-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-61-300-normal.woff) format('woff'); - unicode-range: U+6b85-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae,U+6cb1; + unicode-range: U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae; } /* noto-serif-sc-[62]-300-normal */ @@ -445,7 +445,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-62-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-62-300-normal.woff) format('woff'); - unicode-range: U+6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b84; + unicode-range: U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82; } /* noto-serif-sc-[63]-300-normal */ @@ -455,7 +455,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-63-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-63-300-normal.woff) format('woff'); - unicode-range: U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc,U+69fe-6a00; + unicode-range: U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc; } /* noto-serif-sc-[64]-300-normal */ @@ -465,7 +465,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-64-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-64-300-normal.woff) format('woff'); - unicode-range: U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1,U+68d3,U+68d7,U+68dd,U+68df; + unicode-range: U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1; } /* noto-serif-sc-[65]-300-normal */ @@ -475,7 +475,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-65-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-65-300-normal.woff) format('woff'); - unicode-range: U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a-678d,U+678f; + unicode-range: U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a; } /* noto-serif-sc-[66]-300-normal */ @@ -485,7 +485,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-66-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-66-300-normal.woff) format('woff'); - unicode-range: U+64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630-6631,U+6633-6634,U+6636; + unicode-range: U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630; } /* noto-serif-sc-[67]-300-normal */ @@ -495,7 +495,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-67-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-67-300-normal.woff) format('woff'); - unicode-range: U+63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0-64f2,U+64f4,U+64f7; + unicode-range: U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0; } /* noto-serif-sc-[68]-300-normal */ @@ -505,7 +505,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-68-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-68-300-normal.woff) format('woff'); - unicode-range: U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5,U+63b7-63bb; + unicode-range: U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5; } /* noto-serif-sc-[69]-300-normal */ @@ -515,7 +515,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-69-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-69-300-normal.woff) format('woff'); - unicode-range: U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226,U+622c,U+622e-6230,U+6232,U+6238; + unicode-range: U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226; } /* noto-serif-sc-[70]-300-normal */ @@ -525,7 +525,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-70-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-70-300-normal.woff) format('woff'); - unicode-range: U+5fd1-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec-60ee,U+60f0-60f1,U+60f4,U+60f6; + unicode-range: U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec; } /* noto-serif-sc-[71]-300-normal */ @@ -535,7 +535,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-71-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-71-300-normal.woff) format('woff'); - unicode-range: U+5ea3-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc,U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd0; + unicode-range: U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc; } /* noto-serif-sc-[72]-300-normal */ @@ -545,7 +545,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-72-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-72-300-normal.woff) format('woff'); - unicode-range: U+5d32-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea2; + unicode-range: U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96; } /* noto-serif-sc-[73]-300-normal */ @@ -555,7 +555,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-73-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-73-300-normal.woff) format('woff'); - unicode-range: U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d27,U+5d2e-5d31; + unicode-range: U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25; } /* noto-serif-sc-[74]-300-normal */ @@ -565,7 +565,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-74-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-74-300-normal.woff) format('woff'); - unicode-range: U+5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be7,U+5be9,U+5beb-5bec,U+5bee-5bf0,U+5bf2-5bf3; + unicode-range: U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb; } /* noto-serif-sc-[75]-300-normal */ @@ -575,7 +575,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-75-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-75-300-normal.woff) format('woff'); - unicode-range: U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e,U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1; + unicode-range: U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e; } /* noto-serif-sc-[76]-300-normal */ @@ -585,7 +585,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-76-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-76-300-normal.woff) format('woff'); - unicode-range: U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968,U+596a,U+596c-596e,U+5977,U+597b-597c; + unicode-range: U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968; } /* noto-serif-sc-[77]-300-normal */ @@ -595,7 +595,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-77-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-77-300-normal.woff) format('woff'); - unicode-range: U+570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-5820,U+5822-5823,U+5825-5826,U+582c,U+582f; + unicode-range: U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f; } /* noto-serif-sc-[78]-300-normal */ @@ -605,7 +605,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-78-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-78-300-normal.woff) format('woff'); - unicode-range: U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709; + unicode-range: U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8; } /* noto-serif-sc-[79]-300-normal */ @@ -615,7 +615,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-79-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-79-300-normal.woff) format('woff'); - unicode-range: U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3,U+55f5-55f7,U+55fb,U+55fe,U+5600-5601; + unicode-range: U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3; } /* noto-serif-sc-[80]-300-normal */ @@ -625,7 +625,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-80-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-80-300-normal.woff) format('woff'); - unicode-range: U+53fb-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550f,U+5511-5514,U+5516-5517; + unicode-range: U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e; } /* noto-serif-sc-[81]-300-normal */ @@ -635,7 +635,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-81-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-81-300-normal.woff) format('woff'); - unicode-range: U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5340,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2,U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa; + unicode-range: U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2; } /* noto-serif-sc-[82]-300-normal */ @@ -645,7 +645,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-82-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-82-300-normal.woff) format('woff'); - unicode-range: U+5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287,U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a; + unicode-range: U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287; } /* noto-serif-sc-[83]-300-normal */ @@ -655,7 +655,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-83-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-83-300-normal.woff) format('woff'); - unicode-range: U+4fe3-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102,U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f; + unicode-range: U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102; } /* noto-serif-sc-[84]-300-normal */ @@ -665,7 +665,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-84-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-84-300-normal.woff) format('woff'); - unicode-range: U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0-4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2; + unicode-range: U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0; } /* noto-serif-sc-[85]-300-normal */ @@ -675,7 +675,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-85-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-85-300-normal.woff) format('woff'); - unicode-range: U+3127-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2-4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6; + unicode-range: U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2; } /* noto-serif-sc-[86]-300-normal */ @@ -685,7 +685,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-86-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-86-300-normal.woff) format('woff'); - unicode-range: U+279c,U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126; + unicode-range: U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128; } /* noto-serif-sc-[87]-300-normal */ @@ -695,7 +695,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-87-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-87-300-normal.woff) format('woff'); - unicode-range: U+2650-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796; + unicode-range: U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c; } /* noto-serif-sc-[88]-300-normal */ @@ -705,7 +705,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-88-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-88-300-normal.woff) format('woff'); - unicode-range: U+254b,U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-264f; + unicode-range: U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650; } /* noto-serif-sc-[89]-300-normal */ @@ -715,7 +715,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-89-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-89-300-normal.woff) format('woff'); - unicode-range: U+23e9,U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a; + unicode-range: U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b; } /* noto-serif-sc-[90]-300-normal */ @@ -725,7 +725,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-90-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-90-300-normal.woff) format('woff'); - unicode-range: U+207b-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0; + unicode-range: U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9; } /* noto-serif-sc-[91]-300-normal */ @@ -735,7 +735,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-91-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-91-300-normal.woff) format('woff'); - unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2027-2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a; + unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b; } /* noto-serif-sc-[97]-300-normal */ @@ -775,7 +775,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-100-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-100-300-normal.woff) format('woff'); - unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+560e,U+5618,U+565c,U+56bc,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ac9,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+620c,U+62c7,U+62ed,U+6320,U+6345,U+6390,U+63b0,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+72e9,U+733f,U+7396,U+739f,U+7459-745a,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8aaa,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+9a6f,U+9a8b,U+9ab7,U+9ac5,U+9e25,U+e608,U+ff06,U+ff14-ff16; + unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16; } /* noto-serif-sc-[101]-300-normal */ @@ -785,7 +785,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-101-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-101-300-normal.woff) format('woff'); - unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+2463,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+516e,U+51c4,U+5225,U+5364,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+5662,U+5669,U+566c,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+6273,U+62f7,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6ed5,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+7409,U+7422,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+803f,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8c41,U+8cec,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9704,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+9f9a,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e,U+ff3d; + unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e; } /* noto-serif-sc-[102]-300-normal */ @@ -795,7 +795,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-102-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-102-300-normal.woff) format('woff'); - unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+60df,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+6813,U+6869,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+73fe,U+7405,U+7455,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+8046,U+80fa,U+81b3,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+904e,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+9119,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+f012b; + unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b; } /* noto-serif-sc-[103]-300-normal */ @@ -805,7 +805,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-103-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-103-300-normal.woff) format('woff'); - unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5a1f,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+5f6c,U+603c,U+609a,U+6168,U+61c8,U+6236,U+62d0,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+6703,U+67da,U+67ec,U+6816,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+7410,U+7426,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8d50,U+8e72,U+8f9c,U+900d,U+904b,U+9063,U+90a2,U+90b9,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+9631,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; + unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; } /* noto-serif-sc-[104]-300-normal */ @@ -815,7 +815,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-104-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-104-300-normal.woff) format('woff'); - unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a49,U+5ac2,U+5bb0,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f8c,U+608d,U+611b,U+6127,U+62a0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6e9c,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+8328,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d63,U+8e81,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9540,U+9610,U+9699,U+96c7,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; + unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; } /* noto-serif-sc-[105]-300-normal */ @@ -825,7 +825,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-105-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-105-300-normal.woff) format('woff'); - unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+300f,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54b1,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+61be,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6380,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82ad,U+82bd,U+8305,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+958b,U+9600,U+9640,U+96b6,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; + unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; } /* noto-serif-sc-[106]-300-normal */ @@ -835,7 +835,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-106-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-106-300-normal.woff) format('woff'); - unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+8304,U+8393,U+83b9,U+83ca,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95ef,U+95f7,U+9706,U+9709,U+9774,U+9887,U+98a0,U+9e64,U+9f9f,U+e601,U+e603; + unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603; } /* noto-serif-sc-[107]-300-normal */ @@ -845,7 +845,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-107-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-107-300-normal.woff) format('woff'); - unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+886c,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95fa,U+95fd,U+964c,U+96c0,U+971c,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9b4f,U+9e2d,U+9f0e,U+e602,U+e604-e605,U+ff5c; + unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c; } /* noto-serif-sc-[108]-300-normal */ @@ -855,7 +855,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-108-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-108-300-normal.woff) format('woff'); - unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+85aa,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+90aa,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+9675,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; + unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; } /* noto-serif-sc-[109]-300-normal */ @@ -865,7 +865,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-109-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-109-300-normal.woff) format('woff'); - unicode-range: U+a5,U+2022,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; + unicode-range: U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; } /* noto-serif-sc-[110]-300-normal */ @@ -905,7 +905,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-113-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-113-300-normal.woff) format('woff'); - unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4ee4,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; + unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; } /* noto-serif-sc-[114]-300-normal */ @@ -915,7 +915,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-114-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-114-300-normal.woff) format('woff'); - unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6740,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; + unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; } /* noto-serif-sc-[115]-300-normal */ @@ -925,7 +925,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-115-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-115-300-normal.woff) format('woff'); - unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b63,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; + unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; } /* noto-serif-sc-[116]-300-normal */ @@ -935,7 +935,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-116-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-116-300-normal.woff) format('woff'); - unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6d4b,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; + unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; } /* noto-serif-sc-[117]-300-normal */ @@ -945,7 +945,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-117-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-117-300-normal.woff) format('woff'); - unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53ea,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; + unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; } /* noto-serif-sc-[118]-300-normal */ @@ -955,7 +955,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-118-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-118-300-normal.woff) format('woff'); - unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e38,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; + unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; } /* noto-serif-sc-[119]-300-normal */ @@ -965,7 +965,37 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-sc-119-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-119-300-normal.woff) format('woff'); - unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; +} + +/* noto-serif-sc-cyrillic-300-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-sc-cyrillic-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-300-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-sc-vietnamese-300-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-sc-vietnamese-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-300-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-sc-latin-ext-300-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-sc-latin-ext-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-300-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; } /* noto-serif-sc-latin-300-normal */ diff --git a/fonts/google/noto-serif-sc/400.css b/fonts/google/noto-serif-sc/400.css index 34918efbea5..f08591a2f7f 100644 --- a/fonts/google/noto-serif-sc/400.css +++ b/fonts/google/noto-serif-sc/400.css @@ -35,7 +35,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-21-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-21-400-normal.woff) format('woff'); - unicode-range: U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81,U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff4,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d,U+af34; + unicode-range: U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d; } /* noto-serif-sc-[22]-400-normal */ @@ -45,7 +45,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-22-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-22-400-normal.woff) format('woff'); - unicode-range: U+9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39; + unicode-range: U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81; } /* noto-serif-sc-[23]-400-normal */ @@ -55,7 +55,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-23-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-23-400-normal.woff) format('woff'); - unicode-range: U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80,U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9; + unicode-range: U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f; } /* noto-serif-sc-[24]-400-normal */ @@ -65,7 +65,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-24-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-24-400-normal.woff) format('woff'); - unicode-range: U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d,U+9a80,U+9a83,U+9a85,U+9a87-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9abc,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39; + unicode-range: U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80; } /* noto-serif-sc-[25]-400-normal */ @@ -75,7 +75,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-25-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-25-400-normal.woff) format('woff'); - unicode-range: U+98c8,U+98cf-98d6,U+98da-98db,U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b; + unicode-range: U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d; } /* noto-serif-sc-[26]-400-normal */ @@ -85,7 +85,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-26-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-26-400-normal.woff) format('woff'); - unicode-range: U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c7; + unicode-range: U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db; } /* noto-serif-sc-[27]-400-normal */ @@ -95,7 +95,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-27-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-27-400-normal.woff) format('woff'); - unicode-range: U+95b9-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727; + unicode-range: U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a; } /* noto-serif-sc-[28]-400-normal */ @@ -105,7 +105,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-28-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-28-400-normal.woff) format('woff'); - unicode-range: U+94e7-94ec,U+94ee-94f1,U+94f3,U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8; + unicode-range: U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3; } /* noto-serif-sc-[29]-400-normal */ @@ -115,7 +115,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-29-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-29-400-normal.woff) format('woff'); - unicode-range: U+9410-941a,U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94e6; + unicode-range: U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3; } /* noto-serif-sc-[30]-400-normal */ @@ -125,7 +125,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-30-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-30-400-normal.woff) format('woff'); - unicode-range: U+92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea,U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-940f; + unicode-range: U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a; } /* noto-serif-sc-[31]-400-normal */ @@ -135,7 +135,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-31-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-31-400-normal.woff) format('woff'); - unicode-range: U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6; + unicode-range: U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea; } /* noto-serif-sc-[32]-400-normal */ @@ -145,7 +145,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-32-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-32-400-normal.woff) format('woff'); - unicode-range: U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa,U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a; + unicode-range: U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162; } /* noto-serif-sc-[33]-400-normal */ @@ -155,7 +155,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-33-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-33-400-normal.woff) format('woff'); - unicode-range: U+8e2d-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda; + unicode-range: U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa; } /* noto-serif-sc-[34]-400-normal */ @@ -165,7 +165,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-34-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-34-400-normal.woff) format('woff'); - unicode-range: U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d2e,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e2c; + unicode-range: U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40; } /* noto-serif-sc-[35]-400-normal */ @@ -175,7 +175,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-35-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-35-400-normal.woff) format('woff'); - unicode-range: U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb3-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac; + unicode-range: U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc; } /* noto-serif-sc-[36]-400-normal */ @@ -185,7 +185,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-36-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-36-400-normal.woff) format('woff'); - unicode-range: U+8a02-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13,U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c; + unicode-range: U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d; } /* noto-serif-sc-[37]-400-normal */ @@ -195,7 +195,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-37-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-37-400-normal.woff) format('woff'); - unicode-range: U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f,U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01; + unicode-range: U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13; } /* noto-serif-sc-[38]-400-normal */ @@ -205,7 +205,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-38-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-38-400-normal.woff) format('woff'); - unicode-range: U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864; + unicode-range: U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f; } /* noto-serif-sc-[39]-400-normal */ @@ -215,7 +215,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-39-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-39-400-normal.woff) format('woff'); - unicode-range: U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545,U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df; + unicode-range: U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3; } /* noto-serif-sc-[40]-400-normal */ @@ -225,7 +225,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-40-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-40-400-normal.woff) format('woff'); - unicode-range: U+83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2,U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d; + unicode-range: U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545; } /* noto-serif-sc-[41]-400-normal */ @@ -235,7 +235,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-41-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-41-400-normal.woff) format('woff'); - unicode-range: U+82a9-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6,U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3; + unicode-range: U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2; } /* noto-serif-sc-[42]-400-normal */ @@ -245,7 +245,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-42-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-42-400-normal.woff) format('woff'); - unicode-range: U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160,U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82a8; + unicode-range: U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6; } /* noto-serif-sc-[43]-400-normal */ @@ -255,7 +255,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-43-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-43-400-normal.woff) format('woff'); - unicode-range: U+7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148; + unicode-range: U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160; } /* noto-serif-sc-[44]-400-normal */ @@ -265,7 +265,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-44-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-44-400-normal.woff) format('woff'); - unicode-range: U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb,U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9; + unicode-range: U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014; } /* noto-serif-sc-[45]-400-normal */ @@ -275,7 +275,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-45-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-45-400-normal.woff) format('woff'); - unicode-range: U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1-7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4; + unicode-range: U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb; } /* noto-serif-sc-[46]-400-normal */ @@ -285,7 +285,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-46-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-46-400-normal.woff) format('woff'); - unicode-range: U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7-7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1; + unicode-range: U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1; } /* noto-serif-sc-[47]-400-normal */ @@ -295,7 +295,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-47-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-47-400-normal.woff) format('woff'); - unicode-range: U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1,U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9; + unicode-range: U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7; } /* noto-serif-sc-[48]-400-normal */ @@ -305,7 +305,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-48-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-48-400-normal.woff) format('woff'); - unicode-range: U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4,U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1; + unicode-range: U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1; } /* noto-serif-sc-[49]-400-normal */ @@ -315,7 +315,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-49-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-49-400-normal.woff) format('woff'); - unicode-range: U+797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8; + unicode-range: U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4; } /* noto-serif-sc-[50]-400-normal */ @@ -325,7 +325,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-50-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-50-400-normal.woff) format('woff'); - unicode-range: U+783e,U+7841-7844,U+7847-7849,U+784b-784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b; + unicode-range: U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a; } /* noto-serif-sc-[51]-400-normal */ @@ -335,7 +335,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-51-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-51-400-normal.woff) format('woff'); - unicode-range: U+770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721-7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c; + unicode-range: U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b; } /* noto-serif-sc-[52]-400-normal */ @@ -345,7 +345,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-52-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-52-400-normal.woff) format('woff'); - unicode-range: U+760a-760e,U+7610-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770e; + unicode-range: U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721; } /* noto-serif-sc-[53]-400-normal */ @@ -355,7 +355,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-53-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-53-400-normal.woff) format('woff'); - unicode-range: U+74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508,U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-7609; + unicode-range: U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612; } /* noto-serif-sc-[54]-400-normal */ @@ -365,7 +365,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-54-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-54-400-normal.woff) format('woff'); - unicode-range: U+73e7-73ea,U+73ee-73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee; + unicode-range: U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508; } /* noto-serif-sc-[55]-400-normal */ @@ -375,7 +375,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-55-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-55-400-normal.woff) format('woff'); - unicode-range: U+72dd-72df,U+72e1,U+72e5-72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73e6; + unicode-range: U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef; } /* noto-serif-sc-[56]-400-normal */ @@ -385,7 +385,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-56-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-56-400-normal.woff) format('woff'); - unicode-range: U+719c,U+71a0,U+71a4-71a5,U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db; + unicode-range: U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5; } /* noto-serif-sc-[57]-400-normal */ @@ -395,7 +395,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-57-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-57-400-normal.woff) format('woff'); - unicode-range: U+7005-7006,U+7009,U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198; + unicode-range: U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5; } /* noto-serif-sc-[58]-400-normal */ @@ -405,7 +405,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-58-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-58-400-normal.woff) format('woff'); - unicode-range: U+6ed8-6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f31-6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe; + unicode-range: U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009; } /* noto-serif-sc-[59]-400-normal */ @@ -415,7 +415,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-59-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-59-400-normal.woff) format('woff'); - unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7; + unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8; } /* noto-serif-sc-[60]-400-normal */ @@ -425,7 +425,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-60-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-60-400-normal.woff) format('woff'); - unicode-range: U+6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; + unicode-range: U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; } /* noto-serif-sc-[61]-400-normal */ @@ -435,7 +435,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-61-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-61-400-normal.woff) format('woff'); - unicode-range: U+6b85-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae,U+6cb1; + unicode-range: U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae; } /* noto-serif-sc-[62]-400-normal */ @@ -445,7 +445,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-62-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-62-400-normal.woff) format('woff'); - unicode-range: U+6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b84; + unicode-range: U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82; } /* noto-serif-sc-[63]-400-normal */ @@ -455,7 +455,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-63-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-63-400-normal.woff) format('woff'); - unicode-range: U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc,U+69fe-6a00; + unicode-range: U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc; } /* noto-serif-sc-[64]-400-normal */ @@ -465,7 +465,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-64-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-64-400-normal.woff) format('woff'); - unicode-range: U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1,U+68d3,U+68d7,U+68dd,U+68df; + unicode-range: U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1; } /* noto-serif-sc-[65]-400-normal */ @@ -475,7 +475,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-65-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-65-400-normal.woff) format('woff'); - unicode-range: U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a-678d,U+678f; + unicode-range: U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a; } /* noto-serif-sc-[66]-400-normal */ @@ -485,7 +485,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-66-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-66-400-normal.woff) format('woff'); - unicode-range: U+64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630-6631,U+6633-6634,U+6636; + unicode-range: U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630; } /* noto-serif-sc-[67]-400-normal */ @@ -495,7 +495,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-67-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-67-400-normal.woff) format('woff'); - unicode-range: U+63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0-64f2,U+64f4,U+64f7; + unicode-range: U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0; } /* noto-serif-sc-[68]-400-normal */ @@ -505,7 +505,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-68-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-68-400-normal.woff) format('woff'); - unicode-range: U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5,U+63b7-63bb; + unicode-range: U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5; } /* noto-serif-sc-[69]-400-normal */ @@ -515,7 +515,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-69-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-69-400-normal.woff) format('woff'); - unicode-range: U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226,U+622c,U+622e-6230,U+6232,U+6238; + unicode-range: U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226; } /* noto-serif-sc-[70]-400-normal */ @@ -525,7 +525,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-70-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-70-400-normal.woff) format('woff'); - unicode-range: U+5fd1-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec-60ee,U+60f0-60f1,U+60f4,U+60f6; + unicode-range: U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec; } /* noto-serif-sc-[71]-400-normal */ @@ -535,7 +535,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-71-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-71-400-normal.woff) format('woff'); - unicode-range: U+5ea3-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc,U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd0; + unicode-range: U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc; } /* noto-serif-sc-[72]-400-normal */ @@ -545,7 +545,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-72-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-72-400-normal.woff) format('woff'); - unicode-range: U+5d32-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea2; + unicode-range: U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96; } /* noto-serif-sc-[73]-400-normal */ @@ -555,7 +555,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-73-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-73-400-normal.woff) format('woff'); - unicode-range: U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d27,U+5d2e-5d31; + unicode-range: U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25; } /* noto-serif-sc-[74]-400-normal */ @@ -565,7 +565,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-74-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-74-400-normal.woff) format('woff'); - unicode-range: U+5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be7,U+5be9,U+5beb-5bec,U+5bee-5bf0,U+5bf2-5bf3; + unicode-range: U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb; } /* noto-serif-sc-[75]-400-normal */ @@ -575,7 +575,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-75-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-75-400-normal.woff) format('woff'); - unicode-range: U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e,U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1; + unicode-range: U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e; } /* noto-serif-sc-[76]-400-normal */ @@ -585,7 +585,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-76-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-76-400-normal.woff) format('woff'); - unicode-range: U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968,U+596a,U+596c-596e,U+5977,U+597b-597c; + unicode-range: U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968; } /* noto-serif-sc-[77]-400-normal */ @@ -595,7 +595,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-77-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-77-400-normal.woff) format('woff'); - unicode-range: U+570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-5820,U+5822-5823,U+5825-5826,U+582c,U+582f; + unicode-range: U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f; } /* noto-serif-sc-[78]-400-normal */ @@ -605,7 +605,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-78-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-78-400-normal.woff) format('woff'); - unicode-range: U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709; + unicode-range: U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8; } /* noto-serif-sc-[79]-400-normal */ @@ -615,7 +615,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-79-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-79-400-normal.woff) format('woff'); - unicode-range: U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3,U+55f5-55f7,U+55fb,U+55fe,U+5600-5601; + unicode-range: U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3; } /* noto-serif-sc-[80]-400-normal */ @@ -625,7 +625,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-80-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-80-400-normal.woff) format('woff'); - unicode-range: U+53fb-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550f,U+5511-5514,U+5516-5517; + unicode-range: U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e; } /* noto-serif-sc-[81]-400-normal */ @@ -635,7 +635,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-81-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-81-400-normal.woff) format('woff'); - unicode-range: U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5340,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2,U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa; + unicode-range: U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2; } /* noto-serif-sc-[82]-400-normal */ @@ -645,7 +645,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-82-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-82-400-normal.woff) format('woff'); - unicode-range: U+5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287,U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a; + unicode-range: U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287; } /* noto-serif-sc-[83]-400-normal */ @@ -655,7 +655,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-83-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-83-400-normal.woff) format('woff'); - unicode-range: U+4fe3-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102,U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f; + unicode-range: U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102; } /* noto-serif-sc-[84]-400-normal */ @@ -665,7 +665,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-84-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-84-400-normal.woff) format('woff'); - unicode-range: U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0-4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2; + unicode-range: U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0; } /* noto-serif-sc-[85]-400-normal */ @@ -675,7 +675,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-85-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-85-400-normal.woff) format('woff'); - unicode-range: U+3127-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2-4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6; + unicode-range: U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2; } /* noto-serif-sc-[86]-400-normal */ @@ -685,7 +685,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-86-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-86-400-normal.woff) format('woff'); - unicode-range: U+279c,U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126; + unicode-range: U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128; } /* noto-serif-sc-[87]-400-normal */ @@ -695,7 +695,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-87-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-87-400-normal.woff) format('woff'); - unicode-range: U+2650-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796; + unicode-range: U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c; } /* noto-serif-sc-[88]-400-normal */ @@ -705,7 +705,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-88-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-88-400-normal.woff) format('woff'); - unicode-range: U+254b,U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-264f; + unicode-range: U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650; } /* noto-serif-sc-[89]-400-normal */ @@ -715,7 +715,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-89-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-89-400-normal.woff) format('woff'); - unicode-range: U+23e9,U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a; + unicode-range: U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b; } /* noto-serif-sc-[90]-400-normal */ @@ -725,7 +725,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-90-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-90-400-normal.woff) format('woff'); - unicode-range: U+207b-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0; + unicode-range: U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9; } /* noto-serif-sc-[91]-400-normal */ @@ -735,7 +735,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-91-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-91-400-normal.woff) format('woff'); - unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2027-2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a; + unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b; } /* noto-serif-sc-[97]-400-normal */ @@ -775,7 +775,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-100-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-100-400-normal.woff) format('woff'); - unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+560e,U+5618,U+565c,U+56bc,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ac9,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+620c,U+62c7,U+62ed,U+6320,U+6345,U+6390,U+63b0,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+72e9,U+733f,U+7396,U+739f,U+7459-745a,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8aaa,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+9a6f,U+9a8b,U+9ab7,U+9ac5,U+9e25,U+e608,U+ff06,U+ff14-ff16; + unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16; } /* noto-serif-sc-[101]-400-normal */ @@ -785,7 +785,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-101-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-101-400-normal.woff) format('woff'); - unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+2463,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+516e,U+51c4,U+5225,U+5364,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+5662,U+5669,U+566c,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+6273,U+62f7,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6ed5,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+7409,U+7422,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+803f,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8c41,U+8cec,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9704,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+9f9a,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e,U+ff3d; + unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e; } /* noto-serif-sc-[102]-400-normal */ @@ -795,7 +795,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-102-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-102-400-normal.woff) format('woff'); - unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+60df,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+6813,U+6869,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+73fe,U+7405,U+7455,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+8046,U+80fa,U+81b3,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+904e,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+9119,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+f012b; + unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b; } /* noto-serif-sc-[103]-400-normal */ @@ -805,7 +805,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-103-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-103-400-normal.woff) format('woff'); - unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5a1f,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+5f6c,U+603c,U+609a,U+6168,U+61c8,U+6236,U+62d0,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+6703,U+67da,U+67ec,U+6816,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+7410,U+7426,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8d50,U+8e72,U+8f9c,U+900d,U+904b,U+9063,U+90a2,U+90b9,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+9631,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; + unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; } /* noto-serif-sc-[104]-400-normal */ @@ -815,7 +815,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-104-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-104-400-normal.woff) format('woff'); - unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a49,U+5ac2,U+5bb0,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f8c,U+608d,U+611b,U+6127,U+62a0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6e9c,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+8328,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d63,U+8e81,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9540,U+9610,U+9699,U+96c7,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; + unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; } /* noto-serif-sc-[105]-400-normal */ @@ -825,7 +825,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-105-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-105-400-normal.woff) format('woff'); - unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+300f,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54b1,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+61be,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6380,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82ad,U+82bd,U+8305,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+958b,U+9600,U+9640,U+96b6,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; + unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; } /* noto-serif-sc-[106]-400-normal */ @@ -835,7 +835,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-106-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-106-400-normal.woff) format('woff'); - unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+8304,U+8393,U+83b9,U+83ca,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95ef,U+95f7,U+9706,U+9709,U+9774,U+9887,U+98a0,U+9e64,U+9f9f,U+e601,U+e603; + unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603; } /* noto-serif-sc-[107]-400-normal */ @@ -845,7 +845,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-107-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-107-400-normal.woff) format('woff'); - unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+886c,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95fa,U+95fd,U+964c,U+96c0,U+971c,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9b4f,U+9e2d,U+9f0e,U+e602,U+e604-e605,U+ff5c; + unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c; } /* noto-serif-sc-[108]-400-normal */ @@ -855,7 +855,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-108-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-108-400-normal.woff) format('woff'); - unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+85aa,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+90aa,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+9675,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; + unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; } /* noto-serif-sc-[109]-400-normal */ @@ -865,7 +865,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-109-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-109-400-normal.woff) format('woff'); - unicode-range: U+a5,U+2022,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; + unicode-range: U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; } /* noto-serif-sc-[110]-400-normal */ @@ -905,7 +905,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-113-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-113-400-normal.woff) format('woff'); - unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4ee4,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; + unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; } /* noto-serif-sc-[114]-400-normal */ @@ -915,7 +915,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-114-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-114-400-normal.woff) format('woff'); - unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6740,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; + unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; } /* noto-serif-sc-[115]-400-normal */ @@ -925,7 +925,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-115-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-115-400-normal.woff) format('woff'); - unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b63,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; + unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; } /* noto-serif-sc-[116]-400-normal */ @@ -935,7 +935,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-116-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-116-400-normal.woff) format('woff'); - unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6d4b,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; + unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; } /* noto-serif-sc-[117]-400-normal */ @@ -945,7 +945,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-117-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-117-400-normal.woff) format('woff'); - unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53ea,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; + unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; } /* noto-serif-sc-[118]-400-normal */ @@ -955,7 +955,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-118-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-118-400-normal.woff) format('woff'); - unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e38,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; + unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; } /* noto-serif-sc-[119]-400-normal */ @@ -965,7 +965,37 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-119-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-119-400-normal.woff) format('woff'); - unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; +} + +/* noto-serif-sc-cyrillic-400-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-sc-cyrillic-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-400-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-sc-vietnamese-400-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-sc-vietnamese-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-400-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-sc-latin-ext-400-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-sc-latin-ext-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-400-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; } /* noto-serif-sc-latin-400-normal */ diff --git a/fonts/google/noto-serif-sc/500.css b/fonts/google/noto-serif-sc/500.css index 44ce8243311..9ed2a434bbc 100644 --- a/fonts/google/noto-serif-sc/500.css +++ b/fonts/google/noto-serif-sc/500.css @@ -35,7 +35,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-21-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-21-500-normal.woff) format('woff'); - unicode-range: U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81,U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff4,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d,U+af34; + unicode-range: U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d; } /* noto-serif-sc-[22]-500-normal */ @@ -45,7 +45,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-22-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-22-500-normal.woff) format('woff'); - unicode-range: U+9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39; + unicode-range: U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81; } /* noto-serif-sc-[23]-500-normal */ @@ -55,7 +55,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-23-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-23-500-normal.woff) format('woff'); - unicode-range: U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80,U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9; + unicode-range: U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f; } /* noto-serif-sc-[24]-500-normal */ @@ -65,7 +65,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-24-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-24-500-normal.woff) format('woff'); - unicode-range: U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d,U+9a80,U+9a83,U+9a85,U+9a87-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9abc,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39; + unicode-range: U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80; } /* noto-serif-sc-[25]-500-normal */ @@ -75,7 +75,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-25-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-25-500-normal.woff) format('woff'); - unicode-range: U+98c8,U+98cf-98d6,U+98da-98db,U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b; + unicode-range: U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d; } /* noto-serif-sc-[26]-500-normal */ @@ -85,7 +85,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-26-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-26-500-normal.woff) format('woff'); - unicode-range: U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c7; + unicode-range: U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db; } /* noto-serif-sc-[27]-500-normal */ @@ -95,7 +95,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-27-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-27-500-normal.woff) format('woff'); - unicode-range: U+95b9-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727; + unicode-range: U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a; } /* noto-serif-sc-[28]-500-normal */ @@ -105,7 +105,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-28-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-28-500-normal.woff) format('woff'); - unicode-range: U+94e7-94ec,U+94ee-94f1,U+94f3,U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8; + unicode-range: U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3; } /* noto-serif-sc-[29]-500-normal */ @@ -115,7 +115,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-29-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-29-500-normal.woff) format('woff'); - unicode-range: U+9410-941a,U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94e6; + unicode-range: U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3; } /* noto-serif-sc-[30]-500-normal */ @@ -125,7 +125,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-30-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-30-500-normal.woff) format('woff'); - unicode-range: U+92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea,U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-940f; + unicode-range: U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a; } /* noto-serif-sc-[31]-500-normal */ @@ -135,7 +135,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-31-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-31-500-normal.woff) format('woff'); - unicode-range: U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6; + unicode-range: U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea; } /* noto-serif-sc-[32]-500-normal */ @@ -145,7 +145,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-32-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-32-500-normal.woff) format('woff'); - unicode-range: U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa,U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a; + unicode-range: U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162; } /* noto-serif-sc-[33]-500-normal */ @@ -155,7 +155,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-33-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-33-500-normal.woff) format('woff'); - unicode-range: U+8e2d-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda; + unicode-range: U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa; } /* noto-serif-sc-[34]-500-normal */ @@ -165,7 +165,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-34-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-34-500-normal.woff) format('woff'); - unicode-range: U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d2e,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e2c; + unicode-range: U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40; } /* noto-serif-sc-[35]-500-normal */ @@ -175,7 +175,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-35-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-35-500-normal.woff) format('woff'); - unicode-range: U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb3-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac; + unicode-range: U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc; } /* noto-serif-sc-[36]-500-normal */ @@ -185,7 +185,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-36-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-36-500-normal.woff) format('woff'); - unicode-range: U+8a02-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13,U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c; + unicode-range: U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d; } /* noto-serif-sc-[37]-500-normal */ @@ -195,7 +195,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-37-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-37-500-normal.woff) format('woff'); - unicode-range: U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f,U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01; + unicode-range: U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13; } /* noto-serif-sc-[38]-500-normal */ @@ -205,7 +205,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-38-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-38-500-normal.woff) format('woff'); - unicode-range: U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864; + unicode-range: U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f; } /* noto-serif-sc-[39]-500-normal */ @@ -215,7 +215,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-39-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-39-500-normal.woff) format('woff'); - unicode-range: U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545,U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df; + unicode-range: U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3; } /* noto-serif-sc-[40]-500-normal */ @@ -225,7 +225,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-40-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-40-500-normal.woff) format('woff'); - unicode-range: U+83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2,U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d; + unicode-range: U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545; } /* noto-serif-sc-[41]-500-normal */ @@ -235,7 +235,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-41-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-41-500-normal.woff) format('woff'); - unicode-range: U+82a9-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6,U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3; + unicode-range: U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2; } /* noto-serif-sc-[42]-500-normal */ @@ -245,7 +245,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-42-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-42-500-normal.woff) format('woff'); - unicode-range: U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160,U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82a8; + unicode-range: U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6; } /* noto-serif-sc-[43]-500-normal */ @@ -255,7 +255,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-43-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-43-500-normal.woff) format('woff'); - unicode-range: U+7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148; + unicode-range: U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160; } /* noto-serif-sc-[44]-500-normal */ @@ -265,7 +265,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-44-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-44-500-normal.woff) format('woff'); - unicode-range: U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb,U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9; + unicode-range: U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014; } /* noto-serif-sc-[45]-500-normal */ @@ -275,7 +275,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-45-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-45-500-normal.woff) format('woff'); - unicode-range: U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1-7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4; + unicode-range: U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb; } /* noto-serif-sc-[46]-500-normal */ @@ -285,7 +285,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-46-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-46-500-normal.woff) format('woff'); - unicode-range: U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7-7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1; + unicode-range: U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1; } /* noto-serif-sc-[47]-500-normal */ @@ -295,7 +295,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-47-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-47-500-normal.woff) format('woff'); - unicode-range: U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1,U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9; + unicode-range: U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7; } /* noto-serif-sc-[48]-500-normal */ @@ -305,7 +305,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-48-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-48-500-normal.woff) format('woff'); - unicode-range: U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4,U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1; + unicode-range: U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1; } /* noto-serif-sc-[49]-500-normal */ @@ -315,7 +315,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-49-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-49-500-normal.woff) format('woff'); - unicode-range: U+797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8; + unicode-range: U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4; } /* noto-serif-sc-[50]-500-normal */ @@ -325,7 +325,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-50-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-50-500-normal.woff) format('woff'); - unicode-range: U+783e,U+7841-7844,U+7847-7849,U+784b-784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b; + unicode-range: U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a; } /* noto-serif-sc-[51]-500-normal */ @@ -335,7 +335,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-51-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-51-500-normal.woff) format('woff'); - unicode-range: U+770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721-7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c; + unicode-range: U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b; } /* noto-serif-sc-[52]-500-normal */ @@ -345,7 +345,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-52-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-52-500-normal.woff) format('woff'); - unicode-range: U+760a-760e,U+7610-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770e; + unicode-range: U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721; } /* noto-serif-sc-[53]-500-normal */ @@ -355,7 +355,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-53-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-53-500-normal.woff) format('woff'); - unicode-range: U+74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508,U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-7609; + unicode-range: U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612; } /* noto-serif-sc-[54]-500-normal */ @@ -365,7 +365,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-54-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-54-500-normal.woff) format('woff'); - unicode-range: U+73e7-73ea,U+73ee-73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee; + unicode-range: U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508; } /* noto-serif-sc-[55]-500-normal */ @@ -375,7 +375,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-55-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-55-500-normal.woff) format('woff'); - unicode-range: U+72dd-72df,U+72e1,U+72e5-72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73e6; + unicode-range: U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef; } /* noto-serif-sc-[56]-500-normal */ @@ -385,7 +385,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-56-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-56-500-normal.woff) format('woff'); - unicode-range: U+719c,U+71a0,U+71a4-71a5,U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db; + unicode-range: U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5; } /* noto-serif-sc-[57]-500-normal */ @@ -395,7 +395,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-57-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-57-500-normal.woff) format('woff'); - unicode-range: U+7005-7006,U+7009,U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198; + unicode-range: U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5; } /* noto-serif-sc-[58]-500-normal */ @@ -405,7 +405,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-58-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-58-500-normal.woff) format('woff'); - unicode-range: U+6ed8-6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f31-6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe; + unicode-range: U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009; } /* noto-serif-sc-[59]-500-normal */ @@ -415,7 +415,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-59-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-59-500-normal.woff) format('woff'); - unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7; + unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8; } /* noto-serif-sc-[60]-500-normal */ @@ -425,7 +425,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-60-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-60-500-normal.woff) format('woff'); - unicode-range: U+6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; + unicode-range: U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; } /* noto-serif-sc-[61]-500-normal */ @@ -435,7 +435,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-61-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-61-500-normal.woff) format('woff'); - unicode-range: U+6b85-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae,U+6cb1; + unicode-range: U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae; } /* noto-serif-sc-[62]-500-normal */ @@ -445,7 +445,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-62-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-62-500-normal.woff) format('woff'); - unicode-range: U+6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b84; + unicode-range: U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82; } /* noto-serif-sc-[63]-500-normal */ @@ -455,7 +455,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-63-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-63-500-normal.woff) format('woff'); - unicode-range: U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc,U+69fe-6a00; + unicode-range: U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc; } /* noto-serif-sc-[64]-500-normal */ @@ -465,7 +465,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-64-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-64-500-normal.woff) format('woff'); - unicode-range: U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1,U+68d3,U+68d7,U+68dd,U+68df; + unicode-range: U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1; } /* noto-serif-sc-[65]-500-normal */ @@ -475,7 +475,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-65-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-65-500-normal.woff) format('woff'); - unicode-range: U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a-678d,U+678f; + unicode-range: U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a; } /* noto-serif-sc-[66]-500-normal */ @@ -485,7 +485,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-66-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-66-500-normal.woff) format('woff'); - unicode-range: U+64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630-6631,U+6633-6634,U+6636; + unicode-range: U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630; } /* noto-serif-sc-[67]-500-normal */ @@ -495,7 +495,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-67-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-67-500-normal.woff) format('woff'); - unicode-range: U+63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0-64f2,U+64f4,U+64f7; + unicode-range: U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0; } /* noto-serif-sc-[68]-500-normal */ @@ -505,7 +505,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-68-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-68-500-normal.woff) format('woff'); - unicode-range: U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5,U+63b7-63bb; + unicode-range: U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5; } /* noto-serif-sc-[69]-500-normal */ @@ -515,7 +515,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-69-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-69-500-normal.woff) format('woff'); - unicode-range: U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226,U+622c,U+622e-6230,U+6232,U+6238; + unicode-range: U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226; } /* noto-serif-sc-[70]-500-normal */ @@ -525,7 +525,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-70-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-70-500-normal.woff) format('woff'); - unicode-range: U+5fd1-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec-60ee,U+60f0-60f1,U+60f4,U+60f6; + unicode-range: U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec; } /* noto-serif-sc-[71]-500-normal */ @@ -535,7 +535,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-71-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-71-500-normal.woff) format('woff'); - unicode-range: U+5ea3-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc,U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd0; + unicode-range: U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc; } /* noto-serif-sc-[72]-500-normal */ @@ -545,7 +545,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-72-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-72-500-normal.woff) format('woff'); - unicode-range: U+5d32-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea2; + unicode-range: U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96; } /* noto-serif-sc-[73]-500-normal */ @@ -555,7 +555,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-73-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-73-500-normal.woff) format('woff'); - unicode-range: U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d27,U+5d2e-5d31; + unicode-range: U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25; } /* noto-serif-sc-[74]-500-normal */ @@ -565,7 +565,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-74-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-74-500-normal.woff) format('woff'); - unicode-range: U+5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be7,U+5be9,U+5beb-5bec,U+5bee-5bf0,U+5bf2-5bf3; + unicode-range: U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb; } /* noto-serif-sc-[75]-500-normal */ @@ -575,7 +575,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-75-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-75-500-normal.woff) format('woff'); - unicode-range: U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e,U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1; + unicode-range: U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e; } /* noto-serif-sc-[76]-500-normal */ @@ -585,7 +585,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-76-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-76-500-normal.woff) format('woff'); - unicode-range: U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968,U+596a,U+596c-596e,U+5977,U+597b-597c; + unicode-range: U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968; } /* noto-serif-sc-[77]-500-normal */ @@ -595,7 +595,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-77-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-77-500-normal.woff) format('woff'); - unicode-range: U+570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-5820,U+5822-5823,U+5825-5826,U+582c,U+582f; + unicode-range: U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f; } /* noto-serif-sc-[78]-500-normal */ @@ -605,7 +605,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-78-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-78-500-normal.woff) format('woff'); - unicode-range: U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709; + unicode-range: U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8; } /* noto-serif-sc-[79]-500-normal */ @@ -615,7 +615,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-79-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-79-500-normal.woff) format('woff'); - unicode-range: U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3,U+55f5-55f7,U+55fb,U+55fe,U+5600-5601; + unicode-range: U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3; } /* noto-serif-sc-[80]-500-normal */ @@ -625,7 +625,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-80-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-80-500-normal.woff) format('woff'); - unicode-range: U+53fb-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550f,U+5511-5514,U+5516-5517; + unicode-range: U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e; } /* noto-serif-sc-[81]-500-normal */ @@ -635,7 +635,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-81-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-81-500-normal.woff) format('woff'); - unicode-range: U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5340,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2,U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa; + unicode-range: U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2; } /* noto-serif-sc-[82]-500-normal */ @@ -645,7 +645,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-82-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-82-500-normal.woff) format('woff'); - unicode-range: U+5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287,U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a; + unicode-range: U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287; } /* noto-serif-sc-[83]-500-normal */ @@ -655,7 +655,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-83-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-83-500-normal.woff) format('woff'); - unicode-range: U+4fe3-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102,U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f; + unicode-range: U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102; } /* noto-serif-sc-[84]-500-normal */ @@ -665,7 +665,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-84-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-84-500-normal.woff) format('woff'); - unicode-range: U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0-4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2; + unicode-range: U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0; } /* noto-serif-sc-[85]-500-normal */ @@ -675,7 +675,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-85-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-85-500-normal.woff) format('woff'); - unicode-range: U+3127-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2-4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6; + unicode-range: U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2; } /* noto-serif-sc-[86]-500-normal */ @@ -685,7 +685,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-86-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-86-500-normal.woff) format('woff'); - unicode-range: U+279c,U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126; + unicode-range: U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128; } /* noto-serif-sc-[87]-500-normal */ @@ -695,7 +695,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-87-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-87-500-normal.woff) format('woff'); - unicode-range: U+2650-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796; + unicode-range: U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c; } /* noto-serif-sc-[88]-500-normal */ @@ -705,7 +705,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-88-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-88-500-normal.woff) format('woff'); - unicode-range: U+254b,U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-264f; + unicode-range: U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650; } /* noto-serif-sc-[89]-500-normal */ @@ -715,7 +715,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-89-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-89-500-normal.woff) format('woff'); - unicode-range: U+23e9,U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a; + unicode-range: U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b; } /* noto-serif-sc-[90]-500-normal */ @@ -725,7 +725,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-90-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-90-500-normal.woff) format('woff'); - unicode-range: U+207b-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0; + unicode-range: U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9; } /* noto-serif-sc-[91]-500-normal */ @@ -735,7 +735,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-91-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-91-500-normal.woff) format('woff'); - unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2027-2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a; + unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b; } /* noto-serif-sc-[97]-500-normal */ @@ -775,7 +775,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-100-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-100-500-normal.woff) format('woff'); - unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+560e,U+5618,U+565c,U+56bc,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ac9,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+620c,U+62c7,U+62ed,U+6320,U+6345,U+6390,U+63b0,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+72e9,U+733f,U+7396,U+739f,U+7459-745a,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8aaa,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+9a6f,U+9a8b,U+9ab7,U+9ac5,U+9e25,U+e608,U+ff06,U+ff14-ff16; + unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16; } /* noto-serif-sc-[101]-500-normal */ @@ -785,7 +785,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-101-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-101-500-normal.woff) format('woff'); - unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+2463,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+516e,U+51c4,U+5225,U+5364,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+5662,U+5669,U+566c,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+6273,U+62f7,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6ed5,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+7409,U+7422,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+803f,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8c41,U+8cec,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9704,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+9f9a,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e,U+ff3d; + unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e; } /* noto-serif-sc-[102]-500-normal */ @@ -795,7 +795,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-102-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-102-500-normal.woff) format('woff'); - unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+60df,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+6813,U+6869,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+73fe,U+7405,U+7455,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+8046,U+80fa,U+81b3,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+904e,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+9119,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+f012b; + unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b; } /* noto-serif-sc-[103]-500-normal */ @@ -805,7 +805,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-103-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-103-500-normal.woff) format('woff'); - unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5a1f,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+5f6c,U+603c,U+609a,U+6168,U+61c8,U+6236,U+62d0,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+6703,U+67da,U+67ec,U+6816,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+7410,U+7426,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8d50,U+8e72,U+8f9c,U+900d,U+904b,U+9063,U+90a2,U+90b9,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+9631,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; + unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; } /* noto-serif-sc-[104]-500-normal */ @@ -815,7 +815,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-104-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-104-500-normal.woff) format('woff'); - unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a49,U+5ac2,U+5bb0,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f8c,U+608d,U+611b,U+6127,U+62a0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6e9c,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+8328,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d63,U+8e81,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9540,U+9610,U+9699,U+96c7,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; + unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; } /* noto-serif-sc-[105]-500-normal */ @@ -825,7 +825,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-105-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-105-500-normal.woff) format('woff'); - unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+300f,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54b1,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+61be,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6380,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82ad,U+82bd,U+8305,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+958b,U+9600,U+9640,U+96b6,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; + unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; } /* noto-serif-sc-[106]-500-normal */ @@ -835,7 +835,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-106-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-106-500-normal.woff) format('woff'); - unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+8304,U+8393,U+83b9,U+83ca,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95ef,U+95f7,U+9706,U+9709,U+9774,U+9887,U+98a0,U+9e64,U+9f9f,U+e601,U+e603; + unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603; } /* noto-serif-sc-[107]-500-normal */ @@ -845,7 +845,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-107-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-107-500-normal.woff) format('woff'); - unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+886c,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95fa,U+95fd,U+964c,U+96c0,U+971c,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9b4f,U+9e2d,U+9f0e,U+e602,U+e604-e605,U+ff5c; + unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c; } /* noto-serif-sc-[108]-500-normal */ @@ -855,7 +855,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-108-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-108-500-normal.woff) format('woff'); - unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+85aa,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+90aa,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+9675,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; + unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; } /* noto-serif-sc-[109]-500-normal */ @@ -865,7 +865,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-109-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-109-500-normal.woff) format('woff'); - unicode-range: U+a5,U+2022,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; + unicode-range: U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; } /* noto-serif-sc-[110]-500-normal */ @@ -905,7 +905,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-113-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-113-500-normal.woff) format('woff'); - unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4ee4,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; + unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; } /* noto-serif-sc-[114]-500-normal */ @@ -915,7 +915,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-114-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-114-500-normal.woff) format('woff'); - unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6740,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; + unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; } /* noto-serif-sc-[115]-500-normal */ @@ -925,7 +925,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-115-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-115-500-normal.woff) format('woff'); - unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b63,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; + unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; } /* noto-serif-sc-[116]-500-normal */ @@ -935,7 +935,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-116-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-116-500-normal.woff) format('woff'); - unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6d4b,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; + unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; } /* noto-serif-sc-[117]-500-normal */ @@ -945,7 +945,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-117-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-117-500-normal.woff) format('woff'); - unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53ea,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; + unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; } /* noto-serif-sc-[118]-500-normal */ @@ -955,7 +955,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-118-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-118-500-normal.woff) format('woff'); - unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e38,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; + unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; } /* noto-serif-sc-[119]-500-normal */ @@ -965,7 +965,37 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-sc-119-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-119-500-normal.woff) format('woff'); - unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; +} + +/* noto-serif-sc-cyrillic-500-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-sc-cyrillic-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-500-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-sc-vietnamese-500-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-sc-vietnamese-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-500-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-sc-latin-ext-500-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-sc-latin-ext-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-500-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; } /* noto-serif-sc-latin-500-normal */ diff --git a/fonts/google/noto-serif-sc/600.css b/fonts/google/noto-serif-sc/600.css index 9118c3a69fc..2d98cca41db 100644 --- a/fonts/google/noto-serif-sc/600.css +++ b/fonts/google/noto-serif-sc/600.css @@ -35,7 +35,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-21-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-21-600-normal.woff) format('woff'); - unicode-range: U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81,U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff4,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d,U+af34; + unicode-range: U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d; } /* noto-serif-sc-[22]-600-normal */ @@ -45,7 +45,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-22-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-22-600-normal.woff) format('woff'); - unicode-range: U+9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39; + unicode-range: U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81; } /* noto-serif-sc-[23]-600-normal */ @@ -55,7 +55,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-23-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-23-600-normal.woff) format('woff'); - unicode-range: U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80,U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9; + unicode-range: U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f; } /* noto-serif-sc-[24]-600-normal */ @@ -65,7 +65,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-24-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-24-600-normal.woff) format('woff'); - unicode-range: U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d,U+9a80,U+9a83,U+9a85,U+9a87-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9abc,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39; + unicode-range: U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80; } /* noto-serif-sc-[25]-600-normal */ @@ -75,7 +75,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-25-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-25-600-normal.woff) format('woff'); - unicode-range: U+98c8,U+98cf-98d6,U+98da-98db,U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b; + unicode-range: U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d; } /* noto-serif-sc-[26]-600-normal */ @@ -85,7 +85,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-26-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-26-600-normal.woff) format('woff'); - unicode-range: U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c7; + unicode-range: U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db; } /* noto-serif-sc-[27]-600-normal */ @@ -95,7 +95,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-27-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-27-600-normal.woff) format('woff'); - unicode-range: U+95b9-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727; + unicode-range: U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a; } /* noto-serif-sc-[28]-600-normal */ @@ -105,7 +105,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-28-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-28-600-normal.woff) format('woff'); - unicode-range: U+94e7-94ec,U+94ee-94f1,U+94f3,U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8; + unicode-range: U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3; } /* noto-serif-sc-[29]-600-normal */ @@ -115,7 +115,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-29-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-29-600-normal.woff) format('woff'); - unicode-range: U+9410-941a,U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94e6; + unicode-range: U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3; } /* noto-serif-sc-[30]-600-normal */ @@ -125,7 +125,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-30-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-30-600-normal.woff) format('woff'); - unicode-range: U+92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea,U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-940f; + unicode-range: U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a; } /* noto-serif-sc-[31]-600-normal */ @@ -135,7 +135,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-31-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-31-600-normal.woff) format('woff'); - unicode-range: U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6; + unicode-range: U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea; } /* noto-serif-sc-[32]-600-normal */ @@ -145,7 +145,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-32-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-32-600-normal.woff) format('woff'); - unicode-range: U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa,U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a; + unicode-range: U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162; } /* noto-serif-sc-[33]-600-normal */ @@ -155,7 +155,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-33-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-33-600-normal.woff) format('woff'); - unicode-range: U+8e2d-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda; + unicode-range: U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa; } /* noto-serif-sc-[34]-600-normal */ @@ -165,7 +165,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-34-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-34-600-normal.woff) format('woff'); - unicode-range: U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d2e,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e2c; + unicode-range: U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40; } /* noto-serif-sc-[35]-600-normal */ @@ -175,7 +175,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-35-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-35-600-normal.woff) format('woff'); - unicode-range: U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb3-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac; + unicode-range: U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc; } /* noto-serif-sc-[36]-600-normal */ @@ -185,7 +185,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-36-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-36-600-normal.woff) format('woff'); - unicode-range: U+8a02-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13,U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c; + unicode-range: U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d; } /* noto-serif-sc-[37]-600-normal */ @@ -195,7 +195,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-37-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-37-600-normal.woff) format('woff'); - unicode-range: U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f,U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01; + unicode-range: U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13; } /* noto-serif-sc-[38]-600-normal */ @@ -205,7 +205,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-38-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-38-600-normal.woff) format('woff'); - unicode-range: U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864; + unicode-range: U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f; } /* noto-serif-sc-[39]-600-normal */ @@ -215,7 +215,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-39-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-39-600-normal.woff) format('woff'); - unicode-range: U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545,U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df; + unicode-range: U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3; } /* noto-serif-sc-[40]-600-normal */ @@ -225,7 +225,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-40-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-40-600-normal.woff) format('woff'); - unicode-range: U+83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2,U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d; + unicode-range: U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545; } /* noto-serif-sc-[41]-600-normal */ @@ -235,7 +235,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-41-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-41-600-normal.woff) format('woff'); - unicode-range: U+82a9-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6,U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3; + unicode-range: U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2; } /* noto-serif-sc-[42]-600-normal */ @@ -245,7 +245,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-42-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-42-600-normal.woff) format('woff'); - unicode-range: U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160,U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82a8; + unicode-range: U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6; } /* noto-serif-sc-[43]-600-normal */ @@ -255,7 +255,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-43-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-43-600-normal.woff) format('woff'); - unicode-range: U+7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148; + unicode-range: U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160; } /* noto-serif-sc-[44]-600-normal */ @@ -265,7 +265,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-44-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-44-600-normal.woff) format('woff'); - unicode-range: U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb,U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9; + unicode-range: U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014; } /* noto-serif-sc-[45]-600-normal */ @@ -275,7 +275,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-45-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-45-600-normal.woff) format('woff'); - unicode-range: U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1-7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4; + unicode-range: U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb; } /* noto-serif-sc-[46]-600-normal */ @@ -285,7 +285,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-46-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-46-600-normal.woff) format('woff'); - unicode-range: U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7-7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1; + unicode-range: U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1; } /* noto-serif-sc-[47]-600-normal */ @@ -295,7 +295,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-47-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-47-600-normal.woff) format('woff'); - unicode-range: U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1,U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9; + unicode-range: U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7; } /* noto-serif-sc-[48]-600-normal */ @@ -305,7 +305,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-48-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-48-600-normal.woff) format('woff'); - unicode-range: U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4,U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1; + unicode-range: U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1; } /* noto-serif-sc-[49]-600-normal */ @@ -315,7 +315,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-49-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-49-600-normal.woff) format('woff'); - unicode-range: U+797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8; + unicode-range: U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4; } /* noto-serif-sc-[50]-600-normal */ @@ -325,7 +325,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-50-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-50-600-normal.woff) format('woff'); - unicode-range: U+783e,U+7841-7844,U+7847-7849,U+784b-784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b; + unicode-range: U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a; } /* noto-serif-sc-[51]-600-normal */ @@ -335,7 +335,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-51-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-51-600-normal.woff) format('woff'); - unicode-range: U+770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721-7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c; + unicode-range: U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b; } /* noto-serif-sc-[52]-600-normal */ @@ -345,7 +345,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-52-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-52-600-normal.woff) format('woff'); - unicode-range: U+760a-760e,U+7610-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770e; + unicode-range: U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721; } /* noto-serif-sc-[53]-600-normal */ @@ -355,7 +355,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-53-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-53-600-normal.woff) format('woff'); - unicode-range: U+74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508,U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-7609; + unicode-range: U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612; } /* noto-serif-sc-[54]-600-normal */ @@ -365,7 +365,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-54-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-54-600-normal.woff) format('woff'); - unicode-range: U+73e7-73ea,U+73ee-73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee; + unicode-range: U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508; } /* noto-serif-sc-[55]-600-normal */ @@ -375,7 +375,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-55-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-55-600-normal.woff) format('woff'); - unicode-range: U+72dd-72df,U+72e1,U+72e5-72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73e6; + unicode-range: U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef; } /* noto-serif-sc-[56]-600-normal */ @@ -385,7 +385,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-56-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-56-600-normal.woff) format('woff'); - unicode-range: U+719c,U+71a0,U+71a4-71a5,U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db; + unicode-range: U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5; } /* noto-serif-sc-[57]-600-normal */ @@ -395,7 +395,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-57-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-57-600-normal.woff) format('woff'); - unicode-range: U+7005-7006,U+7009,U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198; + unicode-range: U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5; } /* noto-serif-sc-[58]-600-normal */ @@ -405,7 +405,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-58-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-58-600-normal.woff) format('woff'); - unicode-range: U+6ed8-6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f31-6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe; + unicode-range: U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009; } /* noto-serif-sc-[59]-600-normal */ @@ -415,7 +415,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-59-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-59-600-normal.woff) format('woff'); - unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7; + unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8; } /* noto-serif-sc-[60]-600-normal */ @@ -425,7 +425,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-60-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-60-600-normal.woff) format('woff'); - unicode-range: U+6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; + unicode-range: U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; } /* noto-serif-sc-[61]-600-normal */ @@ -435,7 +435,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-61-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-61-600-normal.woff) format('woff'); - unicode-range: U+6b85-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae,U+6cb1; + unicode-range: U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae; } /* noto-serif-sc-[62]-600-normal */ @@ -445,7 +445,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-62-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-62-600-normal.woff) format('woff'); - unicode-range: U+6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b84; + unicode-range: U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82; } /* noto-serif-sc-[63]-600-normal */ @@ -455,7 +455,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-63-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-63-600-normal.woff) format('woff'); - unicode-range: U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc,U+69fe-6a00; + unicode-range: U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc; } /* noto-serif-sc-[64]-600-normal */ @@ -465,7 +465,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-64-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-64-600-normal.woff) format('woff'); - unicode-range: U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1,U+68d3,U+68d7,U+68dd,U+68df; + unicode-range: U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1; } /* noto-serif-sc-[65]-600-normal */ @@ -475,7 +475,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-65-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-65-600-normal.woff) format('woff'); - unicode-range: U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a-678d,U+678f; + unicode-range: U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a; } /* noto-serif-sc-[66]-600-normal */ @@ -485,7 +485,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-66-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-66-600-normal.woff) format('woff'); - unicode-range: U+64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630-6631,U+6633-6634,U+6636; + unicode-range: U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630; } /* noto-serif-sc-[67]-600-normal */ @@ -495,7 +495,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-67-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-67-600-normal.woff) format('woff'); - unicode-range: U+63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0-64f2,U+64f4,U+64f7; + unicode-range: U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0; } /* noto-serif-sc-[68]-600-normal */ @@ -505,7 +505,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-68-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-68-600-normal.woff) format('woff'); - unicode-range: U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5,U+63b7-63bb; + unicode-range: U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5; } /* noto-serif-sc-[69]-600-normal */ @@ -515,7 +515,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-69-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-69-600-normal.woff) format('woff'); - unicode-range: U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226,U+622c,U+622e-6230,U+6232,U+6238; + unicode-range: U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226; } /* noto-serif-sc-[70]-600-normal */ @@ -525,7 +525,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-70-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-70-600-normal.woff) format('woff'); - unicode-range: U+5fd1-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec-60ee,U+60f0-60f1,U+60f4,U+60f6; + unicode-range: U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec; } /* noto-serif-sc-[71]-600-normal */ @@ -535,7 +535,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-71-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-71-600-normal.woff) format('woff'); - unicode-range: U+5ea3-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc,U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd0; + unicode-range: U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc; } /* noto-serif-sc-[72]-600-normal */ @@ -545,7 +545,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-72-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-72-600-normal.woff) format('woff'); - unicode-range: U+5d32-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea2; + unicode-range: U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96; } /* noto-serif-sc-[73]-600-normal */ @@ -555,7 +555,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-73-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-73-600-normal.woff) format('woff'); - unicode-range: U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d27,U+5d2e-5d31; + unicode-range: U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25; } /* noto-serif-sc-[74]-600-normal */ @@ -565,7 +565,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-74-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-74-600-normal.woff) format('woff'); - unicode-range: U+5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be7,U+5be9,U+5beb-5bec,U+5bee-5bf0,U+5bf2-5bf3; + unicode-range: U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb; } /* noto-serif-sc-[75]-600-normal */ @@ -575,7 +575,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-75-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-75-600-normal.woff) format('woff'); - unicode-range: U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e,U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1; + unicode-range: U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e; } /* noto-serif-sc-[76]-600-normal */ @@ -585,7 +585,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-76-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-76-600-normal.woff) format('woff'); - unicode-range: U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968,U+596a,U+596c-596e,U+5977,U+597b-597c; + unicode-range: U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968; } /* noto-serif-sc-[77]-600-normal */ @@ -595,7 +595,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-77-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-77-600-normal.woff) format('woff'); - unicode-range: U+570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-5820,U+5822-5823,U+5825-5826,U+582c,U+582f; + unicode-range: U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f; } /* noto-serif-sc-[78]-600-normal */ @@ -605,7 +605,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-78-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-78-600-normal.woff) format('woff'); - unicode-range: U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709; + unicode-range: U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8; } /* noto-serif-sc-[79]-600-normal */ @@ -615,7 +615,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-79-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-79-600-normal.woff) format('woff'); - unicode-range: U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3,U+55f5-55f7,U+55fb,U+55fe,U+5600-5601; + unicode-range: U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3; } /* noto-serif-sc-[80]-600-normal */ @@ -625,7 +625,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-80-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-80-600-normal.woff) format('woff'); - unicode-range: U+53fb-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550f,U+5511-5514,U+5516-5517; + unicode-range: U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e; } /* noto-serif-sc-[81]-600-normal */ @@ -635,7 +635,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-81-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-81-600-normal.woff) format('woff'); - unicode-range: U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5340,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2,U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa; + unicode-range: U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2; } /* noto-serif-sc-[82]-600-normal */ @@ -645,7 +645,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-82-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-82-600-normal.woff) format('woff'); - unicode-range: U+5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287,U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a; + unicode-range: U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287; } /* noto-serif-sc-[83]-600-normal */ @@ -655,7 +655,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-83-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-83-600-normal.woff) format('woff'); - unicode-range: U+4fe3-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102,U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f; + unicode-range: U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102; } /* noto-serif-sc-[84]-600-normal */ @@ -665,7 +665,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-84-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-84-600-normal.woff) format('woff'); - unicode-range: U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0-4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2; + unicode-range: U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0; } /* noto-serif-sc-[85]-600-normal */ @@ -675,7 +675,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-85-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-85-600-normal.woff) format('woff'); - unicode-range: U+3127-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2-4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6; + unicode-range: U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2; } /* noto-serif-sc-[86]-600-normal */ @@ -685,7 +685,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-86-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-86-600-normal.woff) format('woff'); - unicode-range: U+279c,U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126; + unicode-range: U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128; } /* noto-serif-sc-[87]-600-normal */ @@ -695,7 +695,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-87-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-87-600-normal.woff) format('woff'); - unicode-range: U+2650-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796; + unicode-range: U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c; } /* noto-serif-sc-[88]-600-normal */ @@ -705,7 +705,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-88-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-88-600-normal.woff) format('woff'); - unicode-range: U+254b,U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-264f; + unicode-range: U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650; } /* noto-serif-sc-[89]-600-normal */ @@ -715,7 +715,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-89-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-89-600-normal.woff) format('woff'); - unicode-range: U+23e9,U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a; + unicode-range: U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b; } /* noto-serif-sc-[90]-600-normal */ @@ -725,7 +725,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-90-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-90-600-normal.woff) format('woff'); - unicode-range: U+207b-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0; + unicode-range: U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9; } /* noto-serif-sc-[91]-600-normal */ @@ -735,7 +735,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-91-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-91-600-normal.woff) format('woff'); - unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2027-2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a; + unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b; } /* noto-serif-sc-[97]-600-normal */ @@ -775,7 +775,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-100-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-100-600-normal.woff) format('woff'); - unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+560e,U+5618,U+565c,U+56bc,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ac9,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+620c,U+62c7,U+62ed,U+6320,U+6345,U+6390,U+63b0,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+72e9,U+733f,U+7396,U+739f,U+7459-745a,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8aaa,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+9a6f,U+9a8b,U+9ab7,U+9ac5,U+9e25,U+e608,U+ff06,U+ff14-ff16; + unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16; } /* noto-serif-sc-[101]-600-normal */ @@ -785,7 +785,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-101-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-101-600-normal.woff) format('woff'); - unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+2463,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+516e,U+51c4,U+5225,U+5364,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+5662,U+5669,U+566c,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+6273,U+62f7,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6ed5,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+7409,U+7422,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+803f,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8c41,U+8cec,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9704,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+9f9a,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e,U+ff3d; + unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e; } /* noto-serif-sc-[102]-600-normal */ @@ -795,7 +795,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-102-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-102-600-normal.woff) format('woff'); - unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+60df,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+6813,U+6869,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+73fe,U+7405,U+7455,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+8046,U+80fa,U+81b3,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+904e,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+9119,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+f012b; + unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b; } /* noto-serif-sc-[103]-600-normal */ @@ -805,7 +805,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-103-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-103-600-normal.woff) format('woff'); - unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5a1f,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+5f6c,U+603c,U+609a,U+6168,U+61c8,U+6236,U+62d0,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+6703,U+67da,U+67ec,U+6816,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+7410,U+7426,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8d50,U+8e72,U+8f9c,U+900d,U+904b,U+9063,U+90a2,U+90b9,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+9631,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; + unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; } /* noto-serif-sc-[104]-600-normal */ @@ -815,7 +815,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-104-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-104-600-normal.woff) format('woff'); - unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a49,U+5ac2,U+5bb0,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f8c,U+608d,U+611b,U+6127,U+62a0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6e9c,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+8328,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d63,U+8e81,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9540,U+9610,U+9699,U+96c7,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; + unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; } /* noto-serif-sc-[105]-600-normal */ @@ -825,7 +825,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-105-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-105-600-normal.woff) format('woff'); - unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+300f,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54b1,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+61be,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6380,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82ad,U+82bd,U+8305,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+958b,U+9600,U+9640,U+96b6,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; + unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; } /* noto-serif-sc-[106]-600-normal */ @@ -835,7 +835,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-106-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-106-600-normal.woff) format('woff'); - unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+8304,U+8393,U+83b9,U+83ca,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95ef,U+95f7,U+9706,U+9709,U+9774,U+9887,U+98a0,U+9e64,U+9f9f,U+e601,U+e603; + unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603; } /* noto-serif-sc-[107]-600-normal */ @@ -845,7 +845,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-107-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-107-600-normal.woff) format('woff'); - unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+886c,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95fa,U+95fd,U+964c,U+96c0,U+971c,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9b4f,U+9e2d,U+9f0e,U+e602,U+e604-e605,U+ff5c; + unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c; } /* noto-serif-sc-[108]-600-normal */ @@ -855,7 +855,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-108-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-108-600-normal.woff) format('woff'); - unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+85aa,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+90aa,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+9675,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; + unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; } /* noto-serif-sc-[109]-600-normal */ @@ -865,7 +865,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-109-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-109-600-normal.woff) format('woff'); - unicode-range: U+a5,U+2022,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; + unicode-range: U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; } /* noto-serif-sc-[110]-600-normal */ @@ -905,7 +905,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-113-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-113-600-normal.woff) format('woff'); - unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4ee4,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; + unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; } /* noto-serif-sc-[114]-600-normal */ @@ -915,7 +915,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-114-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-114-600-normal.woff) format('woff'); - unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6740,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; + unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; } /* noto-serif-sc-[115]-600-normal */ @@ -925,7 +925,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-115-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-115-600-normal.woff) format('woff'); - unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b63,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; + unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; } /* noto-serif-sc-[116]-600-normal */ @@ -935,7 +935,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-116-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-116-600-normal.woff) format('woff'); - unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6d4b,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; + unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; } /* noto-serif-sc-[117]-600-normal */ @@ -945,7 +945,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-117-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-117-600-normal.woff) format('woff'); - unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53ea,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; + unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; } /* noto-serif-sc-[118]-600-normal */ @@ -955,7 +955,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-118-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-118-600-normal.woff) format('woff'); - unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e38,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; + unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; } /* noto-serif-sc-[119]-600-normal */ @@ -965,7 +965,37 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-sc-119-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-119-600-normal.woff) format('woff'); - unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; +} + +/* noto-serif-sc-cyrillic-600-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-sc-cyrillic-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-600-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-sc-vietnamese-600-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-sc-vietnamese-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-600-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-sc-latin-ext-600-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-sc-latin-ext-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-600-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; } /* noto-serif-sc-latin-600-normal */ diff --git a/fonts/google/noto-serif-sc/700.css b/fonts/google/noto-serif-sc/700.css index c6a226bc587..06664224635 100644 --- a/fonts/google/noto-serif-sc/700.css +++ b/fonts/google/noto-serif-sc/700.css @@ -35,7 +35,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-21-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-21-700-normal.woff) format('woff'); - unicode-range: U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81,U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff4,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d,U+af34; + unicode-range: U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d; } /* noto-serif-sc-[22]-700-normal */ @@ -45,7 +45,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-22-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-22-700-normal.woff) format('woff'); - unicode-range: U+9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39; + unicode-range: U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81; } /* noto-serif-sc-[23]-700-normal */ @@ -55,7 +55,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-23-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-23-700-normal.woff) format('woff'); - unicode-range: U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80,U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9; + unicode-range: U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f; } /* noto-serif-sc-[24]-700-normal */ @@ -65,7 +65,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-24-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-24-700-normal.woff) format('woff'); - unicode-range: U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d,U+9a80,U+9a83,U+9a85,U+9a87-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9abc,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39; + unicode-range: U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80; } /* noto-serif-sc-[25]-700-normal */ @@ -75,7 +75,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-25-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-25-700-normal.woff) format('woff'); - unicode-range: U+98c8,U+98cf-98d6,U+98da-98db,U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b; + unicode-range: U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d; } /* noto-serif-sc-[26]-700-normal */ @@ -85,7 +85,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-26-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-26-700-normal.woff) format('woff'); - unicode-range: U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c7; + unicode-range: U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db; } /* noto-serif-sc-[27]-700-normal */ @@ -95,7 +95,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-27-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-27-700-normal.woff) format('woff'); - unicode-range: U+95b9-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727; + unicode-range: U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a; } /* noto-serif-sc-[28]-700-normal */ @@ -105,7 +105,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-28-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-28-700-normal.woff) format('woff'); - unicode-range: U+94e7-94ec,U+94ee-94f1,U+94f3,U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8; + unicode-range: U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3; } /* noto-serif-sc-[29]-700-normal */ @@ -115,7 +115,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-29-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-29-700-normal.woff) format('woff'); - unicode-range: U+9410-941a,U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94e6; + unicode-range: U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3; } /* noto-serif-sc-[30]-700-normal */ @@ -125,7 +125,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-30-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-30-700-normal.woff) format('woff'); - unicode-range: U+92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea,U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-940f; + unicode-range: U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a; } /* noto-serif-sc-[31]-700-normal */ @@ -135,7 +135,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-31-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-31-700-normal.woff) format('woff'); - unicode-range: U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6; + unicode-range: U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea; } /* noto-serif-sc-[32]-700-normal */ @@ -145,7 +145,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-32-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-32-700-normal.woff) format('woff'); - unicode-range: U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa,U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a; + unicode-range: U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162; } /* noto-serif-sc-[33]-700-normal */ @@ -155,7 +155,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-33-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-33-700-normal.woff) format('woff'); - unicode-range: U+8e2d-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda; + unicode-range: U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa; } /* noto-serif-sc-[34]-700-normal */ @@ -165,7 +165,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-34-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-34-700-normal.woff) format('woff'); - unicode-range: U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d2e,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e2c; + unicode-range: U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40; } /* noto-serif-sc-[35]-700-normal */ @@ -175,7 +175,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-35-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-35-700-normal.woff) format('woff'); - unicode-range: U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb3-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac; + unicode-range: U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc; } /* noto-serif-sc-[36]-700-normal */ @@ -185,7 +185,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-36-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-36-700-normal.woff) format('woff'); - unicode-range: U+8a02-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13,U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c; + unicode-range: U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d; } /* noto-serif-sc-[37]-700-normal */ @@ -195,7 +195,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-37-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-37-700-normal.woff) format('woff'); - unicode-range: U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f,U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01; + unicode-range: U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13; } /* noto-serif-sc-[38]-700-normal */ @@ -205,7 +205,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-38-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-38-700-normal.woff) format('woff'); - unicode-range: U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864; + unicode-range: U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f; } /* noto-serif-sc-[39]-700-normal */ @@ -215,7 +215,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-39-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-39-700-normal.woff) format('woff'); - unicode-range: U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545,U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df; + unicode-range: U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3; } /* noto-serif-sc-[40]-700-normal */ @@ -225,7 +225,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-40-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-40-700-normal.woff) format('woff'); - unicode-range: U+83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2,U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d; + unicode-range: U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545; } /* noto-serif-sc-[41]-700-normal */ @@ -235,7 +235,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-41-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-41-700-normal.woff) format('woff'); - unicode-range: U+82a9-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6,U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3; + unicode-range: U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2; } /* noto-serif-sc-[42]-700-normal */ @@ -245,7 +245,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-42-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-42-700-normal.woff) format('woff'); - unicode-range: U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160,U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82a8; + unicode-range: U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6; } /* noto-serif-sc-[43]-700-normal */ @@ -255,7 +255,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-43-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-43-700-normal.woff) format('woff'); - unicode-range: U+7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148; + unicode-range: U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160; } /* noto-serif-sc-[44]-700-normal */ @@ -265,7 +265,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-44-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-44-700-normal.woff) format('woff'); - unicode-range: U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb,U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9; + unicode-range: U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014; } /* noto-serif-sc-[45]-700-normal */ @@ -275,7 +275,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-45-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-45-700-normal.woff) format('woff'); - unicode-range: U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1-7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4; + unicode-range: U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb; } /* noto-serif-sc-[46]-700-normal */ @@ -285,7 +285,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-46-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-46-700-normal.woff) format('woff'); - unicode-range: U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7-7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1; + unicode-range: U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1; } /* noto-serif-sc-[47]-700-normal */ @@ -295,7 +295,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-47-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-47-700-normal.woff) format('woff'); - unicode-range: U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1,U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9; + unicode-range: U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7; } /* noto-serif-sc-[48]-700-normal */ @@ -305,7 +305,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-48-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-48-700-normal.woff) format('woff'); - unicode-range: U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4,U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1; + unicode-range: U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1; } /* noto-serif-sc-[49]-700-normal */ @@ -315,7 +315,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-49-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-49-700-normal.woff) format('woff'); - unicode-range: U+797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8; + unicode-range: U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4; } /* noto-serif-sc-[50]-700-normal */ @@ -325,7 +325,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-50-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-50-700-normal.woff) format('woff'); - unicode-range: U+783e,U+7841-7844,U+7847-7849,U+784b-784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b; + unicode-range: U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a; } /* noto-serif-sc-[51]-700-normal */ @@ -335,7 +335,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-51-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-51-700-normal.woff) format('woff'); - unicode-range: U+770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721-7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c; + unicode-range: U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b; } /* noto-serif-sc-[52]-700-normal */ @@ -345,7 +345,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-52-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-52-700-normal.woff) format('woff'); - unicode-range: U+760a-760e,U+7610-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770e; + unicode-range: U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721; } /* noto-serif-sc-[53]-700-normal */ @@ -355,7 +355,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-53-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-53-700-normal.woff) format('woff'); - unicode-range: U+74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508,U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-7609; + unicode-range: U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612; } /* noto-serif-sc-[54]-700-normal */ @@ -365,7 +365,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-54-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-54-700-normal.woff) format('woff'); - unicode-range: U+73e7-73ea,U+73ee-73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee; + unicode-range: U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508; } /* noto-serif-sc-[55]-700-normal */ @@ -375,7 +375,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-55-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-55-700-normal.woff) format('woff'); - unicode-range: U+72dd-72df,U+72e1,U+72e5-72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73e6; + unicode-range: U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef; } /* noto-serif-sc-[56]-700-normal */ @@ -385,7 +385,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-56-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-56-700-normal.woff) format('woff'); - unicode-range: U+719c,U+71a0,U+71a4-71a5,U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db; + unicode-range: U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5; } /* noto-serif-sc-[57]-700-normal */ @@ -395,7 +395,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-57-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-57-700-normal.woff) format('woff'); - unicode-range: U+7005-7006,U+7009,U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198; + unicode-range: U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5; } /* noto-serif-sc-[58]-700-normal */ @@ -405,7 +405,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-58-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-58-700-normal.woff) format('woff'); - unicode-range: U+6ed8-6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f31-6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe; + unicode-range: U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009; } /* noto-serif-sc-[59]-700-normal */ @@ -415,7 +415,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-59-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-59-700-normal.woff) format('woff'); - unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7; + unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8; } /* noto-serif-sc-[60]-700-normal */ @@ -425,7 +425,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-60-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-60-700-normal.woff) format('woff'); - unicode-range: U+6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; + unicode-range: U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; } /* noto-serif-sc-[61]-700-normal */ @@ -435,7 +435,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-61-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-61-700-normal.woff) format('woff'); - unicode-range: U+6b85-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae,U+6cb1; + unicode-range: U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae; } /* noto-serif-sc-[62]-700-normal */ @@ -445,7 +445,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-62-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-62-700-normal.woff) format('woff'); - unicode-range: U+6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b84; + unicode-range: U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82; } /* noto-serif-sc-[63]-700-normal */ @@ -455,7 +455,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-63-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-63-700-normal.woff) format('woff'); - unicode-range: U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc,U+69fe-6a00; + unicode-range: U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc; } /* noto-serif-sc-[64]-700-normal */ @@ -465,7 +465,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-64-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-64-700-normal.woff) format('woff'); - unicode-range: U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1,U+68d3,U+68d7,U+68dd,U+68df; + unicode-range: U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1; } /* noto-serif-sc-[65]-700-normal */ @@ -475,7 +475,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-65-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-65-700-normal.woff) format('woff'); - unicode-range: U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a-678d,U+678f; + unicode-range: U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a; } /* noto-serif-sc-[66]-700-normal */ @@ -485,7 +485,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-66-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-66-700-normal.woff) format('woff'); - unicode-range: U+64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630-6631,U+6633-6634,U+6636; + unicode-range: U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630; } /* noto-serif-sc-[67]-700-normal */ @@ -495,7 +495,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-67-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-67-700-normal.woff) format('woff'); - unicode-range: U+63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0-64f2,U+64f4,U+64f7; + unicode-range: U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0; } /* noto-serif-sc-[68]-700-normal */ @@ -505,7 +505,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-68-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-68-700-normal.woff) format('woff'); - unicode-range: U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5,U+63b7-63bb; + unicode-range: U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5; } /* noto-serif-sc-[69]-700-normal */ @@ -515,7 +515,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-69-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-69-700-normal.woff) format('woff'); - unicode-range: U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226,U+622c,U+622e-6230,U+6232,U+6238; + unicode-range: U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226; } /* noto-serif-sc-[70]-700-normal */ @@ -525,7 +525,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-70-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-70-700-normal.woff) format('woff'); - unicode-range: U+5fd1-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec-60ee,U+60f0-60f1,U+60f4,U+60f6; + unicode-range: U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec; } /* noto-serif-sc-[71]-700-normal */ @@ -535,7 +535,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-71-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-71-700-normal.woff) format('woff'); - unicode-range: U+5ea3-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc,U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd0; + unicode-range: U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc; } /* noto-serif-sc-[72]-700-normal */ @@ -545,7 +545,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-72-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-72-700-normal.woff) format('woff'); - unicode-range: U+5d32-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea2; + unicode-range: U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96; } /* noto-serif-sc-[73]-700-normal */ @@ -555,7 +555,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-73-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-73-700-normal.woff) format('woff'); - unicode-range: U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d27,U+5d2e-5d31; + unicode-range: U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25; } /* noto-serif-sc-[74]-700-normal */ @@ -565,7 +565,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-74-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-74-700-normal.woff) format('woff'); - unicode-range: U+5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be7,U+5be9,U+5beb-5bec,U+5bee-5bf0,U+5bf2-5bf3; + unicode-range: U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb; } /* noto-serif-sc-[75]-700-normal */ @@ -575,7 +575,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-75-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-75-700-normal.woff) format('woff'); - unicode-range: U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e,U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1; + unicode-range: U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e; } /* noto-serif-sc-[76]-700-normal */ @@ -585,7 +585,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-76-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-76-700-normal.woff) format('woff'); - unicode-range: U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968,U+596a,U+596c-596e,U+5977,U+597b-597c; + unicode-range: U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968; } /* noto-serif-sc-[77]-700-normal */ @@ -595,7 +595,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-77-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-77-700-normal.woff) format('woff'); - unicode-range: U+570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-5820,U+5822-5823,U+5825-5826,U+582c,U+582f; + unicode-range: U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f; } /* noto-serif-sc-[78]-700-normal */ @@ -605,7 +605,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-78-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-78-700-normal.woff) format('woff'); - unicode-range: U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709; + unicode-range: U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8; } /* noto-serif-sc-[79]-700-normal */ @@ -615,7 +615,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-79-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-79-700-normal.woff) format('woff'); - unicode-range: U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3,U+55f5-55f7,U+55fb,U+55fe,U+5600-5601; + unicode-range: U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3; } /* noto-serif-sc-[80]-700-normal */ @@ -625,7 +625,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-80-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-80-700-normal.woff) format('woff'); - unicode-range: U+53fb-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550f,U+5511-5514,U+5516-5517; + unicode-range: U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e; } /* noto-serif-sc-[81]-700-normal */ @@ -635,7 +635,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-81-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-81-700-normal.woff) format('woff'); - unicode-range: U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5340,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2,U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa; + unicode-range: U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2; } /* noto-serif-sc-[82]-700-normal */ @@ -645,7 +645,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-82-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-82-700-normal.woff) format('woff'); - unicode-range: U+5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287,U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a; + unicode-range: U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287; } /* noto-serif-sc-[83]-700-normal */ @@ -655,7 +655,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-83-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-83-700-normal.woff) format('woff'); - unicode-range: U+4fe3-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102,U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f; + unicode-range: U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102; } /* noto-serif-sc-[84]-700-normal */ @@ -665,7 +665,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-84-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-84-700-normal.woff) format('woff'); - unicode-range: U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0-4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2; + unicode-range: U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0; } /* noto-serif-sc-[85]-700-normal */ @@ -675,7 +675,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-85-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-85-700-normal.woff) format('woff'); - unicode-range: U+3127-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2-4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6; + unicode-range: U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2; } /* noto-serif-sc-[86]-700-normal */ @@ -685,7 +685,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-86-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-86-700-normal.woff) format('woff'); - unicode-range: U+279c,U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126; + unicode-range: U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128; } /* noto-serif-sc-[87]-700-normal */ @@ -695,7 +695,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-87-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-87-700-normal.woff) format('woff'); - unicode-range: U+2650-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796; + unicode-range: U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c; } /* noto-serif-sc-[88]-700-normal */ @@ -705,7 +705,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-88-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-88-700-normal.woff) format('woff'); - unicode-range: U+254b,U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-264f; + unicode-range: U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650; } /* noto-serif-sc-[89]-700-normal */ @@ -715,7 +715,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-89-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-89-700-normal.woff) format('woff'); - unicode-range: U+23e9,U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a; + unicode-range: U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b; } /* noto-serif-sc-[90]-700-normal */ @@ -725,7 +725,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-90-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-90-700-normal.woff) format('woff'); - unicode-range: U+207b-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0; + unicode-range: U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9; } /* noto-serif-sc-[91]-700-normal */ @@ -735,7 +735,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-91-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-91-700-normal.woff) format('woff'); - unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2027-2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a; + unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b; } /* noto-serif-sc-[97]-700-normal */ @@ -775,7 +775,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-100-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-100-700-normal.woff) format('woff'); - unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+560e,U+5618,U+565c,U+56bc,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ac9,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+620c,U+62c7,U+62ed,U+6320,U+6345,U+6390,U+63b0,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+72e9,U+733f,U+7396,U+739f,U+7459-745a,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8aaa,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+9a6f,U+9a8b,U+9ab7,U+9ac5,U+9e25,U+e608,U+ff06,U+ff14-ff16; + unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16; } /* noto-serif-sc-[101]-700-normal */ @@ -785,7 +785,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-101-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-101-700-normal.woff) format('woff'); - unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+2463,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+516e,U+51c4,U+5225,U+5364,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+5662,U+5669,U+566c,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+6273,U+62f7,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6ed5,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+7409,U+7422,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+803f,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8c41,U+8cec,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9704,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+9f9a,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e,U+ff3d; + unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e; } /* noto-serif-sc-[102]-700-normal */ @@ -795,7 +795,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-102-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-102-700-normal.woff) format('woff'); - unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+60df,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+6813,U+6869,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+73fe,U+7405,U+7455,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+8046,U+80fa,U+81b3,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+904e,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+9119,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+f012b; + unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b; } /* noto-serif-sc-[103]-700-normal */ @@ -805,7 +805,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-103-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-103-700-normal.woff) format('woff'); - unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5a1f,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+5f6c,U+603c,U+609a,U+6168,U+61c8,U+6236,U+62d0,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+6703,U+67da,U+67ec,U+6816,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+7410,U+7426,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8d50,U+8e72,U+8f9c,U+900d,U+904b,U+9063,U+90a2,U+90b9,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+9631,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; + unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; } /* noto-serif-sc-[104]-700-normal */ @@ -815,7 +815,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-104-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-104-700-normal.woff) format('woff'); - unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a49,U+5ac2,U+5bb0,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f8c,U+608d,U+611b,U+6127,U+62a0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6e9c,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+8328,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d63,U+8e81,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9540,U+9610,U+9699,U+96c7,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; + unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; } /* noto-serif-sc-[105]-700-normal */ @@ -825,7 +825,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-105-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-105-700-normal.woff) format('woff'); - unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+300f,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54b1,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+61be,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6380,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82ad,U+82bd,U+8305,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+958b,U+9600,U+9640,U+96b6,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; + unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; } /* noto-serif-sc-[106]-700-normal */ @@ -835,7 +835,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-106-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-106-700-normal.woff) format('woff'); - unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+8304,U+8393,U+83b9,U+83ca,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95ef,U+95f7,U+9706,U+9709,U+9774,U+9887,U+98a0,U+9e64,U+9f9f,U+e601,U+e603; + unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603; } /* noto-serif-sc-[107]-700-normal */ @@ -845,7 +845,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-107-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-107-700-normal.woff) format('woff'); - unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+886c,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95fa,U+95fd,U+964c,U+96c0,U+971c,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9b4f,U+9e2d,U+9f0e,U+e602,U+e604-e605,U+ff5c; + unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c; } /* noto-serif-sc-[108]-700-normal */ @@ -855,7 +855,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-108-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-108-700-normal.woff) format('woff'); - unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+85aa,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+90aa,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+9675,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; + unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; } /* noto-serif-sc-[109]-700-normal */ @@ -865,7 +865,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-109-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-109-700-normal.woff) format('woff'); - unicode-range: U+a5,U+2022,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; + unicode-range: U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; } /* noto-serif-sc-[110]-700-normal */ @@ -905,7 +905,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-113-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-113-700-normal.woff) format('woff'); - unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4ee4,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; + unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; } /* noto-serif-sc-[114]-700-normal */ @@ -915,7 +915,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-114-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-114-700-normal.woff) format('woff'); - unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6740,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; + unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; } /* noto-serif-sc-[115]-700-normal */ @@ -925,7 +925,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-115-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-115-700-normal.woff) format('woff'); - unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b63,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; + unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; } /* noto-serif-sc-[116]-700-normal */ @@ -935,7 +935,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-116-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-116-700-normal.woff) format('woff'); - unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6d4b,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; + unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; } /* noto-serif-sc-[117]-700-normal */ @@ -945,7 +945,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-117-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-117-700-normal.woff) format('woff'); - unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53ea,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; + unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; } /* noto-serif-sc-[118]-700-normal */ @@ -955,7 +955,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-118-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-118-700-normal.woff) format('woff'); - unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e38,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; + unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; } /* noto-serif-sc-[119]-700-normal */ @@ -965,7 +965,37 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-sc-119-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-119-700-normal.woff) format('woff'); - unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; +} + +/* noto-serif-sc-cyrillic-700-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-sc-cyrillic-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-700-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-sc-vietnamese-700-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-sc-vietnamese-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-700-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-sc-latin-ext-700-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-sc-latin-ext-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-700-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; } /* noto-serif-sc-latin-700-normal */ diff --git a/fonts/google/noto-serif-sc/800.css b/fonts/google/noto-serif-sc/800.css new file mode 100644 index 00000000000..8e550e43187 --- /dev/null +++ b/fonts/google/noto-serif-sc/800.css @@ -0,0 +1,1009 @@ +/* noto-serif-sc-[4]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-4-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-4-800-normal.woff) format('woff'); + unicode-range: U+1f1e9-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f232,U+1f234-1f237,U+1f250-1f251,U+1f300,U+1f302-1f308,U+1f30a-1f311,U+1f315,U+1f319-1f320,U+1f324,U+1f327,U+1f32a,U+1f32c-1f32d,U+1f330-1f357,U+1f359-1f37e; +} + +/* noto-serif-sc-[5]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-5-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-5-800-normal.woff) format('woff'); + unicode-range: U+fee3,U+fef3,U+ff03-ff04,U+ff07,U+ff0a,U+ff17-ff19,U+ff1c-ff1d,U+ff20-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff6a,U+ff6c,U+ff6f-ff78,U+ff7a-ff7d,U+ff80-ff84,U+ff86,U+ff89-ff8e,U+ff92,U+ff97-ff9b,U+ff9d-ff9f,U+ffe0-ffe4,U+ffe6,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1f004,U+1f170-1f171,U+1f192-1f195,U+1f198-1f19a,U+1f1e6-1f1e8; +} + +/* noto-serif-sc-[6]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-6-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-6-800-normal.woff) format('woff'); + unicode-range: U+f0a7,U+f0b2,U+f0b7,U+f0c9,U+f0d8,U+f0da,U+f0dc-f0dd,U+f0e0,U+f0e6,U+f0eb,U+f0fc,U+f101,U+f104-f105,U+f107,U+f10b,U+f11b,U+f14b,U+f18a,U+f193,U+f1d6-f1d7,U+f244,U+f27a,U+f296,U+f2ae,U+f471,U+f4b3,U+f610-f611,U+f880-f881,U+f8ec,U+f8f5,U+f8ff,U+f901,U+f90a,U+f92c-f92d,U+f934,U+f937,U+f941,U+f965,U+f967,U+f969,U+f96b,U+f96f,U+f974,U+f978-f979,U+f97e,U+f981,U+f98a,U+f98e,U+f997,U+f99c,U+f9b2,U+f9b5,U+f9ba,U+f9be,U+f9ca,U+f9d0-f9d1,U+f9dd,U+f9e0-f9e1,U+f9e4,U+f9f7,U+fa00-fa01,U+fa08,U+fa0a,U+fa11,U+fb01-fb02,U+fdfc,U+fe0e,U+fe30-fe31,U+fe33-fe44,U+fe49-fe52,U+fe54-fe57,U+fe59-fe66,U+fe68-fe6b,U+fe8e,U+fe92-fe93,U+feae,U+feb8,U+fecb-fecc,U+fee0; +} + +/* noto-serif-sc-[21]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-21-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-21-800-normal.woff) format('woff'); + unicode-range: U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d; +} + +/* noto-serif-sc-[22]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-22-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-22-800-normal.woff) format('woff'); + unicode-range: U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81; +} + +/* noto-serif-sc-[23]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-23-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-23-800-normal.woff) format('woff'); + unicode-range: U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f; +} + +/* noto-serif-sc-[24]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-24-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-24-800-normal.woff) format('woff'); + unicode-range: U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80; +} + +/* noto-serif-sc-[25]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-25-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-25-800-normal.woff) format('woff'); + unicode-range: U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d; +} + +/* noto-serif-sc-[26]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-26-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-26-800-normal.woff) format('woff'); + unicode-range: U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db; +} + +/* noto-serif-sc-[27]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-27-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-27-800-normal.woff) format('woff'); + unicode-range: U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a; +} + +/* noto-serif-sc-[28]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-28-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-28-800-normal.woff) format('woff'); + unicode-range: U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3; +} + +/* noto-serif-sc-[29]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-29-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-29-800-normal.woff) format('woff'); + unicode-range: U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3; +} + +/* noto-serif-sc-[30]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-30-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-30-800-normal.woff) format('woff'); + unicode-range: U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a; +} + +/* noto-serif-sc-[31]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-31-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-31-800-normal.woff) format('woff'); + unicode-range: U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea; +} + +/* noto-serif-sc-[32]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-32-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-32-800-normal.woff) format('woff'); + unicode-range: U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162; +} + +/* noto-serif-sc-[33]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-33-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-33-800-normal.woff) format('woff'); + unicode-range: U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa; +} + +/* noto-serif-sc-[34]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-34-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-34-800-normal.woff) format('woff'); + unicode-range: U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40; +} + +/* noto-serif-sc-[35]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-35-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-35-800-normal.woff) format('woff'); + unicode-range: U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc; +} + +/* noto-serif-sc-[36]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-36-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-36-800-normal.woff) format('woff'); + unicode-range: U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d; +} + +/* noto-serif-sc-[37]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-37-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-37-800-normal.woff) format('woff'); + unicode-range: U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13; +} + +/* noto-serif-sc-[38]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-38-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-38-800-normal.woff) format('woff'); + unicode-range: U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f; +} + +/* noto-serif-sc-[39]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-39-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-39-800-normal.woff) format('woff'); + unicode-range: U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3; +} + +/* noto-serif-sc-[40]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-40-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-40-800-normal.woff) format('woff'); + unicode-range: U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545; +} + +/* noto-serif-sc-[41]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-41-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-41-800-normal.woff) format('woff'); + unicode-range: U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2; +} + +/* noto-serif-sc-[42]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-42-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-42-800-normal.woff) format('woff'); + unicode-range: U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6; +} + +/* noto-serif-sc-[43]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-43-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-43-800-normal.woff) format('woff'); + unicode-range: U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160; +} + +/* noto-serif-sc-[44]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-44-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-44-800-normal.woff) format('woff'); + unicode-range: U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014; +} + +/* noto-serif-sc-[45]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-45-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-45-800-normal.woff) format('woff'); + unicode-range: U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb; +} + +/* noto-serif-sc-[46]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-46-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-46-800-normal.woff) format('woff'); + unicode-range: U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1; +} + +/* noto-serif-sc-[47]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-47-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-47-800-normal.woff) format('woff'); + unicode-range: U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7; +} + +/* noto-serif-sc-[48]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-48-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-48-800-normal.woff) format('woff'); + unicode-range: U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1; +} + +/* noto-serif-sc-[49]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-49-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-49-800-normal.woff) format('woff'); + unicode-range: U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4; +} + +/* noto-serif-sc-[50]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-50-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-50-800-normal.woff) format('woff'); + unicode-range: U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a; +} + +/* noto-serif-sc-[51]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-51-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-51-800-normal.woff) format('woff'); + unicode-range: U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b; +} + +/* noto-serif-sc-[52]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-52-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-52-800-normal.woff) format('woff'); + unicode-range: U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721; +} + +/* noto-serif-sc-[53]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-53-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-53-800-normal.woff) format('woff'); + unicode-range: U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612; +} + +/* noto-serif-sc-[54]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-54-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-54-800-normal.woff) format('woff'); + unicode-range: U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508; +} + +/* noto-serif-sc-[55]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-55-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-55-800-normal.woff) format('woff'); + unicode-range: U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef; +} + +/* noto-serif-sc-[56]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-56-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-56-800-normal.woff) format('woff'); + unicode-range: U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5; +} + +/* noto-serif-sc-[57]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-57-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-57-800-normal.woff) format('woff'); + unicode-range: U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5; +} + +/* noto-serif-sc-[58]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-58-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-58-800-normal.woff) format('woff'); + unicode-range: U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009; +} + +/* noto-serif-sc-[59]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-59-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-59-800-normal.woff) format('woff'); + unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8; +} + +/* noto-serif-sc-[60]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-60-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-60-800-normal.woff) format('woff'); + unicode-range: U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; +} + +/* noto-serif-sc-[61]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-61-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-61-800-normal.woff) format('woff'); + unicode-range: U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae; +} + +/* noto-serif-sc-[62]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-62-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-62-800-normal.woff) format('woff'); + unicode-range: U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82; +} + +/* noto-serif-sc-[63]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-63-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-63-800-normal.woff) format('woff'); + unicode-range: U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc; +} + +/* noto-serif-sc-[64]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-64-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-64-800-normal.woff) format('woff'); + unicode-range: U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1; +} + +/* noto-serif-sc-[65]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-65-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-65-800-normal.woff) format('woff'); + unicode-range: U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a; +} + +/* noto-serif-sc-[66]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-66-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-66-800-normal.woff) format('woff'); + unicode-range: U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630; +} + +/* noto-serif-sc-[67]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-67-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-67-800-normal.woff) format('woff'); + unicode-range: U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0; +} + +/* noto-serif-sc-[68]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-68-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-68-800-normal.woff) format('woff'); + unicode-range: U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5; +} + +/* noto-serif-sc-[69]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-69-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-69-800-normal.woff) format('woff'); + unicode-range: U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226; +} + +/* noto-serif-sc-[70]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-70-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-70-800-normal.woff) format('woff'); + unicode-range: U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec; +} + +/* noto-serif-sc-[71]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-71-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-71-800-normal.woff) format('woff'); + unicode-range: U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc; +} + +/* noto-serif-sc-[72]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-72-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-72-800-normal.woff) format('woff'); + unicode-range: U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96; +} + +/* noto-serif-sc-[73]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-73-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-73-800-normal.woff) format('woff'); + unicode-range: U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25; +} + +/* noto-serif-sc-[74]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-74-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-74-800-normal.woff) format('woff'); + unicode-range: U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb; +} + +/* noto-serif-sc-[75]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-75-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-75-800-normal.woff) format('woff'); + unicode-range: U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e; +} + +/* noto-serif-sc-[76]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-76-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-76-800-normal.woff) format('woff'); + unicode-range: U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968; +} + +/* noto-serif-sc-[77]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-77-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-77-800-normal.woff) format('woff'); + unicode-range: U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f; +} + +/* noto-serif-sc-[78]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-78-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-78-800-normal.woff) format('woff'); + unicode-range: U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8; +} + +/* noto-serif-sc-[79]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-79-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-79-800-normal.woff) format('woff'); + unicode-range: U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3; +} + +/* noto-serif-sc-[80]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-80-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-80-800-normal.woff) format('woff'); + unicode-range: U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e; +} + +/* noto-serif-sc-[81]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-81-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-81-800-normal.woff) format('woff'); + unicode-range: U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2; +} + +/* noto-serif-sc-[82]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-82-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-82-800-normal.woff) format('woff'); + unicode-range: U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287; +} + +/* noto-serif-sc-[83]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-83-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-83-800-normal.woff) format('woff'); + unicode-range: U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102; +} + +/* noto-serif-sc-[84]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-84-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-84-800-normal.woff) format('woff'); + unicode-range: U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0; +} + +/* noto-serif-sc-[85]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-85-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-85-800-normal.woff) format('woff'); + unicode-range: U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2; +} + +/* noto-serif-sc-[86]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-86-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-86-800-normal.woff) format('woff'); + unicode-range: U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128; +} + +/* noto-serif-sc-[87]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-87-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-87-800-normal.woff) format('woff'); + unicode-range: U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c; +} + +/* noto-serif-sc-[88]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-88-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-88-800-normal.woff) format('woff'); + unicode-range: U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650; +} + +/* noto-serif-sc-[89]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-89-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-89-800-normal.woff) format('woff'); + unicode-range: U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b; +} + +/* noto-serif-sc-[90]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-90-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-90-800-normal.woff) format('woff'); + unicode-range: U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9; +} + +/* noto-serif-sc-[91]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-91-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-91-800-normal.woff) format('woff'); + unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b; +} + +/* noto-serif-sc-[97]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-97-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-97-800-normal.woff) format('woff'); + unicode-range: U+2ae-2b3,U+2b5-2bf,U+2c2-2c3,U+2c6-2d1,U+2d8-2da,U+2dc,U+2e1-2e3,U+2e5,U+2eb,U+2ee-2f0,U+2f2-2f7,U+2f9-2ff,U+302-30d,U+311,U+31b,U+321-325,U+327-329,U+32b-32c,U+32e-32f,U+331-339,U+33c-33d,U+33f,U+348,U+352,U+35c,U+35e-35f,U+361,U+363,U+368,U+36c,U+36f,U+530-540,U+55d-55e,U+561,U+563,U+565,U+56b,U+56e-579; +} + +/* noto-serif-sc-[98]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-98-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-98-800-normal.woff) format('woff'); + unicode-range: U+176-17f,U+192,U+194,U+19a-19b,U+19d,U+1a0-1a1,U+1a3-1a4,U+1aa,U+1ac-1ad,U+1af-1bf,U+1d2,U+1d4,U+1d6,U+1d8,U+1da,U+1dc,U+1e3,U+1e7,U+1e9,U+1ee,U+1f0-1f1,U+1f3,U+1f5-1ff,U+219-21b,U+221,U+223-226,U+228,U+22b,U+22f,U+231,U+234-237,U+23a-23b,U+23d,U+250-252,U+254-255,U+259-25e,U+261-263,U+265,U+268,U+26a-26b,U+26f-277,U+279,U+27b-280,U+282-283,U+285,U+28a,U+28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a4,U+2a6-2a7,U+2a9,U+2ab; +} + +/* noto-serif-sc-[99]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-99-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-99-800-normal.woff) format('woff'); + unicode-range: U+a1-a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b3-b6,U+b8-ba,U+bc-d6,U+d8-de,U+e6,U+eb,U+ee-f0,U+f5,U+f7-f8,U+fb,U+fd-100,U+102,U+104-107,U+10d,U+10f-112,U+115,U+117,U+119,U+11b,U+11e-11f,U+121,U+123,U+125-127,U+129-12a,U+12d,U+12f-13f,U+141-142,U+144,U+146,U+14b-14c,U+14f-153,U+158-15b,U+15e-160,U+163-165,U+168-16a,U+16d-175; +} + +/* noto-serif-sc-[100]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-100-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-100-800-normal.woff) format('woff'); + unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16; +} + +/* noto-serif-sc-[101]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-101-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-101-800-normal.woff) format('woff'); + unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e; +} + +/* noto-serif-sc-[102]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-102-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-102-800-normal.woff) format('woff'); + unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b; +} + +/* noto-serif-sc-[103]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-103-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-103-800-normal.woff) format('woff'); + unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; +} + +/* noto-serif-sc-[104]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-104-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-104-800-normal.woff) format('woff'); + unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; +} + +/* noto-serif-sc-[105]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-105-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-105-800-normal.woff) format('woff'); + unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; +} + +/* noto-serif-sc-[106]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-106-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-106-800-normal.woff) format('woff'); + unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603; +} + +/* noto-serif-sc-[107]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-107-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-107-800-normal.woff) format('woff'); + unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c; +} + +/* noto-serif-sc-[108]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-108-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-108-800-normal.woff) format('woff'); + unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; +} + +/* noto-serif-sc-[109]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-109-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-109-800-normal.woff) format('woff'); + unicode-range: U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; +} + +/* noto-serif-sc-[110]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-110-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-110-800-normal.woff) format('woff'); + unicode-range: U+300c-300d,U+4e54,U+4e58,U+4e95,U+4ec1,U+4f2f,U+4f38,U+4fa3,U+4fca,U+503e,U+5141,U+5144,U+517c,U+51cc,U+51ed,U+5242,U+52b2,U+52d2,U+52e4,U+540a,U+5439,U+5448,U+5496,U+54ed,U+5565,U+5761,U+5766,U+58ee,U+593a,U+594b,U+594f,U+5954,U+5996,U+59c6,U+59ff,U+5b64,U+5bff,U+5c18,U+5c1d,U+5c97,U+5ca9,U+5cb8,U+5e9f,U+5ec9,U+5f04,U+5f7b,U+5fa1,U+5fcd,U+6012,U+60a6,U+60ac,U+60b2,U+60ef,U+626e,U+6270,U+6276,U+62d6,U+62dc,U+6316,U+632f,U+633a,U+6355,U+63aa,U+6447,U+649e,U+64c5,U+654c,U+65c1,U+65cb,U+65e6,U+6606,U+6731,U+675c,U+67cf,U+67dc,U+6846,U+6b8b,U+6beb,U+6c61,U+6c88,U+6cbf,U+6cdb,U+6cea,U+6d45,U+6d53,U+6d74,U+6d82,U+6da8,U+6db5,U+6deb,U+6eda,U+6ee8,U+6f0f,U+706d,U+708e,U+70ae,U+70bc,U+70c2,U+70e6,U+7237-7238,U+72fc,U+730e,U+731b,U+739b,U+73bb,U+7483,U+74dc,U+74f6,U+7586,U+7626,U+775b,U+77ff,U+788e,U+78b0,U+7956,U+7965,U+79e6,U+7af9,U+7bee,U+7c97,U+7eb1,U+7eb7,U+7ed1,U+7ed5,U+7f6a,U+7f72,U+7fbd,U+8017,U+808c,U+80a9,U+80c6,U+80ce,U+8150,U+8170,U+819c,U+820d,U+8230,U+8239,U+827e,U+8377,U+8389,U+83b2,U+8428,U+8463,U+867e,U+88c2,U+88d9,U+8986,U+8bca,U+8bde,U+8c13,U+8c8c,U+8d21,U+8d24,U+8d56,U+8d60,U+8d8b,U+8db4,U+8e2a,U+8f68,U+8f89,U+8f9b,U+8fa8,U+8fbd,U+9003,U+90ce,U+90ed,U+9189,U+94bb,U+9505,U+95f9,U+963b,U+9655,U+966a,U+9677,U+96fe,U+9896,U+99a8,U+9a71,U+9a82,U+9a91,U+9b45,U+9ece,U+9f20,U+feff,U+ff0d; +} + +/* noto-serif-sc-[111]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-111-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-111-800-normal.woff) format('woff'); + unicode-range: U+4e4c,U+4e88,U+4ea1,U+4ea6,U+4ed3-4ed4,U+4eff,U+4f30,U+4fa7,U+4fc4,U+4fd7,U+500d,U+504f,U+5076-5077,U+517d,U+5192,U+51c9,U+51ef,U+5238,U+5251,U+526a,U+52c7,U+52df,U+52ff,U+53a6,U+53a8,U+53ec,U+5410,U+559d,U+55b7,U+5634,U+573e,U+5783,U+585e,U+586b,U+58a8,U+5999,U+59d3,U+5a1c,U+5a46,U+5b54-5b55,U+5b85,U+5b8b,U+5b8f,U+5bbf,U+5bd2,U+5c16,U+5c24,U+5e05,U+5e45,U+5e7c,U+5e84,U+5f03,U+5f1f,U+5f31,U+5f84,U+5f90,U+5fbd,U+5fc6,U+5fd9,U+5fe7,U+6052,U+6062,U+6089,U+60a3,U+60d1,U+6167,U+622a,U+6234,U+624e,U+6269,U+626c,U+62b5,U+62d2,U+6325,U+63e1,U+643a,U+6446,U+6562,U+656c,U+65e2,U+65fa,U+660c,U+6628,U+6652,U+6668,U+6676,U+66fc,U+66ff,U+6717,U+676d,U+67aa,U+67d4,U+6843,U+6881,U+68d2,U+695a,U+69fd,U+6a2a,U+6b8a,U+6c60,U+6c64,U+6c9f,U+6caa,U+6cc9,U+6ce1,U+6cfd,U+6d1b,U+6d1e,U+6d6e,U+6de1,U+6e10,U+6e7f,U+6f5c,U+704c,U+7070,U+7089,U+70b8,U+718a,U+71c3,U+723d,U+732a,U+73cd,U+7518,U+756a,U+75af,U+75be,U+75c7,U+76d2,U+76d7,U+7763,U+78e8,U+795d,U+79df,U+7c4d,U+7d2f,U+7ee9,U+7f13,U+7f8a,U+8000,U+8010,U+80af,U+80f6,U+80f8,U+8212,U+8273,U+82f9,U+83ab,U+83b1,U+83f2,U+8584,U+871c,U+8861,U+888b,U+88c1,U+88e4,U+8bd1,U+8bf1,U+8c31,U+8d5a,U+8d75-8d76,U+8de8,U+8f85,U+8fa3,U+8fc5,U+9006,U+903c,U+904d,U+9075,U+9178,U+9274,U+950b,U+9526,U+95ea,U+9636,U+9686,U+978b,U+987f,U+9a7e,U+9b42,U+9e1f,U+9ea6,U+9f13,U+9f84,U+ff5e; +} + +/* noto-serif-sc-[112]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-112-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-112-800-normal.woff) format('woff'); + unicode-range: U+23,U+3d,U+4e01,U+4e39,U+4e73,U+4ecd,U+4ed9,U+4eea,U+4f0a,U+4f1f,U+4f5b,U+4fa0,U+4fc3,U+501f,U+50a8,U+515a,U+5175,U+51a0,U+51c0,U+51e1,U+51e4,U+5200,U+520a,U+5224,U+523a,U+52aa,U+52b1,U+52b3,U+5348,U+5353,U+5360,U+5371,U+5377,U+539a,U+541b,U+5434,U+547c,U+54e6,U+5510,U+5531,U+5609,U+56f0,U+56fa,U+5733,U+574f,U+5851,U+5854,U+5899,U+58c1,U+592e,U+5939,U+5976,U+5986,U+59bb,U+5a18,U+5a74,U+5b59,U+5b87,U+5b97,U+5ba0,U+5bab,U+5bbd-5bbe,U+5bf8,U+5c0a,U+5c3a,U+5c4a,U+5e16,U+5e1d,U+5e2d,U+5e8a,U+6015,U+602a,U+6050,U+6069,U+6162,U+61c2,U+6293,U+6297,U+62b1,U+62bd,U+62df,U+62fc,U+6302,U+635f,U+638c,U+63ed,U+6458,U+6469,U+6563,U+6620,U+6653,U+6696-6697,U+66dd,U+675f,U+676f-6770,U+67d0,U+67d3,U+684c,U+6865,U+6885,U+68b0,U+68ee,U+690d,U+6b23,U+6b32,U+6bd5,U+6c89,U+6d01,U+6d25,U+6d89,U+6da6,U+6db2,U+6df7,U+6ed1,U+6f02,U+70c8,U+70df,U+70e7,U+7126,U+7236,U+7259,U+731c,U+745e,U+74e3,U+751a,U+751c,U+7532,U+7545,U+75db,U+7761,U+7a0d,U+7b51,U+7ca4,U+7cd6,U+7d2b,U+7ea0,U+7eb9,U+7ed8,U+7f18,U+7f29,U+8033,U+804a,U+80a4-80a5,U+80e1,U+817f,U+829d,U+82e6,U+8336,U+840c,U+8499,U+864e,U+8651,U+865a,U+88ad,U+89e6,U+8bd7,U+8bfa,U+8c37,U+8d25,U+8d38,U+8ddd,U+8fea,U+9010,U+9012,U+906d,U+907f-9080,U+90d1,U+9177,U+91ca,U+94fa,U+9501,U+9634-9635,U+9694,U+9707,U+9738,U+9769,U+9a7b,U+9a97,U+9aa8,U+9b3c,U+9c81,U+9ed8; +} + +/* noto-serif-sc-[113]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-113-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-113-800-normal.woff) format('woff'); + unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; +} + +/* noto-serif-sc-[114]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-114-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-114-800-normal.woff) format('woff'); + unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; +} + +/* noto-serif-sc-[115]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-115-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-115-800-normal.woff) format('woff'); + unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; +} + +/* noto-serif-sc-[116]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-116-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-116-800-normal.woff) format('woff'); + unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; +} + +/* noto-serif-sc-[117]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-117-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-117-800-normal.woff) format('woff'); + unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; +} + +/* noto-serif-sc-[118]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-118-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-118-800-normal.woff) format('woff'); + unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; +} + +/* noto-serif-sc-[119]-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-119-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-119-800-normal.woff) format('woff'); + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; +} + +/* noto-serif-sc-cyrillic-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-cyrillic-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-800-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-sc-vietnamese-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-vietnamese-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-800-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-sc-latin-ext-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-latin-ext-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-800-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* noto-serif-sc-latin-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-latin-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-800-normal.woff) format('woff'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/900.css b/fonts/google/noto-serif-sc/900.css index 060b510d9fb..f2605dd51d5 100644 --- a/fonts/google/noto-serif-sc/900.css +++ b/fonts/google/noto-serif-sc/900.css @@ -35,7 +35,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-21-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-21-900-normal.woff) format('woff'); - unicode-range: U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81,U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff4,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d,U+af34; + unicode-range: U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d; } /* noto-serif-sc-[22]-900-normal */ @@ -45,7 +45,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-22-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-22-900-normal.woff) format('woff'); - unicode-range: U+9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39; + unicode-range: U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81; } /* noto-serif-sc-[23]-900-normal */ @@ -55,7 +55,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-23-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-23-900-normal.woff) format('woff'); - unicode-range: U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80,U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9; + unicode-range: U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f; } /* noto-serif-sc-[24]-900-normal */ @@ -65,7 +65,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-24-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-24-900-normal.woff) format('woff'); - unicode-range: U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d,U+9a80,U+9a83,U+9a85,U+9a87-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9abc,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39; + unicode-range: U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80; } /* noto-serif-sc-[25]-900-normal */ @@ -75,7 +75,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-25-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-25-900-normal.woff) format('woff'); - unicode-range: U+98c8,U+98cf-98d6,U+98da-98db,U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b; + unicode-range: U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d; } /* noto-serif-sc-[26]-900-normal */ @@ -85,7 +85,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-26-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-26-900-normal.woff) format('woff'); - unicode-range: U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c7; + unicode-range: U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db; } /* noto-serif-sc-[27]-900-normal */ @@ -95,7 +95,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-27-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-27-900-normal.woff) format('woff'); - unicode-range: U+95b9-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727; + unicode-range: U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a; } /* noto-serif-sc-[28]-900-normal */ @@ -105,7 +105,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-28-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-28-900-normal.woff) format('woff'); - unicode-range: U+94e7-94ec,U+94ee-94f1,U+94f3,U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8; + unicode-range: U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3; } /* noto-serif-sc-[29]-900-normal */ @@ -115,7 +115,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-29-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-29-900-normal.woff) format('woff'); - unicode-range: U+9410-941a,U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94e6; + unicode-range: U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3; } /* noto-serif-sc-[30]-900-normal */ @@ -125,7 +125,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-30-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-30-900-normal.woff) format('woff'); - unicode-range: U+92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea,U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-940f; + unicode-range: U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a; } /* noto-serif-sc-[31]-900-normal */ @@ -135,7 +135,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-31-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-31-900-normal.woff) format('woff'); - unicode-range: U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6; + unicode-range: U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea; } /* noto-serif-sc-[32]-900-normal */ @@ -145,7 +145,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-32-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-32-900-normal.woff) format('woff'); - unicode-range: U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa,U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a; + unicode-range: U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162; } /* noto-serif-sc-[33]-900-normal */ @@ -155,7 +155,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-33-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-33-900-normal.woff) format('woff'); - unicode-range: U+8e2d-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda; + unicode-range: U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa; } /* noto-serif-sc-[34]-900-normal */ @@ -165,7 +165,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-34-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-34-900-normal.woff) format('woff'); - unicode-range: U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d2e,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e2c; + unicode-range: U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40; } /* noto-serif-sc-[35]-900-normal */ @@ -175,7 +175,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-35-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-35-900-normal.woff) format('woff'); - unicode-range: U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb3-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac; + unicode-range: U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc; } /* noto-serif-sc-[36]-900-normal */ @@ -185,7 +185,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-36-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-36-900-normal.woff) format('woff'); - unicode-range: U+8a02-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13,U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c; + unicode-range: U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d; } /* noto-serif-sc-[37]-900-normal */ @@ -195,7 +195,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-37-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-37-900-normal.woff) format('woff'); - unicode-range: U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f,U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01; + unicode-range: U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13; } /* noto-serif-sc-[38]-900-normal */ @@ -205,7 +205,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-38-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-38-900-normal.woff) format('woff'); - unicode-range: U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864; + unicode-range: U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f; } /* noto-serif-sc-[39]-900-normal */ @@ -215,7 +215,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-39-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-39-900-normal.woff) format('woff'); - unicode-range: U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545,U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df; + unicode-range: U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3; } /* noto-serif-sc-[40]-900-normal */ @@ -225,7 +225,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-40-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-40-900-normal.woff) format('woff'); - unicode-range: U+83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2,U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d; + unicode-range: U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545; } /* noto-serif-sc-[41]-900-normal */ @@ -235,7 +235,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-41-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-41-900-normal.woff) format('woff'); - unicode-range: U+82a9-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6,U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3; + unicode-range: U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2; } /* noto-serif-sc-[42]-900-normal */ @@ -245,7 +245,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-42-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-42-900-normal.woff) format('woff'); - unicode-range: U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160,U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82a8; + unicode-range: U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6; } /* noto-serif-sc-[43]-900-normal */ @@ -255,7 +255,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-43-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-43-900-normal.woff) format('woff'); - unicode-range: U+7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148; + unicode-range: U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160; } /* noto-serif-sc-[44]-900-normal */ @@ -265,7 +265,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-44-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-44-900-normal.woff) format('woff'); - unicode-range: U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb,U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9; + unicode-range: U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014; } /* noto-serif-sc-[45]-900-normal */ @@ -275,7 +275,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-45-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-45-900-normal.woff) format('woff'); - unicode-range: U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1-7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4; + unicode-range: U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb; } /* noto-serif-sc-[46]-900-normal */ @@ -285,7 +285,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-46-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-46-900-normal.woff) format('woff'); - unicode-range: U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7-7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1; + unicode-range: U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1; } /* noto-serif-sc-[47]-900-normal */ @@ -295,7 +295,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-47-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-47-900-normal.woff) format('woff'); - unicode-range: U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1,U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9; + unicode-range: U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7; } /* noto-serif-sc-[48]-900-normal */ @@ -305,7 +305,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-48-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-48-900-normal.woff) format('woff'); - unicode-range: U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4,U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1; + unicode-range: U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1; } /* noto-serif-sc-[49]-900-normal */ @@ -315,7 +315,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-49-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-49-900-normal.woff) format('woff'); - unicode-range: U+797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8; + unicode-range: U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4; } /* noto-serif-sc-[50]-900-normal */ @@ -325,7 +325,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-50-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-50-900-normal.woff) format('woff'); - unicode-range: U+783e,U+7841-7844,U+7847-7849,U+784b-784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b; + unicode-range: U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a; } /* noto-serif-sc-[51]-900-normal */ @@ -335,7 +335,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-51-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-51-900-normal.woff) format('woff'); - unicode-range: U+770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721-7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c; + unicode-range: U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b; } /* noto-serif-sc-[52]-900-normal */ @@ -345,7 +345,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-52-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-52-900-normal.woff) format('woff'); - unicode-range: U+760a-760e,U+7610-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770e; + unicode-range: U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721; } /* noto-serif-sc-[53]-900-normal */ @@ -355,7 +355,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-53-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-53-900-normal.woff) format('woff'); - unicode-range: U+74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508,U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-7609; + unicode-range: U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612; } /* noto-serif-sc-[54]-900-normal */ @@ -365,7 +365,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-54-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-54-900-normal.woff) format('woff'); - unicode-range: U+73e7-73ea,U+73ee-73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee; + unicode-range: U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508; } /* noto-serif-sc-[55]-900-normal */ @@ -375,7 +375,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-55-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-55-900-normal.woff) format('woff'); - unicode-range: U+72dd-72df,U+72e1,U+72e5-72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73e6; + unicode-range: U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef; } /* noto-serif-sc-[56]-900-normal */ @@ -385,7 +385,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-56-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-56-900-normal.woff) format('woff'); - unicode-range: U+719c,U+71a0,U+71a4-71a5,U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db; + unicode-range: U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5; } /* noto-serif-sc-[57]-900-normal */ @@ -395,7 +395,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-57-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-57-900-normal.woff) format('woff'); - unicode-range: U+7005-7006,U+7009,U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198; + unicode-range: U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5; } /* noto-serif-sc-[58]-900-normal */ @@ -405,7 +405,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-58-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-58-900-normal.woff) format('woff'); - unicode-range: U+6ed8-6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f31-6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe; + unicode-range: U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009; } /* noto-serif-sc-[59]-900-normal */ @@ -415,7 +415,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-59-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-59-900-normal.woff) format('woff'); - unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7; + unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8; } /* noto-serif-sc-[60]-900-normal */ @@ -425,7 +425,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-60-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-60-900-normal.woff) format('woff'); - unicode-range: U+6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; + unicode-range: U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; } /* noto-serif-sc-[61]-900-normal */ @@ -435,7 +435,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-61-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-61-900-normal.woff) format('woff'); - unicode-range: U+6b85-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae,U+6cb1; + unicode-range: U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae; } /* noto-serif-sc-[62]-900-normal */ @@ -445,7 +445,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-62-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-62-900-normal.woff) format('woff'); - unicode-range: U+6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b84; + unicode-range: U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82; } /* noto-serif-sc-[63]-900-normal */ @@ -455,7 +455,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-63-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-63-900-normal.woff) format('woff'); - unicode-range: U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc,U+69fe-6a00; + unicode-range: U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc; } /* noto-serif-sc-[64]-900-normal */ @@ -465,7 +465,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-64-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-64-900-normal.woff) format('woff'); - unicode-range: U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1,U+68d3,U+68d7,U+68dd,U+68df; + unicode-range: U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1; } /* noto-serif-sc-[65]-900-normal */ @@ -475,7 +475,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-65-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-65-900-normal.woff) format('woff'); - unicode-range: U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a-678d,U+678f; + unicode-range: U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a; } /* noto-serif-sc-[66]-900-normal */ @@ -485,7 +485,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-66-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-66-900-normal.woff) format('woff'); - unicode-range: U+64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630-6631,U+6633-6634,U+6636; + unicode-range: U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630; } /* noto-serif-sc-[67]-900-normal */ @@ -495,7 +495,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-67-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-67-900-normal.woff) format('woff'); - unicode-range: U+63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0-64f2,U+64f4,U+64f7; + unicode-range: U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0; } /* noto-serif-sc-[68]-900-normal */ @@ -505,7 +505,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-68-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-68-900-normal.woff) format('woff'); - unicode-range: U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5,U+63b7-63bb; + unicode-range: U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5; } /* noto-serif-sc-[69]-900-normal */ @@ -515,7 +515,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-69-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-69-900-normal.woff) format('woff'); - unicode-range: U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226,U+622c,U+622e-6230,U+6232,U+6238; + unicode-range: U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226; } /* noto-serif-sc-[70]-900-normal */ @@ -525,7 +525,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-70-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-70-900-normal.woff) format('woff'); - unicode-range: U+5fd1-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec-60ee,U+60f0-60f1,U+60f4,U+60f6; + unicode-range: U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec; } /* noto-serif-sc-[71]-900-normal */ @@ -535,7 +535,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-71-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-71-900-normal.woff) format('woff'); - unicode-range: U+5ea3-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc,U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd0; + unicode-range: U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc; } /* noto-serif-sc-[72]-900-normal */ @@ -545,7 +545,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-72-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-72-900-normal.woff) format('woff'); - unicode-range: U+5d32-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea2; + unicode-range: U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96; } /* noto-serif-sc-[73]-900-normal */ @@ -555,7 +555,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-73-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-73-900-normal.woff) format('woff'); - unicode-range: U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d27,U+5d2e-5d31; + unicode-range: U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25; } /* noto-serif-sc-[74]-900-normal */ @@ -565,7 +565,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-74-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-74-900-normal.woff) format('woff'); - unicode-range: U+5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be7,U+5be9,U+5beb-5bec,U+5bee-5bf0,U+5bf2-5bf3; + unicode-range: U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb; } /* noto-serif-sc-[75]-900-normal */ @@ -575,7 +575,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-75-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-75-900-normal.woff) format('woff'); - unicode-range: U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e,U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1; + unicode-range: U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e; } /* noto-serif-sc-[76]-900-normal */ @@ -585,7 +585,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-76-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-76-900-normal.woff) format('woff'); - unicode-range: U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968,U+596a,U+596c-596e,U+5977,U+597b-597c; + unicode-range: U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968; } /* noto-serif-sc-[77]-900-normal */ @@ -595,7 +595,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-77-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-77-900-normal.woff) format('woff'); - unicode-range: U+570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-5820,U+5822-5823,U+5825-5826,U+582c,U+582f; + unicode-range: U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f; } /* noto-serif-sc-[78]-900-normal */ @@ -605,7 +605,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-78-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-78-900-normal.woff) format('woff'); - unicode-range: U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709; + unicode-range: U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8; } /* noto-serif-sc-[79]-900-normal */ @@ -615,7 +615,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-79-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-79-900-normal.woff) format('woff'); - unicode-range: U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3,U+55f5-55f7,U+55fb,U+55fe,U+5600-5601; + unicode-range: U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3; } /* noto-serif-sc-[80]-900-normal */ @@ -625,7 +625,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-80-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-80-900-normal.woff) format('woff'); - unicode-range: U+53fb-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550f,U+5511-5514,U+5516-5517; + unicode-range: U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e; } /* noto-serif-sc-[81]-900-normal */ @@ -635,7 +635,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-81-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-81-900-normal.woff) format('woff'); - unicode-range: U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5340,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2,U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa; + unicode-range: U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2; } /* noto-serif-sc-[82]-900-normal */ @@ -645,7 +645,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-82-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-82-900-normal.woff) format('woff'); - unicode-range: U+5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287,U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a; + unicode-range: U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287; } /* noto-serif-sc-[83]-900-normal */ @@ -655,7 +655,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-83-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-83-900-normal.woff) format('woff'); - unicode-range: U+4fe3-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102,U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f; + unicode-range: U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102; } /* noto-serif-sc-[84]-900-normal */ @@ -665,7 +665,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-84-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-84-900-normal.woff) format('woff'); - unicode-range: U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0-4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2; + unicode-range: U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0; } /* noto-serif-sc-[85]-900-normal */ @@ -675,7 +675,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-85-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-85-900-normal.woff) format('woff'); - unicode-range: U+3127-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2-4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6; + unicode-range: U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2; } /* noto-serif-sc-[86]-900-normal */ @@ -685,7 +685,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-86-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-86-900-normal.woff) format('woff'); - unicode-range: U+279c,U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126; + unicode-range: U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128; } /* noto-serif-sc-[87]-900-normal */ @@ -695,7 +695,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-87-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-87-900-normal.woff) format('woff'); - unicode-range: U+2650-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796; + unicode-range: U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c; } /* noto-serif-sc-[88]-900-normal */ @@ -705,7 +705,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-88-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-88-900-normal.woff) format('woff'); - unicode-range: U+254b,U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-264f; + unicode-range: U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650; } /* noto-serif-sc-[89]-900-normal */ @@ -715,7 +715,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-89-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-89-900-normal.woff) format('woff'); - unicode-range: U+23e9,U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a; + unicode-range: U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b; } /* noto-serif-sc-[90]-900-normal */ @@ -725,7 +725,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-90-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-90-900-normal.woff) format('woff'); - unicode-range: U+207b-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0; + unicode-range: U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9; } /* noto-serif-sc-[91]-900-normal */ @@ -735,7 +735,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-91-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-91-900-normal.woff) format('woff'); - unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2027-2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a; + unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b; } /* noto-serif-sc-[97]-900-normal */ @@ -775,7 +775,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-100-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-100-900-normal.woff) format('woff'); - unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+560e,U+5618,U+565c,U+56bc,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ac9,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+620c,U+62c7,U+62ed,U+6320,U+6345,U+6390,U+63b0,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+72e9,U+733f,U+7396,U+739f,U+7459-745a,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8aaa,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+9a6f,U+9a8b,U+9ab7,U+9ac5,U+9e25,U+e608,U+ff06,U+ff14-ff16; + unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16; } /* noto-serif-sc-[101]-900-normal */ @@ -785,7 +785,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-101-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-101-900-normal.woff) format('woff'); - unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+2463,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+516e,U+51c4,U+5225,U+5364,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+5662,U+5669,U+566c,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+6273,U+62f7,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6ed5,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+7409,U+7422,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+803f,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8c41,U+8cec,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9704,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+9f9a,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e,U+ff3d; + unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e; } /* noto-serif-sc-[102]-900-normal */ @@ -795,7 +795,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-102-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-102-900-normal.woff) format('woff'); - unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+60df,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+6813,U+6869,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+73fe,U+7405,U+7455,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+8046,U+80fa,U+81b3,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+904e,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+9119,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+f012b; + unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b; } /* noto-serif-sc-[103]-900-normal */ @@ -805,7 +805,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-103-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-103-900-normal.woff) format('woff'); - unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5a1f,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+5f6c,U+603c,U+609a,U+6168,U+61c8,U+6236,U+62d0,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+6703,U+67da,U+67ec,U+6816,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+7410,U+7426,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8d50,U+8e72,U+8f9c,U+900d,U+904b,U+9063,U+90a2,U+90b9,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+9631,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; + unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; } /* noto-serif-sc-[104]-900-normal */ @@ -815,7 +815,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-104-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-104-900-normal.woff) format('woff'); - unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a49,U+5ac2,U+5bb0,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f8c,U+608d,U+611b,U+6127,U+62a0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6e9c,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+8328,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d63,U+8e81,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9540,U+9610,U+9699,U+96c7,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; + unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; } /* noto-serif-sc-[105]-900-normal */ @@ -825,7 +825,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-105-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-105-900-normal.woff) format('woff'); - unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+300f,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54b1,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+61be,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6380,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82ad,U+82bd,U+8305,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+958b,U+9600,U+9640,U+96b6,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; + unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; } /* noto-serif-sc-[106]-900-normal */ @@ -835,7 +835,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-106-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-106-900-normal.woff) format('woff'); - unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+8304,U+8393,U+83b9,U+83ca,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95ef,U+95f7,U+9706,U+9709,U+9774,U+9887,U+98a0,U+9e64,U+9f9f,U+e601,U+e603; + unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603; } /* noto-serif-sc-[107]-900-normal */ @@ -845,7 +845,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-107-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-107-900-normal.woff) format('woff'); - unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+886c,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95fa,U+95fd,U+964c,U+96c0,U+971c,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9b4f,U+9e2d,U+9f0e,U+e602,U+e604-e605,U+ff5c; + unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c; } /* noto-serif-sc-[108]-900-normal */ @@ -855,7 +855,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-108-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-108-900-normal.woff) format('woff'); - unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+85aa,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+90aa,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+9675,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; + unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; } /* noto-serif-sc-[109]-900-normal */ @@ -865,7 +865,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-109-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-109-900-normal.woff) format('woff'); - unicode-range: U+a5,U+2022,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; + unicode-range: U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; } /* noto-serif-sc-[110]-900-normal */ @@ -905,7 +905,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-113-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-113-900-normal.woff) format('woff'); - unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4ee4,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; + unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; } /* noto-serif-sc-[114]-900-normal */ @@ -915,7 +915,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-114-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-114-900-normal.woff) format('woff'); - unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6740,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; + unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; } /* noto-serif-sc-[115]-900-normal */ @@ -925,7 +925,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-115-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-115-900-normal.woff) format('woff'); - unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b63,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; + unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; } /* noto-serif-sc-[116]-900-normal */ @@ -935,7 +935,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-116-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-116-900-normal.woff) format('woff'); - unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6d4b,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; + unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; } /* noto-serif-sc-[117]-900-normal */ @@ -945,7 +945,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-117-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-117-900-normal.woff) format('woff'); - unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53ea,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; + unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; } /* noto-serif-sc-[118]-900-normal */ @@ -955,7 +955,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-118-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-118-900-normal.woff) format('woff'); - unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e38,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; + unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; } /* noto-serif-sc-[119]-900-normal */ @@ -965,7 +965,37 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-sc-119-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-119-900-normal.woff) format('woff'); - unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; +} + +/* noto-serif-sc-cyrillic-900-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-sc-cyrillic-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-900-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-sc-vietnamese-900-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-sc-vietnamese-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-900-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-sc-latin-ext-900-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-sc-latin-ext-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-900-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; } /* noto-serif-sc-latin-900-normal */ diff --git a/fonts/google/noto-serif-sc/LICENSE b/fonts/google/noto-serif-sc/LICENSE index 826e41f3bf7..664f22fa729 100644 --- a/fonts/google/noto-serif-sc/LICENSE +++ b/fonts/google/noto-serif-sc/LICENSE @@ -1,4 +1,4 @@ -Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/). +(c) 2017-2023 Adobe (http://www.adobe.com/). This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: diff --git a/fonts/google/noto-serif-sc/README.md b/fonts/google/noto-serif-sc/README.md index 5f46275e451..2cea2566f67 100644 --- a/fonts/google/noto-serif-sc/README.md +++ b/fonts/google/noto-serif-sc/README.md @@ -21,9 +21,9 @@ import "@fontsource/noto-serif-sc/400-italic.css"; // Specify weight and style ``` Supported variables: -- Weights: `[200,300,400,500,600,700,900]` +- Weights: `[200,300,400,500,600,700,800,900]` - Styles: `[normal]` -- Subsets: `[chinese-simplified,latin]` +- Subsets: `[chinese-simplified,cyrillic,latin,latin-ext,vietnamese]` > Note: `italic` may not be supported by all fonts. To learn more about what weights and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/noto-serif-sc). @@ -38,10 +38,10 @@ body { ## Licensing Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0. -Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/). +(c) 2017-2023 Adobe (http://www.adobe.com/). [OFL-1.1](http://scripts.sil.org/OFL) ## Other Notes -Font version (provided by source): `v22`. +Font version (provided by source): `v30`. If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/chinese-simplified-800.css b/fonts/google/noto-serif-sc/chinese-simplified-800.css new file mode 100644 index 00000000000..4022db19305 --- /dev/null +++ b/fonts/google/noto-serif-sc/chinese-simplified-800.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-chinese-simplified-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-chinese-simplified-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-chinese-simplified-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/chinese-simplified.css b/fonts/google/noto-serif-sc/chinese-simplified.css index a42b1188384..2b0f1fe46aa 100644 --- a/fonts/google/noto-serif-sc/chinese-simplified.css +++ b/fonts/google/noto-serif-sc/chinese-simplified.css @@ -52,6 +52,15 @@ src: url(./files/noto-serif-sc-chinese-simplified-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-chinese-simplified-700-normal.woff) format('woff'); } +/* noto-serif-sc-chinese-simplified-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-chinese-simplified-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-chinese-simplified-800-normal.woff) format('woff'); +} + /* noto-serif-sc-chinese-simplified-900-normal */ @font-face { font-family: 'Noto Serif SC'; diff --git a/fonts/google/noto-serif-sc/cyrillic-200.css b/fonts/google/noto-serif-sc/cyrillic-200.css new file mode 100644 index 00000000000..7959db68329 --- /dev/null +++ b/fonts/google/noto-serif-sc/cyrillic-200.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-cyrillic-200-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-sc-cyrillic-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-200-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/cyrillic-300.css b/fonts/google/noto-serif-sc/cyrillic-300.css new file mode 100644 index 00000000000..c221c4b0575 --- /dev/null +++ b/fonts/google/noto-serif-sc/cyrillic-300.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-cyrillic-300-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-sc-cyrillic-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-300-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/cyrillic-400.css b/fonts/google/noto-serif-sc/cyrillic-400.css new file mode 100644 index 00000000000..6425e279ff5 --- /dev/null +++ b/fonts/google/noto-serif-sc/cyrillic-400.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-cyrillic-400-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-sc-cyrillic-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/cyrillic-500.css b/fonts/google/noto-serif-sc/cyrillic-500.css new file mode 100644 index 00000000000..258ce6b41e4 --- /dev/null +++ b/fonts/google/noto-serif-sc/cyrillic-500.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-cyrillic-500-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-sc-cyrillic-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-500-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/cyrillic-600.css b/fonts/google/noto-serif-sc/cyrillic-600.css new file mode 100644 index 00000000000..35448ee6de1 --- /dev/null +++ b/fonts/google/noto-serif-sc/cyrillic-600.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-cyrillic-600-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-sc-cyrillic-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-600-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/cyrillic-700.css b/fonts/google/noto-serif-sc/cyrillic-700.css new file mode 100644 index 00000000000..08d91fb23e9 --- /dev/null +++ b/fonts/google/noto-serif-sc/cyrillic-700.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-cyrillic-700-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-sc-cyrillic-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-700-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/cyrillic-800.css b/fonts/google/noto-serif-sc/cyrillic-800.css new file mode 100644 index 00000000000..9b57e5f9d13 --- /dev/null +++ b/fonts/google/noto-serif-sc/cyrillic-800.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-cyrillic-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-cyrillic-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/cyrillic-900.css b/fonts/google/noto-serif-sc/cyrillic-900.css new file mode 100644 index 00000000000..3781d4e861b --- /dev/null +++ b/fonts/google/noto-serif-sc/cyrillic-900.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-cyrillic-900-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-sc-cyrillic-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/cyrillic.css b/fonts/google/noto-serif-sc/cyrillic.css new file mode 100644 index 00000000000..d5f87dbabf5 --- /dev/null +++ b/fonts/google/noto-serif-sc/cyrillic.css @@ -0,0 +1,71 @@ +/* noto-serif-sc-cyrillic-200-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-sc-cyrillic-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-200-normal.woff) format('woff'); +} + +/* noto-serif-sc-cyrillic-300-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-sc-cyrillic-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-300-normal.woff) format('woff'); +} + +/* noto-serif-sc-cyrillic-400-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-sc-cyrillic-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-400-normal.woff) format('woff'); +} + +/* noto-serif-sc-cyrillic-500-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-sc-cyrillic-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-500-normal.woff) format('woff'); +} + +/* noto-serif-sc-cyrillic-600-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-sc-cyrillic-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-600-normal.woff) format('woff'); +} + +/* noto-serif-sc-cyrillic-700-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-sc-cyrillic-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-700-normal.woff) format('woff'); +} + +/* noto-serif-sc-cyrillic-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-cyrillic-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-800-normal.woff) format('woff'); +} + +/* noto-serif-sc-cyrillic-900-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-sc-cyrillic-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-200-normal.woff index 252a186be46..74fd37fb6ec 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-200-normal.woff2 index 741a039543c..2f04e2a558d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-300-normal.woff index 2f692a9968b..4202550dec1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-300-normal.woff2 index cff9c11047d..f3f26f00534 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-400-normal.woff index 4649a042e58..6cfce2d4e33 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-400-normal.woff2 index a25656f980e..05ca2e0a2bd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-500-normal.woff index 81ba77346b2..17dd25590a1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-500-normal.woff2 index ad81b5cdc6b..5ee41263d38 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-600-normal.woff index e1fa4041d19..6ae2be08e2b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-600-normal.woff2 index 3603f4bc6b5..6185c6819a6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-700-normal.woff index 0b828516719..23d401b843e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-700-normal.woff2 index 718d40939e5..eb798245d2f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-800-normal.woff new file mode 100644 index 00000000000..6b8abab66d7 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-800-normal.woff2 new file mode 100644 index 00000000000..2720fa2c810 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-900-normal.woff index 9ee5da57aac..ac95e23120a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-900-normal.woff2 index f22b77f5385..b8cbc2f3cac 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-100-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-100-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-200-normal.woff index 7db24202c08..714480ae0ba 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-200-normal.woff2 index 22919f7d330..7666cf03dba 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-300-normal.woff index 715786d5e4e..a9c25a371fd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-300-normal.woff2 index 5d03460f4bc..2dd3bda2646 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-400-normal.woff index a0a931144c2..1ea424317e7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-400-normal.woff2 index e068fc5fc80..77743554fa6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-500-normal.woff index eeeb9515bab..cb0bd7ad132 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-500-normal.woff2 index 2c2293f0d79..fcc16b62820 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-600-normal.woff index d025e780b79..77b83180f5c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-600-normal.woff2 index 1c1adda0d7c..42845254e51 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-700-normal.woff index 09e0bd07b9a..b95bc53c5c1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-700-normal.woff2 index 29b258dfbdf..6f24f4b6822 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-800-normal.woff new file mode 100644 index 00000000000..ee58a3660b0 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-800-normal.woff2 new file mode 100644 index 00000000000..0d7256033b1 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-900-normal.woff index 44c90484867..aa02254d0cf 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-900-normal.woff2 index 4b948b560e4..1555bffa52a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-101-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-101-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-200-normal.woff index e19d04c1209..d463b7bdd03 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-200-normal.woff2 index 8d4b6688303..1aa06ab1afa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-300-normal.woff index 2198351cf95..57200004251 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-300-normal.woff2 index bab30cb4a22..ff717850774 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-400-normal.woff index 5f0b841b9c9..0b41a000da6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-400-normal.woff2 index a8d0bec7bc2..622ad73e7c8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-500-normal.woff index 09541cdfe6c..a904d127193 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-500-normal.woff2 index 4d5ae975977..d749bd24b2d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-600-normal.woff index 52f77c6aab7..16a8944af84 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-600-normal.woff2 index b5e1aa522f2..a386542c270 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-700-normal.woff index 6668cc46380..c2518657500 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-700-normal.woff2 index 698fa1d660a..5e8474cc579 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-800-normal.woff new file mode 100644 index 00000000000..d219206c256 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-800-normal.woff2 new file mode 100644 index 00000000000..4a9d54abe40 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-900-normal.woff index 968eb7c6591..5b831235bcc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-900-normal.woff2 index dc84776e30c..2f9bb29d714 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-102-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-102-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-200-normal.woff index 1ff864ca0dd..39b555be33b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-200-normal.woff2 index 8be183a39f7..26f4c1392e8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-300-normal.woff index 34666e4f0a2..e6803eb651a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-300-normal.woff2 index 96616c90728..722401c5ab0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-400-normal.woff index 8733029168d..ebde355786d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-400-normal.woff2 index 6b41a1c3b5f..cdbcebe4e84 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-500-normal.woff index 545b13cabcd..228e19044c3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-500-normal.woff2 index ff003c81758..7f7a0143e24 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-600-normal.woff index 05e979df5ff..4839657686b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-600-normal.woff2 index 33747842b66..659f9166ff8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-700-normal.woff index ac9fb2cc2a7..4b7c1945e06 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-700-normal.woff2 index cb856db95e2..43e55eb4ba0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-800-normal.woff new file mode 100644 index 00000000000..4eb079b5d86 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-800-normal.woff2 new file mode 100644 index 00000000000..489da82f0dd Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-900-normal.woff index 64acbf08414..11e218d7531 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-900-normal.woff2 index 991d49985cd..fccbdac4c15 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-103-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-103-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-200-normal.woff index 82b379eb195..16456deb451 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-200-normal.woff2 index e6cd968b53a..c56b1f3ba94 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-300-normal.woff index 2bcd9ff4fa6..ffcec1be243 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-300-normal.woff2 index 22dff130cfc..a3229662ea2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-400-normal.woff index dd4b89445d3..aa3019ae8c7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-400-normal.woff2 index ea0b33b7e27..cbae33cf56b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-500-normal.woff index 48b0a015e32..355fd0f7a69 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-500-normal.woff2 index c920032deb6..6d306d0d917 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-600-normal.woff index c25ae5a4eb1..8932be579c4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-600-normal.woff2 index 1d51d109a3e..8a32b5628f9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-700-normal.woff index 03e97b87e98..45b82624775 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-700-normal.woff2 index 94893109e25..0cfbcfc6ba5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-800-normal.woff new file mode 100644 index 00000000000..87e1eae83de Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-800-normal.woff2 new file mode 100644 index 00000000000..f6b136be626 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-900-normal.woff index 7ce1f46390a..511eaee2704 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-900-normal.woff2 index 7cea5dc0569..05d3503006a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-104-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-104-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-200-normal.woff index 18aa5292711..efa806fede6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-200-normal.woff2 index cdd7f699925..465d9a53de9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-300-normal.woff index 947fd12214a..5979b90dad7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-300-normal.woff2 index a98b00d12b4..53a0cdbb796 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-400-normal.woff index 93e60f27c17..ca813b87e52 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-400-normal.woff2 index 9b5d82953c0..6d8a5523447 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-500-normal.woff index 60c5be8b0bc..fbedaeee77a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-500-normal.woff2 index 3fdf07547c6..9d7d91bc795 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-600-normal.woff index 03ab9cbef9c..52af5956bf1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-600-normal.woff2 index d55c6743448..cafefab3ae7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-700-normal.woff index 6ab5e1cebda..644df8f77c1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-700-normal.woff2 index 3ea3950dfb6..d518b58d31c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-800-normal.woff new file mode 100644 index 00000000000..9dc1e450b9f Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-800-normal.woff2 new file mode 100644 index 00000000000..4151576d62b Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-900-normal.woff index 1d33b085ccf..9cbd0c88c67 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-900-normal.woff2 index 4c25277029d..c8d6409bb90 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-105-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-105-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-200-normal.woff index dd1436fca60..b451ee6cd8b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-200-normal.woff2 index 9732039d8fc..166c8c0cd10 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-300-normal.woff index ff2f0b22b66..3d52fe1aa76 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-300-normal.woff2 index 5e95f2cfe0a..aed9b8c021b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-400-normal.woff index 69185080c89..2b7749a380b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-400-normal.woff2 index 2c84ef1aa8c..4d82d9b6adf 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-500-normal.woff index 6f2e88e2ba1..0aec3c854a3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-500-normal.woff2 index 368b60b377d..4626e501a54 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-600-normal.woff index 5e76b25109d..b32270fecab 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-600-normal.woff2 index 3434d5d22d6..379d7fbd66b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-700-normal.woff index 947bd6619d5..d35a4b21ab8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-700-normal.woff2 index 49fb36a1b16..82da3a058a6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-800-normal.woff new file mode 100644 index 00000000000..fbf5ab7a5cd Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-800-normal.woff2 new file mode 100644 index 00000000000..af41179a941 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-900-normal.woff index 13ddb5efca8..21e308fe3d1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-900-normal.woff2 index 6cba4ddb546..17953a3be79 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-106-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-106-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-200-normal.woff index 0d5a5121115..7efc80e4ccd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-200-normal.woff2 index 9b0635f5449..b6d2e21af4a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-300-normal.woff index 474d1287b8a..86a28eaca3a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-300-normal.woff2 index 12d5033b5f8..6d782834878 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-400-normal.woff index d88cf301c27..11eb88ed0d4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-400-normal.woff2 index a33e69a675f..bf860ddb542 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-500-normal.woff index 64cdbdf078c..afbd8c8fc8e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-500-normal.woff2 index 343c29d97e2..08187a47309 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-600-normal.woff index 4d9175fddb9..f7d53fcecf1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-600-normal.woff2 index f93cfa8ce07..f7ef9d717f7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-700-normal.woff index 40cbfb6ad1b..61ed0f62a84 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-700-normal.woff2 index f104d57c8b1..187945ea381 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-800-normal.woff new file mode 100644 index 00000000000..5b89acf0f80 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-800-normal.woff2 new file mode 100644 index 00000000000..f9e25e15360 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-900-normal.woff index 892bc918087..eee0eee9007 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-900-normal.woff2 index a9dbcaa5087..1fdf5b8e02b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-107-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-107-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-200-normal.woff index e209b859ddb..2a8c7a8338b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-200-normal.woff2 index aaedb8e1ab0..ad353391b8a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-300-normal.woff index 6900a953497..20294bc9b3e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-300-normal.woff2 index 3afc83d3f4d..28cd17d8b9b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-400-normal.woff index bb3d01dbbb2..462e169c58c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-400-normal.woff2 index a640beaddac..b6f2f7d4ab8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-500-normal.woff index 0ada8ee90d1..0284956a004 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-500-normal.woff2 index 644c0e92201..06f383b5fd8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-600-normal.woff index 6d0f15352f7..bc002b3c2c8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-600-normal.woff2 index 577ca951725..6e95262304d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-700-normal.woff index e1282425276..5c593a610e5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-700-normal.woff2 index 93e95230f15..c5e7c0ee985 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-800-normal.woff new file mode 100644 index 00000000000..fc06b3217fd Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-800-normal.woff2 new file mode 100644 index 00000000000..9eefab7b9a7 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-900-normal.woff index 5b19045ad32..6d2cd4378c7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-900-normal.woff2 index 56fbadce7d1..de99ac857bc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-108-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-108-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-200-normal.woff index e4b4002f770..d872b3abf3c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-200-normal.woff2 index 5dab7c3ad0e..d233740bcbe 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-300-normal.woff index 4f35d4483a5..80bc867dec5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-300-normal.woff2 index 74b0da6b6fd..523fb0e6aa2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-400-normal.woff index 694248c513b..f3bd576d851 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-400-normal.woff2 index 9f45d6b560b..8d25387eba7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-500-normal.woff index dbece4024ac..b16ad2b9d9e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-500-normal.woff2 index ebd059f04b0..13a5aab1270 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-600-normal.woff index e722765b678..6ba2aa1f7c5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-600-normal.woff2 index 4ba861abde5..94eaccbaa4b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-700-normal.woff index c149b4db944..71fc99c587e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-700-normal.woff2 index bd752c2bf30..ff6e16f782a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-800-normal.woff new file mode 100644 index 00000000000..944734880ec Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-800-normal.woff2 new file mode 100644 index 00000000000..952d9c84636 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-900-normal.woff index a153a62e97a..03c2dc6dc0a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-900-normal.woff2 index cf659f19569..739e17cb634 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-109-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-109-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-200-normal.woff index 4fda519475c..e4d807f41bd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-200-normal.woff2 index 25f05f29c70..047f2bd1f63 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-300-normal.woff index 615c6c617bd..95337b0f0fd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-300-normal.woff2 index ac9e11d005a..fedadd0dbe3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-400-normal.woff index 4d3733d86ff..a47a1a64deb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-400-normal.woff2 index 6c72fdbc986..8471d23e060 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-500-normal.woff index 4f11a558f72..a8ea4fbf9dd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-500-normal.woff2 index 76ab2eafd73..246d1831475 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-600-normal.woff index 02e7b2dbd79..b7c1b6df7c7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-600-normal.woff2 index ca74001818a..ba2346a1db7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-700-normal.woff index 418f2efc239..54ef0f59569 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-700-normal.woff2 index 955cf75e6fa..da9b8e06e1e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-800-normal.woff new file mode 100644 index 00000000000..ac3db568854 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-800-normal.woff2 new file mode 100644 index 00000000000..aa89fc6fc5a Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-900-normal.woff index 0f7e24fbee5..edcfa143976 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-900-normal.woff2 index 73886964b8f..e17fa9c8a93 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-110-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-110-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-200-normal.woff index c1e59c47548..ff3a626ea9b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-200-normal.woff2 index 4e4435af661..c84f522292c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-300-normal.woff index 29a7ac54ebf..fb3adc38441 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-300-normal.woff2 index 42a6aaad91f..4cc3747247d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-400-normal.woff index ea1828728ae..6a452c9d44e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-400-normal.woff2 index e19a36ba494..c9cb471aa13 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-500-normal.woff index ce64025155d..078b8d2394e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-500-normal.woff2 index 39df88d941d..6f58efe5830 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-600-normal.woff index 772e0d9e688..fdf64a5567b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-600-normal.woff2 index 64b3179a293..e2b2846e891 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-700-normal.woff index e18241cfe72..5294cd8ab38 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-700-normal.woff2 index 48dca030c4b..db4bca14b01 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-800-normal.woff new file mode 100644 index 00000000000..f6803e44fcd Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-800-normal.woff2 new file mode 100644 index 00000000000..c8645d71983 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-900-normal.woff index 388209d1ee1..a6ceb57c951 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-900-normal.woff2 index e523c8bf80f..ad927e5827b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-111-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-111-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-200-normal.woff index 3f3246e365a..933723e92bd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-200-normal.woff2 index d56bf4f4453..cc724c17a12 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-300-normal.woff index 8bcc83e5489..7f8595c7dcd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-300-normal.woff2 index c1b6d8b258c..d04b11ddfdb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-400-normal.woff index 2f054dcd1f2..ca2c9d1ae80 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-400-normal.woff2 index 2ffc83acbcc..856261e0277 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-500-normal.woff index 605bf607601..f13919191b3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-500-normal.woff2 index a8baac2cd55..6c857a1ff40 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-600-normal.woff index 83012300c43..e792d3fd302 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-600-normal.woff2 index 81e24ec5862..f45d4e3fef7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-700-normal.woff index f39c54092f3..3e259d547e1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-700-normal.woff2 index 7d43a7ed4d5..e9f342a16d9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-800-normal.woff new file mode 100644 index 00000000000..366fd5ca5a6 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-800-normal.woff2 new file mode 100644 index 00000000000..c426912906f Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-900-normal.woff index 9abe70801c8..1f055da08a8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-900-normal.woff2 index 57b4341096f..ff7241b4e87 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-112-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-112-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-200-normal.woff index e8d2db5370b..291f0aa76e4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-200-normal.woff2 index 5a0ff317934..a8876bca146 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-300-normal.woff index 06d2cffe521..dd3e79abf57 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-300-normal.woff2 index 7be72feff6d..383fd6c4a17 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-400-normal.woff index 7fca2dd4beb..ef39ba06eda 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-400-normal.woff2 index a47c73c6707..0af93f716fd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-500-normal.woff index b61be4c59b1..fc771078f08 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-500-normal.woff2 index 1c9bc452390..1d8b51a4e45 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-600-normal.woff index e4e744d01d4..7f81de9024e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-600-normal.woff2 index cf3c3d361fc..3853dd14037 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-700-normal.woff index 0acc0ce0eb0..4c279fbe0a2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-700-normal.woff2 index 1d97da9214c..87ae055253d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-800-normal.woff new file mode 100644 index 00000000000..c314f1eba46 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-800-normal.woff2 new file mode 100644 index 00000000000..3f53e235821 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-900-normal.woff index aa071349836..2f97939fcae 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-900-normal.woff2 index 24aea46a8a6..eadbe1de582 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-113-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-113-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-200-normal.woff index 205a6997b58..21f17821ece 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-200-normal.woff2 index 1b96cf95dc1..711cef0eabb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-300-normal.woff index 23d25d36fb1..3cd85bbaa59 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-300-normal.woff2 index fecb5e69f5e..dcfffc328c6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-400-normal.woff index 0033bea4adb..d64ee0fca1d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-400-normal.woff2 index 407f748e666..aa90ab5dbd6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-500-normal.woff index 72540a8f61b..b41e11cb814 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-500-normal.woff2 index 52c9e9ccdb0..dde1b19eb9a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-600-normal.woff index d1d37582fc3..8e7937d745e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-600-normal.woff2 index 484f4d73dd1..62eb4446fbe 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-700-normal.woff index b001cfa7d25..dae17ca1d14 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-700-normal.woff2 index 1dfde1949ac..d78bc81882d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-800-normal.woff new file mode 100644 index 00000000000..6c79f7eb27b Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-800-normal.woff2 new file mode 100644 index 00000000000..a2231477a44 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-900-normal.woff index f95ad5065a0..3d80066bce9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-900-normal.woff2 index a8ef0751f63..24db4c2fe8f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-114-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-114-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-200-normal.woff index 479f9e0d39a..d6da7e73ced 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-200-normal.woff2 index 193fcb13da3..cc4f1fbc048 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-300-normal.woff index 799287dcb86..a493f95c936 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-300-normal.woff2 index cf871240c2b..799f78fb349 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-400-normal.woff index 0ed854242cb..e7b5e7bf32f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-400-normal.woff2 index b66e243646b..f3208d9d450 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-500-normal.woff index f4c1b5883a0..25f796b2974 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-500-normal.woff2 index 197e6d01702..00e7d6868a1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-600-normal.woff index f799d47db34..16c62f54c27 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-600-normal.woff2 index ce732447388..805c7236715 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-700-normal.woff index 5d4b905924d..729ca7f7ab2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-700-normal.woff2 index 225f9344814..d07b8802280 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-800-normal.woff new file mode 100644 index 00000000000..a676de1842b Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-800-normal.woff2 new file mode 100644 index 00000000000..4db8f69ba90 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-900-normal.woff index e8c032403d7..fe1e3232b03 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-900-normal.woff2 index a0794b44c2d..dec1de3bb04 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-115-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-115-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-200-normal.woff index 5dc5f003eed..3f6c7b4bc5d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-200-normal.woff2 index 340be9705c5..ead914092e3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-300-normal.woff index a66b531bf9d..cab8ea323e4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-300-normal.woff2 index 4c1576308e8..50ec166a686 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-400-normal.woff index ee04d7fc973..0d90b8a047c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-400-normal.woff2 index 827e6ebdd47..b9080dafe34 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-500-normal.woff index 6b0a1da19e1..c7d75b81e21 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-500-normal.woff2 index 4b60cea82d4..c572ee076cb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-600-normal.woff index da094d51e77..b7df7de70ff 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-600-normal.woff2 index 73753b929ab..ee226e4de82 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-700-normal.woff index c0cfdcf1656..62e1c9f8f6d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-700-normal.woff2 index 99f3985ae35..c08fb937e71 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-800-normal.woff new file mode 100644 index 00000000000..3d0d48289e9 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-800-normal.woff2 new file mode 100644 index 00000000000..22693042a50 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-900-normal.woff index da36dc412a4..8ff02c2b2ea 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-900-normal.woff2 index 690b506cab4..c8c89338ca8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-116-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-116-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-200-normal.woff index cd9c8c36ab5..2f792e12524 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-200-normal.woff2 index f648fc382c4..a7dba05dd6e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-300-normal.woff index caf1fc6c4d4..c5f6feb71b7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-300-normal.woff2 index 171ec4d64be..5d08e712a7a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-400-normal.woff index 1b7fe1f39d4..606ffec0767 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-400-normal.woff2 index 39764917ca8..a66566725e2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-500-normal.woff index cabdc604b46..6bd6485f696 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-500-normal.woff2 index e8ad08c74a9..34d21ace9e2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-600-normal.woff index c275f46fb61..7587afa2691 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-600-normal.woff2 index c98182c3448..22c32069e2d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-700-normal.woff index 530bb06ae2d..65d9c737a8f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-700-normal.woff2 index f446676a4c8..ba381749680 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-800-normal.woff new file mode 100644 index 00000000000..dcf608b3a28 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-800-normal.woff2 new file mode 100644 index 00000000000..01a06e62260 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-900-normal.woff index eeb52fb8c77..9ef999e4634 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-900-normal.woff2 index e445a4212b4..0b8260ef464 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-117-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-117-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-200-normal.woff index 737176291ed..56ecc3deb39 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-200-normal.woff2 index f1a0e91151d..7234a0b1529 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-300-normal.woff index f3fec894164..05950c0dd1d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-300-normal.woff2 index 101cdd10468..04a74174d6f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-400-normal.woff index 852a14652b2..9a9cbb86fad 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-400-normal.woff2 index 0c9e2aa9f05..cfbe89a8ee5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-500-normal.woff index 1cdffe5c0b9..a686009f743 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-500-normal.woff2 index 0b5f350f788..4bc9788945e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-600-normal.woff index 31f9b4c4439..a09e8c19296 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-600-normal.woff2 index 8c63556177e..bfada256067 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-700-normal.woff index ff85e8f3a1c..8ea16c502d9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-700-normal.woff2 index 6306f42d4d4..1a4dc4424eb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-800-normal.woff new file mode 100644 index 00000000000..858545c0fa6 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-800-normal.woff2 new file mode 100644 index 00000000000..aa3395a05cf Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-900-normal.woff index 828f6e367cb..7a3be53f0be 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-900-normal.woff2 index ddfd50413af..4fd734b25ed 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-118-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-118-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-200-normal.woff index 472a0d8793d..885c1190d0d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-200-normal.woff2 index 4db3bc0b15a..c27011e8f2f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-300-normal.woff index d86b3d2e935..d398728d5a9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-300-normal.woff2 index 54ce5c91fd0..fa41338863a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-400-normal.woff index 5059de335d9..9351f1f8d33 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-400-normal.woff2 index 9dac3b0044b..67b59041b1f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-500-normal.woff index 640a16daee4..2762075be37 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-500-normal.woff2 index 33ec3ebf74f..1ef5d325760 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-600-normal.woff index 850e217820f..9d0d7fd3684 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-600-normal.woff2 index e77998db51f..6b1793a9cc1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-700-normal.woff index 96329b8b4c2..17df62b2990 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-700-normal.woff2 index 7ee4b9213b6..62d30f609d6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-800-normal.woff new file mode 100644 index 00000000000..07f8e1a760b Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-800-normal.woff2 new file mode 100644 index 00000000000..8b9cbc4ff99 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-900-normal.woff index cede8d2eb8f..30aee8c9329 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-900-normal.woff2 index 2757361daf7..b6bf26f2632 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-119-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-119-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-200-normal.woff index cd6a420ab24..cfb757ac37f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-200-normal.woff2 index 27d1fb84570..d694b8b6574 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-300-normal.woff index d53995bb542..7530ff13b34 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-300-normal.woff2 index 3f0b07cfeb5..3bcf4068878 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-400-normal.woff index 9e93c8482e4..07e2726e0c8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-400-normal.woff2 index ef6b241fb27..5b6667020e6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-500-normal.woff index 69835830f53..a0a1b906307 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-500-normal.woff2 index 1a9729dcb8a..16d5e3f44fa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-600-normal.woff index 9765b1a4234..1b03cbb13b5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-600-normal.woff2 index 343fe88acc8..fb74ec67982 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-700-normal.woff index 626121cd89d..39941ba8e7a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-700-normal.woff2 index 52f6e0ca4d6..5d342f26874 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-800-normal.woff new file mode 100644 index 00000000000..cc901bca5a0 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-800-normal.woff2 new file mode 100644 index 00000000000..435b6d28e17 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-900-normal.woff index 60c0323e6a6..7ca273e4316 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-900-normal.woff2 index 88e76ce65c6..7bb50796576 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-21-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-21-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-200-normal.woff index f47d5152561..193a9e66ffd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-200-normal.woff2 index 43d8d561822..d0edbfc304e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-300-normal.woff index bfa2d741093..d7fa525b73a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-300-normal.woff2 index 1b7cf787545..c91d1a0bd7b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-400-normal.woff index 20742e72892..86eb6b646f8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-400-normal.woff2 index bfdc8ef6040..6069ae1092d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-500-normal.woff index ecb7b2509d4..6e8935c8bba 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-500-normal.woff2 index 3d3a12e8d72..5ddea3faf60 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-600-normal.woff index f46495f37af..36b6ee36e92 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-600-normal.woff2 index 4bd9ec994c6..2913ae0a4c4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-700-normal.woff index f53fbad5250..fddf3cf1b21 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-700-normal.woff2 index c892ee8661c..8f3e405b86a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-800-normal.woff new file mode 100644 index 00000000000..f5197a9f68c Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-800-normal.woff2 new file mode 100644 index 00000000000..a186db29f47 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-900-normal.woff index 6fdcac6e75f..11ea030066a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-900-normal.woff2 index 43ee2bf40f5..e3a49c490cd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-22-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-22-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-200-normal.woff index 0a9baf17d35..3b635668c1a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-200-normal.woff2 index 86d9fc67499..a75f970a794 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-300-normal.woff index 5c3a8b16073..ebec2df115b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-300-normal.woff2 index f1467cbc0c1..2b9f5188124 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-400-normal.woff index bbcf76018ff..3a7b32819d3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-400-normal.woff2 index 5bceb55545f..b43392ed938 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-500-normal.woff index 0771aa2ca40..e1afb62f75e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-500-normal.woff2 index 47bf712d4b4..0671b279fdd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-600-normal.woff index 15cb6fccc6b..9a8e6a80596 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-600-normal.woff2 index 3f18a2f7a0f..ea871858b6d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-700-normal.woff index bb67e004a40..99fd5ea46db 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-700-normal.woff2 index 4f8702094d3..4e5dda64072 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-800-normal.woff new file mode 100644 index 00000000000..e2c562b2889 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-800-normal.woff2 new file mode 100644 index 00000000000..19bac151734 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-900-normal.woff index 94881b9ea66..040358f567f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-900-normal.woff2 index 1213800e9b4..f6298d2439f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-23-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-23-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-200-normal.woff index 85a7a520927..0e54e8b1879 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-200-normal.woff2 index 15131eebc29..78fd22b5a06 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-300-normal.woff index 784c9602435..dfcf04bbf54 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-300-normal.woff2 index 02ba266e7f1..9fcd09ad2f2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-400-normal.woff index d1617a62b4e..9e275bb0975 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-400-normal.woff2 index 1fc55d13c13..53124d27ee2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-500-normal.woff index 00c4348f254..341358c224a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-500-normal.woff2 index c914e524fc4..5b45bf8e15e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-600-normal.woff index fe6883ad06a..e2a8fcdf001 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-600-normal.woff2 index 1f642e58b51..de2c27b9188 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-700-normal.woff index 74e6f3f0c35..897b2a8693c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-700-normal.woff2 index 698eba9e6a6..73695f18608 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-800-normal.woff new file mode 100644 index 00000000000..96b10776500 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-800-normal.woff2 new file mode 100644 index 00000000000..fe539ad97a4 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-900-normal.woff index a004d9fdb8a..908ffeeacde 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-900-normal.woff2 index 7158bc543bf..68a0eae1094 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-24-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-24-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-200-normal.woff index 823fd7b38be..df7d797d348 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-200-normal.woff2 index 92ae5d0fbf9..18758994686 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-300-normal.woff index e3a551131d1..2c05d9a9d25 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-300-normal.woff2 index 328815e9a0f..fd45df4496a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-400-normal.woff index 4f99cf4a745..ed7d8f004a6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-400-normal.woff2 index 420829f0f1c..54ac97728b3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-500-normal.woff index d7e341860d8..bfd1b0d7624 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-500-normal.woff2 index 8a84dc55247..55f64695754 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-600-normal.woff index 1de7088f9f2..a7cd7ee3971 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-600-normal.woff2 index 4b2cc9bd306..24e18711cf0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-700-normal.woff index 5e9af64749f..f11a934dacf 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-700-normal.woff2 index 67c1a9c94c5..8b0cbf2c698 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-800-normal.woff new file mode 100644 index 00000000000..ed12c76be7b Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-800-normal.woff2 new file mode 100644 index 00000000000..bcd286a67b1 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-900-normal.woff index a23b53a75c4..1d9ad88af62 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-900-normal.woff2 index ec6c0203dbf..18d85d47401 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-25-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-25-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-200-normal.woff index 2c5a6b16e9f..768929771b3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-200-normal.woff2 index 53cef014156..af7c70d7e14 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-300-normal.woff index 251031526f3..d4569578a5d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-300-normal.woff2 index 1ba19bead70..41434f356aa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-400-normal.woff index c79f16f90cd..42cd1fae582 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-400-normal.woff2 index 0f784a20d70..2fcedde7e7c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-500-normal.woff index 55468ab9838..67424d494cd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-500-normal.woff2 index 15026323769..8915d7a79c3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-600-normal.woff index 7c09e91ee48..0f27d2526b2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-600-normal.woff2 index 35dd9d556aa..b04c98ef894 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-700-normal.woff index 11c413d2bc5..8acade89af6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-700-normal.woff2 index 32061ce81f9..5f8dbe43f50 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-800-normal.woff new file mode 100644 index 00000000000..a3c367c822a Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-800-normal.woff2 new file mode 100644 index 00000000000..33f0e3e2ae4 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-900-normal.woff index 75210f95ccd..67b96d465f0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-900-normal.woff2 index d8993633acc..62b7c59578b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-26-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-26-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-200-normal.woff index 9a115fb872c..c4cc9a5c6b9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-200-normal.woff2 index 650414f892b..021cb7f78b1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-300-normal.woff index 169398bd73a..f285e1436b9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-300-normal.woff2 index 512ef057dae..bcc3cd69a62 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-400-normal.woff index e8f197baee5..88f4e9ae4da 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-400-normal.woff2 index 42b36637c10..0d546613725 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-500-normal.woff index 4d50870d869..35af9af62df 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-500-normal.woff2 index 9195c47ddb7..a1e1bae72d1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-600-normal.woff index b00e147a2ea..ecb699633f5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-600-normal.woff2 index 1637fae2292..bcfc5a4603f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-700-normal.woff index 6ec2e15ccb1..ce21b4b9b8f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-700-normal.woff2 index 3e997f55fb6..f3bf6935d16 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-800-normal.woff new file mode 100644 index 00000000000..27c614a6f6e Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-800-normal.woff2 new file mode 100644 index 00000000000..ff5188fe238 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-900-normal.woff index 3a51ca3bb81..ac8d217aeca 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-900-normal.woff2 index 8728d6269a5..db0a04d472c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-27-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-27-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-200-normal.woff index e1466ef8bfb..76116df71d2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-200-normal.woff2 index 14a68f2cd7f..e038e353b60 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-300-normal.woff index 8ff99b26311..196d99116a6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-300-normal.woff2 index 2a58f3681a9..bc20c88d3aa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-400-normal.woff index a9220b7925c..793ad1f7567 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-400-normal.woff2 index 91c75f68492..7a23dd10791 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-500-normal.woff index 0dd527abd4d..446ae8998ed 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-500-normal.woff2 index 0f01a6b4109..f66e49e4796 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-600-normal.woff index 7ee17119041..9fe72ca93b8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-600-normal.woff2 index c53c571c2ba..2cd11dcd74b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-700-normal.woff index bb9800df4d1..92a5cdde5a8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-700-normal.woff2 index 12b49222e15..eb7ec011b75 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-800-normal.woff new file mode 100644 index 00000000000..991e4146b52 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-800-normal.woff2 new file mode 100644 index 00000000000..c18b751c6fa Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-900-normal.woff index 1bf1a982dc9..77f1f09924f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-900-normal.woff2 index 675022f4699..cbb3f2b50af 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-28-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-28-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-200-normal.woff index 2ac8a64aadc..466047dc09b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-200-normal.woff2 index f31e847957d..55bff920454 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-300-normal.woff index 7d1b7308aab..076879502ee 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-300-normal.woff2 index 35d40f69fc4..a213974a9dc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-400-normal.woff index a7fac685e49..2489ba8768d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-400-normal.woff2 index 747d1ba1e72..411f263d442 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-500-normal.woff index 1876c4ee02b..d91da9c260b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-500-normal.woff2 index 8f87848c453..8f8fa00cef4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-600-normal.woff index dfd2c5e43a5..62ead7230fb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-600-normal.woff2 index e450a43ac1e..dcad2f979ae 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-700-normal.woff index 99d4e886575..6310bb1b30e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-700-normal.woff2 index 721d19bf508..c5395368cb3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-800-normal.woff new file mode 100644 index 00000000000..bb5a0827767 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-800-normal.woff2 new file mode 100644 index 00000000000..bd6ba3a4538 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-900-normal.woff index 90773bf5d97..739d2f458db 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-900-normal.woff2 index 0531a017cf3..9489157e13f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-29-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-29-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-200-normal.woff index 2194b0cdb29..292e2ad6b33 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-200-normal.woff2 index 647e217d419..12db033f3d4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-300-normal.woff index 875ef6b0f5d..2b37745a0f3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-300-normal.woff2 index 09ecee95ef1..f30b0dad067 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-400-normal.woff index e3b40594024..98afc7382c7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-400-normal.woff2 index 7f65dc91780..bb9a5ec8831 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-500-normal.woff index f02282d5c35..4384157ebd8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-500-normal.woff2 index 657e7e4456d..c222873ad91 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-600-normal.woff index 09273d7d877..757545e4062 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-600-normal.woff2 index 9d6d1c9d800..485a1065153 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-700-normal.woff index 677dfed59e9..3f12715aa94 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-700-normal.woff2 index 785b0de5300..5a4ac19f60b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-800-normal.woff new file mode 100644 index 00000000000..a6190ad8558 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-800-normal.woff2 new file mode 100644 index 00000000000..5c2de2f700d Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-900-normal.woff index f9abf4fefb5..da9a8e8084d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-900-normal.woff2 index 204573ecd10..c908ae266ef 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-30-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-30-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-200-normal.woff index 30650e3dc41..052710b3c22 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-200-normal.woff2 index e081d8ca718..835dec32a38 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-300-normal.woff index 21e582de70f..8551385c39d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-300-normal.woff2 index 37a799bbdd5..ba32ae8d910 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-400-normal.woff index 815e92fa451..6d1426e6b78 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-400-normal.woff2 index 8f02c6ab078..e208f6f425a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-500-normal.woff index 618c99099e9..839de57584e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-500-normal.woff2 index 422260c1fe1..67353e036a3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-600-normal.woff index 7ba102e352c..687b8db3a6f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-600-normal.woff2 index 9f786cebc9e..3dd78844a48 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-700-normal.woff index a49b3071dca..69c062e5391 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-700-normal.woff2 index 8ff692e366b..27c2f4333cf 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-800-normal.woff new file mode 100644 index 00000000000..fe5689ddbe7 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-800-normal.woff2 new file mode 100644 index 00000000000..5d3727e82cd Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-900-normal.woff index 749657bb07a..f8c3a600ff3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-900-normal.woff2 index ae27c306c01..bee3d5a391e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-31-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-31-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-200-normal.woff index 41fde95f3c5..4abc393cbb5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-200-normal.woff2 index fc719c89b2e..1b838837fc0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-300-normal.woff index 1037c4cc3ba..7d22649e1a5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-300-normal.woff2 index 8d6e97b7414..f26418ac53a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-400-normal.woff index 64415ca468b..98cf7440d9b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-400-normal.woff2 index a7a811216d8..11f7ec56978 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-500-normal.woff index 66aef97305d..adb781c8386 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-500-normal.woff2 index 6fbd61f724f..9d3210ccf73 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-600-normal.woff index cec88847ce8..75d07cc2f2a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-600-normal.woff2 index b0e3aae6248..7be2886b1a8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-700-normal.woff index 6523064c112..d49b6b5cbe8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-700-normal.woff2 index 8e24c46361d..58571e53c6e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-800-normal.woff new file mode 100644 index 00000000000..f960e23822c Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-800-normal.woff2 new file mode 100644 index 00000000000..5087d8990b5 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-900-normal.woff index 5cd07d9d3fd..c742b384987 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-900-normal.woff2 index 2a05f536b8e..1c70bc5d2be 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-32-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-32-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-200-normal.woff index 20154b9527d..f4350726813 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-200-normal.woff2 index e583a7243db..1aa69e9c4f0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-300-normal.woff index 32e121163e2..124e3f40fc5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-300-normal.woff2 index 4629c8d8e2d..d1dc3f782d7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-400-normal.woff index 9649588e598..f4e74e77bcf 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-400-normal.woff2 index e1b9dc7a361..29a1f787213 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-500-normal.woff index 93c5f93adfc..d7221bc9196 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-500-normal.woff2 index 7dc49a2d1d9..3579cd6be8d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-600-normal.woff index 0c2713083d6..ff2499a7994 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-600-normal.woff2 index 9285c351b12..d56964c3412 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-700-normal.woff index e395f4bc4bb..41e0a6e57c4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-700-normal.woff2 index 366f8435041..63375f2f7d6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-800-normal.woff new file mode 100644 index 00000000000..770a434384c Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-800-normal.woff2 new file mode 100644 index 00000000000..a47cc5af871 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-900-normal.woff index 9f8f4cdc7cb..ed193b65be7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-900-normal.woff2 index a879fa63a2d..5682b862a5b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-33-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-33-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-200-normal.woff index 6bd5c1ee384..b81f1a48583 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-200-normal.woff2 index cf0e69b687a..f415d47cc52 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-300-normal.woff index 5b7a6521752..f8d1977c955 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-300-normal.woff2 index 0925952a1ab..a5b1416639c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-400-normal.woff index f4be3649b91..5acade550f3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-400-normal.woff2 index cd28796cabc..6db8d7ada6e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-500-normal.woff index 41eb107ad7d..b83ae49093a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-500-normal.woff2 index 7d17f0984f1..efbc907c360 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-600-normal.woff index 9ec3eed3d17..0acd69378fc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-600-normal.woff2 index 76f4600b423..1e57fc3d1fa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-700-normal.woff index 8c07126ea29..1e47a09f1b1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-700-normal.woff2 index b8b3097b4ad..4d2abd50519 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-800-normal.woff new file mode 100644 index 00000000000..da5911ef1f3 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-800-normal.woff2 new file mode 100644 index 00000000000..6800db9c1de Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-900-normal.woff index cb0f4b180bc..bda21d29263 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-900-normal.woff2 index 0c0f70d26fb..a7826c1310d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-34-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-34-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-200-normal.woff index 6646c253d58..7fd6ad5bbcf 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-200-normal.woff2 index 83830f2142e..6eb4827e015 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-300-normal.woff index dd3dc7ffd39..a732857cfda 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-300-normal.woff2 index eac84793210..38e2f2516b4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-400-normal.woff index 41d43fe991e..034c5a4b257 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-400-normal.woff2 index 5902de89f00..935ebe7c995 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-500-normal.woff index 2a24845e5ab..05b5c22cda0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-500-normal.woff2 index 65657ce859e..e4e48e4093b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-600-normal.woff index f54e038b19a..25aef2b3a25 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-600-normal.woff2 index c7ec40fd286..94f0b17effb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-700-normal.woff index 2b06a58c7e2..dfdb7af4e77 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-700-normal.woff2 index 0225e8a0fcc..cbc0489ff06 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-800-normal.woff new file mode 100644 index 00000000000..cc2d63c22fa Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-800-normal.woff2 new file mode 100644 index 00000000000..c93daaec0ba Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-900-normal.woff index 96ce846dc56..d489751356a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-900-normal.woff2 index 06281bce250..48ef1305dda 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-35-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-35-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-200-normal.woff index 9a733be144f..50c65aceca8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-200-normal.woff2 index 37fd4d8304e..1590985ea28 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-300-normal.woff index 2953f370bf9..ce76755043e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-300-normal.woff2 index f061e8487f9..662ca60a8cf 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-400-normal.woff index eef392f16d9..310daafcfc2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-400-normal.woff2 index cff0c41d9e8..1a4b4eae200 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-500-normal.woff index a06b3b33360..9e696adce22 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-500-normal.woff2 index 73a1198c0a2..71e6d5aa15b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-600-normal.woff index 3e527d922e6..e1b52921668 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-600-normal.woff2 index ddf4c3d60b1..92f6b2389ea 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-700-normal.woff index 8c049b24f2a..93e02729706 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-700-normal.woff2 index 13d546f62cc..a4018beb32e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-800-normal.woff new file mode 100644 index 00000000000..823e24b8895 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-800-normal.woff2 new file mode 100644 index 00000000000..a401f2ce886 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-900-normal.woff index 702471cc3fb..73cd751e4cf 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-900-normal.woff2 index 6b4bf1b29e1..959abf40547 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-36-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-36-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-200-normal.woff index 6703da2d91d..e60bea350d6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-200-normal.woff2 index 5cb29a40210..92d636cca72 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-300-normal.woff index 030646d5d2c..31d78538fac 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-300-normal.woff2 index cc1fac01429..f4518276e08 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-400-normal.woff index 4ba40952426..6f5e7f5298e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-400-normal.woff2 index 09fedc25139..1d4bc8ec263 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-500-normal.woff index a8bd01813a3..f76ca798514 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-500-normal.woff2 index 7300dfc7eb3..ce8bc34efcb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-600-normal.woff index 33a6730a527..a1085f29a5f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-600-normal.woff2 index c43ddcd95cb..6fbfabbaf25 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-700-normal.woff index cc0f52c3ff3..9b988fb5019 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-700-normal.woff2 index c14d8e42418..fa3f161fc76 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-800-normal.woff new file mode 100644 index 00000000000..f35f74688da Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-800-normal.woff2 new file mode 100644 index 00000000000..cfab3d7af9a Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-900-normal.woff index d23523bbe5d..14a01ca8bca 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-900-normal.woff2 index ea0765d69b4..66fe198a793 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-37-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-37-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-200-normal.woff index 002174b9c71..6f35300e31a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-200-normal.woff2 index 3e9134df8c2..33c6283f2ae 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-300-normal.woff index 8e50345d7dd..df0bf360f30 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-300-normal.woff2 index 2e017845745..ad8259aaf83 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-400-normal.woff index 5827845e0a7..6b1571e77ba 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-400-normal.woff2 index 544ab1880cb..a09c9fdb426 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-500-normal.woff index 03a064b443d..af432c9bd1c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-500-normal.woff2 index 1d7f10af78a..00a44ee0ab2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-600-normal.woff index b6eef365d98..cacb803d916 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-600-normal.woff2 index 1c020ccf19e..10d55923ada 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-700-normal.woff index d64de43adcf..50fbdb02799 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-700-normal.woff2 index 9d97e4ec6b1..3d806918f0b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-800-normal.woff new file mode 100644 index 00000000000..0a4966d8689 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-800-normal.woff2 new file mode 100644 index 00000000000..733714804bc Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-900-normal.woff index b0a2f0fed96..0fadee89da7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-900-normal.woff2 index db8f8b5858e..6d7dfb1f256 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-38-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-38-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-200-normal.woff index f6e5ddeb942..7b926e206eb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-200-normal.woff2 index a28e70b0896..e0ea691bee4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-300-normal.woff index f6980f4981d..f0f3f81947b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-300-normal.woff2 index 61b0b70d047..78f59ca2388 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-400-normal.woff index b18d863d51a..f9125541acd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-400-normal.woff2 index 9979e3975f8..dcd80340764 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-500-normal.woff index 1a550c98384..273a334b5ed 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-500-normal.woff2 index e80cb6e2747..02f7fcb9766 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-600-normal.woff index 8ca52c902f7..710d4d4969a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-600-normal.woff2 index d550a4d565c..836a37f1b3d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-700-normal.woff index 43317275692..ea9064eea5e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-700-normal.woff2 index df44e57fb30..5fa75aa9938 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-800-normal.woff new file mode 100644 index 00000000000..f2acb5ad48e Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-800-normal.woff2 new file mode 100644 index 00000000000..59b0d0fc234 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-900-normal.woff index 01773537379..096d6421093 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-900-normal.woff2 index 16165bf4ea5..4049d7c207e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-39-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-39-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-200-normal.woff index ca22bad432c..7515da106d2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-200-normal.woff2 index 024e37883eb..aa9698a6492 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-300-normal.woff index dd7ea19efee..26b42fd5cce 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-300-normal.woff2 index cbb3069ddc3..ef23bf75c5b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-400-normal.woff index 425b68f14f0..a7768d666bb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-400-normal.woff2 index 11baa8e2bf5..b5a4b2c2118 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-500-normal.woff index a87a758d4be..d33e5916550 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-500-normal.woff2 index dc931440610..55428208a31 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-600-normal.woff index 0571e3a3c9d..4666a7c2eed 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-600-normal.woff2 index 55d324b35d1..698ab23d6c5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-700-normal.woff index 105041c239f..0f284539c0b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-700-normal.woff2 index 3ec3b3d1e55..d9c70c99f02 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-800-normal.woff new file mode 100644 index 00000000000..59e1ec6fc0d Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-800-normal.woff2 new file mode 100644 index 00000000000..7a566fbf316 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-900-normal.woff index f5ccd31f6f1..c501fd5c1dd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-900-normal.woff2 index 29ebb071b0d..fe58f6a0b62 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-4-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-4-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-200-normal.woff index df4e008b8bf..a31d09a6ac7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-200-normal.woff2 index 83840f02437..76273cba817 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-300-normal.woff index 50c6993d357..d67671ee286 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-300-normal.woff2 index 4b8dba974f2..e604574a290 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-400-normal.woff index 2f2eccfa3c7..b8fbe04a583 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-400-normal.woff2 index ca6f3f08b90..4546eb3a755 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-500-normal.woff index eff50c31d67..b734264e9ca 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-500-normal.woff2 index 19311d627e9..161da9bd8b3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-600-normal.woff index afc041eda11..baa68439d00 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-600-normal.woff2 index 445a6b6841c..744700a256d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-700-normal.woff index 41dfad2f277..1a5ae8c55d9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-700-normal.woff2 index 274f93b4474..4864f9610e8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-800-normal.woff new file mode 100644 index 00000000000..bc2c783784e Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-800-normal.woff2 new file mode 100644 index 00000000000..83209fce192 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-900-normal.woff index 853bc7748d5..41f9a61e821 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-900-normal.woff2 index 541ee519ff7..249629f5511 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-40-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-40-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-200-normal.woff index c5bac71e578..bd405f33074 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-200-normal.woff2 index 51517258883..e4171b238f6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-300-normal.woff index 22432a5cb8e..cdd8239b86c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-300-normal.woff2 index b9ef717561e..7c66d7da085 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-400-normal.woff index 28900df00c5..6b5dc78574a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-400-normal.woff2 index 02c8d517305..ba859d68aea 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-500-normal.woff index 4abd1622ecd..83be319ced0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-500-normal.woff2 index 0b7584b0e67..f6adbe8db96 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-600-normal.woff index 73f3b032637..74830d261ba 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-600-normal.woff2 index f7f37f20ee3..82a8261ab3b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-700-normal.woff index b09b56ff82f..6ae1e726a9b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-700-normal.woff2 index 5c2f8186cba..49cc54f62b2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-800-normal.woff new file mode 100644 index 00000000000..981c743719e Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-800-normal.woff2 new file mode 100644 index 00000000000..d5d7ca3c7a3 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-900-normal.woff index 3bb40b9e475..7e3a921afc2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-900-normal.woff2 index 43626e1d76e..73828d287ca 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-41-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-41-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-200-normal.woff index eb661426b24..8124965d742 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-200-normal.woff2 index 16ca659f9aa..e52157437a3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-300-normal.woff index cbf25c06c38..a0fc25d3822 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-300-normal.woff2 index fe454ef51b2..e724b106343 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-400-normal.woff index c4dac84ad17..a1512655689 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-400-normal.woff2 index ff83c36bc37..f88296bba86 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-500-normal.woff index ab31b37a548..aa621849d88 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-500-normal.woff2 index a114411f3d7..5cfb6698715 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-600-normal.woff index 09a07179a2d..3960596f206 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-600-normal.woff2 index b8d45f7c049..3184451103d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-700-normal.woff index cc617adc8f9..ab1671e3e01 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-700-normal.woff2 index 1e62b2dbb41..28ae23ac664 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-800-normal.woff new file mode 100644 index 00000000000..3054640fd8b Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-800-normal.woff2 new file mode 100644 index 00000000000..e31e59c7308 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-900-normal.woff index e4f8d735aea..b7b37ea04da 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-900-normal.woff2 index cf9b557383c..f4ff682234c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-42-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-42-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-200-normal.woff index a58b54a1740..537833a03e9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-200-normal.woff2 index 1a93522c54d..2aa309dccf7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-300-normal.woff index 43ca727db60..4d7f3e3a588 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-300-normal.woff2 index 65e89a34080..42caeeb543c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-400-normal.woff index 54686343d24..0a3805f8db8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-400-normal.woff2 index c0e72304383..5296e545399 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-500-normal.woff index 027be43221d..85c8b174298 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-500-normal.woff2 index f738a47b9dc..4d15a305d2b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-600-normal.woff index eb85047fdbb..2061b70c5a0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-600-normal.woff2 index f4320782e72..c4d3b0e18ea 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-700-normal.woff index 58c93163940..a12fa44be8d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-700-normal.woff2 index 4086e6f0418..37f85c3372d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-800-normal.woff new file mode 100644 index 00000000000..634f34a409d Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-800-normal.woff2 new file mode 100644 index 00000000000..05dfa029a6a Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-900-normal.woff index cc070eba067..0d8f03c918c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-900-normal.woff2 index 6f18b8994af..93970a86305 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-43-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-43-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-200-normal.woff index 249e00cc6eb..f87617309b9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-200-normal.woff2 index 1311d163168..4c409557350 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-300-normal.woff index 2d6a45688b8..ef1f9fcecf6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-300-normal.woff2 index ecabf444a25..4e8e946103a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-400-normal.woff index e456b4d061b..f3b0be0c497 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-400-normal.woff2 index d8887a0de4d..326228495cc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-500-normal.woff index 9721c860544..1f1a0c91fdc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-500-normal.woff2 index e47c5582378..9cc57020cd5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-600-normal.woff index d502b5ffab4..ca7cfaed3b4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-600-normal.woff2 index 9c656360334..1e0f6e7ce47 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-700-normal.woff index 462491e8aad..007e3937859 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-700-normal.woff2 index a4fe21a69e4..15d90dcec87 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-800-normal.woff new file mode 100644 index 00000000000..70e998c4beb Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-800-normal.woff2 new file mode 100644 index 00000000000..6591c9b44ca Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-900-normal.woff index 2f2886bd10a..d3769199b2b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-900-normal.woff2 index 91f8dc897b7..def26a9b912 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-44-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-44-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-200-normal.woff index dcef322591b..7d973240ea3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-200-normal.woff2 index e476587ea21..7bb3f5fa7b2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-300-normal.woff index 8c6265e30e8..eb3599ec036 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-300-normal.woff2 index bef57eb3f66..8bae595dc3d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-400-normal.woff index c3ba4cab52b..32310388269 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-400-normal.woff2 index 61ddcc7c6e7..14c2406f7dc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-500-normal.woff index 301c1fd7148..8491d7d5a69 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-500-normal.woff2 index bb133ac09cf..bb3f9ec6605 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-600-normal.woff index cf9d483aca4..163f7643ce4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-600-normal.woff2 index 5d0d36c6993..1e560e9c1f0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-700-normal.woff index d454f294b71..3a9617426a2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-700-normal.woff2 index 4e11a03a3f7..39ec59cf197 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-800-normal.woff new file mode 100644 index 00000000000..46ed89c5611 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-800-normal.woff2 new file mode 100644 index 00000000000..161aa77564b Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-900-normal.woff index 594d91d0b3f..65c7b6aa5d4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-900-normal.woff2 index 6ba3635bdfc..7df1179d089 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-45-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-45-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-200-normal.woff index 8558927beb9..772e9b8cbe4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-200-normal.woff2 index 0d415f532e0..4507ff8f6e6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-300-normal.woff index 28a01cd65bb..a0e485adca8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-300-normal.woff2 index 535a8be13a2..49ec611cb2b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-400-normal.woff index 172c8fbefcf..cafd7e7b21d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-400-normal.woff2 index 0fedbeb52f4..9a56eb13622 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-500-normal.woff index a65ce1c897b..51d971d5c17 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-500-normal.woff2 index 8a1cc27d060..1123fbd02ff 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-600-normal.woff index f787bbb4db3..32404f2ec25 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-600-normal.woff2 index 76e8c0a017c..7b292324969 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-700-normal.woff index b06aa8bc505..066e13e4533 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-700-normal.woff2 index 69720ab1377..3775d17836d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-800-normal.woff new file mode 100644 index 00000000000..bd98a1a9289 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-800-normal.woff2 new file mode 100644 index 00000000000..0138f343212 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-900-normal.woff index 5d1d61ee51b..46926e5fe92 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-900-normal.woff2 index 8a3ccdb086c..77736542621 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-46-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-46-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-200-normal.woff index 716e628bf47..d699722b051 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-200-normal.woff2 index 0ea2650cf4a..78084ced817 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-300-normal.woff index 1f31dc3bcc3..b94142fcea2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-300-normal.woff2 index 89cccd08090..3abc8b28821 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-400-normal.woff index 4ff81f4e052..5ed9a9d65fc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-400-normal.woff2 index ee75c5ea9be..9435ee01e0e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-500-normal.woff index 5f6af8e69ce..1322254ab67 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-500-normal.woff2 index b25684b2b7a..0887ec6c342 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-600-normal.woff index a337bba3a2d..98861328fa7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-600-normal.woff2 index 02ef1f63abb..93384bb5e96 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-700-normal.woff index bfc95dfcbc5..f82cca7b7db 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-700-normal.woff2 index a36b5319997..1993a3c8f29 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-800-normal.woff new file mode 100644 index 00000000000..1d0ab41e6f7 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-800-normal.woff2 new file mode 100644 index 00000000000..f2dd15ab2c3 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-900-normal.woff index e6311f66fbb..3669c3dc28a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-900-normal.woff2 index bdc33e67017..ff7dbff8749 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-47-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-47-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-200-normal.woff index 60aae9e21a0..83fae958512 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-200-normal.woff2 index d25bced8af9..36f83c5fe29 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-300-normal.woff index e296f683fe1..ae76338399f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-300-normal.woff2 index 5346488ca37..b183d20f23b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-400-normal.woff index 502714f5fe9..2b63fb12de2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-400-normal.woff2 index 6bcffbb3fc2..04516c1695a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-500-normal.woff index 6c1d9bc522a..fb961f6b6ce 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-500-normal.woff2 index 23bb15fc619..07519bd3671 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-600-normal.woff index e14ac4ecb9c..10e14012fb5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-600-normal.woff2 index 204ba22f4b0..86926b0032e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-700-normal.woff index 4485bc790ff..55629d7b5d9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-700-normal.woff2 index c1f2f54d40f..5b9c65a4600 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-800-normal.woff new file mode 100644 index 00000000000..e4ded8c4b3c Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-800-normal.woff2 new file mode 100644 index 00000000000..c0616e50cb4 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-900-normal.woff index a77f93f148e..35d02cdae7d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-900-normal.woff2 index 33bea97184d..879c47c90d1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-48-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-48-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-200-normal.woff index d76cb54bb52..a2962edd2dd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-200-normal.woff2 index 2b2ac90860e..c9700567d23 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-300-normal.woff index a78f906e259..10e0432d0ac 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-300-normal.woff2 index ca5f696b7a4..3921edd3e68 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-400-normal.woff index ae164355f1d..6f484ca7ec0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-400-normal.woff2 index f5bb5f5834f..fc84f6a85e2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-500-normal.woff index 5fcb551e8ad..b56220ac830 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-500-normal.woff2 index fef08e90193..fbfeacfe899 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-600-normal.woff index 1d4be1f4eb4..cc0acc1da45 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-600-normal.woff2 index fa12fbf4c8a..7590f2d912a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-700-normal.woff index bffec0ceff9..617a278a5aa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-700-normal.woff2 index a62e4f0b230..f09d21e8a5c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-800-normal.woff new file mode 100644 index 00000000000..6dc5abdc35a Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-800-normal.woff2 new file mode 100644 index 00000000000..cf894a866e0 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-900-normal.woff index f3dcbcf620f..31951c05424 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-900-normal.woff2 index a1814caf72b..883fad6e91f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-49-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-49-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-200-normal.woff index 89d1f2d773b..ce6499ac185 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-200-normal.woff2 index 6276d672ee9..268e74988aa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-300-normal.woff index f6d5990295c..c57e41a3ce2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-300-normal.woff2 index 329d9651057..dbfccd8166f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-400-normal.woff index 796756aba68..d781fdac958 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-400-normal.woff2 index 8afed4e9626..14c35c52d1a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-500-normal.woff index 2bcdec774c5..d1895fd7234 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-500-normal.woff2 index a29c4c48721..632135a0850 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-600-normal.woff index 6936e58eacb..ab1db930021 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-600-normal.woff2 index 304c467ae2f..2c9af0841cb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-700-normal.woff index f99a7247392..9233c9dc8dc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-700-normal.woff2 index a5536348b43..f1745b7c953 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-800-normal.woff new file mode 100644 index 00000000000..eb13b15be71 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-800-normal.woff2 new file mode 100644 index 00000000000..c0f1f18e341 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-900-normal.woff index 9f0277d62b2..12f68ec601d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-900-normal.woff2 index a398cb43cd9..234599aeee1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-5-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-5-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-200-normal.woff index f292123b39b..ab1439b0e7b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-200-normal.woff2 index ab45b1a042a..bb5f6e10985 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-300-normal.woff index e7355ad6c34..078560a176f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-300-normal.woff2 index ff2fb89b4cc..64df07facea 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-400-normal.woff index 800e3a45faf..b2a24c6e563 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-400-normal.woff2 index 428e8f9fd98..8dfbc1fab62 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-500-normal.woff index 12cbcc953e9..c5f05b0b4cf 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-500-normal.woff2 index 394e0794ec9..c79d8f1715b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-600-normal.woff index 03159179201..8316a96f68d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-600-normal.woff2 index 01f3e78a91e..627385b7347 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-700-normal.woff index 55b9aad2b95..05fd9099b7a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-700-normal.woff2 index a8ad75c5b5f..20888c9d21e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-800-normal.woff new file mode 100644 index 00000000000..ac9f50f25d7 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-800-normal.woff2 new file mode 100644 index 00000000000..a69d28ff39e Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-900-normal.woff index 8f7b1f9b9fe..7efb30caf81 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-900-normal.woff2 index 936c494a514..fb08d40e9a3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-50-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-50-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-200-normal.woff index 72afd220c37..f542535b581 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-200-normal.woff2 index b758b8449b5..b20c5ef76b5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-300-normal.woff index 15b7a1e38a9..01c4dc7337c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-300-normal.woff2 index 3e6d2c82150..29e81e3b79c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-400-normal.woff index 07834e8a18c..108e4533363 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-400-normal.woff2 index 630f57a8ad1..916ed6a0328 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-500-normal.woff index 451f09f3c03..e7d5b324b69 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-500-normal.woff2 index 30e0bdfb309..df9eb78cd3c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-600-normal.woff index 0eee7548e66..94f2d49947f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-600-normal.woff2 index 080e09e0abe..55ed7efade5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-700-normal.woff index e941c3c64e3..28f394500c9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-700-normal.woff2 index 98f9f4f1e90..32202e2f808 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-800-normal.woff new file mode 100644 index 00000000000..10ee45632c3 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-800-normal.woff2 new file mode 100644 index 00000000000..d79c28b528c Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-900-normal.woff index 5f9c4591252..86eec94272b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-900-normal.woff2 index 82192b59d06..21181042d21 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-51-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-51-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-200-normal.woff index db90221801c..863f9130df5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-200-normal.woff2 index 0dd71492edb..6e9363e7472 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-300-normal.woff index 4b2a5e201a2..c0022ba740e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-300-normal.woff2 index 2db25a99a14..a0cc82abd6c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-400-normal.woff index 14d28ba12ba..aa0d8ad994e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-400-normal.woff2 index 6c028df7fb4..8bd325de339 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-500-normal.woff index 98467a7622e..3fe6caa7f06 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-500-normal.woff2 index 82f0b7cdedf..5c399217da0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-600-normal.woff index 413da0557a4..656095ac269 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-600-normal.woff2 index df60f96829c..31d9f25456c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-700-normal.woff index c445d674440..92561d7efed 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-700-normal.woff2 index e429ae06dfe..16a8c50a621 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-800-normal.woff new file mode 100644 index 00000000000..b26d1e0110b Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-800-normal.woff2 new file mode 100644 index 00000000000..5c28dfde473 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-900-normal.woff index 5e2d2b90bb1..c9d41cb3a16 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-900-normal.woff2 index 62a67dc86b8..75557c3b219 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-52-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-52-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-200-normal.woff index 1e8e3d45032..1d5e44b8e37 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-200-normal.woff2 index 0e8f03e1a05..5e6cc0cc4d8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-300-normal.woff index 37e47751e56..d4dd2eb7e09 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-300-normal.woff2 index ed5bc3f1acd..0a8d5be5ec8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-400-normal.woff index 5ab34d53ab5..f121072b387 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-400-normal.woff2 index 2336c5f4ec7..1ab03b895a2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-500-normal.woff index 5791782d491..bb078a1b95b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-500-normal.woff2 index 5e0cd73bae5..e99a346c36f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-600-normal.woff index b5b649324e7..eeda81b133f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-600-normal.woff2 index 47e0a6b97be..6d7c581fc79 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-700-normal.woff index 67d243d8c86..98745939d4e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-700-normal.woff2 index b1b042e36bd..f684cb853fc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-800-normal.woff new file mode 100644 index 00000000000..ada1305d0de Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-800-normal.woff2 new file mode 100644 index 00000000000..3961a1f1065 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-900-normal.woff index 0c72a432b37..2dbd014cd15 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-900-normal.woff2 index 57b298aa16a..8a491a105a0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-53-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-53-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-200-normal.woff index dd06739df86..876d91a9d5d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-200-normal.woff2 index 6e20bb8cb4b..20a79387b62 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-300-normal.woff index a7973d25023..d3a439de789 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-300-normal.woff2 index 0d8f930c565..8f6f37dd0e0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-400-normal.woff index 01c4b383966..4708b14fcb6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-400-normal.woff2 index b5d348fece3..829c08a6be4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-500-normal.woff index 6bbeb8499bf..c4ab5b93b0e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-500-normal.woff2 index 3060f5217c1..fd5f3bdb3d6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-600-normal.woff index 3022970663e..b56c53e86ad 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-600-normal.woff2 index b06bfc1fa7a..d7a86274160 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-700-normal.woff index 74c00cc794e..79abce8f41e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-700-normal.woff2 index 8c3c17cdee7..883e881cd54 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-800-normal.woff new file mode 100644 index 00000000000..278dc8b7ec8 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-800-normal.woff2 new file mode 100644 index 00000000000..6bac62738aa Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-900-normal.woff index c5bfefb0f9c..22cff538311 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-900-normal.woff2 index 206938c5066..f46138af10f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-54-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-54-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-200-normal.woff index 131feb6295a..40ee005f555 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-200-normal.woff2 index 9d8620520c1..3945290554c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-300-normal.woff index a0b06b49be3..6a121a9bcb4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-300-normal.woff2 index 2167fb7c0f6..b3e34028ba0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-400-normal.woff index 6041a214113..9fb19a5bab1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-400-normal.woff2 index 0fc4a236fcb..344855918ec 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-500-normal.woff index f628e1b43ff..7f9f7c2608b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-500-normal.woff2 index b80f0ea8a7e..945dea0d0d0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-600-normal.woff index b8a86aa24dd..6fb16faa9d0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-600-normal.woff2 index 8f0f80674fb..1f4645fd99b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-700-normal.woff index 78c8eb992c7..a6d5a7150a9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-700-normal.woff2 index 630f4d18899..0d95cd809d3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-800-normal.woff new file mode 100644 index 00000000000..bc0d6142f8c Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-800-normal.woff2 new file mode 100644 index 00000000000..5642a0c7b4f Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-900-normal.woff index 35a2294b63f..16edd069e17 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-900-normal.woff2 index 6ffdae69c3f..3e61dbf50a4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-55-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-55-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-200-normal.woff index a3b18af1efe..36132fd0ebf 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-200-normal.woff2 index cc7a69eec6f..8cf4753d5f2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-300-normal.woff index 0c276ca71e1..bceb12e9aee 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-300-normal.woff2 index 5483cb7fade..6ebc1b0c229 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-400-normal.woff index 7144c896726..0771c107829 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-400-normal.woff2 index fb9b8c45341..cb8efc0f053 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-500-normal.woff index 94fe9435888..8b9f9c6ba3f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-500-normal.woff2 index 6f90476731f..baddb30f41c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-600-normal.woff index 506a751d4e0..7f019e9a6e3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-600-normal.woff2 index 97f05372a71..b551055d985 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-700-normal.woff index e4a291c6930..cd3937da076 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-700-normal.woff2 index 260ca791414..1cc6b3abaac 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-800-normal.woff new file mode 100644 index 00000000000..eb1ed30b9d0 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-800-normal.woff2 new file mode 100644 index 00000000000..7f768d0d82e Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-900-normal.woff index 0768031ab63..f207c5de617 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-900-normal.woff2 index 2d43816a3d7..248b7cea2de 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-56-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-56-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-200-normal.woff index c2c25f3f4fa..0af0d058239 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-200-normal.woff2 index f0662049395..6447ffa7c35 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-300-normal.woff index ce079b6b5f7..14fbab099a4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-300-normal.woff2 index fa1173fafb7..f9bf9274001 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-400-normal.woff index e4431755698..32d790ba786 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-400-normal.woff2 index 53706668013..421b13f8022 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-500-normal.woff index c2c2bae9fb2..3b5e4ce420e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-500-normal.woff2 index 077636d7b31..61c545d95e0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-600-normal.woff index 9c6f636db05..11ea2e1adac 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-600-normal.woff2 index 4237ab887d9..3e2353ed0e1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-700-normal.woff index 894c3a68bef..eb9d78df80c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-700-normal.woff2 index 52d651e74a9..dab18437c25 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-800-normal.woff new file mode 100644 index 00000000000..6d5f96d45bf Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-800-normal.woff2 new file mode 100644 index 00000000000..caa222b1947 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-900-normal.woff index 36d5238f555..03c4643f1ce 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-900-normal.woff2 index fcfef032b09..a3fcb03b054 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-57-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-57-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-200-normal.woff index 06bf6d16f56..db168da8a74 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-200-normal.woff2 index 1858f036d2c..9a3716a6340 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-300-normal.woff index f2450abf832..912d2d98a41 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-300-normal.woff2 index e75c1234de0..bd6647a57a1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-400-normal.woff index b572c067f46..e269f76c65d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-400-normal.woff2 index c06b0792e1b..055675cd49e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-500-normal.woff index babca8beeee..8ea821bcb70 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-500-normal.woff2 index b52d9794876..a4710899af7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-600-normal.woff index 0a8f8ec486f..9fbc84857ed 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-600-normal.woff2 index 5d666ef2192..dfeb6303db3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-700-normal.woff index 9a8cf944511..25122c0e6d1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-700-normal.woff2 index 2485be33281..f0cfd81f409 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-800-normal.woff new file mode 100644 index 00000000000..d07736e9a24 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-800-normal.woff2 new file mode 100644 index 00000000000..3e5e19c5113 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-900-normal.woff index be031c035d4..5e0b792baca 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-900-normal.woff2 index 507abd9717b..f2932b4cfea 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-58-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-58-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-200-normal.woff index 25c41ad3142..6a46928864d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-200-normal.woff2 index c57e3fe50a5..c73a609ceda 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-300-normal.woff index b19b2dcd7cd..05b96fe0fef 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-300-normal.woff2 index 41f4e3aa870..40cac6ac81a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-400-normal.woff index 4b0e4f57f31..c787d1a8f99 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-400-normal.woff2 index cd55007b90c..ce7c44ca39d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-500-normal.woff index 03ca4d913c1..51f7c614794 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-500-normal.woff2 index b4299bb9723..30405a71bd0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-600-normal.woff index b4d851ae450..14f2798adb6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-600-normal.woff2 index e956143a373..27e1cff843c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-700-normal.woff index d3d4de2c046..ce8aa5f20d7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-700-normal.woff2 index 41a5a90294e..745031d0756 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-800-normal.woff new file mode 100644 index 00000000000..fdcead9b722 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-800-normal.woff2 new file mode 100644 index 00000000000..403c3e17b54 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-900-normal.woff index 890c8631971..8405535406f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-900-normal.woff2 index 18525deb5e1..4ab550da077 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-59-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-59-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-200-normal.woff index b316feda8e3..b54cd01ed21 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-200-normal.woff2 index 1c8879a193b..3e30848af06 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-300-normal.woff index 858df493168..9e63646bf6a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-300-normal.woff2 index 45ad71df5c1..18c6425d200 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-400-normal.woff index a4a40003ceb..ea4b12a8db4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-400-normal.woff2 index fa338f5e26e..cad38614647 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-500-normal.woff index 96e3fb4ecd9..223299f09a7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-500-normal.woff2 index 547f592fd74..3655c57a848 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-600-normal.woff index f26507cf8c3..395260c060f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-600-normal.woff2 index b09641c7344..6c586ea0146 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-700-normal.woff index 8b5dfa0e4bd..d063f6a4425 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-700-normal.woff2 index c8e61799c46..45070a2b9bb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-800-normal.woff new file mode 100644 index 00000000000..8b3c8871b39 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-800-normal.woff2 new file mode 100644 index 00000000000..0e7e5d60297 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-900-normal.woff index b8ef47e0311..c96716f6e26 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-900-normal.woff2 index 1294c855560..d3682271718 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-6-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-6-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-200-normal.woff index b2ec18223c4..c07051cdc96 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-200-normal.woff2 index e65802232b3..73d8e8760b6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-300-normal.woff index f515cff5253..49d3399b164 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-300-normal.woff2 index 0515bd8511b..90d78659831 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-400-normal.woff index 93c488f0f94..fdda989cab6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-400-normal.woff2 index 59a7563b932..d2574579813 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-500-normal.woff index 4fafda15e36..b706a7645fe 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-500-normal.woff2 index 188ada12448..4e165ecd997 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-600-normal.woff index bb90b179640..82432b0897c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-600-normal.woff2 index 7710a35e936..f975e82e5ce 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-700-normal.woff index 9a64089031a..acd74247140 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-700-normal.woff2 index 2d84afa72d1..e42983350ef 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-800-normal.woff new file mode 100644 index 00000000000..8eb2c633038 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-800-normal.woff2 new file mode 100644 index 00000000000..a524b2ea2bc Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-900-normal.woff index 996accdddc9..186cb6801a1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-900-normal.woff2 index 78ad1ed5489..230ef76264a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-60-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-60-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-200-normal.woff index 55a4d4ac7a5..b93909438c4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-200-normal.woff2 index ea68c0ccca6..ced4b501551 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-300-normal.woff index 39b6dc05f4d..1dae703fb69 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-300-normal.woff2 index 51a7d6cf3e2..1898e23903e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-400-normal.woff index 4d366065117..573b81ace8e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-400-normal.woff2 index b99959a1cce..10ba73f6002 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-500-normal.woff index 07e115fcdbd..cdf2e1b8413 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-500-normal.woff2 index e879b616870..677a8804f2a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-600-normal.woff index f8b59f09023..4ec033f96b9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-600-normal.woff2 index 5248e91cb8e..5a7648ca433 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-700-normal.woff index 461fb3963e8..ffee1da4c09 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-700-normal.woff2 index ec190e850dd..e02010fafe3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-800-normal.woff new file mode 100644 index 00000000000..d83b0d8101e Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-800-normal.woff2 new file mode 100644 index 00000000000..042667bba56 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-900-normal.woff index b786b7cd14e..7460a5dc653 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-900-normal.woff2 index 3f75dae6153..1fefb7c176a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-61-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-61-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-200-normal.woff index f4bb8b2a669..f159369f7f0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-200-normal.woff2 index ee4515ae6f4..dfe713368dc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-300-normal.woff index 2928f9fe7c1..4e942e700e2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-300-normal.woff2 index 2d4b5af27f6..54e77219a5a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-400-normal.woff index 1f010621be1..7a81eb6d370 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-400-normal.woff2 index 3f9cd7a1f00..0aeb6d46b24 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-500-normal.woff index 89dcac69296..9c584ac7f4a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-500-normal.woff2 index e73308a64ec..df7ffdd7667 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-600-normal.woff index 9cfac85ff7b..68acc77b77f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-600-normal.woff2 index 4eada149bdf..c8a5417d397 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-700-normal.woff index ead41ace89d..8ce460546e1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-700-normal.woff2 index 72757fa0889..09106bdb721 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-800-normal.woff new file mode 100644 index 00000000000..09b8243e1f0 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-800-normal.woff2 new file mode 100644 index 00000000000..bff8b14709a Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-900-normal.woff index 0d081590844..20cd7efc91a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-900-normal.woff2 index ca81bf4bd4f..8c6e10926ce 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-62-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-62-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-200-normal.woff index 39cabdf5aa9..28eef1247bb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-200-normal.woff2 index d0e397440f2..e688989b6cd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-300-normal.woff index a1ed110ce7f..cb9495598e9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-300-normal.woff2 index 55f41042d85..a414429c294 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-400-normal.woff index 2132e8e0216..9bc9d40b24a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-400-normal.woff2 index 50c5dab4027..b2919dfdf7c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-500-normal.woff index 29b3ed6bc21..6e67f076449 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-500-normal.woff2 index 17e56c14179..cb1bd44a59f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-600-normal.woff index a3603c283dd..97dfc4f193b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-600-normal.woff2 index 8e39dbd94ad..db88f35fea6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-700-normal.woff index eda9021514d..9f6bf843375 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-700-normal.woff2 index 2395c694a17..cde7feacd0a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-800-normal.woff new file mode 100644 index 00000000000..026765d8f45 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-800-normal.woff2 new file mode 100644 index 00000000000..3a978c50b99 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-900-normal.woff index ef9b377708a..c2010056729 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-900-normal.woff2 index 949fa133130..d3363a6aa3b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-63-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-63-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-200-normal.woff index 34249effa89..766efd37bf9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-200-normal.woff2 index e774fa127b7..858665b4c80 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-300-normal.woff index 657ead913ac..81d03aae004 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-300-normal.woff2 index b7ba5933e4c..2edb1566680 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-400-normal.woff index 8746d53713a..4be3ec3bb5f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-400-normal.woff2 index 83dd706cfde..c706113b185 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-500-normal.woff index f2d8e4a42df..81c5ddf35e6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-500-normal.woff2 index c216b1aff01..46bd1348a6f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-600-normal.woff index d7b2dbaf664..b29aa4ea420 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-600-normal.woff2 index 0c81d6c23c5..4cf7f61d948 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-700-normal.woff index 8f78140f422..53040bced69 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-700-normal.woff2 index 0cd00e0de38..6be9ed9aecb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-800-normal.woff new file mode 100644 index 00000000000..8037a3ad70b Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-800-normal.woff2 new file mode 100644 index 00000000000..bc01ed285f1 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-900-normal.woff index fe4c0cf149b..9d5e40d9fe2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-900-normal.woff2 index faf67cda6ad..211e3dcd6fb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-64-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-64-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-200-normal.woff index ae8bae2cef6..f9271218b69 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-200-normal.woff2 index b6710b326ef..711ab497e1f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-300-normal.woff index a4aacd905bd..3a09f5da65e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-300-normal.woff2 index be5bb53fd89..076ee00c09e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-400-normal.woff index fdfee76f3f6..99bf4a033ed 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-400-normal.woff2 index cfae8e1123d..79cde5305b7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-500-normal.woff index e95f8ab6dad..c8712389c56 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-500-normal.woff2 index ea827ebf06d..509b836105e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-600-normal.woff index 711185a681e..57df504da16 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-600-normal.woff2 index 1ebe45f16fb..924cbcf6979 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-700-normal.woff index 902cf348411..5bd937f0ddd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-700-normal.woff2 index c2978234c34..0b166c450f3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-800-normal.woff new file mode 100644 index 00000000000..ed7656d47aa Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-800-normal.woff2 new file mode 100644 index 00000000000..707cc736aa8 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-900-normal.woff index 27a8ec945fe..307fccc6a92 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-900-normal.woff2 index 969be0c1263..aba838e775b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-65-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-65-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-200-normal.woff index 12a30c50726..6709b5c33aa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-200-normal.woff2 index b547628a463..c1dbdaaa019 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-300-normal.woff index 9b1c1ed6bf7..300b3c7dc5c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-300-normal.woff2 index 553b1427cf1..c2b089370d8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-400-normal.woff index 1917b0fea98..5c63563eda2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-400-normal.woff2 index bac42b46b81..cdee7b6707c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-500-normal.woff index 1f081e3d805..8b9b81dbaa6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-500-normal.woff2 index a50b6110cd2..faa21e64122 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-600-normal.woff index 981f793ece5..5019dfcd31a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-600-normal.woff2 index a0d183f2180..0372d775620 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-700-normal.woff index 88d6faf440a..1c39d472adc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-700-normal.woff2 index 9acd440d2d6..712463e2814 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-800-normal.woff new file mode 100644 index 00000000000..0495118a3f2 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-800-normal.woff2 new file mode 100644 index 00000000000..ef9464175d8 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-900-normal.woff index f9809cbdd1b..bee20ec49b2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-900-normal.woff2 index 0304a26cf2b..04bfa5fe762 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-66-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-66-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-200-normal.woff index 92e1e0eb660..d7e5665c323 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-200-normal.woff2 index 204a538e9f1..523151a2a33 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-300-normal.woff index 88baf19a7e6..f183fb04bcf 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-300-normal.woff2 index fe9af548268..160eaa6878f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-400-normal.woff index bec3a8b0ad3..6069b12609f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-400-normal.woff2 index 68ad9bb81cd..ad2da0d292b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-500-normal.woff index 3c869fae2e4..c6d12fab937 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-500-normal.woff2 index d3585a0f744..c67eab377e9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-600-normal.woff index 385720d2350..af2f719ef3b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-600-normal.woff2 index 5e3b187a509..cc5e5ca507c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-700-normal.woff index d9a01c0d5df..dce19d5fbb5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-700-normal.woff2 index 3cb08c05cc0..56fd9c23e34 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-800-normal.woff new file mode 100644 index 00000000000..33ecc4e2eeb Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-800-normal.woff2 new file mode 100644 index 00000000000..70a2a2496fe Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-900-normal.woff index 8cf7927790e..e606af0210e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-900-normal.woff2 index efcd4042823..67c66ce88ad 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-67-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-67-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-200-normal.woff index 2cc6bc28e18..28d40342bfa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-200-normal.woff2 index 6ab64702fe6..a7d91ba2c03 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-300-normal.woff index 88ca6d4a2f8..e14feb36f3b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-300-normal.woff2 index b3f8dbd65a3..fce9a2e7fc8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-400-normal.woff index 4dc7d8b0b9a..a0e1199554f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-400-normal.woff2 index 1c2bd1116fc..28f70148f99 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-500-normal.woff index a86bcca62ce..b78166844e4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-500-normal.woff2 index 45ff591996b..187b730cfab 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-600-normal.woff index 163bc0e6319..cf2924002ad 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-600-normal.woff2 index 1c885b5a923..3612c9525e6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-700-normal.woff index 02b15485280..a4ab94dace4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-700-normal.woff2 index de629a86411..b470af11832 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-800-normal.woff new file mode 100644 index 00000000000..a694da5af53 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-800-normal.woff2 new file mode 100644 index 00000000000..03ca3b43473 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-900-normal.woff index 92a777289e9..d5c33e0cc52 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-900-normal.woff2 index d0211d93d0d..45aba1bb0a7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-68-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-68-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-200-normal.woff index ef7849d840b..67c0d934578 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-200-normal.woff2 index b8e06cfd8cc..391d5fc3767 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-300-normal.woff index 8e3f54a9b7d..72033d54a03 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-300-normal.woff2 index 51655d6dfa3..13961789c25 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-400-normal.woff index f4d34415d0b..c4ce1e6cf35 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-400-normal.woff2 index 8d3c4d6193b..c8fd130a33d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-500-normal.woff index c8fded46d4d..0ee6a9655cd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-500-normal.woff2 index bf0d31c742e..49fea7b0adf 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-600-normal.woff index f4ce96ac915..7e00bb8b85d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-600-normal.woff2 index 25a2e8c397c..4a721e344f0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-700-normal.woff index 61376a2f9ef..0e120e4e661 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-700-normal.woff2 index 331373f7fa6..84f026e8197 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-800-normal.woff new file mode 100644 index 00000000000..fea9dbaece4 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-800-normal.woff2 new file mode 100644 index 00000000000..7204b56637e Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-900-normal.woff index 9c826a7646a..4615e879132 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-900-normal.woff2 index 3e65c5fa233..019c128a9b7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-69-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-69-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-200-normal.woff index 7335849ee3c..93d2bf2b132 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-200-normal.woff2 index 131cf387bae..9dcd332a11c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-300-normal.woff index e89be546507..888e261a37f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-300-normal.woff2 index 307913fbd06..87b607b6a82 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-400-normal.woff index 621677eaf2a..4f0879f9de4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-400-normal.woff2 index b57531f1dc6..9597b82acc3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-500-normal.woff index 761a9eb64ee..8893843bbaa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-500-normal.woff2 index 7fa07d8041e..477aab0e274 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-600-normal.woff index be425a559c1..6552ecdb5c5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-600-normal.woff2 index 992bfbae5da..22bab49d8de 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-700-normal.woff index ec6a3b9459c..7e6d393dd7f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-700-normal.woff2 index 08d1242c0bc..a8d3b0136d7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-800-normal.woff new file mode 100644 index 00000000000..5197e638238 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-800-normal.woff2 new file mode 100644 index 00000000000..b1d0837415a Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-900-normal.woff index 9662ccf2a2e..b09f0f305ea 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-900-normal.woff2 index 617de5bbbad..ec7f1f7ee26 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-70-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-70-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-200-normal.woff index cddccd19a78..f78afe8cb59 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-200-normal.woff2 index c5daa7f19ee..c60d151e6a8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-300-normal.woff index e637d734422..02f7ff8a25e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-300-normal.woff2 index 251001334df..09483c3d9cf 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-400-normal.woff index f739820eeef..c1fe207114b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-400-normal.woff2 index 649d199d7e6..fc7145f3058 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-500-normal.woff index c2057b5744f..936bd77e1db 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-500-normal.woff2 index 357df86f9e2..1864f0a47a6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-600-normal.woff index 0b48e15ff13..bea31745680 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-600-normal.woff2 index 3126e786572..d8b0899eb90 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-700-normal.woff index e08ad5c2ccb..e6ce5fe09ce 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-700-normal.woff2 index dd518b1aba5..8697849ff10 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-800-normal.woff new file mode 100644 index 00000000000..8e75415ad8b Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-800-normal.woff2 new file mode 100644 index 00000000000..ced2a8bca5b Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-900-normal.woff index d2c2f2378e3..c2bd4e96206 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-900-normal.woff2 index 2cc0521423a..28b6aad3aa7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-71-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-71-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-200-normal.woff index 2bbecae79c1..edc1cd49263 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-200-normal.woff2 index 6220fc37390..f2a519c9974 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-300-normal.woff index 1f2678450de..d4cb1447c6b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-300-normal.woff2 index 9e3b9c6f1b4..ba79be77bf8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-400-normal.woff index 8d1e8ce9c4f..b05bd84a67e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-400-normal.woff2 index 384005b732e..3e3ddab5a6d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-500-normal.woff index cec34940eee..993149f6ee6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-500-normal.woff2 index fa8fbb8fd80..f809f0ab6f7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-600-normal.woff index c11a7d5b4bd..28febdf0cae 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-600-normal.woff2 index 6df0d730240..e1908a0f94a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-700-normal.woff index f8b7a720f27..6e2f6a04516 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-700-normal.woff2 index f3be0c2289f..db2d80c11a4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-800-normal.woff new file mode 100644 index 00000000000..d342c2a9af7 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-800-normal.woff2 new file mode 100644 index 00000000000..d1eb5721e3b Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-900-normal.woff index f235bc10325..5a3ce35d39a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-900-normal.woff2 index 9506cfac4fe..8003aac82ee 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-72-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-72-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-200-normal.woff index 8b5d3e5bc62..e5de840232c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-200-normal.woff2 index c0087216869..e6a51a11c63 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-300-normal.woff index 19a1c98c34e..fb48a0a0ee6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-300-normal.woff2 index 8f0f188f01e..b59139f3e72 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-400-normal.woff index 5d657be3c09..a8597039047 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-400-normal.woff2 index 7446a88275e..7fb045c785e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-500-normal.woff index 63b6df3b8a9..2df6461ddf5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-500-normal.woff2 index 0ff85de29e2..2ea2fde5e11 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-600-normal.woff index af679c659c3..1be9f284a49 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-600-normal.woff2 index ca9178f52b4..38807555bb2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-700-normal.woff index 042ae9977ea..3650b3863f5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-700-normal.woff2 index 84ba0fd4aa9..2f194548bde 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-800-normal.woff new file mode 100644 index 00000000000..ccdd02e5b78 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-800-normal.woff2 new file mode 100644 index 00000000000..064908cda4a Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-900-normal.woff index b79921cf8bb..9a0a085bd60 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-900-normal.woff2 index 4bef59b334b..67770594457 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-73-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-73-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-200-normal.woff index 703c6e72240..47c8a33f72f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-200-normal.woff2 index 101d22a1d79..af6e6052ae1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-300-normal.woff index 92a505361dd..53c80bb26fc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-300-normal.woff2 index b1bc743d79b..e959fad826b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-400-normal.woff index d5750d257c0..67ecce5e03d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-400-normal.woff2 index 391bc28d5ec..e2ae5cd93b2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-500-normal.woff index 3dab05eb406..57bec18fd88 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-500-normal.woff2 index 42b2076f5f7..a0f40e4b2af 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-600-normal.woff index 70ae2d6cfb7..8d4aefd7fe7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-600-normal.woff2 index 735b9607b95..09d1257843c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-700-normal.woff index 7b8ae039369..ad06ed41942 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-700-normal.woff2 index 9a0a17074cd..bcd91e2c0a5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-800-normal.woff new file mode 100644 index 00000000000..89c72e06f93 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-800-normal.woff2 new file mode 100644 index 00000000000..abf612e41ea Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-900-normal.woff index 7daa859dd64..37801102aa7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-900-normal.woff2 index d172a5041b4..d9a9e1a63e2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-74-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-74-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-200-normal.woff index 10a102f5c22..7cb06aaeac1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-200-normal.woff2 index b411f8726e9..1cca6bcb78a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-300-normal.woff index 375daae9b4a..3f0abf517ab 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-300-normal.woff2 index d62fcb70bf0..697d94fb76a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-400-normal.woff index 85d9abe992d..da52837c0fa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-400-normal.woff2 index e819cae195e..73192e2c313 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-500-normal.woff index ba1f040f39c..3378f6e7d80 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-500-normal.woff2 index 53abfeb4375..979c2d06cc9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-600-normal.woff index 1f7f70daf1a..f94912a88dc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-600-normal.woff2 index 9789a7a0add..c12a88a546a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-700-normal.woff index 2b88b65e1be..05d1a7972b6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-700-normal.woff2 index 3d32dc8741e..9292cc8ea8b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-800-normal.woff new file mode 100644 index 00000000000..2858a41fafa Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-800-normal.woff2 new file mode 100644 index 00000000000..66f1c7ba258 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-900-normal.woff index 63f5d95a4ec..0b10e027816 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-900-normal.woff2 index 6562533be33..1dcbee9175a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-75-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-75-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-200-normal.woff index f952bf86db7..87412f3d50c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-200-normal.woff2 index 523fbf21bd9..33481223d4d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-300-normal.woff index 2312a80395d..27f0f585106 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-300-normal.woff2 index 661c3f24b9c..cdfdd9df476 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-400-normal.woff index fc15afe7ed0..f52f0ab62e5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-400-normal.woff2 index 998617a2afd..2059a564382 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-500-normal.woff index b0e6a450a0c..5a2ba6ce884 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-500-normal.woff2 index e65508d7184..45f12c28fdb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-600-normal.woff index 19c70648599..1466233b685 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-600-normal.woff2 index 95e3faeffd5..86821441254 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-700-normal.woff index aa9f6fe2046..a5c6627d3d3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-700-normal.woff2 index dbe9a269fb9..779d23e02a7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-800-normal.woff new file mode 100644 index 00000000000..e855d95146b Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-800-normal.woff2 new file mode 100644 index 00000000000..7d841bac0a5 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-900-normal.woff index 1e5174555b6..551c277daa6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-900-normal.woff2 index 2b8d543ab6d..becde2d3d66 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-76-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-76-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-200-normal.woff index fff5f79eff5..e17abe44e14 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-200-normal.woff2 index c7dd4c928d6..c17a8200c6c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-300-normal.woff index 090661bfbbc..3865b7811ed 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-300-normal.woff2 index ffa25696938..1576b25e711 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-400-normal.woff index a4c7d62eb51..98e41b26352 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-400-normal.woff2 index 34eb8fc6dfd..79888b0442e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-500-normal.woff index 368eec7b1bc..b365e479785 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-500-normal.woff2 index 6e6e71e1b3f..a3e8125342b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-600-normal.woff index cbf8de58824..55a0614f4ea 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-600-normal.woff2 index 80137648da3..92f898fabc2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-700-normal.woff index 3333a7fd379..8f401c715f6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-700-normal.woff2 index 252d3b4fcf0..bd87b9fc18f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-800-normal.woff new file mode 100644 index 00000000000..df59c4f174a Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-800-normal.woff2 new file mode 100644 index 00000000000..a65ed0f4bf8 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-900-normal.woff index 54ab602b308..27ea16f8406 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-900-normal.woff2 index 1da54d715f9..aa941b26f4f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-77-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-77-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-200-normal.woff index ad9e83bc2bb..ea1a2467077 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-200-normal.woff2 index 367bc800260..7f67cb481ae 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-300-normal.woff index dc22b6266c6..8c578e8b58e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-300-normal.woff2 index b9fdfb7aee7..2f798528a4f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-400-normal.woff index a5a0d2f2fdf..85e08770915 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-400-normal.woff2 index 6a6b7d0ce9d..8c5c54650e7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-500-normal.woff index a69c4f58036..bb12de7c5ef 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-500-normal.woff2 index 8d016b7bf87..c4e7d6535d8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-600-normal.woff index 59596f2feaf..b0726e7f4a1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-600-normal.woff2 index 95cd0b6ba2c..2dda566847b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-700-normal.woff index 6922eaffe8b..5fb487c5844 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-700-normal.woff2 index c6ce8bf2325..2ccb04f467d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-800-normal.woff new file mode 100644 index 00000000000..07088738973 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-800-normal.woff2 new file mode 100644 index 00000000000..32cfd568ff4 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-900-normal.woff index 3a50c1c9b5d..f82dfa7a969 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-900-normal.woff2 index 1e6558cb613..90a8eae64e4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-78-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-78-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-200-normal.woff index 72191ec4fe1..1b6622aa727 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-200-normal.woff2 index cd7c2a6b3fa..5796f501eec 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-300-normal.woff index 763ee1a0147..e2c0cbf266d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-300-normal.woff2 index eee36564e22..2b72bc494c1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-400-normal.woff index 598fca475b9..b7f48e2056a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-400-normal.woff2 index 4c08016c089..5328d97ab69 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-500-normal.woff index da6626352c3..c287007a04a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-500-normal.woff2 index 719538e4594..a88e3c5f1c0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-600-normal.woff index 2bf0edc96fc..28caebd25e9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-600-normal.woff2 index 5e6ee389831..9e9ab44262f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-700-normal.woff index b199fe9813b..73de2108e61 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-700-normal.woff2 index 9d190add986..3a5db36d034 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-800-normal.woff new file mode 100644 index 00000000000..640832940d7 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-800-normal.woff2 new file mode 100644 index 00000000000..6f29a202cae Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-900-normal.woff index d3b6bae179d..cb51c1a9eb3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-900-normal.woff2 index 3e1bd9174d2..d11ac49b030 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-79-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-79-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-200-normal.woff index 8273a51922a..f7ae8c7c0f0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-200-normal.woff2 index f0cfb36582b..b0724762731 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-300-normal.woff index bc2649aa507..b4008d17dbe 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-300-normal.woff2 index d17cc93fef4..3cc8645d3ed 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-400-normal.woff index c590248b27c..b1afbb42dbf 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-400-normal.woff2 index 69f7fcc4652..36209d0f732 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-500-normal.woff index 6456a866938..7394417d52d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-500-normal.woff2 index 511fac861bc..6af59899ab3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-600-normal.woff index ab60ead389d..6f00c221b68 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-600-normal.woff2 index baabbd4550c..96fc7cacb50 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-700-normal.woff index 8e8f6b02e76..7bbd5ac87c3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-700-normal.woff2 index c4bd13f2a14..5e220aa7181 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-800-normal.woff new file mode 100644 index 00000000000..55e0dc8db63 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-800-normal.woff2 new file mode 100644 index 00000000000..13a9d78abd8 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-900-normal.woff index e64dd7af9bd..ea0485cb88f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-900-normal.woff2 index 1e4bb3bc2f7..6ad648d2818 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-80-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-80-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-200-normal.woff index 1b242c94fde..c7bc1caa4b0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-200-normal.woff2 index 0af306d6212..13b2e17f7e8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-300-normal.woff index a9063048648..451c59707fd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-300-normal.woff2 index e6515c61db0..8052cbf1062 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-400-normal.woff index 4f44c360ccd..f732781ac24 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-400-normal.woff2 index 86663cb79fe..0b3c8f483df 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-500-normal.woff index 386487e9914..3071cde4f81 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-500-normal.woff2 index 87f80d314af..826f37f0b9a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-600-normal.woff index 468dfeabc9b..862d78555da 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-600-normal.woff2 index b684f5a5efa..13cf0c26dd9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-700-normal.woff index dfaddfd5181..5089c677983 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-700-normal.woff2 index a93366c2561..8d4a75b2dfe 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-800-normal.woff new file mode 100644 index 00000000000..b44182daec8 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-800-normal.woff2 new file mode 100644 index 00000000000..f950eef2f47 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-900-normal.woff index 8e9537633e6..675a2373b12 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-900-normal.woff2 index e7002afd278..f7ff3282953 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-81-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-81-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-200-normal.woff index 0762853bd33..b60d326dc73 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-200-normal.woff2 index c50ca634ed3..6b0767dcca8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-300-normal.woff index 7c7a7119c91..c5ec8ae12e0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-300-normal.woff2 index 53ae4015a88..46061560930 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-400-normal.woff index f010ea8184c..9679ead45eb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-400-normal.woff2 index 7842bc9b0b2..e2e3d5b483e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-500-normal.woff index d703d712fe9..7a1a0a1c01a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-500-normal.woff2 index 442c06be017..ce1cbc100ca 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-600-normal.woff index 340448366f6..82a5dc11f47 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-600-normal.woff2 index 53e9dea25c3..d1ddc7f1937 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-700-normal.woff index b1af0700290..a3abe4b8f53 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-700-normal.woff2 index f2684653fb8..849fe0ab777 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-800-normal.woff new file mode 100644 index 00000000000..059a68ab721 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-800-normal.woff2 new file mode 100644 index 00000000000..66e4c161a2e Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-900-normal.woff index 9ceab387900..ab15b03d405 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-900-normal.woff2 index 01267b089dc..ea21929f508 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-82-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-82-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-200-normal.woff index a138102ec17..4a9853a9418 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-200-normal.woff2 index 86ad584eae7..67fdaddcb5d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-300-normal.woff index a1a76bb7102..08a8b40e55d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-300-normal.woff2 index c41b300899a..1b9175198e0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-400-normal.woff index c1caa5a690e..e164355b032 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-400-normal.woff2 index 9f46d7ce22b..738e7041c99 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-500-normal.woff index 77749c04e4f..76ee0d7f9c9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-500-normal.woff2 index 8d86263fc8d..0bfb121acaa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-600-normal.woff index 4ddb5647750..212a6ad4e4e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-600-normal.woff2 index ff531a326fb..c215af90313 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-700-normal.woff index 5abec0bab83..bf6dff53858 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-700-normal.woff2 index 4872fe7ad14..daabc89a108 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-800-normal.woff new file mode 100644 index 00000000000..5e977c84db8 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-800-normal.woff2 new file mode 100644 index 00000000000..0a8ccf0f5a6 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-900-normal.woff index 5e6d8bf57ce..dad2545dcda 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-900-normal.woff2 index 17f15a7c4da..a4bc384bf92 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-83-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-83-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-200-normal.woff index f06e391f2d7..9d8c597b0e7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-200-normal.woff2 index c62d082f36b..2f86844edc7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-300-normal.woff index b227434aa2b..648669e36ad 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-300-normal.woff2 index fa3aad4ab6f..4277a43d8ee 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-400-normal.woff index fef098a705f..7fdb5b0ec50 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-400-normal.woff2 index b50d6ceb182..52b2d044955 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-500-normal.woff index 899a371491b..276910a9f1d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-500-normal.woff2 index da455d38cf2..8666157c3eb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-600-normal.woff index d00047c1017..8204f72d2e4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-600-normal.woff2 index 79100e3a678..7c1da09673a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-700-normal.woff index bd32d78b5a9..458a7083783 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-700-normal.woff2 index 45ef275487b..f709162f0e3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-800-normal.woff new file mode 100644 index 00000000000..889cf226f33 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-800-normal.woff2 new file mode 100644 index 00000000000..5708ef195dd Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-900-normal.woff index 1f34386749d..3f02582c48a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-900-normal.woff2 index 8f46fcd754c..4fc899f6047 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-84-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-84-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-200-normal.woff index 9f441f8bf16..d3c5ae549e8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-200-normal.woff2 index f1bd5088360..56b93d86280 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-300-normal.woff index d96a7bdbea0..cc990856cb9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-300-normal.woff2 index 3559e4fe2e5..8fb085212d6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-400-normal.woff index 2e229733544..73a463847b4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-400-normal.woff2 index d65e7ce4619..59a04956384 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-500-normal.woff index e7bc8e2df9f..3adedb9db2a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-500-normal.woff2 index 3cab96fa99b..5447945f3e2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-600-normal.woff index fa5146a714f..6d07f8a30d5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-600-normal.woff2 index 71b4b1118ff..7cc686d4ef8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-700-normal.woff index c7d8c9fd786..02aec09ec36 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-700-normal.woff2 index c1db2281b93..000c14cea27 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-800-normal.woff new file mode 100644 index 00000000000..afb2ddabbe5 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-800-normal.woff2 new file mode 100644 index 00000000000..89b25f53fb8 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-900-normal.woff index 11bab8871fe..72711f04882 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-900-normal.woff2 index b013233c352..996630f25e7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-85-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-85-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-200-normal.woff index b57f762b850..0561243eef9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-200-normal.woff2 index bcbd37329a6..147fc0393c4 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-300-normal.woff index 046073dd5fc..d4ca7f96883 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-300-normal.woff2 index 84d1dae9478..e9a45f590ae 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-400-normal.woff index ee13e43aa74..d4d2b2467f2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-400-normal.woff2 index 24c60fcf01c..90156831e6a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-500-normal.woff index 8a4d3b408bd..e241f210f2c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-500-normal.woff2 index 2b317733368..a16c2e03926 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-600-normal.woff index ba66455a482..4f286732626 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-600-normal.woff2 index e3322dc13b8..1ceb13ae356 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-700-normal.woff index eafb316eb5c..95a405675db 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-700-normal.woff2 index 18754aada72..9d98ff2fcfa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-800-normal.woff new file mode 100644 index 00000000000..87439097292 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-800-normal.woff2 new file mode 100644 index 00000000000..9e9eb35ff59 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-900-normal.woff index f229c041bcd..673073ff558 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-900-normal.woff2 index 6d78d8f7e0d..eb979cfc106 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-86-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-86-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-200-normal.woff index 59e79b802ac..c486b20f738 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-200-normal.woff2 index 596054272e9..30cf0e0a9c7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-300-normal.woff index 5cc79751c1e..615bd971c2d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-300-normal.woff2 index eb6f3783a1e..263f3cdfadd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-400-normal.woff index d86de37c123..21726bb2e95 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-400-normal.woff2 index 7848643e3bd..eb88d139daa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-500-normal.woff index 6b575170d44..eb79ee3a2fc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-500-normal.woff2 index 93eee9164db..221fd568f01 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-600-normal.woff index 9a150c9e011..8f0a40a0608 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-600-normal.woff2 index 7e301d35fc1..e1934b7b399 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-700-normal.woff index b189e06ce7a..c840508eb70 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-700-normal.woff2 index 124eefe6b8b..36c823ad303 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-800-normal.woff new file mode 100644 index 00000000000..4e5746ba5aa Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-800-normal.woff2 new file mode 100644 index 00000000000..9ca956c7eb0 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-900-normal.woff index 5c91f571b1a..10e1d951575 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-900-normal.woff2 index f825545498f..e1be90f4d53 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-87-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-87-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-200-normal.woff index 915c95d3982..28add2233f5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-200-normal.woff2 index a9fdb49e243..ab764d280b1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-300-normal.woff index 0ae9d95f4a6..232c9604eeb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-300-normal.woff2 index 6b0e6be40cc..93b14d423ee 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-400-normal.woff index 258070697bd..7cf3bc7de2c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-400-normal.woff2 index 7162768aa76..5ab30348bb8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-500-normal.woff index 79b26286431..39c4a9d0598 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-500-normal.woff2 index 55283af1ce9..a64929aa7a7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-600-normal.woff index dbace88d610..4068be07640 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-600-normal.woff2 index 2f48d360e24..1540f679859 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-700-normal.woff index 4b8ffbf62ae..71d6851952f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-700-normal.woff2 index 01665d00c35..00fa549c7f3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-800-normal.woff new file mode 100644 index 00000000000..088dc80647d Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-800-normal.woff2 new file mode 100644 index 00000000000..125619d9592 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-900-normal.woff index 97e128c3a1b..d5cfbaa9c5c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-900-normal.woff2 index 9c1fbb82da1..dd629e8dc80 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-88-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-88-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-200-normal.woff index f27f92a670c..28aac89603b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-200-normal.woff2 index 3abb08bdf69..74abed8700c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-300-normal.woff index 6692c3afae2..64e82b4c96b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-300-normal.woff2 index b7bb0d1f06d..60975ef6fdd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-400-normal.woff index e197e16e08b..997e942add9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-400-normal.woff2 index b203089cf4d..c56769f2ebb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-500-normal.woff index 0a3a9f68670..6b36c5be44b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-500-normal.woff2 index a5ccb0f6521..b2a4363971c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-600-normal.woff index ab9f7d14aa2..ae06fb30ef2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-600-normal.woff2 index 5725dac5ed6..b4706ae65d6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-700-normal.woff index 04d1115ac30..6745d9c0376 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-700-normal.woff2 index 73354a0a6f0..66764b387c8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-800-normal.woff new file mode 100644 index 00000000000..d5158fd5491 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-800-normal.woff2 new file mode 100644 index 00000000000..edaeb296991 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-900-normal.woff index cf95d3ef985..55d1ee20c44 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-900-normal.woff2 index 5d40450f8fa..d12585b4d2d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-89-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-89-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-200-normal.woff index 3320efd02ea..90002e088b8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-200-normal.woff2 index 9bba8540463..e4bfe2ed4e6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-300-normal.woff index 4e949fb1d25..e8eb4616193 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-300-normal.woff2 index 0150136710f..1e0247257bd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-400-normal.woff index 1eeb8985d61..ff09fa01d95 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-400-normal.woff2 index 71aa8149617..53e63003ca1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-500-normal.woff index c429ae3b43d..dad66e61ae0 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-500-normal.woff2 index 97e295ef558..0caf9f25bf5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-600-normal.woff index e8d9c8da0cc..0fd13c70c0a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-600-normal.woff2 index ed99b52b25a..65c4f6fb365 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-700-normal.woff index f3074e8fb4e..9f8bffa4116 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-700-normal.woff2 index 70baa8f2420..8e21006775e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-800-normal.woff new file mode 100644 index 00000000000..4590488e78a Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-800-normal.woff2 new file mode 100644 index 00000000000..758e05ba5ba Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-900-normal.woff index c37815ef5e4..d63e2da11bf 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-900-normal.woff2 index 05755d4d5e8..cf019a7c2e3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-90-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-90-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-200-normal.woff index add2e71c0b0..179a1093aae 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-200-normal.woff2 index 70c69bd8e22..ef221155725 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-300-normal.woff index dc2564bb790..abb0a675d4b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-300-normal.woff2 index e184832c9c2..89156966ddc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-400-normal.woff index 92fa87d781c..6798c5a5e7a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-400-normal.woff2 index 9d58c47c62f..d781bb0512c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-500-normal.woff index a55e2ce1085..3535e79dac8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-500-normal.woff2 index 1803896a3dd..83bb046567b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-600-normal.woff index 663038c9477..6fcf920d9f6 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-600-normal.woff2 index 8744f2b86c1..fa86d774b9c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-700-normal.woff index f1ed366d0b0..0bf114456f1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-700-normal.woff2 index c9ae2a96a62..fabdac11dde 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-800-normal.woff new file mode 100644 index 00000000000..091302ace91 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-800-normal.woff2 new file mode 100644 index 00000000000..8dc127250fb Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-900-normal.woff index 7414d39a2c4..ab355c85bfa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-900-normal.woff2 index f6059d291b0..ae52a7d1651 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-91-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-91-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-200-normal.woff index d175a5eb62e..1771133b256 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-200-normal.woff2 index c66ea4eb09e..88cfed2676c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-300-normal.woff index aa7871c058d..7506e3b2968 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-300-normal.woff2 index 2fb0e70890f..444c85ae4df 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-400-normal.woff index 911086e8ebb..9a3a69c8275 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-400-normal.woff2 index 4212c5801c4..3490537ed39 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-500-normal.woff index cea57db1e5b..5dedc680c81 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-500-normal.woff2 index 0b74ac0fc65..13ae8e931f3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-600-normal.woff index ea2982bf303..3b8165e46bb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-600-normal.woff2 index 677861ee13f..f5d8aa5f68e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-700-normal.woff index 75dcab4a93c..c66b5651971 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-700-normal.woff2 index 633576d433f..5c04d9e740c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-800-normal.woff new file mode 100644 index 00000000000..88f6dd1202f Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-800-normal.woff2 new file mode 100644 index 00000000000..b8a8d67268a Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-900-normal.woff index d3d0e636fc0..3c6e93e5b86 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-900-normal.woff2 index 484f8cf7a11..f9a7d33564e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-97-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-97-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-200-normal.woff index 6a1c3bd0fe6..4c1ae274dd2 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-200-normal.woff2 index 5eda036dd58..7d2f9588cd5 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-300-normal.woff index ee327de43b4..772914e9a0f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-300-normal.woff2 index 905f32e3ed8..37982e86795 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-400-normal.woff index 0388734e256..f4e4328c18c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-400-normal.woff2 index a6363a6bce4..2e751f9dfbf 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-500-normal.woff index 2860d23d5ad..4b888ad1d4e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-500-normal.woff2 index bfcfdbbbd97..54986360d89 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-600-normal.woff index 1a5c2673bef..531e9c2e162 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-600-normal.woff2 index cd3edb5a1d4..4a2c7ce1fab 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-700-normal.woff index cbca12388b0..05122213c15 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-700-normal.woff2 index 6be66c45deb..b7e5f7c42cb 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-800-normal.woff new file mode 100644 index 00000000000..02411a6f912 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-800-normal.woff2 new file mode 100644 index 00000000000..68411c41732 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-900-normal.woff index dc8c53395e9..64279913a52 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-900-normal.woff2 index 5a4cc40b72a..fba13cb26ef 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-98-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-98-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-200-normal.woff index 85b5ea5a8fc..2dc4a8b7b1b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-200-normal.woff2 index 27029d074e8..87d18550cfa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-300-normal.woff index 0188a584951..3cb017acdcd 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-300-normal.woff2 index b206a7d8220..7ae87eb363d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-400-normal.woff index 5134b4b66fe..fcfebc16d96 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-400-normal.woff2 index fb9099511cc..3e0a8534b7b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-500-normal.woff index bc2e886e45b..ebda2443189 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-500-normal.woff2 index 112cedb84aa..819443a480a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-600-normal.woff index a59134ddb84..9b0cf94205c 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-600-normal.woff2 index 3a622f0e15a..7eacfb006e1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-700-normal.woff index 2b9f8ed56aa..2a6e12315aa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-700-normal.woff2 index f3366429add..2e35f6b9452 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-800-normal.woff new file mode 100644 index 00000000000..8faf8b6bf2f Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-800-normal.woff2 new file mode 100644 index 00000000000..7f1ee3e31e1 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-900-normal.woff index 558f2d9950d..b8833f867aa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-900-normal.woff2 index 7a356eb70d4..2c7b7abaa9f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-99-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-99-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-200-normal.woff index 99e7cc560c3..209f4a9039b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-200-normal.woff2 index d90173a6bb3..f2479200e46 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-300-normal.woff index 6a68da9140d..ddee6246a6e 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-300-normal.woff2 index 385e4f83b2f..b6d5158f096 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-400-normal.woff index 053ff583387..f609668f7c8 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-400-normal.woff2 index 6c638afca7b..a9fa69801e7 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-500-normal.woff index 92b56fa683b..577c9a1b0db 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-500-normal.woff2 index 96992346561..16739a0a6c3 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-600-normal.woff index 773a85e2036..2f96b833e87 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-600-normal.woff2 index ee418fd90d4..c2da28e3cfa 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-700-normal.woff index 36097157416..ae2e7534359 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-700-normal.woff2 index 03494a80d82..8b5818fe55f 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-800-normal.woff new file mode 100644 index 00000000000..51d4edb51cc Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-800-normal.woff2 new file mode 100644 index 00000000000..0f08c56a4d7 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-900-normal.woff index 36b1dd75ea7..39a8757a671 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-900-normal.woff2 index 149b461088f..b36b41f87a1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-chinese-simplified-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-200-normal.woff new file mode 100644 index 00000000000..02eefde8315 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-200-normal.woff2 new file mode 100644 index 00000000000..95782eb59db Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-300-normal.woff new file mode 100644 index 00000000000..f70a5a1c255 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-300-normal.woff2 new file mode 100644 index 00000000000..c8f4e9da666 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-400-normal.woff new file mode 100644 index 00000000000..e989b8742c7 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-400-normal.woff2 new file mode 100644 index 00000000000..73719622d5b Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-500-normal.woff new file mode 100644 index 00000000000..a2c3df2a7aa Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-500-normal.woff2 new file mode 100644 index 00000000000..0faad821bcc Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-600-normal.woff new file mode 100644 index 00000000000..21bd552d965 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-600-normal.woff2 new file mode 100644 index 00000000000..c0b99ebbeb5 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-700-normal.woff new file mode 100644 index 00000000000..c961a56ed40 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-700-normal.woff2 new file mode 100644 index 00000000000..1be483ff77f Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-800-normal.woff new file mode 100644 index 00000000000..80e8b705243 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-800-normal.woff2 new file mode 100644 index 00000000000..bcd49ed9b1e Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-900-normal.woff new file mode 100644 index 00000000000..5d86decd692 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-900-normal.woff2 new file mode 100644 index 00000000000..d6278aa5ff0 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-cyrillic-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-200-normal.woff index 60b75e82533..2c47af49cdc 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-200-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-200-normal.woff2 index 52272c43cfb..edb5d7a3738 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-200-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-300-normal.woff index b6752b5fa65..c48eca9c38b 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-300-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-300-normal.woff2 index 01c636cf4b0..70ef690146a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-300-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-400-normal.woff index ae6e2177957..9ac423e06c1 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-400-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-400-normal.woff2 index 9ff5302db19..17da04c51e9 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-400-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-500-normal.woff index 834291c12a9..d3d43d6cf6a 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-500-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-500-normal.woff2 index ac0e81cce30..503ebd6227d 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-500-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-600-normal.woff index b2c35cde7dd..c9cecc32791 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-600-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-600-normal.woff2 index 3d4aaa268a3..befb567e4ce 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-600-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-700-normal.woff index 23b26302eb5..c495e375650 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-700-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-700-normal.woff2 index 35bba21c45f..0fa778f9307 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-700-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-800-normal.woff new file mode 100644 index 00000000000..ee9d4ca54f4 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-800-normal.woff2 new file mode 100644 index 00000000000..eb6f020575d Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-900-normal.woff index 2c860f45df6..2ea6edfb0de 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-900-normal.woff and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-900-normal.woff2 index 376c1bd55ab..f23999637ea 100644 Binary files a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-900-normal.woff2 and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-200-normal.woff new file mode 100644 index 00000000000..bc5143f5f1e Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-200-normal.woff2 new file mode 100644 index 00000000000..bb34f842ac8 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-300-normal.woff new file mode 100644 index 00000000000..87748d544cf Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-300-normal.woff2 new file mode 100644 index 00000000000..04c99960427 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-400-normal.woff new file mode 100644 index 00000000000..f4e0c3da803 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-400-normal.woff2 new file mode 100644 index 00000000000..2aff4562218 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-500-normal.woff new file mode 100644 index 00000000000..0d1694abb6c Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-500-normal.woff2 new file mode 100644 index 00000000000..b0859e40afb Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-600-normal.woff new file mode 100644 index 00000000000..b7918f168f1 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-600-normal.woff2 new file mode 100644 index 00000000000..e9d284a1980 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-700-normal.woff new file mode 100644 index 00000000000..e12d9526473 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-700-normal.woff2 new file mode 100644 index 00000000000..7630941e0a4 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-800-normal.woff new file mode 100644 index 00000000000..cd97c32fd48 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-800-normal.woff2 new file mode 100644 index 00000000000..f7fc550f216 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-900-normal.woff new file mode 100644 index 00000000000..e2b6bfa9a58 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-900-normal.woff2 new file mode 100644 index 00000000000..4e3745161c6 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-latin-ext-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-200-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-200-normal.woff new file mode 100644 index 00000000000..a774705080c Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-200-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-200-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-200-normal.woff2 new file mode 100644 index 00000000000..23e56164318 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-300-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-300-normal.woff new file mode 100644 index 00000000000..278b1f94186 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-300-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-300-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-300-normal.woff2 new file mode 100644 index 00000000000..33ef8cb0e5d Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-400-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-400-normal.woff new file mode 100644 index 00000000000..011f769b0d4 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-400-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-400-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-400-normal.woff2 new file mode 100644 index 00000000000..0e15b13d12d Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-500-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-500-normal.woff new file mode 100644 index 00000000000..f7eeaa71991 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-500-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-500-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-500-normal.woff2 new file mode 100644 index 00000000000..9c634050e82 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-600-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-600-normal.woff new file mode 100644 index 00000000000..242b32ac21d Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-600-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-600-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-600-normal.woff2 new file mode 100644 index 00000000000..f92097feea5 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-700-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-700-normal.woff new file mode 100644 index 00000000000..b9c272a28b4 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-700-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-700-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-700-normal.woff2 new file mode 100644 index 00000000000..897b913b55d Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-800-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-800-normal.woff new file mode 100644 index 00000000000..c465049f334 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-800-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-800-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-800-normal.woff2 new file mode 100644 index 00000000000..6d047f3d8f1 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-900-normal.woff b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-900-normal.woff new file mode 100644 index 00000000000..985c51c2d3c Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-900-normal.woff differ diff --git a/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-900-normal.woff2 b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-900-normal.woff2 new file mode 100644 index 00000000000..ff2f785dfb9 Binary files /dev/null and b/fonts/google/noto-serif-sc/files/noto-serif-sc-vietnamese-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-sc/index.css b/fonts/google/noto-serif-sc/index.css index 34918efbea5..f08591a2f7f 100644 --- a/fonts/google/noto-serif-sc/index.css +++ b/fonts/google/noto-serif-sc/index.css @@ -35,7 +35,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-21-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-21-400-normal.woff) format('woff'); - unicode-range: U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81,U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff4,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d,U+af34; + unicode-range: U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d; } /* noto-serif-sc-[22]-400-normal */ @@ -45,7 +45,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-22-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-22-400-normal.woff) format('woff'); - unicode-range: U+9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39; + unicode-range: U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81; } /* noto-serif-sc-[23]-400-normal */ @@ -55,7 +55,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-23-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-23-400-normal.woff) format('woff'); - unicode-range: U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80,U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9; + unicode-range: U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f; } /* noto-serif-sc-[24]-400-normal */ @@ -65,7 +65,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-24-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-24-400-normal.woff) format('woff'); - unicode-range: U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d,U+9a80,U+9a83,U+9a85,U+9a87-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9abc,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39; + unicode-range: U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80; } /* noto-serif-sc-[25]-400-normal */ @@ -75,7 +75,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-25-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-25-400-normal.woff) format('woff'); - unicode-range: U+98c8,U+98cf-98d6,U+98da-98db,U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b; + unicode-range: U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d; } /* noto-serif-sc-[26]-400-normal */ @@ -85,7 +85,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-26-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-26-400-normal.woff) format('woff'); - unicode-range: U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c7; + unicode-range: U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db; } /* noto-serif-sc-[27]-400-normal */ @@ -95,7 +95,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-27-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-27-400-normal.woff) format('woff'); - unicode-range: U+95b9-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727; + unicode-range: U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a; } /* noto-serif-sc-[28]-400-normal */ @@ -105,7 +105,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-28-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-28-400-normal.woff) format('woff'); - unicode-range: U+94e7-94ec,U+94ee-94f1,U+94f3,U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8; + unicode-range: U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3; } /* noto-serif-sc-[29]-400-normal */ @@ -115,7 +115,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-29-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-29-400-normal.woff) format('woff'); - unicode-range: U+9410-941a,U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94e6; + unicode-range: U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3; } /* noto-serif-sc-[30]-400-normal */ @@ -125,7 +125,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-30-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-30-400-normal.woff) format('woff'); - unicode-range: U+92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea,U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-940f; + unicode-range: U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a; } /* noto-serif-sc-[31]-400-normal */ @@ -135,7 +135,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-31-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-31-400-normal.woff) format('woff'); - unicode-range: U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6; + unicode-range: U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea; } /* noto-serif-sc-[32]-400-normal */ @@ -145,7 +145,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-32-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-32-400-normal.woff) format('woff'); - unicode-range: U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa,U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a; + unicode-range: U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162; } /* noto-serif-sc-[33]-400-normal */ @@ -155,7 +155,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-33-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-33-400-normal.woff) format('woff'); - unicode-range: U+8e2d-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda; + unicode-range: U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa; } /* noto-serif-sc-[34]-400-normal */ @@ -165,7 +165,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-34-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-34-400-normal.woff) format('woff'); - unicode-range: U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d2e,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e2c; + unicode-range: U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40; } /* noto-serif-sc-[35]-400-normal */ @@ -175,7 +175,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-35-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-35-400-normal.woff) format('woff'); - unicode-range: U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb3-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac; + unicode-range: U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc; } /* noto-serif-sc-[36]-400-normal */ @@ -185,7 +185,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-36-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-36-400-normal.woff) format('woff'); - unicode-range: U+8a02-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13,U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c; + unicode-range: U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d; } /* noto-serif-sc-[37]-400-normal */ @@ -195,7 +195,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-37-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-37-400-normal.woff) format('woff'); - unicode-range: U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f,U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01; + unicode-range: U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13; } /* noto-serif-sc-[38]-400-normal */ @@ -205,7 +205,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-38-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-38-400-normal.woff) format('woff'); - unicode-range: U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864; + unicode-range: U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f; } /* noto-serif-sc-[39]-400-normal */ @@ -215,7 +215,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-39-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-39-400-normal.woff) format('woff'); - unicode-range: U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545,U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df; + unicode-range: U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3; } /* noto-serif-sc-[40]-400-normal */ @@ -225,7 +225,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-40-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-40-400-normal.woff) format('woff'); - unicode-range: U+83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2,U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d; + unicode-range: U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545; } /* noto-serif-sc-[41]-400-normal */ @@ -235,7 +235,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-41-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-41-400-normal.woff) format('woff'); - unicode-range: U+82a9-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6,U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3; + unicode-range: U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2; } /* noto-serif-sc-[42]-400-normal */ @@ -245,7 +245,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-42-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-42-400-normal.woff) format('woff'); - unicode-range: U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160,U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82a8; + unicode-range: U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6; } /* noto-serif-sc-[43]-400-normal */ @@ -255,7 +255,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-43-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-43-400-normal.woff) format('woff'); - unicode-range: U+7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148; + unicode-range: U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160; } /* noto-serif-sc-[44]-400-normal */ @@ -265,7 +265,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-44-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-44-400-normal.woff) format('woff'); - unicode-range: U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb,U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9; + unicode-range: U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014; } /* noto-serif-sc-[45]-400-normal */ @@ -275,7 +275,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-45-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-45-400-normal.woff) format('woff'); - unicode-range: U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1-7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4; + unicode-range: U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb; } /* noto-serif-sc-[46]-400-normal */ @@ -285,7 +285,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-46-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-46-400-normal.woff) format('woff'); - unicode-range: U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7-7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1; + unicode-range: U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1; } /* noto-serif-sc-[47]-400-normal */ @@ -295,7 +295,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-47-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-47-400-normal.woff) format('woff'); - unicode-range: U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1,U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9; + unicode-range: U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7; } /* noto-serif-sc-[48]-400-normal */ @@ -305,7 +305,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-48-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-48-400-normal.woff) format('woff'); - unicode-range: U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4,U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1; + unicode-range: U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1; } /* noto-serif-sc-[49]-400-normal */ @@ -315,7 +315,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-49-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-49-400-normal.woff) format('woff'); - unicode-range: U+797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8; + unicode-range: U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4; } /* noto-serif-sc-[50]-400-normal */ @@ -325,7 +325,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-50-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-50-400-normal.woff) format('woff'); - unicode-range: U+783e,U+7841-7844,U+7847-7849,U+784b-784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b; + unicode-range: U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a; } /* noto-serif-sc-[51]-400-normal */ @@ -335,7 +335,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-51-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-51-400-normal.woff) format('woff'); - unicode-range: U+770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721-7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c; + unicode-range: U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b; } /* noto-serif-sc-[52]-400-normal */ @@ -345,7 +345,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-52-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-52-400-normal.woff) format('woff'); - unicode-range: U+760a-760e,U+7610-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770e; + unicode-range: U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721; } /* noto-serif-sc-[53]-400-normal */ @@ -355,7 +355,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-53-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-53-400-normal.woff) format('woff'); - unicode-range: U+74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508,U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-7609; + unicode-range: U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612; } /* noto-serif-sc-[54]-400-normal */ @@ -365,7 +365,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-54-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-54-400-normal.woff) format('woff'); - unicode-range: U+73e7-73ea,U+73ee-73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee; + unicode-range: U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508; } /* noto-serif-sc-[55]-400-normal */ @@ -375,7 +375,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-55-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-55-400-normal.woff) format('woff'); - unicode-range: U+72dd-72df,U+72e1,U+72e5-72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73e6; + unicode-range: U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef; } /* noto-serif-sc-[56]-400-normal */ @@ -385,7 +385,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-56-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-56-400-normal.woff) format('woff'); - unicode-range: U+719c,U+71a0,U+71a4-71a5,U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db; + unicode-range: U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5; } /* noto-serif-sc-[57]-400-normal */ @@ -395,7 +395,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-57-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-57-400-normal.woff) format('woff'); - unicode-range: U+7005-7006,U+7009,U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198; + unicode-range: U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5; } /* noto-serif-sc-[58]-400-normal */ @@ -405,7 +405,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-58-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-58-400-normal.woff) format('woff'); - unicode-range: U+6ed8-6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f31-6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe; + unicode-range: U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009; } /* noto-serif-sc-[59]-400-normal */ @@ -415,7 +415,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-59-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-59-400-normal.woff) format('woff'); - unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7; + unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8; } /* noto-serif-sc-[60]-400-normal */ @@ -425,7 +425,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-60-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-60-400-normal.woff) format('woff'); - unicode-range: U+6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; + unicode-range: U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; } /* noto-serif-sc-[61]-400-normal */ @@ -435,7 +435,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-61-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-61-400-normal.woff) format('woff'); - unicode-range: U+6b85-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae,U+6cb1; + unicode-range: U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae; } /* noto-serif-sc-[62]-400-normal */ @@ -445,7 +445,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-62-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-62-400-normal.woff) format('woff'); - unicode-range: U+6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b84; + unicode-range: U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82; } /* noto-serif-sc-[63]-400-normal */ @@ -455,7 +455,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-63-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-63-400-normal.woff) format('woff'); - unicode-range: U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc,U+69fe-6a00; + unicode-range: U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc; } /* noto-serif-sc-[64]-400-normal */ @@ -465,7 +465,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-64-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-64-400-normal.woff) format('woff'); - unicode-range: U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1,U+68d3,U+68d7,U+68dd,U+68df; + unicode-range: U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1; } /* noto-serif-sc-[65]-400-normal */ @@ -475,7 +475,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-65-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-65-400-normal.woff) format('woff'); - unicode-range: U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a-678d,U+678f; + unicode-range: U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a; } /* noto-serif-sc-[66]-400-normal */ @@ -485,7 +485,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-66-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-66-400-normal.woff) format('woff'); - unicode-range: U+64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630-6631,U+6633-6634,U+6636; + unicode-range: U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630; } /* noto-serif-sc-[67]-400-normal */ @@ -495,7 +495,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-67-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-67-400-normal.woff) format('woff'); - unicode-range: U+63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0-64f2,U+64f4,U+64f7; + unicode-range: U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0; } /* noto-serif-sc-[68]-400-normal */ @@ -505,7 +505,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-68-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-68-400-normal.woff) format('woff'); - unicode-range: U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5,U+63b7-63bb; + unicode-range: U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5; } /* noto-serif-sc-[69]-400-normal */ @@ -515,7 +515,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-69-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-69-400-normal.woff) format('woff'); - unicode-range: U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226,U+622c,U+622e-6230,U+6232,U+6238; + unicode-range: U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226; } /* noto-serif-sc-[70]-400-normal */ @@ -525,7 +525,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-70-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-70-400-normal.woff) format('woff'); - unicode-range: U+5fd1-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec-60ee,U+60f0-60f1,U+60f4,U+60f6; + unicode-range: U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec; } /* noto-serif-sc-[71]-400-normal */ @@ -535,7 +535,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-71-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-71-400-normal.woff) format('woff'); - unicode-range: U+5ea3-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc,U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd0; + unicode-range: U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc; } /* noto-serif-sc-[72]-400-normal */ @@ -545,7 +545,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-72-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-72-400-normal.woff) format('woff'); - unicode-range: U+5d32-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea2; + unicode-range: U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96; } /* noto-serif-sc-[73]-400-normal */ @@ -555,7 +555,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-73-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-73-400-normal.woff) format('woff'); - unicode-range: U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d27,U+5d2e-5d31; + unicode-range: U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25; } /* noto-serif-sc-[74]-400-normal */ @@ -565,7 +565,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-74-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-74-400-normal.woff) format('woff'); - unicode-range: U+5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be7,U+5be9,U+5beb-5bec,U+5bee-5bf0,U+5bf2-5bf3; + unicode-range: U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb; } /* noto-serif-sc-[75]-400-normal */ @@ -575,7 +575,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-75-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-75-400-normal.woff) format('woff'); - unicode-range: U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e,U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1; + unicode-range: U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e; } /* noto-serif-sc-[76]-400-normal */ @@ -585,7 +585,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-76-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-76-400-normal.woff) format('woff'); - unicode-range: U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968,U+596a,U+596c-596e,U+5977,U+597b-597c; + unicode-range: U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968; } /* noto-serif-sc-[77]-400-normal */ @@ -595,7 +595,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-77-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-77-400-normal.woff) format('woff'); - unicode-range: U+570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-5820,U+5822-5823,U+5825-5826,U+582c,U+582f; + unicode-range: U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f; } /* noto-serif-sc-[78]-400-normal */ @@ -605,7 +605,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-78-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-78-400-normal.woff) format('woff'); - unicode-range: U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709; + unicode-range: U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8; } /* noto-serif-sc-[79]-400-normal */ @@ -615,7 +615,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-79-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-79-400-normal.woff) format('woff'); - unicode-range: U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3,U+55f5-55f7,U+55fb,U+55fe,U+5600-5601; + unicode-range: U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3; } /* noto-serif-sc-[80]-400-normal */ @@ -625,7 +625,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-80-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-80-400-normal.woff) format('woff'); - unicode-range: U+53fb-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550f,U+5511-5514,U+5516-5517; + unicode-range: U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e; } /* noto-serif-sc-[81]-400-normal */ @@ -635,7 +635,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-81-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-81-400-normal.woff) format('woff'); - unicode-range: U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5340,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2,U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa; + unicode-range: U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2; } /* noto-serif-sc-[82]-400-normal */ @@ -645,7 +645,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-82-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-82-400-normal.woff) format('woff'); - unicode-range: U+5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287,U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a; + unicode-range: U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287; } /* noto-serif-sc-[83]-400-normal */ @@ -655,7 +655,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-83-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-83-400-normal.woff) format('woff'); - unicode-range: U+4fe3-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102,U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f; + unicode-range: U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102; } /* noto-serif-sc-[84]-400-normal */ @@ -665,7 +665,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-84-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-84-400-normal.woff) format('woff'); - unicode-range: U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0-4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2; + unicode-range: U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0; } /* noto-serif-sc-[85]-400-normal */ @@ -675,7 +675,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-85-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-85-400-normal.woff) format('woff'); - unicode-range: U+3127-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2-4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6; + unicode-range: U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2; } /* noto-serif-sc-[86]-400-normal */ @@ -685,7 +685,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-86-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-86-400-normal.woff) format('woff'); - unicode-range: U+279c,U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126; + unicode-range: U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128; } /* noto-serif-sc-[87]-400-normal */ @@ -695,7 +695,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-87-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-87-400-normal.woff) format('woff'); - unicode-range: U+2650-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796; + unicode-range: U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c; } /* noto-serif-sc-[88]-400-normal */ @@ -705,7 +705,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-88-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-88-400-normal.woff) format('woff'); - unicode-range: U+254b,U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-264f; + unicode-range: U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650; } /* noto-serif-sc-[89]-400-normal */ @@ -715,7 +715,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-89-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-89-400-normal.woff) format('woff'); - unicode-range: U+23e9,U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a; + unicode-range: U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b; } /* noto-serif-sc-[90]-400-normal */ @@ -725,7 +725,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-90-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-90-400-normal.woff) format('woff'); - unicode-range: U+207b-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0; + unicode-range: U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9; } /* noto-serif-sc-[91]-400-normal */ @@ -735,7 +735,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-91-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-91-400-normal.woff) format('woff'); - unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2027-2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a; + unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b; } /* noto-serif-sc-[97]-400-normal */ @@ -775,7 +775,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-100-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-100-400-normal.woff) format('woff'); - unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+560e,U+5618,U+565c,U+56bc,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ac9,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+620c,U+62c7,U+62ed,U+6320,U+6345,U+6390,U+63b0,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+72e9,U+733f,U+7396,U+739f,U+7459-745a,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8aaa,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+9a6f,U+9a8b,U+9ab7,U+9ac5,U+9e25,U+e608,U+ff06,U+ff14-ff16; + unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16; } /* noto-serif-sc-[101]-400-normal */ @@ -785,7 +785,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-101-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-101-400-normal.woff) format('woff'); - unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+2463,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+516e,U+51c4,U+5225,U+5364,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+5662,U+5669,U+566c,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+6273,U+62f7,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6ed5,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+7409,U+7422,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+803f,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8c41,U+8cec,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9704,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+9f9a,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e,U+ff3d; + unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e; } /* noto-serif-sc-[102]-400-normal */ @@ -795,7 +795,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-102-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-102-400-normal.woff) format('woff'); - unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+60df,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+6813,U+6869,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+73fe,U+7405,U+7455,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+8046,U+80fa,U+81b3,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+904e,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+9119,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+f012b; + unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b; } /* noto-serif-sc-[103]-400-normal */ @@ -805,7 +805,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-103-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-103-400-normal.woff) format('woff'); - unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5a1f,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+5f6c,U+603c,U+609a,U+6168,U+61c8,U+6236,U+62d0,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+6703,U+67da,U+67ec,U+6816,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+7410,U+7426,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8d50,U+8e72,U+8f9c,U+900d,U+904b,U+9063,U+90a2,U+90b9,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+9631,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; + unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; } /* noto-serif-sc-[104]-400-normal */ @@ -815,7 +815,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-104-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-104-400-normal.woff) format('woff'); - unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a49,U+5ac2,U+5bb0,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f8c,U+608d,U+611b,U+6127,U+62a0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6e9c,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+8328,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d63,U+8e81,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9540,U+9610,U+9699,U+96c7,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; + unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; } /* noto-serif-sc-[105]-400-normal */ @@ -825,7 +825,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-105-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-105-400-normal.woff) format('woff'); - unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+300f,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54b1,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+61be,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6380,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82ad,U+82bd,U+8305,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+958b,U+9600,U+9640,U+96b6,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; + unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; } /* noto-serif-sc-[106]-400-normal */ @@ -835,7 +835,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-106-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-106-400-normal.woff) format('woff'); - unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+8304,U+8393,U+83b9,U+83ca,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95ef,U+95f7,U+9706,U+9709,U+9774,U+9887,U+98a0,U+9e64,U+9f9f,U+e601,U+e603; + unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603; } /* noto-serif-sc-[107]-400-normal */ @@ -845,7 +845,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-107-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-107-400-normal.woff) format('woff'); - unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+886c,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95fa,U+95fd,U+964c,U+96c0,U+971c,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9b4f,U+9e2d,U+9f0e,U+e602,U+e604-e605,U+ff5c; + unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c; } /* noto-serif-sc-[108]-400-normal */ @@ -855,7 +855,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-108-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-108-400-normal.woff) format('woff'); - unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+85aa,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+90aa,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+9675,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; + unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; } /* noto-serif-sc-[109]-400-normal */ @@ -865,7 +865,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-109-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-109-400-normal.woff) format('woff'); - unicode-range: U+a5,U+2022,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; + unicode-range: U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; } /* noto-serif-sc-[110]-400-normal */ @@ -905,7 +905,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-113-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-113-400-normal.woff) format('woff'); - unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4ee4,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; + unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; } /* noto-serif-sc-[114]-400-normal */ @@ -915,7 +915,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-114-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-114-400-normal.woff) format('woff'); - unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6740,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; + unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; } /* noto-serif-sc-[115]-400-normal */ @@ -925,7 +925,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-115-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-115-400-normal.woff) format('woff'); - unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b63,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; + unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; } /* noto-serif-sc-[116]-400-normal */ @@ -935,7 +935,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-116-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-116-400-normal.woff) format('woff'); - unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6d4b,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; + unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; } /* noto-serif-sc-[117]-400-normal */ @@ -945,7 +945,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-117-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-117-400-normal.woff) format('woff'); - unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53ea,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; + unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; } /* noto-serif-sc-[118]-400-normal */ @@ -955,7 +955,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-118-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-118-400-normal.woff) format('woff'); - unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e38,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; + unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; } /* noto-serif-sc-[119]-400-normal */ @@ -965,7 +965,37 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-sc-119-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-119-400-normal.woff) format('woff'); - unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; +} + +/* noto-serif-sc-cyrillic-400-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-sc-cyrillic-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-cyrillic-400-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-sc-vietnamese-400-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-sc-vietnamese-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-400-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-sc-latin-ext-400-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-sc-latin-ext-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-400-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; } /* noto-serif-sc-latin-400-normal */ diff --git a/fonts/google/noto-serif-sc/latin-800.css b/fonts/google/noto-serif-sc/latin-800.css new file mode 100644 index 00000000000..bf014ed280d --- /dev/null +++ b/fonts/google/noto-serif-sc/latin-800.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-latin-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-latin-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/latin-ext-200.css b/fonts/google/noto-serif-sc/latin-ext-200.css new file mode 100644 index 00000000000..bc2252ea24c --- /dev/null +++ b/fonts/google/noto-serif-sc/latin-ext-200.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-latin-ext-200-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-sc-latin-ext-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-200-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/latin-ext-300.css b/fonts/google/noto-serif-sc/latin-ext-300.css new file mode 100644 index 00000000000..d0008fa93ba --- /dev/null +++ b/fonts/google/noto-serif-sc/latin-ext-300.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-latin-ext-300-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-sc-latin-ext-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-300-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/latin-ext-400.css b/fonts/google/noto-serif-sc/latin-ext-400.css new file mode 100644 index 00000000000..64a2555bed0 --- /dev/null +++ b/fonts/google/noto-serif-sc/latin-ext-400.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-latin-ext-400-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-sc-latin-ext-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/latin-ext-500.css b/fonts/google/noto-serif-sc/latin-ext-500.css new file mode 100644 index 00000000000..1c3304ffb72 --- /dev/null +++ b/fonts/google/noto-serif-sc/latin-ext-500.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-latin-ext-500-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-sc-latin-ext-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-500-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/latin-ext-600.css b/fonts/google/noto-serif-sc/latin-ext-600.css new file mode 100644 index 00000000000..eb403b3b497 --- /dev/null +++ b/fonts/google/noto-serif-sc/latin-ext-600.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-latin-ext-600-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-sc-latin-ext-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-600-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/latin-ext-700.css b/fonts/google/noto-serif-sc/latin-ext-700.css new file mode 100644 index 00000000000..eb67c7404b2 --- /dev/null +++ b/fonts/google/noto-serif-sc/latin-ext-700.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-latin-ext-700-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-sc-latin-ext-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-700-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/latin-ext-800.css b/fonts/google/noto-serif-sc/latin-ext-800.css new file mode 100644 index 00000000000..892f9ddd220 --- /dev/null +++ b/fonts/google/noto-serif-sc/latin-ext-800.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-latin-ext-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-latin-ext-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/latin-ext-900.css b/fonts/google/noto-serif-sc/latin-ext-900.css new file mode 100644 index 00000000000..9c4ebfaef2e --- /dev/null +++ b/fonts/google/noto-serif-sc/latin-ext-900.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-latin-ext-900-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-sc-latin-ext-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/latin-ext.css b/fonts/google/noto-serif-sc/latin-ext.css new file mode 100644 index 00000000000..1c1464578e4 --- /dev/null +++ b/fonts/google/noto-serif-sc/latin-ext.css @@ -0,0 +1,71 @@ +/* noto-serif-sc-latin-ext-200-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-sc-latin-ext-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-200-normal.woff) format('woff'); +} + +/* noto-serif-sc-latin-ext-300-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-sc-latin-ext-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-300-normal.woff) format('woff'); +} + +/* noto-serif-sc-latin-ext-400-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-sc-latin-ext-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-400-normal.woff) format('woff'); +} + +/* noto-serif-sc-latin-ext-500-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-sc-latin-ext-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-500-normal.woff) format('woff'); +} + +/* noto-serif-sc-latin-ext-600-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-sc-latin-ext-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-600-normal.woff) format('woff'); +} + +/* noto-serif-sc-latin-ext-700-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-sc-latin-ext-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-700-normal.woff) format('woff'); +} + +/* noto-serif-sc-latin-ext-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-latin-ext-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-800-normal.woff) format('woff'); +} + +/* noto-serif-sc-latin-ext-900-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-sc-latin-ext-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-ext-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/latin.css b/fonts/google/noto-serif-sc/latin.css index 8f4557749e9..1379695f9b1 100644 --- a/fonts/google/noto-serif-sc/latin.css +++ b/fonts/google/noto-serif-sc/latin.css @@ -52,6 +52,15 @@ src: url(./files/noto-serif-sc-latin-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-700-normal.woff) format('woff'); } +/* noto-serif-sc-latin-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-latin-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-latin-800-normal.woff) format('woff'); +} + /* noto-serif-sc-latin-900-normal */ @font-face { font-family: 'Noto Serif SC'; diff --git a/fonts/google/noto-serif-sc/metadata.json b/fonts/google/noto-serif-sc/metadata.json index c4dae51dc33..2bdf5f207a7 100644 --- a/fonts/google/noto-serif-sc/metadata.json +++ b/fonts/google/noto-serif-sc/metadata.json @@ -1,18 +1,26 @@ { "id": "noto-serif-sc", "family": "Noto Serif SC", - "subsets": ["chinese-simplified", "latin"], - "weights": [200, 300, 400, 500, 600, 700, 900], + "subsets": [ + "chinese-simplified", + "cyrillic", + "latin", + "latin-ext", + "vietnamese" + ], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], "styles": ["normal"], "defSubset": "latin", - "variable": false, - "lastModified": "2022-09-27", - "version": "v22", + "variable": { + "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} + }, + "lastModified": "2024-05-14", + "version": "v30", "category": "serif", "license": { "type": "OFL-1.1", "url": "http://scripts.sil.org/OFL", - "attribution": "Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/)." + "attribution": "(c) 2017-2023 Adobe (http://www.adobe.com/)." }, "source": "https://github.com/google/fonts", "type": "google" diff --git a/fonts/google/noto-serif-sc/package.json b/fonts/google/noto-serif-sc/package.json index 82b165bc5d8..d34ec31d6c1 100644 --- a/fonts/google/noto-serif-sc/package.json +++ b/fonts/google/noto-serif-sc/package.json @@ -1,6 +1,6 @@ { "name": "@fontsource/noto-serif-sc", - "version": "5.0.12", + "version": "5.0.13", "description": "Self-host the Noto Serif SC font in a neatly bundled NPM package.", "main": "index.css", "publishConfig": {"access": "public"}, @@ -26,5 +26,5 @@ "url": "https://github.com/fontsource/font-files.git", "directory": "fonts/google/noto-serif-sc" }, - "publishHash": "711919e06a28f69f" + "publishHash": "4226d500a42c8d1c" } \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/scss/metadata.scss b/fonts/google/noto-serif-sc/scss/metadata.scss index 4145e90bc97..45f048a4ba5 100644 --- a/fonts/google/noto-serif-sc/scss/metadata.scss +++ b/fonts/google/noto-serif-sc/scss/metadata.scss @@ -1,8 +1,8 @@ $id: 'noto-serif-sc' !default; $family: 'Noto Serif SC' !default; $category: serif !default; -$subsets: (chinese-simplified, latin) !default; -$weights: (200, 300, 400, 500, 600, 700, 900) !default; +$subsets: (chinese-simplified, cyrillic, latin, latin-ext, vietnamese) !default; +$weights: (200, 300, 400, 500, 600, 700, 800, 900) !default; $styles: (normal) !default; $axes: null !default; $defaults: ( @@ -15,99 +15,102 @@ $unicode: ( 4: (U+1f1e9-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f232,U+1f234-1f237,U+1f250-1f251,U+1f300,U+1f302-1f308,U+1f30a-1f311,U+1f315,U+1f319-1f320,U+1f324,U+1f327,U+1f32a,U+1f32c-1f32d,U+1f330-1f357,U+1f359-1f37e), 5: (U+fee3,U+fef3,U+ff03-ff04,U+ff07,U+ff0a,U+ff17-ff19,U+ff1c-ff1d,U+ff20-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff6a,U+ff6c,U+ff6f-ff78,U+ff7a-ff7d,U+ff80-ff84,U+ff86,U+ff89-ff8e,U+ff92,U+ff97-ff9b,U+ff9d-ff9f,U+ffe0-ffe4,U+ffe6,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1f004,U+1f170-1f171,U+1f192-1f195,U+1f198-1f19a,U+1f1e6-1f1e8), 6: (U+f0a7,U+f0b2,U+f0b7,U+f0c9,U+f0d8,U+f0da,U+f0dc-f0dd,U+f0e0,U+f0e6,U+f0eb,U+f0fc,U+f101,U+f104-f105,U+f107,U+f10b,U+f11b,U+f14b,U+f18a,U+f193,U+f1d6-f1d7,U+f244,U+f27a,U+f296,U+f2ae,U+f471,U+f4b3,U+f610-f611,U+f880-f881,U+f8ec,U+f8f5,U+f8ff,U+f901,U+f90a,U+f92c-f92d,U+f934,U+f937,U+f941,U+f965,U+f967,U+f969,U+f96b,U+f96f,U+f974,U+f978-f979,U+f97e,U+f981,U+f98a,U+f98e,U+f997,U+f99c,U+f9b2,U+f9b5,U+f9ba,U+f9be,U+f9ca,U+f9d0-f9d1,U+f9dd,U+f9e0-f9e1,U+f9e4,U+f9f7,U+fa00-fa01,U+fa08,U+fa0a,U+fa11,U+fb01-fb02,U+fdfc,U+fe0e,U+fe30-fe31,U+fe33-fe44,U+fe49-fe52,U+fe54-fe57,U+fe59-fe66,U+fe68-fe6b,U+fe8e,U+fe92-fe93,U+feae,U+feb8,U+fecb-fecc,U+fee0), - 21: (U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81,U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff4,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d,U+af34), - 22: (U+9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39), - 23: (U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80,U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9), - 24: (U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d,U+9a80,U+9a83,U+9a85,U+9a87-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9abc,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39), - 25: (U+98c8,U+98cf-98d6,U+98da-98db,U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b), - 26: (U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c7), - 27: (U+95b9-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727), - 28: (U+94e7-94ec,U+94ee-94f1,U+94f3,U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8), - 29: (U+9410-941a,U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94e6), - 30: (U+92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea,U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-940f), - 31: (U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6), - 32: (U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa,U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a), - 33: (U+8e2d-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda), - 34: (U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d2e,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e2c), - 35: (U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb3-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac), - 36: (U+8a02-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13,U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c), - 37: (U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f,U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01), - 38: (U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864), - 39: (U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545,U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df), - 40: (U+83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2,U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d), - 41: (U+82a9-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6,U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3), - 42: (U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160,U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82a8), - 43: (U+7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148), - 44: (U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb,U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9), - 45: (U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1-7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4), - 46: (U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7-7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1), - 47: (U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1,U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9), - 48: (U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4,U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1), - 49: (U+797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8), - 50: (U+783e,U+7841-7844,U+7847-7849,U+784b-784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b), - 51: (U+770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721-7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c), - 52: (U+760a-760e,U+7610-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770e), - 53: (U+74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508,U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-7609), - 54: (U+73e7-73ea,U+73ee-73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee), - 55: (U+72dd-72df,U+72e1,U+72e5-72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73e6), - 56: (U+719c,U+71a0,U+71a4-71a5,U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db), - 57: (U+7005-7006,U+7009,U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198), - 58: (U+6ed8-6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f31-6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe), - 59: (U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7), - 60: (U+6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2), - 61: (U+6b85-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae,U+6cb1), - 62: (U+6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b84), - 63: (U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc,U+69fe-6a00), - 64: (U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1,U+68d3,U+68d7,U+68dd,U+68df), - 65: (U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a-678d,U+678f), - 66: (U+64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630-6631,U+6633-6634,U+6636), - 67: (U+63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0-64f2,U+64f4,U+64f7), - 68: (U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5,U+63b7-63bb), - 69: (U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226,U+622c,U+622e-6230,U+6232,U+6238), - 70: (U+5fd1-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec-60ee,U+60f0-60f1,U+60f4,U+60f6), - 71: (U+5ea3-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc,U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd0), - 72: (U+5d32-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea2), - 73: (U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d27,U+5d2e-5d31), - 74: (U+5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be7,U+5be9,U+5beb-5bec,U+5bee-5bf0,U+5bf2-5bf3), - 75: (U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e,U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1), - 76: (U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968,U+596a,U+596c-596e,U+5977,U+597b-597c), - 77: (U+570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-5820,U+5822-5823,U+5825-5826,U+582c,U+582f), - 78: (U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709), - 79: (U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3,U+55f5-55f7,U+55fb,U+55fe,U+5600-5601), - 80: (U+53fb-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550f,U+5511-5514,U+5516-5517), - 81: (U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5340,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2,U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa), - 82: (U+5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287,U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a), - 83: (U+4fe3-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102,U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f), - 84: (U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0-4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2), - 85: (U+3127-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2-4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6), - 86: (U+279c,U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126), - 87: (U+2650-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796), - 88: (U+254b,U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-264f), - 89: (U+23e9,U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a), - 90: (U+207b-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0), - 91: (U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2027-2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a), + 21: (U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d), + 22: (U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81), + 23: (U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f), + 24: (U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80), + 25: (U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d), + 26: (U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db), + 27: (U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a), + 28: (U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3), + 29: (U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3), + 30: (U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a), + 31: (U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea), + 32: (U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162), + 33: (U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa), + 34: (U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40), + 35: (U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc), + 36: (U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d), + 37: (U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13), + 38: (U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f), + 39: (U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3), + 40: (U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545), + 41: (U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2), + 42: (U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6), + 43: (U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160), + 44: (U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014), + 45: (U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb), + 46: (U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1), + 47: (U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7), + 48: (U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1), + 49: (U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4), + 50: (U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a), + 51: (U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b), + 52: (U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721), + 53: (U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612), + 54: (U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508), + 55: (U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef), + 56: (U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5), + 57: (U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5), + 58: (U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009), + 59: (U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8), + 60: (U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2), + 61: (U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae), + 62: (U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82), + 63: (U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc), + 64: (U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1), + 65: (U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a), + 66: (U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630), + 67: (U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0), + 68: (U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5), + 69: (U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226), + 70: (U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec), + 71: (U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc), + 72: (U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96), + 73: (U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25), + 74: (U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb), + 75: (U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e), + 76: (U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968), + 77: (U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f), + 78: (U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8), + 79: (U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3), + 80: (U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e), + 81: (U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2), + 82: (U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287), + 83: (U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102), + 84: (U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0), + 85: (U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2), + 86: (U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128), + 87: (U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c), + 88: (U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650), + 89: (U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b), + 90: (U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9), + 91: (U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b), 97: (U+2ae-2b3,U+2b5-2bf,U+2c2-2c3,U+2c6-2d1,U+2d8-2da,U+2dc,U+2e1-2e3,U+2e5,U+2eb,U+2ee-2f0,U+2f2-2f7,U+2f9-2ff,U+302-30d,U+311,U+31b,U+321-325,U+327-329,U+32b-32c,U+32e-32f,U+331-339,U+33c-33d,U+33f,U+348,U+352,U+35c,U+35e-35f,U+361,U+363,U+368,U+36c,U+36f,U+530-540,U+55d-55e,U+561,U+563,U+565,U+56b,U+56e-579), 98: (U+176-17f,U+192,U+194,U+19a-19b,U+19d,U+1a0-1a1,U+1a3-1a4,U+1aa,U+1ac-1ad,U+1af-1bf,U+1d2,U+1d4,U+1d6,U+1d8,U+1da,U+1dc,U+1e3,U+1e7,U+1e9,U+1ee,U+1f0-1f1,U+1f3,U+1f5-1ff,U+219-21b,U+221,U+223-226,U+228,U+22b,U+22f,U+231,U+234-237,U+23a-23b,U+23d,U+250-252,U+254-255,U+259-25e,U+261-263,U+265,U+268,U+26a-26b,U+26f-277,U+279,U+27b-280,U+282-283,U+285,U+28a,U+28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a4,U+2a6-2a7,U+2a9,U+2ab), 99: (U+a1-a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b3-b6,U+b8-ba,U+bc-d6,U+d8-de,U+e6,U+eb,U+ee-f0,U+f5,U+f7-f8,U+fb,U+fd-100,U+102,U+104-107,U+10d,U+10f-112,U+115,U+117,U+119,U+11b,U+11e-11f,U+121,U+123,U+125-127,U+129-12a,U+12d,U+12f-13f,U+141-142,U+144,U+146,U+14b-14c,U+14f-153,U+158-15b,U+15e-160,U+163-165,U+168-16a,U+16d-175), - 100: (U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+560e,U+5618,U+565c,U+56bc,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ac9,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+620c,U+62c7,U+62ed,U+6320,U+6345,U+6390,U+63b0,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+72e9,U+733f,U+7396,U+739f,U+7459-745a,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8aaa,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+9a6f,U+9a8b,U+9ab7,U+9ac5,U+9e25,U+e608,U+ff06,U+ff14-ff16), - 101: (U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+2463,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+516e,U+51c4,U+5225,U+5364,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+5662,U+5669,U+566c,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+6273,U+62f7,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6ed5,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+7409,U+7422,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+803f,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8c41,U+8cec,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9704,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+9f9a,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e,U+ff3d), - 102: (U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+60df,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+6813,U+6869,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+73fe,U+7405,U+7455,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+8046,U+80fa,U+81b3,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+904e,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+9119,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+f012b), - 103: (U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5a1f,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+5f6c,U+603c,U+609a,U+6168,U+61c8,U+6236,U+62d0,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+6703,U+67da,U+67ec,U+6816,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+7410,U+7426,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8d50,U+8e72,U+8f9c,U+900d,U+904b,U+9063,U+90a2,U+90b9,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+9631,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd), - 104: (U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a49,U+5ac2,U+5bb0,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f8c,U+608d,U+611b,U+6127,U+62a0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6e9c,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+8328,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d63,U+8e81,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9540,U+9610,U+9699,U+96c7,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b), - 105: (U+5e,U+2190,U+250a,U+25bc,U+25cf,U+300f,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54b1,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+61be,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6380,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82ad,U+82bd,U+8305,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+958b,U+9600,U+9640,U+96b6,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f), - 106: (U+b0,U+2191,U+2460-2461,U+25c6,U+300e,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+8304,U+8393,U+83b9,U+83ca,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95ef,U+95f7,U+9706,U+9709,U+9774,U+9887,U+98a0,U+9e64,U+9f9f,U+e601,U+e603), - 107: (U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+886c,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95fa,U+95fd,U+964c,U+96c0,U+971c,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9b4f,U+9e2d,U+9f0e,U+e602,U+e604-e605,U+ff5c), - 108: (U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+85aa,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+90aa,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+9675,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715), - 109: (U+a5,U+2022,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5), + 100: (U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16), + 101: (U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e), + 102: (U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b), + 103: (U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd), + 104: (U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b), + 105: (U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f), + 106: (U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603), + 107: (U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c), + 108: (U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715), + 109: (U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5), 110: (U+300c-300d,U+4e54,U+4e58,U+4e95,U+4ec1,U+4f2f,U+4f38,U+4fa3,U+4fca,U+503e,U+5141,U+5144,U+517c,U+51cc,U+51ed,U+5242,U+52b2,U+52d2,U+52e4,U+540a,U+5439,U+5448,U+5496,U+54ed,U+5565,U+5761,U+5766,U+58ee,U+593a,U+594b,U+594f,U+5954,U+5996,U+59c6,U+59ff,U+5b64,U+5bff,U+5c18,U+5c1d,U+5c97,U+5ca9,U+5cb8,U+5e9f,U+5ec9,U+5f04,U+5f7b,U+5fa1,U+5fcd,U+6012,U+60a6,U+60ac,U+60b2,U+60ef,U+626e,U+6270,U+6276,U+62d6,U+62dc,U+6316,U+632f,U+633a,U+6355,U+63aa,U+6447,U+649e,U+64c5,U+654c,U+65c1,U+65cb,U+65e6,U+6606,U+6731,U+675c,U+67cf,U+67dc,U+6846,U+6b8b,U+6beb,U+6c61,U+6c88,U+6cbf,U+6cdb,U+6cea,U+6d45,U+6d53,U+6d74,U+6d82,U+6da8,U+6db5,U+6deb,U+6eda,U+6ee8,U+6f0f,U+706d,U+708e,U+70ae,U+70bc,U+70c2,U+70e6,U+7237-7238,U+72fc,U+730e,U+731b,U+739b,U+73bb,U+7483,U+74dc,U+74f6,U+7586,U+7626,U+775b,U+77ff,U+788e,U+78b0,U+7956,U+7965,U+79e6,U+7af9,U+7bee,U+7c97,U+7eb1,U+7eb7,U+7ed1,U+7ed5,U+7f6a,U+7f72,U+7fbd,U+8017,U+808c,U+80a9,U+80c6,U+80ce,U+8150,U+8170,U+819c,U+820d,U+8230,U+8239,U+827e,U+8377,U+8389,U+83b2,U+8428,U+8463,U+867e,U+88c2,U+88d9,U+8986,U+8bca,U+8bde,U+8c13,U+8c8c,U+8d21,U+8d24,U+8d56,U+8d60,U+8d8b,U+8db4,U+8e2a,U+8f68,U+8f89,U+8f9b,U+8fa8,U+8fbd,U+9003,U+90ce,U+90ed,U+9189,U+94bb,U+9505,U+95f9,U+963b,U+9655,U+966a,U+9677,U+96fe,U+9896,U+99a8,U+9a71,U+9a82,U+9a91,U+9b45,U+9ece,U+9f20,U+feff,U+ff0d), 111: (U+4e4c,U+4e88,U+4ea1,U+4ea6,U+4ed3-4ed4,U+4eff,U+4f30,U+4fa7,U+4fc4,U+4fd7,U+500d,U+504f,U+5076-5077,U+517d,U+5192,U+51c9,U+51ef,U+5238,U+5251,U+526a,U+52c7,U+52df,U+52ff,U+53a6,U+53a8,U+53ec,U+5410,U+559d,U+55b7,U+5634,U+573e,U+5783,U+585e,U+586b,U+58a8,U+5999,U+59d3,U+5a1c,U+5a46,U+5b54-5b55,U+5b85,U+5b8b,U+5b8f,U+5bbf,U+5bd2,U+5c16,U+5c24,U+5e05,U+5e45,U+5e7c,U+5e84,U+5f03,U+5f1f,U+5f31,U+5f84,U+5f90,U+5fbd,U+5fc6,U+5fd9,U+5fe7,U+6052,U+6062,U+6089,U+60a3,U+60d1,U+6167,U+622a,U+6234,U+624e,U+6269,U+626c,U+62b5,U+62d2,U+6325,U+63e1,U+643a,U+6446,U+6562,U+656c,U+65e2,U+65fa,U+660c,U+6628,U+6652,U+6668,U+6676,U+66fc,U+66ff,U+6717,U+676d,U+67aa,U+67d4,U+6843,U+6881,U+68d2,U+695a,U+69fd,U+6a2a,U+6b8a,U+6c60,U+6c64,U+6c9f,U+6caa,U+6cc9,U+6ce1,U+6cfd,U+6d1b,U+6d1e,U+6d6e,U+6de1,U+6e10,U+6e7f,U+6f5c,U+704c,U+7070,U+7089,U+70b8,U+718a,U+71c3,U+723d,U+732a,U+73cd,U+7518,U+756a,U+75af,U+75be,U+75c7,U+76d2,U+76d7,U+7763,U+78e8,U+795d,U+79df,U+7c4d,U+7d2f,U+7ee9,U+7f13,U+7f8a,U+8000,U+8010,U+80af,U+80f6,U+80f8,U+8212,U+8273,U+82f9,U+83ab,U+83b1,U+83f2,U+8584,U+871c,U+8861,U+888b,U+88c1,U+88e4,U+8bd1,U+8bf1,U+8c31,U+8d5a,U+8d75-8d76,U+8de8,U+8f85,U+8fa3,U+8fc5,U+9006,U+903c,U+904d,U+9075,U+9178,U+9274,U+950b,U+9526,U+95ea,U+9636,U+9686,U+978b,U+987f,U+9a7e,U+9b42,U+9e1f,U+9ea6,U+9f13,U+9f84,U+ff5e), 112: (U+23,U+3d,U+4e01,U+4e39,U+4e73,U+4ecd,U+4ed9,U+4eea,U+4f0a,U+4f1f,U+4f5b,U+4fa0,U+4fc3,U+501f,U+50a8,U+515a,U+5175,U+51a0,U+51c0,U+51e1,U+51e4,U+5200,U+520a,U+5224,U+523a,U+52aa,U+52b1,U+52b3,U+5348,U+5353,U+5360,U+5371,U+5377,U+539a,U+541b,U+5434,U+547c,U+54e6,U+5510,U+5531,U+5609,U+56f0,U+56fa,U+5733,U+574f,U+5851,U+5854,U+5899,U+58c1,U+592e,U+5939,U+5976,U+5986,U+59bb,U+5a18,U+5a74,U+5b59,U+5b87,U+5b97,U+5ba0,U+5bab,U+5bbd-5bbe,U+5bf8,U+5c0a,U+5c3a,U+5c4a,U+5e16,U+5e1d,U+5e2d,U+5e8a,U+6015,U+602a,U+6050,U+6069,U+6162,U+61c2,U+6293,U+6297,U+62b1,U+62bd,U+62df,U+62fc,U+6302,U+635f,U+638c,U+63ed,U+6458,U+6469,U+6563,U+6620,U+6653,U+6696-6697,U+66dd,U+675f,U+676f-6770,U+67d0,U+67d3,U+684c,U+6865,U+6885,U+68b0,U+68ee,U+690d,U+6b23,U+6b32,U+6bd5,U+6c89,U+6d01,U+6d25,U+6d89,U+6da6,U+6db2,U+6df7,U+6ed1,U+6f02,U+70c8,U+70df,U+70e7,U+7126,U+7236,U+7259,U+731c,U+745e,U+74e3,U+751a,U+751c,U+7532,U+7545,U+75db,U+7761,U+7a0d,U+7b51,U+7ca4,U+7cd6,U+7d2b,U+7ea0,U+7eb9,U+7ed8,U+7f18,U+7f29,U+8033,U+804a,U+80a4-80a5,U+80e1,U+817f,U+829d,U+82e6,U+8336,U+840c,U+8499,U+864e,U+8651,U+865a,U+88ad,U+89e6,U+8bd7,U+8bfa,U+8c37,U+8d25,U+8d38,U+8ddd,U+8fea,U+9010,U+9012,U+906d,U+907f-9080,U+90d1,U+9177,U+91ca,U+94fa,U+9501,U+9634-9635,U+9694,U+9707,U+9738,U+9769,U+9a7b,U+9a97,U+9aa8,U+9b3c,U+9c81,U+9ed8), - 113: (U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4ee4,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50), - 114: (U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6740,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c), - 115: (U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b63,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b), - 116: (U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6d4b,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99), - 117: (U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53ea,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f), - 118: (U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e38,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09), - 119: (U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a), + 113: (U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50), + 114: (U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c), + 115: (U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b), + 116: (U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99), + 117: (U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f), + 118: (U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09), + 119: (U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a), + cyrillic: (U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116), + vietnamese: (U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB), + latin-ext: (U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF), latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD), ) !default; diff --git a/fonts/google/noto-serif-sc/unicode.json b/fonts/google/noto-serif-sc/unicode.json index 82251b6f39c..5da0a7cac3b 100644 --- a/fonts/google/noto-serif-sc/unicode.json +++ b/fonts/google/noto-serif-sc/unicode.json @@ -2,99 +2,102 @@ "[4]": "U+1f1e9-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f232,U+1f234-1f237,U+1f250-1f251,U+1f300,U+1f302-1f308,U+1f30a-1f311,U+1f315,U+1f319-1f320,U+1f324,U+1f327,U+1f32a,U+1f32c-1f32d,U+1f330-1f357,U+1f359-1f37e", "[5]": "U+fee3,U+fef3,U+ff03-ff04,U+ff07,U+ff0a,U+ff17-ff19,U+ff1c-ff1d,U+ff20-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff6a,U+ff6c,U+ff6f-ff78,U+ff7a-ff7d,U+ff80-ff84,U+ff86,U+ff89-ff8e,U+ff92,U+ff97-ff9b,U+ff9d-ff9f,U+ffe0-ffe4,U+ffe6,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1f004,U+1f170-1f171,U+1f192-1f195,U+1f198-1f19a,U+1f1e6-1f1e8", "[6]": "U+f0a7,U+f0b2,U+f0b7,U+f0c9,U+f0d8,U+f0da,U+f0dc-f0dd,U+f0e0,U+f0e6,U+f0eb,U+f0fc,U+f101,U+f104-f105,U+f107,U+f10b,U+f11b,U+f14b,U+f18a,U+f193,U+f1d6-f1d7,U+f244,U+f27a,U+f296,U+f2ae,U+f471,U+f4b3,U+f610-f611,U+f880-f881,U+f8ec,U+f8f5,U+f8ff,U+f901,U+f90a,U+f92c-f92d,U+f934,U+f937,U+f941,U+f965,U+f967,U+f969,U+f96b,U+f96f,U+f974,U+f978-f979,U+f97e,U+f981,U+f98a,U+f98e,U+f997,U+f99c,U+f9b2,U+f9b5,U+f9ba,U+f9be,U+f9ca,U+f9d0-f9d1,U+f9dd,U+f9e0-f9e1,U+f9e4,U+f9f7,U+fa00-fa01,U+fa08,U+fa0a,U+fa11,U+fb01-fb02,U+fdfc,U+fe0e,U+fe30-fe31,U+fe33-fe44,U+fe49-fe52,U+fe54-fe57,U+fe59-fe66,U+fe68-fe6b,U+fe8e,U+fe92-fe93,U+feae,U+feb8,U+fecb-fecc,U+fee0", - "[21]": "U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81,U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff4,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d,U+af34", - "[22]": "U+9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39", - "[23]": "U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80,U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9", - "[24]": "U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d,U+9a80,U+9a83,U+9a85,U+9a87-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9abc,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39", - "[25]": "U+98c8,U+98cf-98d6,U+98da-98db,U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b", - "[26]": "U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c7", - "[27]": "U+95b9-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727", - "[28]": "U+94e7-94ec,U+94ee-94f1,U+94f3,U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8", - "[29]": "U+9410-941a,U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94e6", - "[30]": "U+92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea,U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-940f", - "[31]": "U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6", - "[32]": "U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa,U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a", - "[33]": "U+8e2d-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda", - "[34]": "U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d2e,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e2c", - "[35]": "U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb3-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac", - "[36]": "U+8a02-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13,U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c", - "[37]": "U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f,U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01", - "[38]": "U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864", - "[39]": "U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545,U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df", - "[40]": "U+83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2,U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d", - "[41]": "U+82a9-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6,U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3", - "[42]": "U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160,U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82a8", - "[43]": "U+7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148", - "[44]": "U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb,U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9", - "[45]": "U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1-7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4", - "[46]": "U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7-7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1", - "[47]": "U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1,U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9", - "[48]": "U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4,U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1", - "[49]": "U+797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8", - "[50]": "U+783e,U+7841-7844,U+7847-7849,U+784b-784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b", - "[51]": "U+770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721-7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c", - "[52]": "U+760a-760e,U+7610-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770e", - "[53]": "U+74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508,U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-7609", - "[54]": "U+73e7-73ea,U+73ee-73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee", - "[55]": "U+72dd-72df,U+72e1,U+72e5-72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73e6", - "[56]": "U+719c,U+71a0,U+71a4-71a5,U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db", - "[57]": "U+7005-7006,U+7009,U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198", - "[58]": "U+6ed8-6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f31-6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe", - "[59]": "U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7", - "[60]": "U+6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2", - "[61]": "U+6b85-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae,U+6cb1", - "[62]": "U+6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b84", - "[63]": "U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc,U+69fe-6a00", - "[64]": "U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1,U+68d3,U+68d7,U+68dd,U+68df", - "[65]": "U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a-678d,U+678f", - "[66]": "U+64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630-6631,U+6633-6634,U+6636", - "[67]": "U+63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0-64f2,U+64f4,U+64f7", - "[68]": "U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5,U+63b7-63bb", - "[69]": "U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226,U+622c,U+622e-6230,U+6232,U+6238", - "[70]": "U+5fd1-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec-60ee,U+60f0-60f1,U+60f4,U+60f6", - "[71]": "U+5ea3-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc,U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd0", - "[72]": "U+5d32-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea2", - "[73]": "U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d27,U+5d2e-5d31", - "[74]": "U+5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be7,U+5be9,U+5beb-5bec,U+5bee-5bf0,U+5bf2-5bf3", - "[75]": "U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e,U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1", - "[76]": "U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968,U+596a,U+596c-596e,U+5977,U+597b-597c", - "[77]": "U+570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-5820,U+5822-5823,U+5825-5826,U+582c,U+582f", - "[78]": "U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709", - "[79]": "U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3,U+55f5-55f7,U+55fb,U+55fe,U+5600-5601", - "[80]": "U+53fb-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550f,U+5511-5514,U+5516-5517", - "[81]": "U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5340,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2,U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa", - "[82]": "U+5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287,U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a", - "[83]": "U+4fe3-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102,U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f", - "[84]": "U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0-4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2", - "[85]": "U+3127-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2-4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6", - "[86]": "U+279c,U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126", - "[87]": "U+2650-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796", - "[88]": "U+254b,U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-264f", - "[89]": "U+23e9,U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a", - "[90]": "U+207b-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0", - "[91]": "U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2027-2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a", + "[21]": "U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d", + "[22]": "U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81", + "[23]": "U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f", + "[24]": "U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80", + "[25]": "U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d", + "[26]": "U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db", + "[27]": "U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a", + "[28]": "U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3", + "[29]": "U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3", + "[30]": "U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a", + "[31]": "U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea", + "[32]": "U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162", + "[33]": "U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa", + "[34]": "U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40", + "[35]": "U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc", + "[36]": "U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d", + "[37]": "U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13", + "[38]": "U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f", + "[39]": "U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3", + "[40]": "U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545", + "[41]": "U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2", + "[42]": "U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6", + "[43]": "U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160", + "[44]": "U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014", + "[45]": "U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb", + "[46]": "U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1", + "[47]": "U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7", + "[48]": "U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1", + "[49]": "U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4", + "[50]": "U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a", + "[51]": "U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b", + "[52]": "U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721", + "[53]": "U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612", + "[54]": "U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508", + "[55]": "U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef", + "[56]": "U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5", + "[57]": "U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5", + "[58]": "U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009", + "[59]": "U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8", + "[60]": "U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2", + "[61]": "U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae", + "[62]": "U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82", + "[63]": "U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc", + "[64]": "U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1", + "[65]": "U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a", + "[66]": "U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630", + "[67]": "U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0", + "[68]": "U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5", + "[69]": "U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226", + "[70]": "U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec", + "[71]": "U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc", + "[72]": "U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96", + "[73]": "U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25", + "[74]": "U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb", + "[75]": "U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e", + "[76]": "U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968", + "[77]": "U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f", + "[78]": "U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8", + "[79]": "U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3", + "[80]": "U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e", + "[81]": "U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2", + "[82]": "U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287", + "[83]": "U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102", + "[84]": "U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0", + "[85]": "U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2", + "[86]": "U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128", + "[87]": "U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c", + "[88]": "U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650", + "[89]": "U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b", + "[90]": "U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9", + "[91]": "U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b", "[97]": "U+2ae-2b3,U+2b5-2bf,U+2c2-2c3,U+2c6-2d1,U+2d8-2da,U+2dc,U+2e1-2e3,U+2e5,U+2eb,U+2ee-2f0,U+2f2-2f7,U+2f9-2ff,U+302-30d,U+311,U+31b,U+321-325,U+327-329,U+32b-32c,U+32e-32f,U+331-339,U+33c-33d,U+33f,U+348,U+352,U+35c,U+35e-35f,U+361,U+363,U+368,U+36c,U+36f,U+530-540,U+55d-55e,U+561,U+563,U+565,U+56b,U+56e-579", "[98]": "U+176-17f,U+192,U+194,U+19a-19b,U+19d,U+1a0-1a1,U+1a3-1a4,U+1aa,U+1ac-1ad,U+1af-1bf,U+1d2,U+1d4,U+1d6,U+1d8,U+1da,U+1dc,U+1e3,U+1e7,U+1e9,U+1ee,U+1f0-1f1,U+1f3,U+1f5-1ff,U+219-21b,U+221,U+223-226,U+228,U+22b,U+22f,U+231,U+234-237,U+23a-23b,U+23d,U+250-252,U+254-255,U+259-25e,U+261-263,U+265,U+268,U+26a-26b,U+26f-277,U+279,U+27b-280,U+282-283,U+285,U+28a,U+28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a4,U+2a6-2a7,U+2a9,U+2ab", "[99]": "U+a1-a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b3-b6,U+b8-ba,U+bc-d6,U+d8-de,U+e6,U+eb,U+ee-f0,U+f5,U+f7-f8,U+fb,U+fd-100,U+102,U+104-107,U+10d,U+10f-112,U+115,U+117,U+119,U+11b,U+11e-11f,U+121,U+123,U+125-127,U+129-12a,U+12d,U+12f-13f,U+141-142,U+144,U+146,U+14b-14c,U+14f-153,U+158-15b,U+15e-160,U+163-165,U+168-16a,U+16d-175", - "[100]": "U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+560e,U+5618,U+565c,U+56bc,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ac9,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+620c,U+62c7,U+62ed,U+6320,U+6345,U+6390,U+63b0,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+72e9,U+733f,U+7396,U+739f,U+7459-745a,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8aaa,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+9a6f,U+9a8b,U+9ab7,U+9ac5,U+9e25,U+e608,U+ff06,U+ff14-ff16", - "[101]": "U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+2463,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+516e,U+51c4,U+5225,U+5364,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+5662,U+5669,U+566c,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+6273,U+62f7,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6ed5,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+7409,U+7422,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+803f,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8c41,U+8cec,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9704,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+9f9a,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e,U+ff3d", - "[102]": "U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+60df,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+6813,U+6869,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+73fe,U+7405,U+7455,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+8046,U+80fa,U+81b3,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+904e,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+9119,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+f012b", - "[103]": "U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5a1f,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+5f6c,U+603c,U+609a,U+6168,U+61c8,U+6236,U+62d0,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+6703,U+67da,U+67ec,U+6816,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+7410,U+7426,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8d50,U+8e72,U+8f9c,U+900d,U+904b,U+9063,U+90a2,U+90b9,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+9631,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd", - "[104]": "U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a49,U+5ac2,U+5bb0,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f8c,U+608d,U+611b,U+6127,U+62a0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6e9c,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+8328,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d63,U+8e81,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9540,U+9610,U+9699,U+96c7,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b", - "[105]": "U+5e,U+2190,U+250a,U+25bc,U+25cf,U+300f,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54b1,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+61be,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6380,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82ad,U+82bd,U+8305,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+958b,U+9600,U+9640,U+96b6,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f", - "[106]": "U+b0,U+2191,U+2460-2461,U+25c6,U+300e,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+8304,U+8393,U+83b9,U+83ca,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95ef,U+95f7,U+9706,U+9709,U+9774,U+9887,U+98a0,U+9e64,U+9f9f,U+e601,U+e603", - "[107]": "U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+886c,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95fa,U+95fd,U+964c,U+96c0,U+971c,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9b4f,U+9e2d,U+9f0e,U+e602,U+e604-e605,U+ff5c", - "[108]": "U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+85aa,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+90aa,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+9675,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715", - "[109]": "U+a5,U+2022,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5", + "[100]": "U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16", + "[101]": "U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e", + "[102]": "U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b", + "[103]": "U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd", + "[104]": "U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b", + "[105]": "U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f", + "[106]": "U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603", + "[107]": "U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c", + "[108]": "U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715", + "[109]": "U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5", "[110]": "U+300c-300d,U+4e54,U+4e58,U+4e95,U+4ec1,U+4f2f,U+4f38,U+4fa3,U+4fca,U+503e,U+5141,U+5144,U+517c,U+51cc,U+51ed,U+5242,U+52b2,U+52d2,U+52e4,U+540a,U+5439,U+5448,U+5496,U+54ed,U+5565,U+5761,U+5766,U+58ee,U+593a,U+594b,U+594f,U+5954,U+5996,U+59c6,U+59ff,U+5b64,U+5bff,U+5c18,U+5c1d,U+5c97,U+5ca9,U+5cb8,U+5e9f,U+5ec9,U+5f04,U+5f7b,U+5fa1,U+5fcd,U+6012,U+60a6,U+60ac,U+60b2,U+60ef,U+626e,U+6270,U+6276,U+62d6,U+62dc,U+6316,U+632f,U+633a,U+6355,U+63aa,U+6447,U+649e,U+64c5,U+654c,U+65c1,U+65cb,U+65e6,U+6606,U+6731,U+675c,U+67cf,U+67dc,U+6846,U+6b8b,U+6beb,U+6c61,U+6c88,U+6cbf,U+6cdb,U+6cea,U+6d45,U+6d53,U+6d74,U+6d82,U+6da8,U+6db5,U+6deb,U+6eda,U+6ee8,U+6f0f,U+706d,U+708e,U+70ae,U+70bc,U+70c2,U+70e6,U+7237-7238,U+72fc,U+730e,U+731b,U+739b,U+73bb,U+7483,U+74dc,U+74f6,U+7586,U+7626,U+775b,U+77ff,U+788e,U+78b0,U+7956,U+7965,U+79e6,U+7af9,U+7bee,U+7c97,U+7eb1,U+7eb7,U+7ed1,U+7ed5,U+7f6a,U+7f72,U+7fbd,U+8017,U+808c,U+80a9,U+80c6,U+80ce,U+8150,U+8170,U+819c,U+820d,U+8230,U+8239,U+827e,U+8377,U+8389,U+83b2,U+8428,U+8463,U+867e,U+88c2,U+88d9,U+8986,U+8bca,U+8bde,U+8c13,U+8c8c,U+8d21,U+8d24,U+8d56,U+8d60,U+8d8b,U+8db4,U+8e2a,U+8f68,U+8f89,U+8f9b,U+8fa8,U+8fbd,U+9003,U+90ce,U+90ed,U+9189,U+94bb,U+9505,U+95f9,U+963b,U+9655,U+966a,U+9677,U+96fe,U+9896,U+99a8,U+9a71,U+9a82,U+9a91,U+9b45,U+9ece,U+9f20,U+feff,U+ff0d", "[111]": "U+4e4c,U+4e88,U+4ea1,U+4ea6,U+4ed3-4ed4,U+4eff,U+4f30,U+4fa7,U+4fc4,U+4fd7,U+500d,U+504f,U+5076-5077,U+517d,U+5192,U+51c9,U+51ef,U+5238,U+5251,U+526a,U+52c7,U+52df,U+52ff,U+53a6,U+53a8,U+53ec,U+5410,U+559d,U+55b7,U+5634,U+573e,U+5783,U+585e,U+586b,U+58a8,U+5999,U+59d3,U+5a1c,U+5a46,U+5b54-5b55,U+5b85,U+5b8b,U+5b8f,U+5bbf,U+5bd2,U+5c16,U+5c24,U+5e05,U+5e45,U+5e7c,U+5e84,U+5f03,U+5f1f,U+5f31,U+5f84,U+5f90,U+5fbd,U+5fc6,U+5fd9,U+5fe7,U+6052,U+6062,U+6089,U+60a3,U+60d1,U+6167,U+622a,U+6234,U+624e,U+6269,U+626c,U+62b5,U+62d2,U+6325,U+63e1,U+643a,U+6446,U+6562,U+656c,U+65e2,U+65fa,U+660c,U+6628,U+6652,U+6668,U+6676,U+66fc,U+66ff,U+6717,U+676d,U+67aa,U+67d4,U+6843,U+6881,U+68d2,U+695a,U+69fd,U+6a2a,U+6b8a,U+6c60,U+6c64,U+6c9f,U+6caa,U+6cc9,U+6ce1,U+6cfd,U+6d1b,U+6d1e,U+6d6e,U+6de1,U+6e10,U+6e7f,U+6f5c,U+704c,U+7070,U+7089,U+70b8,U+718a,U+71c3,U+723d,U+732a,U+73cd,U+7518,U+756a,U+75af,U+75be,U+75c7,U+76d2,U+76d7,U+7763,U+78e8,U+795d,U+79df,U+7c4d,U+7d2f,U+7ee9,U+7f13,U+7f8a,U+8000,U+8010,U+80af,U+80f6,U+80f8,U+8212,U+8273,U+82f9,U+83ab,U+83b1,U+83f2,U+8584,U+871c,U+8861,U+888b,U+88c1,U+88e4,U+8bd1,U+8bf1,U+8c31,U+8d5a,U+8d75-8d76,U+8de8,U+8f85,U+8fa3,U+8fc5,U+9006,U+903c,U+904d,U+9075,U+9178,U+9274,U+950b,U+9526,U+95ea,U+9636,U+9686,U+978b,U+987f,U+9a7e,U+9b42,U+9e1f,U+9ea6,U+9f13,U+9f84,U+ff5e", "[112]": "U+23,U+3d,U+4e01,U+4e39,U+4e73,U+4ecd,U+4ed9,U+4eea,U+4f0a,U+4f1f,U+4f5b,U+4fa0,U+4fc3,U+501f,U+50a8,U+515a,U+5175,U+51a0,U+51c0,U+51e1,U+51e4,U+5200,U+520a,U+5224,U+523a,U+52aa,U+52b1,U+52b3,U+5348,U+5353,U+5360,U+5371,U+5377,U+539a,U+541b,U+5434,U+547c,U+54e6,U+5510,U+5531,U+5609,U+56f0,U+56fa,U+5733,U+574f,U+5851,U+5854,U+5899,U+58c1,U+592e,U+5939,U+5976,U+5986,U+59bb,U+5a18,U+5a74,U+5b59,U+5b87,U+5b97,U+5ba0,U+5bab,U+5bbd-5bbe,U+5bf8,U+5c0a,U+5c3a,U+5c4a,U+5e16,U+5e1d,U+5e2d,U+5e8a,U+6015,U+602a,U+6050,U+6069,U+6162,U+61c2,U+6293,U+6297,U+62b1,U+62bd,U+62df,U+62fc,U+6302,U+635f,U+638c,U+63ed,U+6458,U+6469,U+6563,U+6620,U+6653,U+6696-6697,U+66dd,U+675f,U+676f-6770,U+67d0,U+67d3,U+684c,U+6865,U+6885,U+68b0,U+68ee,U+690d,U+6b23,U+6b32,U+6bd5,U+6c89,U+6d01,U+6d25,U+6d89,U+6da6,U+6db2,U+6df7,U+6ed1,U+6f02,U+70c8,U+70df,U+70e7,U+7126,U+7236,U+7259,U+731c,U+745e,U+74e3,U+751a,U+751c,U+7532,U+7545,U+75db,U+7761,U+7a0d,U+7b51,U+7ca4,U+7cd6,U+7d2b,U+7ea0,U+7eb9,U+7ed8,U+7f18,U+7f29,U+8033,U+804a,U+80a4-80a5,U+80e1,U+817f,U+829d,U+82e6,U+8336,U+840c,U+8499,U+864e,U+8651,U+865a,U+88ad,U+89e6,U+8bd7,U+8bfa,U+8c37,U+8d25,U+8d38,U+8ddd,U+8fea,U+9010,U+9012,U+906d,U+907f-9080,U+90d1,U+9177,U+91ca,U+94fa,U+9501,U+9634-9635,U+9694,U+9707,U+9738,U+9769,U+9a7b,U+9a97,U+9aa8,U+9b3c,U+9c81,U+9ed8", - "[113]": "U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4ee4,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50", - "[114]": "U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6740,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c", - "[115]": "U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b63,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b", - "[116]": "U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6d4b,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99", - "[117]": "U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53ea,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f", - "[118]": "U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e38,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09", - "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a", + "[113]": "U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50", + "[114]": "U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c", + "[115]": "U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b", + "[116]": "U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99", + "[117]": "U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f", + "[118]": "U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09", + "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a", + "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" } \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/vietnamese-200.css b/fonts/google/noto-serif-sc/vietnamese-200.css new file mode 100644 index 00000000000..2069e3c104e --- /dev/null +++ b/fonts/google/noto-serif-sc/vietnamese-200.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-vietnamese-200-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-sc-vietnamese-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-200-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/vietnamese-300.css b/fonts/google/noto-serif-sc/vietnamese-300.css new file mode 100644 index 00000000000..c174c9359a7 --- /dev/null +++ b/fonts/google/noto-serif-sc/vietnamese-300.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-vietnamese-300-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-sc-vietnamese-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-300-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/vietnamese-400.css b/fonts/google/noto-serif-sc/vietnamese-400.css new file mode 100644 index 00000000000..80e7726a8ec --- /dev/null +++ b/fonts/google/noto-serif-sc/vietnamese-400.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-vietnamese-400-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-sc-vietnamese-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/vietnamese-500.css b/fonts/google/noto-serif-sc/vietnamese-500.css new file mode 100644 index 00000000000..417c872a292 --- /dev/null +++ b/fonts/google/noto-serif-sc/vietnamese-500.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-vietnamese-500-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-sc-vietnamese-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-500-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/vietnamese-600.css b/fonts/google/noto-serif-sc/vietnamese-600.css new file mode 100644 index 00000000000..6aa66ca1253 --- /dev/null +++ b/fonts/google/noto-serif-sc/vietnamese-600.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-vietnamese-600-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-sc-vietnamese-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-600-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/vietnamese-700.css b/fonts/google/noto-serif-sc/vietnamese-700.css new file mode 100644 index 00000000000..fa477c8d630 --- /dev/null +++ b/fonts/google/noto-serif-sc/vietnamese-700.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-vietnamese-700-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-sc-vietnamese-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-700-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/vietnamese-800.css b/fonts/google/noto-serif-sc/vietnamese-800.css new file mode 100644 index 00000000000..56fa6036f1e --- /dev/null +++ b/fonts/google/noto-serif-sc/vietnamese-800.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-vietnamese-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-vietnamese-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/vietnamese-900.css b/fonts/google/noto-serif-sc/vietnamese-900.css new file mode 100644 index 00000000000..cbde5847269 --- /dev/null +++ b/fonts/google/noto-serif-sc/vietnamese-900.css @@ -0,0 +1,8 @@ +/* noto-serif-sc-vietnamese-900-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-sc-vietnamese-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-sc/vietnamese.css b/fonts/google/noto-serif-sc/vietnamese.css new file mode 100644 index 00000000000..ea04f8046d1 --- /dev/null +++ b/fonts/google/noto-serif-sc/vietnamese.css @@ -0,0 +1,71 @@ +/* noto-serif-sc-vietnamese-200-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-sc-vietnamese-200-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-200-normal.woff) format('woff'); +} + +/* noto-serif-sc-vietnamese-300-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-sc-vietnamese-300-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-300-normal.woff) format('woff'); +} + +/* noto-serif-sc-vietnamese-400-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-sc-vietnamese-400-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-400-normal.woff) format('woff'); +} + +/* noto-serif-sc-vietnamese-500-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-sc-vietnamese-500-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-500-normal.woff) format('woff'); +} + +/* noto-serif-sc-vietnamese-600-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-sc-vietnamese-600-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-600-normal.woff) format('woff'); +} + +/* noto-serif-sc-vietnamese-700-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-sc-vietnamese-700-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-700-normal.woff) format('woff'); +} + +/* noto-serif-sc-vietnamese-800-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-sc-vietnamese-800-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-800-normal.woff) format('woff'); +} + +/* noto-serif-sc-vietnamese-900-normal */ +@font-face { + font-family: 'Noto Serif SC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-sc-vietnamese-900-normal.woff2) format('woff2'), url(./files/noto-serif-sc-vietnamese-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/200.css b/fonts/google/noto-serif-tc/200.css index 713a41ae94b..89f1b9f777c 100644 --- a/fonts/google/noto-serif-tc/200.css +++ b/fonts/google/noto-serif-tc/200.css @@ -1,3 +1,13 @@ +/* noto-serif-tc-[0]-200-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-tc-0-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-0-200-normal.woff) format('woff'); + unicode-range: U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4; +} + /* noto-serif-tc-[6]-200-normal */ @font-face { font-family: 'Noto Serif TC'; @@ -35,7 +45,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-19-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-19-200-normal.woff) format('woff'); - unicode-range: U+9eb9-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; + unicode-range: U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; } /* noto-serif-tc-[20]-200-normal */ @@ -45,7 +55,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-20-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-20-200-normal.woff) format('woff'); - unicode-range: U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70,U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eb8; + unicode-range: U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2; } /* noto-serif-tc-[21]-200-normal */ @@ -55,7 +65,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-21-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-21-200-normal.woff) format('woff'); - unicode-range: U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30; + unicode-range: U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70; } /* noto-serif-tc-[22]-200-normal */ @@ -65,7 +75,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-22-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-22-200-normal.woff) format('woff'); - unicode-range: U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8; + unicode-range: U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee; } /* noto-serif-tc-[23]-200-normal */ @@ -75,7 +85,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-23-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-23-200-normal.woff) format('woff'); - unicode-range: U+9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a,U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d; + unicode-range: U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86; } /* noto-serif-tc-[24]-200-normal */ @@ -85,7 +95,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-24-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-24-200-normal.woff) format('woff'); - unicode-range: U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911; + unicode-range: U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a; } /* noto-serif-tc-[25]-200-normal */ @@ -95,7 +105,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-25-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-25-200-normal.woff) format('woff'); - unicode-range: U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3; + unicode-range: U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1; } /* noto-serif-tc-[26]-200-normal */ @@ -105,7 +115,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-26-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-26-200-normal.woff) format('woff'); - unicode-range: U+950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648; + unicode-range: U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c; } /* noto-serif-tc-[27]-200-normal */ @@ -115,7 +125,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-27-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-27-200-normal.woff) format('woff'); - unicode-range: U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419-941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b; + unicode-range: U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f; } /* noto-serif-tc-[28]-200-normal */ @@ -125,7 +135,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-28-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-28-200-normal.woff) format('woff'); - unicode-range: U+92e5-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0; + unicode-range: U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419; } /* noto-serif-tc-[29]-200-normal */ @@ -135,7 +145,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-29-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-29-200-normal.woff) format('woff'); - unicode-range: U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4; + unicode-range: U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306; } /* noto-serif-tc-[30]-200-normal */ @@ -145,7 +155,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-30-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-30-200-normal.woff) format('woff'); - unicode-range: U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed; + unicode-range: U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207; } /* noto-serif-tc-[31]-200-normal */ @@ -155,7 +165,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-31-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-31-200-normal.woff) format('woff'); - unicode-range: U+8f68-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9; + unicode-range: U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df; } /* noto-serif-tc-[32]-200-normal */ @@ -165,7 +175,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-32-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-32-200-normal.woff) format('woff'); - unicode-range: U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67; + unicode-range: U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84; } /* noto-serif-tc-[33]-200-normal */ @@ -175,7 +185,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-33-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-33-200-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb,U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16; + unicode-range: U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e; } /* noto-serif-tc-[34]-200-normal */ @@ -185,7 +195,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-34-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-34-200-normal.woff) format('woff'); - unicode-range: U+8b6c-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb; } /* noto-serif-tc-[35]-200-normal */ @@ -195,7 +205,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-35-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-35-200-normal.woff) format('woff'); - unicode-range: U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6b; + unicode-range: U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99; } /* noto-serif-tc-[36]-200-normal */ @@ -205,7 +215,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-36-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-36-200-normal.woff) format('woff'); - unicode-range: U+889b-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4,U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4; + unicode-range: U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16; } /* noto-serif-tc-[37]-200-normal */ @@ -215,7 +225,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-37-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-37-200-normal.woff) format('woff'); - unicode-range: U+874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a; + unicode-range: U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4; } /* noto-serif-tc-[38]-200-normal */ @@ -225,7 +235,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-38-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-38-200-normal.woff) format('woff'); - unicode-range: U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b; + unicode-range: U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762; } /* noto-serif-tc-[39]-200-normal */ @@ -235,7 +245,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-39-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-39-200-normal.woff) format('woff'); - unicode-range: U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff; + unicode-range: U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e; } /* noto-serif-tc-[40]-200-normal */ @@ -245,7 +255,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-40-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-40-200-normal.woff) format('woff'); - unicode-range: U+8378,U+837a-8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af; + unicode-range: U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf; } /* noto-serif-tc-[41]-200-normal */ @@ -255,7 +265,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-41-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-41-200-normal.woff) format('woff'); - unicode-range: U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375; + unicode-range: U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f; } /* noto-serif-tc-[42]-200-normal */ @@ -265,7 +275,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-42-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-42-200-normal.woff) format('woff'); - unicode-range: U+8113,U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b; + unicode-range: U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279; } /* noto-serif-tc-[43]-200-normal */ @@ -275,7 +285,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-43-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-43-200-normal.woff) format('woff'); - unicode-range: U+7fb1-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8112; + unicode-range: U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a; } /* noto-serif-tc-[44]-200-normal */ @@ -285,7 +295,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-44-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-44-200-normal.woff) format('woff'); - unicode-range: U+7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb0; + unicode-range: U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6; } /* noto-serif-tc-[45]-200-normal */ @@ -295,7 +305,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-45-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-45-200-normal.woff) format('woff'); - unicode-range: U+7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eae; + unicode-range: U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2; } /* noto-serif-tc-[46]-200-normal */ @@ -305,7 +315,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-46-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-46-200-normal.woff) format('woff'); - unicode-range: U+7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d88; + unicode-range: U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b; } /* noto-serif-tc-[47]-200-normal */ @@ -315,7 +325,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-47-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-47-200-normal.woff) format('woff'); - unicode-range: U+7afb,U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c1f; + unicode-range: U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20; } /* noto-serif-tc-[48]-200-normal */ @@ -325,7 +335,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-48-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-48-200-normal.woff) format('woff'); - unicode-range: U+7988,U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa; + unicode-range: U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb; } /* noto-serif-tc-[49]-200-normal */ @@ -335,7 +345,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-49-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-49-200-normal.woff) format('woff'); - unicode-range: U+7840,U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7987; + unicode-range: U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988; } /* noto-serif-tc-[50]-200-normal */ @@ -345,7 +355,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-50-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-50-200-normal.woff) format('woff'); - unicode-range: U+7705,U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e; + unicode-range: U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840; } /* noto-serif-tc-[51]-200-normal */ @@ -355,7 +365,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-51-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-51-200-normal.woff) format('woff'); - unicode-range: U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704; + unicode-range: U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705; } /* noto-serif-tc-[52]-200-normal */ @@ -365,7 +375,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-52-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-52-200-normal.woff) format('woff'); - unicode-range: U+749a,U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca; + unicode-range: U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc; } /* noto-serif-tc-[53]-200-normal */ @@ -375,7 +385,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-53-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-53-200-normal.woff) format('woff'); - unicode-range: U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498; + unicode-range: U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a; } /* noto-serif-tc-[54]-200-normal */ @@ -385,7 +395,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-54-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-54-200-normal.woff) format('woff'); - unicode-range: U+727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae; + unicode-range: U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3; } /* noto-serif-tc-[55]-200-normal */ @@ -395,7 +405,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-55-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-55-200-normal.woff) format('woff'); - unicode-range: U+7113-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e; + unicode-range: U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f; } /* noto-serif-tc-[56]-200-normal */ @@ -405,7 +415,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-56-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-56-200-normal.woff) format('woff'); - unicode-range: U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110; + unicode-range: U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-tc-[57]-200-normal */ @@ -415,7 +425,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-57-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-57-200-normal.woff) format('woff'); - unicode-range: U+6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2; + unicode-range: U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9; } /* noto-serif-tc-[58]-200-normal */ @@ -425,7 +435,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-58-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-58-200-normal.woff) format('woff'); - unicode-range: U+6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed5; + unicode-range: U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8; } /* noto-serif-tc-[59]-200-normal */ @@ -435,7 +445,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-59-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-59-200-normal.woff) format('woff'); - unicode-range: U+6cda,U+6cdc-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2; + unicode-range: U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5; } /* noto-serif-tc-[60]-200-normal */ @@ -445,7 +455,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-60-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-60-200-normal.woff) format('woff'); - unicode-range: U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9; + unicode-range: U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc; } /* noto-serif-tc-[61]-200-normal */ @@ -455,7 +465,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-61-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-61-200-normal.woff) format('woff'); - unicode-range: U+6a31-6a32,U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4; + unicode-range: U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd; } /* noto-serif-tc-[62]-200-normal */ @@ -465,7 +475,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-62-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-62-200-normal.woff) format('woff'); - unicode-range: U+6900,U+6902,U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b; + unicode-range: U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32; } /* noto-serif-tc-[63]-200-normal */ @@ -475,7 +485,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-63-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-63-200-normal.woff) format('woff'); - unicode-range: U+67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd; + unicode-range: U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902; } /* noto-serif-tc-[64]-200-normal */ @@ -485,7 +495,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-64-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-64-200-normal.woff) format('woff'); - unicode-range: U+66a7,U+66aa,U+66b2-66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0,U+67b2-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8; + unicode-range: U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db; } /* noto-serif-tc-[65]-200-normal */ @@ -495,7 +505,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-65-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-65-200-normal.woff) format('woff'); - unicode-range: U+655d,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6; + unicode-range: U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2; } /* noto-serif-tc-[66]-200-normal */ @@ -505,7 +515,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-66-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-66-200-normal.woff) format('woff'); - unicode-range: U+6427-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b; + unicode-range: U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564; } /* noto-serif-tc-[67]-200-normal */ @@ -515,7 +525,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-67-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-67-200-normal.woff) format('woff'); - unicode-range: U+630d-630e,U+6310,U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6426; + unicode-range: U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a; } /* noto-serif-tc-[68]-200-normal */ @@ -525,7 +535,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-68-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-68-200-normal.woff) format('woff'); - unicode-range: U+61c6,U+61ca-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c; + unicode-range: U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310; } /* noto-serif-tc-[69]-200-normal */ @@ -535,7 +545,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-69-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-69-200-normal.woff) format('woff'); - unicode-range: U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3; + unicode-range: U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb; } /* noto-serif-tc-[70]-200-normal */ @@ -545,7 +555,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-70-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-70-200-normal.woff) format('woff'); - unicode-range: U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa; + unicode-range: U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af; } /* noto-serif-tc-[71]-200-normal */ @@ -555,7 +565,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-71-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-71-200-normal.woff) format('woff'); - unicode-range: U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76; + unicode-range: U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d; } /* noto-serif-tc-[72]-200-normal */ @@ -565,7 +575,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-72-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-72-200-normal.woff) format('woff'); - unicode-range: U+5ce0-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30; + unicode-range: U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a; } /* noto-serif-tc-[73]-200-normal */ @@ -575,7 +585,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-73-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-73-200-normal.woff) format('woff'); - unicode-range: U+5b80-5b82,U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf; + unicode-range: U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5; } /* noto-serif-tc-[74]-200-normal */ @@ -585,7 +595,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-74-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-74-200-normal.woff) format('woff'); - unicode-range: U+5a51,U+5a53,U+5a56-5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f; + unicode-range: U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82; } /* noto-serif-tc-[75]-200-normal */ @@ -595,7 +605,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-75-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-75-200-normal.woff) format('woff'); - unicode-range: U+590b-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50; + unicode-range: U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56; } /* noto-serif-tc-[76]-200-normal */ @@ -605,7 +615,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-76-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-76-200-normal.woff) format('woff'); - unicode-range: U+57a1,U+57a4,U+57a6,U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590a; + unicode-range: U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e; } /* noto-serif-tc-[77]-200-normal */ @@ -615,7 +625,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-77-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-77-200-normal.woff) format('woff'); - unicode-range: U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d2-56d4,U+56d6-56d9,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a0; + unicode-range: U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6; } /* noto-serif-tc-[78]-200-normal */ @@ -625,7 +635,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-78-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-78-200-normal.woff) format('woff'); - unicode-range: U+5551,U+5553,U+5555-5557,U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d; + unicode-range: U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a; } /* noto-serif-tc-[79]-200-normal */ @@ -635,7 +645,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-79-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-79-200-normal.woff) format('woff'); - unicode-range: U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550; + unicode-range: U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557; } /* noto-serif-tc-[80]-200-normal */ @@ -645,7 +655,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-80-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-80-200-normal.woff) format('woff'); - unicode-range: U+52db,U+52e0,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437; + unicode-range: U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445; } /* noto-serif-tc-[81]-200-normal */ @@ -655,7 +665,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-81-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-81-200-normal.woff) format('woff'); - unicode-range: U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7; + unicode-range: U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7; } /* noto-serif-tc-[82]-200-normal */ @@ -665,7 +675,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-82-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-82-200-normal.woff) format('woff'); - unicode-range: U+5032,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b; + unicode-range: U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196; } /* noto-serif-tc-[83]-200-normal */ @@ -675,7 +685,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-83-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-83-200-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f29-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5031; + unicode-range: U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e; } /* noto-serif-tc-[84]-200-normal */ @@ -685,7 +695,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-84-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-84-200-normal.woff) format('woff'); - unicode-range: U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21,U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b; } /* noto-serif-tc-[85]-200-normal */ @@ -695,7 +705,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-85-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-85-200-normal.woff) format('woff'); - unicode-range: U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3119,U+311b-311e,U+3120-3126,U+3128-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02; + unicode-range: U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21; } /* noto-serif-tc-[86]-200-normal */ @@ -705,7 +715,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-86-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-86-200-normal.woff) format('woff'); - unicode-range: U+2749-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052; + unicode-range: U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049; } /* noto-serif-tc-[87]-200-normal */ @@ -715,7 +725,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-87-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-87-200-normal.woff) format('woff'); - unicode-range: U+264a-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2748; + unicode-range: U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747; } /* noto-serif-tc-[88]-200-normal */ @@ -725,7 +735,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-88-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-88-200-normal.woff) format('woff'); - unicode-range: U+2567-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648-2649; + unicode-range: U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648; } /* noto-serif-tc-[89]-200-normal */ @@ -735,7 +745,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-89-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-89-200-normal.woff) format('woff'); - unicode-range: U+2476-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2566; + unicode-range: U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565; } /* noto-serif-tc-[90]-200-normal */ @@ -745,7 +755,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-90-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-90-200-normal.woff) format('woff'); - unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2461-2471,U+2474-2475; + unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474; } /* noto-serif-tc-[91]-200-normal */ @@ -805,7 +815,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-100-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-100-200-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+2223,U+2460,U+2640,U+273f,U+301c,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+56d1,U+56dd,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67b1,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71ee,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be5-8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+99f1,U+9a5b,U+9ab7,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-tc-[101]-200-normal */ @@ -815,7 +825,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-101-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-101-200-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301d-301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6292,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+701d,U+703e,U+707c,U+7099,U+710a,U+72d9,U+72e9,U+731d,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76bf,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+8258,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+9091,U+90ae,U+90b8,U+9257,U+9310,U+9382,U+93df,U+94fe,U+95a5,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+9986,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+ff25,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-tc-[102]-200-normal */ @@ -825,7 +835,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-102-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-102-200-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5436,U+5443,U+5466,U+54a8,U+54bd,U+54c9,U+54cb,U+555e,U+5580,U+560e,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+6254,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68e0,U+68f5,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6eaf,U+6eba,U+6fef,U+7028,U+70b3,U+711a,U+725f,U+7325,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7c27,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+86e4,U+8718,U+87ec,U+880d,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bdd,U+8c41,U+8c48,U+8cb6,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95a9,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-tc-[103]-200-normal */ @@ -835,7 +845,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-103-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-103-200-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+311a,U+4e11,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54a7,U+54b1,U+54b3,U+54b8,U+556a,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5614,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5d01,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+68d7,U+6977,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6e5b,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+79cd,U+7a6b,U+7ac5,U+7b1b,U+7b77,U+7ca7,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+831c,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8bcd,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-tc-[104]-200-normal */ @@ -845,7 +855,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-104-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-104-200-normal.woff) format('woff'); - unicode-range: U+10c,U+161,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1c,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+50d5,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5cfb,U+5d11,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f64,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+6807,U+68cd,U+68f2,U+690e,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+708a,U+7130,U+7165,U+7172,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8305,U+8335,U+8343,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+9444,U+957f,U+9591,U+96a7,U+97ad,U+97cc,U+9811,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9bca,U+9ebd,U+e60f,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-tc-[105]-200-normal */ @@ -855,7 +865,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-105-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-105-200-normal.woff) format('woff'); - unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+311f,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+539d,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5632,U+5757,U+5835,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+614c,U+621a,U+6237,U+6296,U+62e9,U+632a-632b,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a3a,U+6ab3,U+6b22,U+6c59,U+6c83,U+6ccc,U+6dea,U+6df5,U+6ef7,U+6f3e,U+6f80,U+6fe4,U+7164,U+71c9,U+722a,U+7260,U+7272,U+73b0,U+74e3,U+7538,U+7586,U+75b5,U+7661-7662,U+77db,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+839e,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+935b,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ff,U+9b91,U+9db4,U+9f4b,U+e602-e605,U+e610-e611,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-tc-[106]-200-normal */ @@ -865,7 +875,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-106-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-106-200-normal.woff) format('woff'); - unicode-range: U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+3127,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+4fcf,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+60df,U+611a,U+6190,U+61a4,U+61be,U+61fc,U+6284,U+62ac,U+62bc,U+634f,U+636e,U+6398,U+63a9,U+6487,U+6495,U+64ab,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+6761,U+679a,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a38,U+6a59,U+6ae5,U+6b47,U+6b67,U+6b6a,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+70ed,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+74ca,U+7535,U+753a,U+75f4,U+7624,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a62,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+84bc,U+84c9,U+84ec,U+8523,U+8549,U+8569,U+8591,U+85b0,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+9214,U+946b,U+9470,U+947c,U+9640,U+9675,U+96ef,U+97cb,U+97e9,U+985b,U+99ae,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-tc-[107]-200-normal */ @@ -875,7 +885,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-107-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-107-200-normal.woff) format('woff'); - unicode-range: U+a5,U+25ce,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4f3a,U+4f51,U+4f62,U+4faf,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5733,U+5764,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a8,U+59ec,U+5b66,U+5b99,U+5b9d,U+5bee,U+5c2c,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+6070,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6435,U+6454,U+64a4,U+64b2,U+64bc,U+64bf,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6614,U+6670,U+6688,U+672d,U+673a,U+6770,U+68cb,U+6912,U+6953,U+6a61,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+7149,U+714e,U+71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+7504,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8475,U+8490,U+85af,U+8650,U+8667,U+86d9,U+8774,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+91d8,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9716,U+9774,U+97fb,U+9812,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff05,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-tc-[108]-200-normal */ @@ -885,7 +895,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-108-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-108-200-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e08,U+4e2a,U+4e4f,U+4e59,U+4ec7,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+507d,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5690,U+56ca,U+56fe,U+582a,U+5915,U+5949,U+5962,U+5996,U+59a5,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5c48,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62d3,U+62f3,U+6368,U+6380,U+6492,U+64e0,U+6570,U+6606,U+660f,U+6649,U+6691,U+66a8,U+6749,U+674f,U+6795,U+67f1,U+67f3,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6d29,U+6d66,U+6daf,U+6f01,U+6f58,U+6f6d,U+6f70,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+71d9,U+71e5,U+7235,U+7267,U+73ca,U+742a,U+74f7,U+7529,U+758f,U+75bc,U+76c6,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7c60,U+7cfe,U+7dbf,U+7e2b,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8155,U+816b,U+81df,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8606,U+868a,U+87f9,U+886b,U+8870,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+9817,U+98c6,U+9ecf,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-tc-[109]-200-normal */ @@ -895,7 +905,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-109-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-109-200-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+5606,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+58fa,U+594f,U+5951,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5ca1,U+5d29,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6062,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64b0,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+67f4,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6cdb,U+6d69,U+6db5,U+6dd1,U+6e21,U+6f06,U+6f62,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433,U+745c,U+7470,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7740,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e31,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8108,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+8277,U+82d1,U+8461,U+84b8,U+852c,U+857e,U+8587,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8776,U+87ba,U+8896,U+88c2,U+88d5,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8d64,U+8d74,U+8d81,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+905c,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f0e,U+9f52,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-tc-[110]-200-normal */ @@ -905,7 +915,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-110-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-110-200-normal.woff) format('woff'); - unicode-range: U+2022,U+2500,U+25bc,U+4e1f,U+4e95,U+4f50,U+4f54,U+4f69,U+4fb6,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+592f,U+5954,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5c6f,U+5de1,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f7c,U+5f81,U+5f90-5f92,U+6016,U+6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6155,U+6158,U+6191,U+6212,U+626e,U+62d4,U+632f,U+633a,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6597,U+66b1,U+66ec,U+6731,U+6735,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6dcb,U+6dd8,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+73b2,U+7434,U+74e6,U+758a,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78a9,U+78b0,U+790e,U+7965,U+7a4e,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+838e,U+83cc,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8cc0,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+903e,U+9059,U+9072,U+9075,U+90ce,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+95c6,U+9676-9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b; + unicode-range: U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4; } /* noto-serif-tc-[111]-200-normal */ @@ -915,7 +925,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-111-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-111-200-normal.woff) format('woff'); - unicode-range: U+5e,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e32,U+4ef2,U+4fd7,U+501f,U+5144,U+51c6,U+52c1,U+5440,U+54e6,U+54ed,U+5510,U+5687,U+58c1,U+5b5d,U+5bd2,U+5ee2,U+5f31,U+6012,U+6084,U+6148,U+6182,U+622a,U+6355,U+6372,U+63ee,U+6416,U+6575,U+660c,U+66c9,U+675c,U+6a6b,U+6b32,U+6b49,U+6b98,U+6d6e,U+6dda,U+6ef4,U+6efe,U+7159,U+7378,U+775b,U+78e8,U+7aa9,U+7d1b,U+7de9,U+7f6a,U+7f8a,U+7fbd,U+8000,U+809a,U+8102,U+8170,U+819c,U+8266,U+82b3,U+87f2,U+8972,U+8a17,U+8b02,U+8e22,U+904d,U+90ed,U+91c7,U+93c8,U+9451,U+9a37,U+9b27,U+ad6d,U+c5b4,U+d55c; + unicode-range: U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c; } /* noto-serif-tc-[112]-200-normal */ @@ -925,7 +935,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-112-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-112-200-normal.woff) format('woff'); - unicode-range: U+2502,U+2605,U+4e39,U+4e58,U+4ea1,U+4ed9,U+4f2f-4f30,U+4f38,U+4f75,U+4fc3,U+4ff1,U+500d,U+5049,U+5074,U+5077,U+5091,U+5175,U+517c,U+51cd,U+51e1,U+5269-526a,U+52aa,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5448,U+54aa,U+5674,U+56f0,U+5761,U+585e,U+588a,U+58a8,U+58fd,U+5925,U+592e,U+5948,U+5999,U+59b3,U+5a18,U+5a1c,U+5a46,U+5b30,U+5b54,U+5b6b,U+5b8f,U+5be9,U+5bf8,U+5c0a,U+5c16,U+5c24,U+5c46,U+5cf0,U+5e1d,U+5e25,U+5e2d,U+5e3d,U+5e79,U+5f04,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+61f6,U+6258,U+6293,U+62c6,U+62d2,U+62d6,U+62fc,U+63da,U+63ed,U+640d,U+6458,U+649e,U+64ec,U+64f4,U+64fe,U+651c,U+6562,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66dd,U+66fc,U+66ff,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+695a,U+69cd,U+6afb,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6d74,U+6db2,U+6dbc,U+6df7,U+6dfb,U+6e38,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+6fc3,U+6fd5,U+7070,U+70b8,U+70cf,U+70e4,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+7919,U+7956,U+795d,U+7a05,U+7a0d,U+7a3f,U+7bc9,U+7c97,U+7cd5,U+7d0b,U+7d10,U+7dfb,U+7e3e,U+7e6a,U+8036,U+808c,U+80af,U+80ce,U+80e1,U+80f8,U+817f,U+8216,U+8239,U+827e,U+8377,U+8389,U+83ab,U+83f2,U+840a,U+8584,U+85c9,U+865b,U+8766,U+87a2,U+8932,U+8a50,U+8a69,U+8a95,U+8b6f,U+8c37,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+9336,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+9846,U+98fd,U+99d5,U+9a0e,U+9a19,U+9b6f,U+9ce5,U+9cf3,U+9ece,U+9ed8,U+9f13,U+9f20; + unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d; } /* noto-serif-tc-[113]-200-normal */ @@ -935,7 +945,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-113-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-113-200-normal.woff) format('woff'); - unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300e-300f,U+4e01,U+4e73,U+4e82,U+4e88,U+4e8e,U+4f0a,U+4f5b,U+502b,U+504f,U+5076,U+5100,U+5104,U+5132,U+5192,U+51a0,U+51ac,U+51f1,U+5200,U+5224,U+522a,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+52ff,U+5371,U+539a,U+53e5,U+540e,U+5433,U+547c,U+552f,U+5531,U+5634,U+56c9,U+574a,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58c7,U+58de,U+5967,U+59bb,U+59d3-59d4,U+5b55,U+5b87,U+5b97,U+5bae,U+5bbf,U+5be7,U+5bec,U+5cb8,U+5df7,U+5e7b-5e7c,U+5f1f,U+5f70,U+5fd9,U+60e1,U+61b6,U+61c2,U+6200,U+6234,U+6263,U+62b5,U+62dc,U+62ec,U+6383,U+638c,U+63cf,U+63d2,U+63e1,U+63f4,U+641e,U+64cd,U+64fa,U+654f,U+6557,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6696-6697,U+66ab,U+66c6,U+671d,U+672b,U+676f,U+677e,U+67d0,U+67d3,U+684c,U+68c4,U+690d,U+694a,U+699c,U+6a4b,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6bd2,U+6c60,U+6cb3,U+6d89,U+6de1,U+6de8,U+6e6f,U+6f02,U+70c8,U+7126,U+718a,U+7236,U+723d,U+7246,U+72af,U+72d7,U+73cd,U+7532,U+760b,U+7626,U+7687,U+76df,U+7761,U+79cb,U+79d2,U+79df,U+7a69,U+7af6,U+7b80,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d2b,U+7de3,U+7e2e,U+7e54,U+7e6b,U+8010,U+80a5,U+812b,U+819a,U+81a0,U+82d7,U+838a,U+8463,U+84cb,U+8521,U+8607,U+860b,U+864e,U+871c,U+878d,U+885d,U+89f8,U+8a13,U+8aa0,U+8afe,U+8b5c,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8de8,U+8fea,U+9014,U+9055,U+906d,U+907a,U+907f,U+90a6,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+9694,U+96bb,U+9707,U+9738,U+9905,U+9aa8,U+9b25,U+9b3c,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d-ff0e; + unicode-range: U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c; } /* noto-serif-tc-[114]-200-normal */ @@ -945,7 +955,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-114-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-114-200-normal.woff) format('woff'); - unicode-range: U+3c,U+d7,U+2027,U+4e4e,U+4e92,U+4ea6,U+4ec1,U+4ecd,U+4f34,U+4f48,U+4f53,U+4fb5,U+5012,U+50b7,U+51b0,U+5283,U+52dd,U+532f,U+5354,U+53eb,U+53f3,U+5409,U+5496,U+54c8,U+54e5,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+590f,U+592b,U+593e,U+5976,U+599d,U+59b9,U+59d0,U+5a5a,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de7-5de8,U+5e63,U+5e8a,U+5e9c,U+5eda,U+5ef3,U+5ef6,U+5f48,U+5fb5,U+6015,U+6025,U+602a,U+6050,U+6069,U+6162,U+6176,U+61f7,U+6279,U+627f,U+6297,U+62b1,U+62bd,U+6311,U+6377,U+6388-6389,U+63a1-63a2,U+6436,U+64c1,U+64d4,U+6551,U+6563,U+65bd,U+66b4,U+66f2,U+6751,U+675f,U+6790,U+6838,U+68d2,U+68ee,U+6982,U+69ae,U+69cb,U+6a39,U+6b66,U+6bba,U+6c5f,U+6ce1,U+6d0b,U+6d3e,U+6d6a,U+6e1b,U+6ed1,U+6f22,U+6f54,U+6f6e,U+6fc0,U+6fdf,U+719f,U+71c8,U+71d2,U+7259,U+72c2,U+7389,U+73e0,U+745e,U+751a,U+751c,U+7530,U+7533,U+7562,U+7591,U+75c5,U+75db,U+7642,U+7686,U+76d2,U+76db,U+76e1,U+76e3,U+7701,U+786c,U+7981,U+79c0,U+79fb,U+7a81,U+7a97,U+7adf,U+7aef,U+7b26,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7d9c,U+7dca,U+7df4,U+7e23,U+7f3a,U+8033,U+804a,U+8056,U+805a,U+8173,U+81e8,U+8212,U+821e,U+822a,U+82e6,U+8336,U+83dc,U+8449,U+84ee,U+85e5,U+885b,U+888b,U+8907,U+8a34,U+8a5e,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8cb4,U+8dd1,U+8f2a,U+8fb2,U+9109,U+9192,U+91cb,U+91dd,U+93e1,U+964d,U+9686,U+968e,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+98ef,U+9918,U+9aee,U+9b54,U+9ebb,U+ff0f,U+ff5c; + unicode-range: U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54; } /* noto-serif-tc-[115]-200-normal */ @@ -955,7 +965,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-115-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-115-200-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+4e45,U+4e5d,U+4e7e,U+4eac,U+4eae,U+4ed4,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+505c,U+50c5,U+5145,U+51b7,U+521d,U+523b,U+525b,U+5287,U+52e2,U+5348,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+5708,U+570d,U+571f,U+5747,U+5802,U+58d3,U+5920,U+5922,U+5957,U+5979,U+5a01,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5e78,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fd7-5fd8,U+6167,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b4c,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6e56,U+6fb3,U+722d,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a7f,U+7af9,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d22,U+7d42,U+7d55,U+7da0,U+7e41,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+8349,U+85cd,U+86cb,U+8840,U+88dc,U+8986,U+8a0e,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8fd4,U+8ff0,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+983b,U+984d,U+984f,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-tc-[116]-200-normal */ @@ -965,7 +975,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-116-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-116-200-normal.woff) format('woff'); - unicode-range: U+40,U+2026,U+4e03,U+4e14,U+4e9e,U+4ec0,U+4ed8,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+5019,U+503c,U+5047,U+514b,U+516b,U+5178,U+5207,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+5740,U+5883,U+589e,U+591c,U+5931,U+59cb,U+5a1b,U+5b58,U+5b98,U+5b9c,U+5ba4,U+5bcc,U+5beb,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fa9,U+5fae,U+5fb7,U+5ff5,U+600e,U+601d,U+60e0,U+614b,U+6230,U+623f,U+628a,U+6295,U+62c9,U+6309,U+64c7,U+64ca,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+7206,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+798f,U+79ae,U+7a4d,U+7a76,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d20,U+7d39,U+7d72,U+7dad,U+7e8c,U+7fa4,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+89ba,U+89d2,U+8a2a,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8c61,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+967d,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+9818,U+986f,U+990a,U+9910,U+9928,U+9e97,U+9ec3,U+9f8d,U+ff1b; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-tc-[117]-200-normal */ @@ -975,7 +985,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-117-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-117-200-normal.woff) format('woff'); - unicode-range: U+26,U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+512a,U+5143,U+5148,U+5152,U+5169,U+516d,U+5171,U+5177,U+518a,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+5404,U+559c,U+55ce,U+5668,U+56db,U+5712,U+5718,U+57ce,U+57fa,U+58eb,U+592a,U+5947,U+5bc6,U+5bf6,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+6236,U+624d,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63db,U+64da,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+6797,U+67e5,U+6848,U+6a19,U+6a23,U+6b61,U+6bcf,U+6c11,U+6c42,U+6d41,U+6d77,U+6e2f,U+6eff,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7537,U+754c,U+7559,U+767d-767e,U+78bc,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d30,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+7f6e,U+7fa9,U+8001,U+805e,U+8072,U+81f3,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88e1,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b70,U+8b77,U+8b80,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc,U+9ed1; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-tc-[118]-200-normal */ @@ -985,7 +995,7 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-118-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-118-200-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4fdd,U+4fe1,U+50b3,U+50f9,U+5149,U+514d,U+5167,U+5176,U+518d,U+5217,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+53ea,U+53f8,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+56e0,U+5716,U+578b,U+5831,U+5834,U+5916,U+5973,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0b,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6216,U+624b,U+6253,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+661f,U+662d,U+670d,U+671f,U+672a,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6bd4,U+6c23,U+6c34,U+6c92,U+6cd5,U+6d3b,U+6d88,U+6e05,U+7063,U+7121,U+7136,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7531,U+7576,U+767b,U+76ee,U+76f4,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+8005,U+800c,U+806f,U+8207,U+8272,U+82b1,U+865f,U+8868,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9650,U+9762,U+982d,U+984c,U+985e,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-tc-[119]-200-normal */ @@ -995,7 +1005,37 @@ font-display: swap; font-weight: 200; src: url(./files/noto-serif-tc-119-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-119-200-normal.woff) format('woff'); - unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+a0,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+4f86,U+500b,U+5011,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5929,U+597d,U+5b50,U+5bb6,U+5c0f,U+5e73-5e74,U+5fc3,U+6210-6211,U+6240,U+6587,U+65b0,U+65b9,U+65bc,U+65e5,U+660e,U+662f,U+6642,U+66f4,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+6cbb,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+76f8,U+7db2,U+7f8e,U+80fd,U+81ea,U+884c,U+8981,U+958b,U+95dc,U+96fb,U+9801,U+9996,U+ff0c,U+ff1a; + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a; +} + +/* noto-serif-tc-cyrillic-200-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-tc-cyrillic-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-200-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-tc-vietnamese-200-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-tc-vietnamese-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-200-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-tc-latin-ext-200-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-tc-latin-ext-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-200-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; } /* noto-serif-tc-latin-200-normal */ diff --git a/fonts/google/noto-serif-tc/300.css b/fonts/google/noto-serif-tc/300.css index de9c1dd245b..ed451050b5d 100644 --- a/fonts/google/noto-serif-tc/300.css +++ b/fonts/google/noto-serif-tc/300.css @@ -1,3 +1,13 @@ +/* noto-serif-tc-[0]-300-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-tc-0-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-0-300-normal.woff) format('woff'); + unicode-range: U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4; +} + /* noto-serif-tc-[6]-300-normal */ @font-face { font-family: 'Noto Serif TC'; @@ -35,7 +45,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-19-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-19-300-normal.woff) format('woff'); - unicode-range: U+9eb9-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; + unicode-range: U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; } /* noto-serif-tc-[20]-300-normal */ @@ -45,7 +55,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-20-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-20-300-normal.woff) format('woff'); - unicode-range: U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70,U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eb8; + unicode-range: U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2; } /* noto-serif-tc-[21]-300-normal */ @@ -55,7 +65,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-21-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-21-300-normal.woff) format('woff'); - unicode-range: U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30; + unicode-range: U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70; } /* noto-serif-tc-[22]-300-normal */ @@ -65,7 +75,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-22-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-22-300-normal.woff) format('woff'); - unicode-range: U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8; + unicode-range: U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee; } /* noto-serif-tc-[23]-300-normal */ @@ -75,7 +85,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-23-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-23-300-normal.woff) format('woff'); - unicode-range: U+9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a,U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d; + unicode-range: U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86; } /* noto-serif-tc-[24]-300-normal */ @@ -85,7 +95,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-24-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-24-300-normal.woff) format('woff'); - unicode-range: U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911; + unicode-range: U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a; } /* noto-serif-tc-[25]-300-normal */ @@ -95,7 +105,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-25-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-25-300-normal.woff) format('woff'); - unicode-range: U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3; + unicode-range: U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1; } /* noto-serif-tc-[26]-300-normal */ @@ -105,7 +115,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-26-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-26-300-normal.woff) format('woff'); - unicode-range: U+950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648; + unicode-range: U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c; } /* noto-serif-tc-[27]-300-normal */ @@ -115,7 +125,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-27-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-27-300-normal.woff) format('woff'); - unicode-range: U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419-941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b; + unicode-range: U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f; } /* noto-serif-tc-[28]-300-normal */ @@ -125,7 +135,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-28-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-28-300-normal.woff) format('woff'); - unicode-range: U+92e5-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0; + unicode-range: U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419; } /* noto-serif-tc-[29]-300-normal */ @@ -135,7 +145,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-29-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-29-300-normal.woff) format('woff'); - unicode-range: U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4; + unicode-range: U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306; } /* noto-serif-tc-[30]-300-normal */ @@ -145,7 +155,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-30-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-30-300-normal.woff) format('woff'); - unicode-range: U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed; + unicode-range: U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207; } /* noto-serif-tc-[31]-300-normal */ @@ -155,7 +165,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-31-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-31-300-normal.woff) format('woff'); - unicode-range: U+8f68-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9; + unicode-range: U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df; } /* noto-serif-tc-[32]-300-normal */ @@ -165,7 +175,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-32-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-32-300-normal.woff) format('woff'); - unicode-range: U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67; + unicode-range: U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84; } /* noto-serif-tc-[33]-300-normal */ @@ -175,7 +185,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-33-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-33-300-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb,U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16; + unicode-range: U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e; } /* noto-serif-tc-[34]-300-normal */ @@ -185,7 +195,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-34-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-34-300-normal.woff) format('woff'); - unicode-range: U+8b6c-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb; } /* noto-serif-tc-[35]-300-normal */ @@ -195,7 +205,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-35-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-35-300-normal.woff) format('woff'); - unicode-range: U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6b; + unicode-range: U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99; } /* noto-serif-tc-[36]-300-normal */ @@ -205,7 +215,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-36-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-36-300-normal.woff) format('woff'); - unicode-range: U+889b-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4,U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4; + unicode-range: U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16; } /* noto-serif-tc-[37]-300-normal */ @@ -215,7 +225,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-37-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-37-300-normal.woff) format('woff'); - unicode-range: U+874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a; + unicode-range: U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4; } /* noto-serif-tc-[38]-300-normal */ @@ -225,7 +235,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-38-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-38-300-normal.woff) format('woff'); - unicode-range: U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b; + unicode-range: U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762; } /* noto-serif-tc-[39]-300-normal */ @@ -235,7 +245,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-39-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-39-300-normal.woff) format('woff'); - unicode-range: U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff; + unicode-range: U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e; } /* noto-serif-tc-[40]-300-normal */ @@ -245,7 +255,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-40-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-40-300-normal.woff) format('woff'); - unicode-range: U+8378,U+837a-8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af; + unicode-range: U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf; } /* noto-serif-tc-[41]-300-normal */ @@ -255,7 +265,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-41-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-41-300-normal.woff) format('woff'); - unicode-range: U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375; + unicode-range: U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f; } /* noto-serif-tc-[42]-300-normal */ @@ -265,7 +275,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-42-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-42-300-normal.woff) format('woff'); - unicode-range: U+8113,U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b; + unicode-range: U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279; } /* noto-serif-tc-[43]-300-normal */ @@ -275,7 +285,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-43-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-43-300-normal.woff) format('woff'); - unicode-range: U+7fb1-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8112; + unicode-range: U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a; } /* noto-serif-tc-[44]-300-normal */ @@ -285,7 +295,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-44-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-44-300-normal.woff) format('woff'); - unicode-range: U+7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb0; + unicode-range: U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6; } /* noto-serif-tc-[45]-300-normal */ @@ -295,7 +305,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-45-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-45-300-normal.woff) format('woff'); - unicode-range: U+7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eae; + unicode-range: U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2; } /* noto-serif-tc-[46]-300-normal */ @@ -305,7 +315,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-46-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-46-300-normal.woff) format('woff'); - unicode-range: U+7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d88; + unicode-range: U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b; } /* noto-serif-tc-[47]-300-normal */ @@ -315,7 +325,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-47-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-47-300-normal.woff) format('woff'); - unicode-range: U+7afb,U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c1f; + unicode-range: U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20; } /* noto-serif-tc-[48]-300-normal */ @@ -325,7 +335,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-48-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-48-300-normal.woff) format('woff'); - unicode-range: U+7988,U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa; + unicode-range: U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb; } /* noto-serif-tc-[49]-300-normal */ @@ -335,7 +345,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-49-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-49-300-normal.woff) format('woff'); - unicode-range: U+7840,U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7987; + unicode-range: U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988; } /* noto-serif-tc-[50]-300-normal */ @@ -345,7 +355,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-50-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-50-300-normal.woff) format('woff'); - unicode-range: U+7705,U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e; + unicode-range: U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840; } /* noto-serif-tc-[51]-300-normal */ @@ -355,7 +365,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-51-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-51-300-normal.woff) format('woff'); - unicode-range: U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704; + unicode-range: U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705; } /* noto-serif-tc-[52]-300-normal */ @@ -365,7 +375,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-52-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-52-300-normal.woff) format('woff'); - unicode-range: U+749a,U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca; + unicode-range: U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc; } /* noto-serif-tc-[53]-300-normal */ @@ -375,7 +385,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-53-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-53-300-normal.woff) format('woff'); - unicode-range: U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498; + unicode-range: U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a; } /* noto-serif-tc-[54]-300-normal */ @@ -385,7 +395,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-54-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-54-300-normal.woff) format('woff'); - unicode-range: U+727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae; + unicode-range: U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3; } /* noto-serif-tc-[55]-300-normal */ @@ -395,7 +405,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-55-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-55-300-normal.woff) format('woff'); - unicode-range: U+7113-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e; + unicode-range: U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f; } /* noto-serif-tc-[56]-300-normal */ @@ -405,7 +415,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-56-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-56-300-normal.woff) format('woff'); - unicode-range: U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110; + unicode-range: U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-tc-[57]-300-normal */ @@ -415,7 +425,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-57-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-57-300-normal.woff) format('woff'); - unicode-range: U+6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2; + unicode-range: U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9; } /* noto-serif-tc-[58]-300-normal */ @@ -425,7 +435,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-58-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-58-300-normal.woff) format('woff'); - unicode-range: U+6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed5; + unicode-range: U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8; } /* noto-serif-tc-[59]-300-normal */ @@ -435,7 +445,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-59-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-59-300-normal.woff) format('woff'); - unicode-range: U+6cda,U+6cdc-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2; + unicode-range: U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5; } /* noto-serif-tc-[60]-300-normal */ @@ -445,7 +455,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-60-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-60-300-normal.woff) format('woff'); - unicode-range: U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9; + unicode-range: U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc; } /* noto-serif-tc-[61]-300-normal */ @@ -455,7 +465,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-61-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-61-300-normal.woff) format('woff'); - unicode-range: U+6a31-6a32,U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4; + unicode-range: U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd; } /* noto-serif-tc-[62]-300-normal */ @@ -465,7 +475,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-62-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-62-300-normal.woff) format('woff'); - unicode-range: U+6900,U+6902,U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b; + unicode-range: U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32; } /* noto-serif-tc-[63]-300-normal */ @@ -475,7 +485,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-63-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-63-300-normal.woff) format('woff'); - unicode-range: U+67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd; + unicode-range: U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902; } /* noto-serif-tc-[64]-300-normal */ @@ -485,7 +495,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-64-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-64-300-normal.woff) format('woff'); - unicode-range: U+66a7,U+66aa,U+66b2-66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0,U+67b2-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8; + unicode-range: U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db; } /* noto-serif-tc-[65]-300-normal */ @@ -495,7 +505,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-65-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-65-300-normal.woff) format('woff'); - unicode-range: U+655d,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6; + unicode-range: U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2; } /* noto-serif-tc-[66]-300-normal */ @@ -505,7 +515,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-66-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-66-300-normal.woff) format('woff'); - unicode-range: U+6427-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b; + unicode-range: U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564; } /* noto-serif-tc-[67]-300-normal */ @@ -515,7 +525,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-67-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-67-300-normal.woff) format('woff'); - unicode-range: U+630d-630e,U+6310,U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6426; + unicode-range: U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a; } /* noto-serif-tc-[68]-300-normal */ @@ -525,7 +535,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-68-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-68-300-normal.woff) format('woff'); - unicode-range: U+61c6,U+61ca-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c; + unicode-range: U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310; } /* noto-serif-tc-[69]-300-normal */ @@ -535,7 +545,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-69-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-69-300-normal.woff) format('woff'); - unicode-range: U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3; + unicode-range: U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb; } /* noto-serif-tc-[70]-300-normal */ @@ -545,7 +555,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-70-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-70-300-normal.woff) format('woff'); - unicode-range: U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa; + unicode-range: U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af; } /* noto-serif-tc-[71]-300-normal */ @@ -555,7 +565,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-71-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-71-300-normal.woff) format('woff'); - unicode-range: U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76; + unicode-range: U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d; } /* noto-serif-tc-[72]-300-normal */ @@ -565,7 +575,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-72-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-72-300-normal.woff) format('woff'); - unicode-range: U+5ce0-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30; + unicode-range: U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a; } /* noto-serif-tc-[73]-300-normal */ @@ -575,7 +585,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-73-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-73-300-normal.woff) format('woff'); - unicode-range: U+5b80-5b82,U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf; + unicode-range: U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5; } /* noto-serif-tc-[74]-300-normal */ @@ -585,7 +595,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-74-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-74-300-normal.woff) format('woff'); - unicode-range: U+5a51,U+5a53,U+5a56-5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f; + unicode-range: U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82; } /* noto-serif-tc-[75]-300-normal */ @@ -595,7 +605,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-75-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-75-300-normal.woff) format('woff'); - unicode-range: U+590b-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50; + unicode-range: U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56; } /* noto-serif-tc-[76]-300-normal */ @@ -605,7 +615,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-76-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-76-300-normal.woff) format('woff'); - unicode-range: U+57a1,U+57a4,U+57a6,U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590a; + unicode-range: U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e; } /* noto-serif-tc-[77]-300-normal */ @@ -615,7 +625,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-77-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-77-300-normal.woff) format('woff'); - unicode-range: U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d2-56d4,U+56d6-56d9,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a0; + unicode-range: U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6; } /* noto-serif-tc-[78]-300-normal */ @@ -625,7 +635,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-78-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-78-300-normal.woff) format('woff'); - unicode-range: U+5551,U+5553,U+5555-5557,U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d; + unicode-range: U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a; } /* noto-serif-tc-[79]-300-normal */ @@ -635,7 +645,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-79-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-79-300-normal.woff) format('woff'); - unicode-range: U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550; + unicode-range: U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557; } /* noto-serif-tc-[80]-300-normal */ @@ -645,7 +655,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-80-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-80-300-normal.woff) format('woff'); - unicode-range: U+52db,U+52e0,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437; + unicode-range: U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445; } /* noto-serif-tc-[81]-300-normal */ @@ -655,7 +665,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-81-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-81-300-normal.woff) format('woff'); - unicode-range: U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7; + unicode-range: U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7; } /* noto-serif-tc-[82]-300-normal */ @@ -665,7 +675,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-82-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-82-300-normal.woff) format('woff'); - unicode-range: U+5032,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b; + unicode-range: U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196; } /* noto-serif-tc-[83]-300-normal */ @@ -675,7 +685,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-83-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-83-300-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f29-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5031; + unicode-range: U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e; } /* noto-serif-tc-[84]-300-normal */ @@ -685,7 +695,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-84-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-84-300-normal.woff) format('woff'); - unicode-range: U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21,U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b; } /* noto-serif-tc-[85]-300-normal */ @@ -695,7 +705,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-85-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-85-300-normal.woff) format('woff'); - unicode-range: U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3119,U+311b-311e,U+3120-3126,U+3128-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02; + unicode-range: U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21; } /* noto-serif-tc-[86]-300-normal */ @@ -705,7 +715,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-86-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-86-300-normal.woff) format('woff'); - unicode-range: U+2749-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052; + unicode-range: U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049; } /* noto-serif-tc-[87]-300-normal */ @@ -715,7 +725,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-87-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-87-300-normal.woff) format('woff'); - unicode-range: U+264a-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2748; + unicode-range: U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747; } /* noto-serif-tc-[88]-300-normal */ @@ -725,7 +735,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-88-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-88-300-normal.woff) format('woff'); - unicode-range: U+2567-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648-2649; + unicode-range: U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648; } /* noto-serif-tc-[89]-300-normal */ @@ -735,7 +745,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-89-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-89-300-normal.woff) format('woff'); - unicode-range: U+2476-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2566; + unicode-range: U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565; } /* noto-serif-tc-[90]-300-normal */ @@ -745,7 +755,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-90-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-90-300-normal.woff) format('woff'); - unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2461-2471,U+2474-2475; + unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474; } /* noto-serif-tc-[91]-300-normal */ @@ -805,7 +815,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-100-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-100-300-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+2223,U+2460,U+2640,U+273f,U+301c,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+56d1,U+56dd,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67b1,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71ee,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be5-8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+99f1,U+9a5b,U+9ab7,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-tc-[101]-300-normal */ @@ -815,7 +825,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-101-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-101-300-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301d-301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6292,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+701d,U+703e,U+707c,U+7099,U+710a,U+72d9,U+72e9,U+731d,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76bf,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+8258,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+9091,U+90ae,U+90b8,U+9257,U+9310,U+9382,U+93df,U+94fe,U+95a5,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+9986,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+ff25,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-tc-[102]-300-normal */ @@ -825,7 +835,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-102-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-102-300-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5436,U+5443,U+5466,U+54a8,U+54bd,U+54c9,U+54cb,U+555e,U+5580,U+560e,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+6254,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68e0,U+68f5,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6eaf,U+6eba,U+6fef,U+7028,U+70b3,U+711a,U+725f,U+7325,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7c27,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+86e4,U+8718,U+87ec,U+880d,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bdd,U+8c41,U+8c48,U+8cb6,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95a9,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-tc-[103]-300-normal */ @@ -835,7 +845,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-103-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-103-300-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+311a,U+4e11,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54a7,U+54b1,U+54b3,U+54b8,U+556a,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5614,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5d01,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+68d7,U+6977,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6e5b,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+79cd,U+7a6b,U+7ac5,U+7b1b,U+7b77,U+7ca7,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+831c,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8bcd,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-tc-[104]-300-normal */ @@ -845,7 +855,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-104-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-104-300-normal.woff) format('woff'); - unicode-range: U+10c,U+161,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1c,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+50d5,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5cfb,U+5d11,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f64,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+6807,U+68cd,U+68f2,U+690e,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+708a,U+7130,U+7165,U+7172,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8305,U+8335,U+8343,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+9444,U+957f,U+9591,U+96a7,U+97ad,U+97cc,U+9811,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9bca,U+9ebd,U+e60f,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-tc-[105]-300-normal */ @@ -855,7 +865,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-105-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-105-300-normal.woff) format('woff'); - unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+311f,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+539d,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5632,U+5757,U+5835,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+614c,U+621a,U+6237,U+6296,U+62e9,U+632a-632b,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a3a,U+6ab3,U+6b22,U+6c59,U+6c83,U+6ccc,U+6dea,U+6df5,U+6ef7,U+6f3e,U+6f80,U+6fe4,U+7164,U+71c9,U+722a,U+7260,U+7272,U+73b0,U+74e3,U+7538,U+7586,U+75b5,U+7661-7662,U+77db,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+839e,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+935b,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ff,U+9b91,U+9db4,U+9f4b,U+e602-e605,U+e610-e611,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-tc-[106]-300-normal */ @@ -865,7 +875,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-106-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-106-300-normal.woff) format('woff'); - unicode-range: U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+3127,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+4fcf,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+60df,U+611a,U+6190,U+61a4,U+61be,U+61fc,U+6284,U+62ac,U+62bc,U+634f,U+636e,U+6398,U+63a9,U+6487,U+6495,U+64ab,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+6761,U+679a,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a38,U+6a59,U+6ae5,U+6b47,U+6b67,U+6b6a,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+70ed,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+74ca,U+7535,U+753a,U+75f4,U+7624,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a62,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+84bc,U+84c9,U+84ec,U+8523,U+8549,U+8569,U+8591,U+85b0,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+9214,U+946b,U+9470,U+947c,U+9640,U+9675,U+96ef,U+97cb,U+97e9,U+985b,U+99ae,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-tc-[107]-300-normal */ @@ -875,7 +885,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-107-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-107-300-normal.woff) format('woff'); - unicode-range: U+a5,U+25ce,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4f3a,U+4f51,U+4f62,U+4faf,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5733,U+5764,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a8,U+59ec,U+5b66,U+5b99,U+5b9d,U+5bee,U+5c2c,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+6070,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6435,U+6454,U+64a4,U+64b2,U+64bc,U+64bf,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6614,U+6670,U+6688,U+672d,U+673a,U+6770,U+68cb,U+6912,U+6953,U+6a61,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+7149,U+714e,U+71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+7504,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8475,U+8490,U+85af,U+8650,U+8667,U+86d9,U+8774,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+91d8,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9716,U+9774,U+97fb,U+9812,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff05,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-tc-[108]-300-normal */ @@ -885,7 +895,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-108-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-108-300-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e08,U+4e2a,U+4e4f,U+4e59,U+4ec7,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+507d,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5690,U+56ca,U+56fe,U+582a,U+5915,U+5949,U+5962,U+5996,U+59a5,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5c48,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62d3,U+62f3,U+6368,U+6380,U+6492,U+64e0,U+6570,U+6606,U+660f,U+6649,U+6691,U+66a8,U+6749,U+674f,U+6795,U+67f1,U+67f3,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6d29,U+6d66,U+6daf,U+6f01,U+6f58,U+6f6d,U+6f70,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+71d9,U+71e5,U+7235,U+7267,U+73ca,U+742a,U+74f7,U+7529,U+758f,U+75bc,U+76c6,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7c60,U+7cfe,U+7dbf,U+7e2b,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8155,U+816b,U+81df,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8606,U+868a,U+87f9,U+886b,U+8870,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+9817,U+98c6,U+9ecf,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-tc-[109]-300-normal */ @@ -895,7 +905,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-109-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-109-300-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+5606,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+58fa,U+594f,U+5951,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5ca1,U+5d29,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6062,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64b0,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+67f4,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6cdb,U+6d69,U+6db5,U+6dd1,U+6e21,U+6f06,U+6f62,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433,U+745c,U+7470,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7740,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e31,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8108,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+8277,U+82d1,U+8461,U+84b8,U+852c,U+857e,U+8587,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8776,U+87ba,U+8896,U+88c2,U+88d5,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8d64,U+8d74,U+8d81,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+905c,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f0e,U+9f52,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-tc-[110]-300-normal */ @@ -905,7 +915,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-110-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-110-300-normal.woff) format('woff'); - unicode-range: U+2022,U+2500,U+25bc,U+4e1f,U+4e95,U+4f50,U+4f54,U+4f69,U+4fb6,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+592f,U+5954,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5c6f,U+5de1,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f7c,U+5f81,U+5f90-5f92,U+6016,U+6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6155,U+6158,U+6191,U+6212,U+626e,U+62d4,U+632f,U+633a,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6597,U+66b1,U+66ec,U+6731,U+6735,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6dcb,U+6dd8,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+73b2,U+7434,U+74e6,U+758a,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78a9,U+78b0,U+790e,U+7965,U+7a4e,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+838e,U+83cc,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8cc0,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+903e,U+9059,U+9072,U+9075,U+90ce,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+95c6,U+9676-9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b; + unicode-range: U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4; } /* noto-serif-tc-[111]-300-normal */ @@ -915,7 +925,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-111-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-111-300-normal.woff) format('woff'); - unicode-range: U+5e,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e32,U+4ef2,U+4fd7,U+501f,U+5144,U+51c6,U+52c1,U+5440,U+54e6,U+54ed,U+5510,U+5687,U+58c1,U+5b5d,U+5bd2,U+5ee2,U+5f31,U+6012,U+6084,U+6148,U+6182,U+622a,U+6355,U+6372,U+63ee,U+6416,U+6575,U+660c,U+66c9,U+675c,U+6a6b,U+6b32,U+6b49,U+6b98,U+6d6e,U+6dda,U+6ef4,U+6efe,U+7159,U+7378,U+775b,U+78e8,U+7aa9,U+7d1b,U+7de9,U+7f6a,U+7f8a,U+7fbd,U+8000,U+809a,U+8102,U+8170,U+819c,U+8266,U+82b3,U+87f2,U+8972,U+8a17,U+8b02,U+8e22,U+904d,U+90ed,U+91c7,U+93c8,U+9451,U+9a37,U+9b27,U+ad6d,U+c5b4,U+d55c; + unicode-range: U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c; } /* noto-serif-tc-[112]-300-normal */ @@ -925,7 +935,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-112-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-112-300-normal.woff) format('woff'); - unicode-range: U+2502,U+2605,U+4e39,U+4e58,U+4ea1,U+4ed9,U+4f2f-4f30,U+4f38,U+4f75,U+4fc3,U+4ff1,U+500d,U+5049,U+5074,U+5077,U+5091,U+5175,U+517c,U+51cd,U+51e1,U+5269-526a,U+52aa,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5448,U+54aa,U+5674,U+56f0,U+5761,U+585e,U+588a,U+58a8,U+58fd,U+5925,U+592e,U+5948,U+5999,U+59b3,U+5a18,U+5a1c,U+5a46,U+5b30,U+5b54,U+5b6b,U+5b8f,U+5be9,U+5bf8,U+5c0a,U+5c16,U+5c24,U+5c46,U+5cf0,U+5e1d,U+5e25,U+5e2d,U+5e3d,U+5e79,U+5f04,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+61f6,U+6258,U+6293,U+62c6,U+62d2,U+62d6,U+62fc,U+63da,U+63ed,U+640d,U+6458,U+649e,U+64ec,U+64f4,U+64fe,U+651c,U+6562,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66dd,U+66fc,U+66ff,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+695a,U+69cd,U+6afb,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6d74,U+6db2,U+6dbc,U+6df7,U+6dfb,U+6e38,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+6fc3,U+6fd5,U+7070,U+70b8,U+70cf,U+70e4,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+7919,U+7956,U+795d,U+7a05,U+7a0d,U+7a3f,U+7bc9,U+7c97,U+7cd5,U+7d0b,U+7d10,U+7dfb,U+7e3e,U+7e6a,U+8036,U+808c,U+80af,U+80ce,U+80e1,U+80f8,U+817f,U+8216,U+8239,U+827e,U+8377,U+8389,U+83ab,U+83f2,U+840a,U+8584,U+85c9,U+865b,U+8766,U+87a2,U+8932,U+8a50,U+8a69,U+8a95,U+8b6f,U+8c37,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+9336,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+9846,U+98fd,U+99d5,U+9a0e,U+9a19,U+9b6f,U+9ce5,U+9cf3,U+9ece,U+9ed8,U+9f13,U+9f20; + unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d; } /* noto-serif-tc-[113]-300-normal */ @@ -935,7 +945,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-113-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-113-300-normal.woff) format('woff'); - unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300e-300f,U+4e01,U+4e73,U+4e82,U+4e88,U+4e8e,U+4f0a,U+4f5b,U+502b,U+504f,U+5076,U+5100,U+5104,U+5132,U+5192,U+51a0,U+51ac,U+51f1,U+5200,U+5224,U+522a,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+52ff,U+5371,U+539a,U+53e5,U+540e,U+5433,U+547c,U+552f,U+5531,U+5634,U+56c9,U+574a,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58c7,U+58de,U+5967,U+59bb,U+59d3-59d4,U+5b55,U+5b87,U+5b97,U+5bae,U+5bbf,U+5be7,U+5bec,U+5cb8,U+5df7,U+5e7b-5e7c,U+5f1f,U+5f70,U+5fd9,U+60e1,U+61b6,U+61c2,U+6200,U+6234,U+6263,U+62b5,U+62dc,U+62ec,U+6383,U+638c,U+63cf,U+63d2,U+63e1,U+63f4,U+641e,U+64cd,U+64fa,U+654f,U+6557,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6696-6697,U+66ab,U+66c6,U+671d,U+672b,U+676f,U+677e,U+67d0,U+67d3,U+684c,U+68c4,U+690d,U+694a,U+699c,U+6a4b,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6bd2,U+6c60,U+6cb3,U+6d89,U+6de1,U+6de8,U+6e6f,U+6f02,U+70c8,U+7126,U+718a,U+7236,U+723d,U+7246,U+72af,U+72d7,U+73cd,U+7532,U+760b,U+7626,U+7687,U+76df,U+7761,U+79cb,U+79d2,U+79df,U+7a69,U+7af6,U+7b80,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d2b,U+7de3,U+7e2e,U+7e54,U+7e6b,U+8010,U+80a5,U+812b,U+819a,U+81a0,U+82d7,U+838a,U+8463,U+84cb,U+8521,U+8607,U+860b,U+864e,U+871c,U+878d,U+885d,U+89f8,U+8a13,U+8aa0,U+8afe,U+8b5c,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8de8,U+8fea,U+9014,U+9055,U+906d,U+907a,U+907f,U+90a6,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+9694,U+96bb,U+9707,U+9738,U+9905,U+9aa8,U+9b25,U+9b3c,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d-ff0e; + unicode-range: U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c; } /* noto-serif-tc-[114]-300-normal */ @@ -945,7 +955,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-114-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-114-300-normal.woff) format('woff'); - unicode-range: U+3c,U+d7,U+2027,U+4e4e,U+4e92,U+4ea6,U+4ec1,U+4ecd,U+4f34,U+4f48,U+4f53,U+4fb5,U+5012,U+50b7,U+51b0,U+5283,U+52dd,U+532f,U+5354,U+53eb,U+53f3,U+5409,U+5496,U+54c8,U+54e5,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+590f,U+592b,U+593e,U+5976,U+599d,U+59b9,U+59d0,U+5a5a,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de7-5de8,U+5e63,U+5e8a,U+5e9c,U+5eda,U+5ef3,U+5ef6,U+5f48,U+5fb5,U+6015,U+6025,U+602a,U+6050,U+6069,U+6162,U+6176,U+61f7,U+6279,U+627f,U+6297,U+62b1,U+62bd,U+6311,U+6377,U+6388-6389,U+63a1-63a2,U+6436,U+64c1,U+64d4,U+6551,U+6563,U+65bd,U+66b4,U+66f2,U+6751,U+675f,U+6790,U+6838,U+68d2,U+68ee,U+6982,U+69ae,U+69cb,U+6a39,U+6b66,U+6bba,U+6c5f,U+6ce1,U+6d0b,U+6d3e,U+6d6a,U+6e1b,U+6ed1,U+6f22,U+6f54,U+6f6e,U+6fc0,U+6fdf,U+719f,U+71c8,U+71d2,U+7259,U+72c2,U+7389,U+73e0,U+745e,U+751a,U+751c,U+7530,U+7533,U+7562,U+7591,U+75c5,U+75db,U+7642,U+7686,U+76d2,U+76db,U+76e1,U+76e3,U+7701,U+786c,U+7981,U+79c0,U+79fb,U+7a81,U+7a97,U+7adf,U+7aef,U+7b26,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7d9c,U+7dca,U+7df4,U+7e23,U+7f3a,U+8033,U+804a,U+8056,U+805a,U+8173,U+81e8,U+8212,U+821e,U+822a,U+82e6,U+8336,U+83dc,U+8449,U+84ee,U+85e5,U+885b,U+888b,U+8907,U+8a34,U+8a5e,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8cb4,U+8dd1,U+8f2a,U+8fb2,U+9109,U+9192,U+91cb,U+91dd,U+93e1,U+964d,U+9686,U+968e,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+98ef,U+9918,U+9aee,U+9b54,U+9ebb,U+ff0f,U+ff5c; + unicode-range: U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54; } /* noto-serif-tc-[115]-300-normal */ @@ -955,7 +965,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-115-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-115-300-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+4e45,U+4e5d,U+4e7e,U+4eac,U+4eae,U+4ed4,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+505c,U+50c5,U+5145,U+51b7,U+521d,U+523b,U+525b,U+5287,U+52e2,U+5348,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+5708,U+570d,U+571f,U+5747,U+5802,U+58d3,U+5920,U+5922,U+5957,U+5979,U+5a01,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5e78,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fd7-5fd8,U+6167,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b4c,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6e56,U+6fb3,U+722d,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a7f,U+7af9,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d22,U+7d42,U+7d55,U+7da0,U+7e41,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+8349,U+85cd,U+86cb,U+8840,U+88dc,U+8986,U+8a0e,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8fd4,U+8ff0,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+983b,U+984d,U+984f,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-tc-[116]-300-normal */ @@ -965,7 +975,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-116-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-116-300-normal.woff) format('woff'); - unicode-range: U+40,U+2026,U+4e03,U+4e14,U+4e9e,U+4ec0,U+4ed8,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+5019,U+503c,U+5047,U+514b,U+516b,U+5178,U+5207,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+5740,U+5883,U+589e,U+591c,U+5931,U+59cb,U+5a1b,U+5b58,U+5b98,U+5b9c,U+5ba4,U+5bcc,U+5beb,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fa9,U+5fae,U+5fb7,U+5ff5,U+600e,U+601d,U+60e0,U+614b,U+6230,U+623f,U+628a,U+6295,U+62c9,U+6309,U+64c7,U+64ca,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+7206,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+798f,U+79ae,U+7a4d,U+7a76,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d20,U+7d39,U+7d72,U+7dad,U+7e8c,U+7fa4,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+89ba,U+89d2,U+8a2a,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8c61,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+967d,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+9818,U+986f,U+990a,U+9910,U+9928,U+9e97,U+9ec3,U+9f8d,U+ff1b; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-tc-[117]-300-normal */ @@ -975,7 +985,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-117-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-117-300-normal.woff) format('woff'); - unicode-range: U+26,U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+512a,U+5143,U+5148,U+5152,U+5169,U+516d,U+5171,U+5177,U+518a,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+5404,U+559c,U+55ce,U+5668,U+56db,U+5712,U+5718,U+57ce,U+57fa,U+58eb,U+592a,U+5947,U+5bc6,U+5bf6,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+6236,U+624d,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63db,U+64da,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+6797,U+67e5,U+6848,U+6a19,U+6a23,U+6b61,U+6bcf,U+6c11,U+6c42,U+6d41,U+6d77,U+6e2f,U+6eff,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7537,U+754c,U+7559,U+767d-767e,U+78bc,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d30,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+7f6e,U+7fa9,U+8001,U+805e,U+8072,U+81f3,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88e1,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b70,U+8b77,U+8b80,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc,U+9ed1; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-tc-[118]-300-normal */ @@ -985,7 +995,7 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-118-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-118-300-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4fdd,U+4fe1,U+50b3,U+50f9,U+5149,U+514d,U+5167,U+5176,U+518d,U+5217,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+53ea,U+53f8,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+56e0,U+5716,U+578b,U+5831,U+5834,U+5916,U+5973,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0b,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6216,U+624b,U+6253,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+661f,U+662d,U+670d,U+671f,U+672a,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6bd4,U+6c23,U+6c34,U+6c92,U+6cd5,U+6d3b,U+6d88,U+6e05,U+7063,U+7121,U+7136,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7531,U+7576,U+767b,U+76ee,U+76f4,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+8005,U+800c,U+806f,U+8207,U+8272,U+82b1,U+865f,U+8868,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9650,U+9762,U+982d,U+984c,U+985e,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-tc-[119]-300-normal */ @@ -995,7 +1005,37 @@ font-display: swap; font-weight: 300; src: url(./files/noto-serif-tc-119-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-119-300-normal.woff) format('woff'); - unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+a0,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+4f86,U+500b,U+5011,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5929,U+597d,U+5b50,U+5bb6,U+5c0f,U+5e73-5e74,U+5fc3,U+6210-6211,U+6240,U+6587,U+65b0,U+65b9,U+65bc,U+65e5,U+660e,U+662f,U+6642,U+66f4,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+6cbb,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+76f8,U+7db2,U+7f8e,U+80fd,U+81ea,U+884c,U+8981,U+958b,U+95dc,U+96fb,U+9801,U+9996,U+ff0c,U+ff1a; + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a; +} + +/* noto-serif-tc-cyrillic-300-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-tc-cyrillic-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-300-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-tc-vietnamese-300-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-tc-vietnamese-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-300-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-tc-latin-ext-300-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-tc-latin-ext-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-300-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; } /* noto-serif-tc-latin-300-normal */ diff --git a/fonts/google/noto-serif-tc/400.css b/fonts/google/noto-serif-tc/400.css index eeb351286e0..feefb6ea078 100644 --- a/fonts/google/noto-serif-tc/400.css +++ b/fonts/google/noto-serif-tc/400.css @@ -1,3 +1,13 @@ +/* noto-serif-tc-[0]-400-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-tc-0-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-0-400-normal.woff) format('woff'); + unicode-range: U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4; +} + /* noto-serif-tc-[6]-400-normal */ @font-face { font-family: 'Noto Serif TC'; @@ -35,7 +45,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-19-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-19-400-normal.woff) format('woff'); - unicode-range: U+9eb9-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; + unicode-range: U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; } /* noto-serif-tc-[20]-400-normal */ @@ -45,7 +55,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-20-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-20-400-normal.woff) format('woff'); - unicode-range: U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70,U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eb8; + unicode-range: U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2; } /* noto-serif-tc-[21]-400-normal */ @@ -55,7 +65,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-21-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-21-400-normal.woff) format('woff'); - unicode-range: U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30; + unicode-range: U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70; } /* noto-serif-tc-[22]-400-normal */ @@ -65,7 +75,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-22-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-22-400-normal.woff) format('woff'); - unicode-range: U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8; + unicode-range: U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee; } /* noto-serif-tc-[23]-400-normal */ @@ -75,7 +85,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-23-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-23-400-normal.woff) format('woff'); - unicode-range: U+9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a,U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d; + unicode-range: U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86; } /* noto-serif-tc-[24]-400-normal */ @@ -85,7 +95,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-24-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-24-400-normal.woff) format('woff'); - unicode-range: U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911; + unicode-range: U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a; } /* noto-serif-tc-[25]-400-normal */ @@ -95,7 +105,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-25-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-25-400-normal.woff) format('woff'); - unicode-range: U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3; + unicode-range: U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1; } /* noto-serif-tc-[26]-400-normal */ @@ -105,7 +115,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-26-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-26-400-normal.woff) format('woff'); - unicode-range: U+950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648; + unicode-range: U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c; } /* noto-serif-tc-[27]-400-normal */ @@ -115,7 +125,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-27-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-27-400-normal.woff) format('woff'); - unicode-range: U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419-941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b; + unicode-range: U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f; } /* noto-serif-tc-[28]-400-normal */ @@ -125,7 +135,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-28-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-28-400-normal.woff) format('woff'); - unicode-range: U+92e5-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0; + unicode-range: U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419; } /* noto-serif-tc-[29]-400-normal */ @@ -135,7 +145,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-29-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-29-400-normal.woff) format('woff'); - unicode-range: U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4; + unicode-range: U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306; } /* noto-serif-tc-[30]-400-normal */ @@ -145,7 +155,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-30-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-30-400-normal.woff) format('woff'); - unicode-range: U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed; + unicode-range: U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207; } /* noto-serif-tc-[31]-400-normal */ @@ -155,7 +165,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-31-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-31-400-normal.woff) format('woff'); - unicode-range: U+8f68-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9; + unicode-range: U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df; } /* noto-serif-tc-[32]-400-normal */ @@ -165,7 +175,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-32-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-32-400-normal.woff) format('woff'); - unicode-range: U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67; + unicode-range: U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84; } /* noto-serif-tc-[33]-400-normal */ @@ -175,7 +185,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-33-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-33-400-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb,U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16; + unicode-range: U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e; } /* noto-serif-tc-[34]-400-normal */ @@ -185,7 +195,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-34-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-34-400-normal.woff) format('woff'); - unicode-range: U+8b6c-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb; } /* noto-serif-tc-[35]-400-normal */ @@ -195,7 +205,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-35-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-35-400-normal.woff) format('woff'); - unicode-range: U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6b; + unicode-range: U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99; } /* noto-serif-tc-[36]-400-normal */ @@ -205,7 +215,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-36-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-36-400-normal.woff) format('woff'); - unicode-range: U+889b-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4,U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4; + unicode-range: U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16; } /* noto-serif-tc-[37]-400-normal */ @@ -215,7 +225,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-37-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-37-400-normal.woff) format('woff'); - unicode-range: U+874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a; + unicode-range: U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4; } /* noto-serif-tc-[38]-400-normal */ @@ -225,7 +235,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-38-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-38-400-normal.woff) format('woff'); - unicode-range: U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b; + unicode-range: U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762; } /* noto-serif-tc-[39]-400-normal */ @@ -235,7 +245,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-39-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-39-400-normal.woff) format('woff'); - unicode-range: U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff; + unicode-range: U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e; } /* noto-serif-tc-[40]-400-normal */ @@ -245,7 +255,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-40-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-40-400-normal.woff) format('woff'); - unicode-range: U+8378,U+837a-8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af; + unicode-range: U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf; } /* noto-serif-tc-[41]-400-normal */ @@ -255,7 +265,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-41-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-41-400-normal.woff) format('woff'); - unicode-range: U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375; + unicode-range: U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f; } /* noto-serif-tc-[42]-400-normal */ @@ -265,7 +275,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-42-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-42-400-normal.woff) format('woff'); - unicode-range: U+8113,U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b; + unicode-range: U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279; } /* noto-serif-tc-[43]-400-normal */ @@ -275,7 +285,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-43-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-43-400-normal.woff) format('woff'); - unicode-range: U+7fb1-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8112; + unicode-range: U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a; } /* noto-serif-tc-[44]-400-normal */ @@ -285,7 +295,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-44-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-44-400-normal.woff) format('woff'); - unicode-range: U+7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb0; + unicode-range: U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6; } /* noto-serif-tc-[45]-400-normal */ @@ -295,7 +305,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-45-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-45-400-normal.woff) format('woff'); - unicode-range: U+7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eae; + unicode-range: U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2; } /* noto-serif-tc-[46]-400-normal */ @@ -305,7 +315,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-46-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-46-400-normal.woff) format('woff'); - unicode-range: U+7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d88; + unicode-range: U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b; } /* noto-serif-tc-[47]-400-normal */ @@ -315,7 +325,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-47-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-47-400-normal.woff) format('woff'); - unicode-range: U+7afb,U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c1f; + unicode-range: U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20; } /* noto-serif-tc-[48]-400-normal */ @@ -325,7 +335,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-48-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-48-400-normal.woff) format('woff'); - unicode-range: U+7988,U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa; + unicode-range: U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb; } /* noto-serif-tc-[49]-400-normal */ @@ -335,7 +345,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-49-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-49-400-normal.woff) format('woff'); - unicode-range: U+7840,U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7987; + unicode-range: U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988; } /* noto-serif-tc-[50]-400-normal */ @@ -345,7 +355,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-50-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-50-400-normal.woff) format('woff'); - unicode-range: U+7705,U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e; + unicode-range: U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840; } /* noto-serif-tc-[51]-400-normal */ @@ -355,7 +365,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-51-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-51-400-normal.woff) format('woff'); - unicode-range: U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704; + unicode-range: U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705; } /* noto-serif-tc-[52]-400-normal */ @@ -365,7 +375,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-52-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-52-400-normal.woff) format('woff'); - unicode-range: U+749a,U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca; + unicode-range: U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc; } /* noto-serif-tc-[53]-400-normal */ @@ -375,7 +385,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-53-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-53-400-normal.woff) format('woff'); - unicode-range: U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498; + unicode-range: U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a; } /* noto-serif-tc-[54]-400-normal */ @@ -385,7 +395,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-54-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-54-400-normal.woff) format('woff'); - unicode-range: U+727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae; + unicode-range: U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3; } /* noto-serif-tc-[55]-400-normal */ @@ -395,7 +405,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-55-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-55-400-normal.woff) format('woff'); - unicode-range: U+7113-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e; + unicode-range: U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f; } /* noto-serif-tc-[56]-400-normal */ @@ -405,7 +415,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-56-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-56-400-normal.woff) format('woff'); - unicode-range: U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110; + unicode-range: U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-tc-[57]-400-normal */ @@ -415,7 +425,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-57-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-57-400-normal.woff) format('woff'); - unicode-range: U+6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2; + unicode-range: U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9; } /* noto-serif-tc-[58]-400-normal */ @@ -425,7 +435,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-58-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-58-400-normal.woff) format('woff'); - unicode-range: U+6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed5; + unicode-range: U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8; } /* noto-serif-tc-[59]-400-normal */ @@ -435,7 +445,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-59-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-59-400-normal.woff) format('woff'); - unicode-range: U+6cda,U+6cdc-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2; + unicode-range: U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5; } /* noto-serif-tc-[60]-400-normal */ @@ -445,7 +455,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-60-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-60-400-normal.woff) format('woff'); - unicode-range: U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9; + unicode-range: U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc; } /* noto-serif-tc-[61]-400-normal */ @@ -455,7 +465,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-61-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-61-400-normal.woff) format('woff'); - unicode-range: U+6a31-6a32,U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4; + unicode-range: U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd; } /* noto-serif-tc-[62]-400-normal */ @@ -465,7 +475,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-62-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-62-400-normal.woff) format('woff'); - unicode-range: U+6900,U+6902,U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b; + unicode-range: U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32; } /* noto-serif-tc-[63]-400-normal */ @@ -475,7 +485,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-63-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-63-400-normal.woff) format('woff'); - unicode-range: U+67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd; + unicode-range: U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902; } /* noto-serif-tc-[64]-400-normal */ @@ -485,7 +495,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-64-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-64-400-normal.woff) format('woff'); - unicode-range: U+66a7,U+66aa,U+66b2-66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0,U+67b2-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8; + unicode-range: U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db; } /* noto-serif-tc-[65]-400-normal */ @@ -495,7 +505,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-65-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-65-400-normal.woff) format('woff'); - unicode-range: U+655d,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6; + unicode-range: U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2; } /* noto-serif-tc-[66]-400-normal */ @@ -505,7 +515,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-66-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-66-400-normal.woff) format('woff'); - unicode-range: U+6427-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b; + unicode-range: U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564; } /* noto-serif-tc-[67]-400-normal */ @@ -515,7 +525,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-67-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-67-400-normal.woff) format('woff'); - unicode-range: U+630d-630e,U+6310,U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6426; + unicode-range: U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a; } /* noto-serif-tc-[68]-400-normal */ @@ -525,7 +535,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-68-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-68-400-normal.woff) format('woff'); - unicode-range: U+61c6,U+61ca-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c; + unicode-range: U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310; } /* noto-serif-tc-[69]-400-normal */ @@ -535,7 +545,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-69-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-69-400-normal.woff) format('woff'); - unicode-range: U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3; + unicode-range: U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb; } /* noto-serif-tc-[70]-400-normal */ @@ -545,7 +555,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-70-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-70-400-normal.woff) format('woff'); - unicode-range: U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa; + unicode-range: U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af; } /* noto-serif-tc-[71]-400-normal */ @@ -555,7 +565,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-71-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-71-400-normal.woff) format('woff'); - unicode-range: U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76; + unicode-range: U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d; } /* noto-serif-tc-[72]-400-normal */ @@ -565,7 +575,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-72-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-72-400-normal.woff) format('woff'); - unicode-range: U+5ce0-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30; + unicode-range: U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a; } /* noto-serif-tc-[73]-400-normal */ @@ -575,7 +585,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-73-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-73-400-normal.woff) format('woff'); - unicode-range: U+5b80-5b82,U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf; + unicode-range: U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5; } /* noto-serif-tc-[74]-400-normal */ @@ -585,7 +595,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-74-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-74-400-normal.woff) format('woff'); - unicode-range: U+5a51,U+5a53,U+5a56-5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f; + unicode-range: U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82; } /* noto-serif-tc-[75]-400-normal */ @@ -595,7 +605,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-75-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-75-400-normal.woff) format('woff'); - unicode-range: U+590b-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50; + unicode-range: U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56; } /* noto-serif-tc-[76]-400-normal */ @@ -605,7 +615,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-76-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-76-400-normal.woff) format('woff'); - unicode-range: U+57a1,U+57a4,U+57a6,U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590a; + unicode-range: U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e; } /* noto-serif-tc-[77]-400-normal */ @@ -615,7 +625,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-77-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-77-400-normal.woff) format('woff'); - unicode-range: U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d2-56d4,U+56d6-56d9,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a0; + unicode-range: U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6; } /* noto-serif-tc-[78]-400-normal */ @@ -625,7 +635,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-78-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-78-400-normal.woff) format('woff'); - unicode-range: U+5551,U+5553,U+5555-5557,U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d; + unicode-range: U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a; } /* noto-serif-tc-[79]-400-normal */ @@ -635,7 +645,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-79-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-79-400-normal.woff) format('woff'); - unicode-range: U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550; + unicode-range: U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557; } /* noto-serif-tc-[80]-400-normal */ @@ -645,7 +655,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-80-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-80-400-normal.woff) format('woff'); - unicode-range: U+52db,U+52e0,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437; + unicode-range: U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445; } /* noto-serif-tc-[81]-400-normal */ @@ -655,7 +665,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-81-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-81-400-normal.woff) format('woff'); - unicode-range: U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7; + unicode-range: U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7; } /* noto-serif-tc-[82]-400-normal */ @@ -665,7 +675,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-82-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-82-400-normal.woff) format('woff'); - unicode-range: U+5032,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b; + unicode-range: U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196; } /* noto-serif-tc-[83]-400-normal */ @@ -675,7 +685,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-83-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-83-400-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f29-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5031; + unicode-range: U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e; } /* noto-serif-tc-[84]-400-normal */ @@ -685,7 +695,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-84-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-84-400-normal.woff) format('woff'); - unicode-range: U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21,U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b; } /* noto-serif-tc-[85]-400-normal */ @@ -695,7 +705,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-85-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-85-400-normal.woff) format('woff'); - unicode-range: U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3119,U+311b-311e,U+3120-3126,U+3128-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02; + unicode-range: U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21; } /* noto-serif-tc-[86]-400-normal */ @@ -705,7 +715,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-86-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-86-400-normal.woff) format('woff'); - unicode-range: U+2749-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052; + unicode-range: U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049; } /* noto-serif-tc-[87]-400-normal */ @@ -715,7 +725,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-87-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-87-400-normal.woff) format('woff'); - unicode-range: U+264a-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2748; + unicode-range: U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747; } /* noto-serif-tc-[88]-400-normal */ @@ -725,7 +735,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-88-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-88-400-normal.woff) format('woff'); - unicode-range: U+2567-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648-2649; + unicode-range: U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648; } /* noto-serif-tc-[89]-400-normal */ @@ -735,7 +745,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-89-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-89-400-normal.woff) format('woff'); - unicode-range: U+2476-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2566; + unicode-range: U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565; } /* noto-serif-tc-[90]-400-normal */ @@ -745,7 +755,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-90-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-90-400-normal.woff) format('woff'); - unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2461-2471,U+2474-2475; + unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474; } /* noto-serif-tc-[91]-400-normal */ @@ -805,7 +815,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-100-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-100-400-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+2223,U+2460,U+2640,U+273f,U+301c,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+56d1,U+56dd,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67b1,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71ee,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be5-8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+99f1,U+9a5b,U+9ab7,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-tc-[101]-400-normal */ @@ -815,7 +825,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-101-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-101-400-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301d-301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6292,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+701d,U+703e,U+707c,U+7099,U+710a,U+72d9,U+72e9,U+731d,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76bf,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+8258,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+9091,U+90ae,U+90b8,U+9257,U+9310,U+9382,U+93df,U+94fe,U+95a5,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+9986,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+ff25,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-tc-[102]-400-normal */ @@ -825,7 +835,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-102-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-102-400-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5436,U+5443,U+5466,U+54a8,U+54bd,U+54c9,U+54cb,U+555e,U+5580,U+560e,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+6254,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68e0,U+68f5,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6eaf,U+6eba,U+6fef,U+7028,U+70b3,U+711a,U+725f,U+7325,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7c27,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+86e4,U+8718,U+87ec,U+880d,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bdd,U+8c41,U+8c48,U+8cb6,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95a9,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-tc-[103]-400-normal */ @@ -835,7 +845,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-103-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-103-400-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+311a,U+4e11,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54a7,U+54b1,U+54b3,U+54b8,U+556a,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5614,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5d01,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+68d7,U+6977,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6e5b,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+79cd,U+7a6b,U+7ac5,U+7b1b,U+7b77,U+7ca7,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+831c,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8bcd,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-tc-[104]-400-normal */ @@ -845,7 +855,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-104-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-104-400-normal.woff) format('woff'); - unicode-range: U+10c,U+161,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1c,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+50d5,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5cfb,U+5d11,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f64,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+6807,U+68cd,U+68f2,U+690e,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+708a,U+7130,U+7165,U+7172,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8305,U+8335,U+8343,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+9444,U+957f,U+9591,U+96a7,U+97ad,U+97cc,U+9811,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9bca,U+9ebd,U+e60f,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-tc-[105]-400-normal */ @@ -855,7 +865,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-105-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-105-400-normal.woff) format('woff'); - unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+311f,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+539d,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5632,U+5757,U+5835,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+614c,U+621a,U+6237,U+6296,U+62e9,U+632a-632b,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a3a,U+6ab3,U+6b22,U+6c59,U+6c83,U+6ccc,U+6dea,U+6df5,U+6ef7,U+6f3e,U+6f80,U+6fe4,U+7164,U+71c9,U+722a,U+7260,U+7272,U+73b0,U+74e3,U+7538,U+7586,U+75b5,U+7661-7662,U+77db,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+839e,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+935b,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ff,U+9b91,U+9db4,U+9f4b,U+e602-e605,U+e610-e611,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-tc-[106]-400-normal */ @@ -865,7 +875,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-106-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-106-400-normal.woff) format('woff'); - unicode-range: U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+3127,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+4fcf,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+60df,U+611a,U+6190,U+61a4,U+61be,U+61fc,U+6284,U+62ac,U+62bc,U+634f,U+636e,U+6398,U+63a9,U+6487,U+6495,U+64ab,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+6761,U+679a,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a38,U+6a59,U+6ae5,U+6b47,U+6b67,U+6b6a,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+70ed,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+74ca,U+7535,U+753a,U+75f4,U+7624,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a62,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+84bc,U+84c9,U+84ec,U+8523,U+8549,U+8569,U+8591,U+85b0,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+9214,U+946b,U+9470,U+947c,U+9640,U+9675,U+96ef,U+97cb,U+97e9,U+985b,U+99ae,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-tc-[107]-400-normal */ @@ -875,7 +885,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-107-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-107-400-normal.woff) format('woff'); - unicode-range: U+a5,U+25ce,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4f3a,U+4f51,U+4f62,U+4faf,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5733,U+5764,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a8,U+59ec,U+5b66,U+5b99,U+5b9d,U+5bee,U+5c2c,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+6070,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6435,U+6454,U+64a4,U+64b2,U+64bc,U+64bf,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6614,U+6670,U+6688,U+672d,U+673a,U+6770,U+68cb,U+6912,U+6953,U+6a61,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+7149,U+714e,U+71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+7504,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8475,U+8490,U+85af,U+8650,U+8667,U+86d9,U+8774,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+91d8,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9716,U+9774,U+97fb,U+9812,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff05,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-tc-[108]-400-normal */ @@ -885,7 +895,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-108-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-108-400-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e08,U+4e2a,U+4e4f,U+4e59,U+4ec7,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+507d,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5690,U+56ca,U+56fe,U+582a,U+5915,U+5949,U+5962,U+5996,U+59a5,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5c48,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62d3,U+62f3,U+6368,U+6380,U+6492,U+64e0,U+6570,U+6606,U+660f,U+6649,U+6691,U+66a8,U+6749,U+674f,U+6795,U+67f1,U+67f3,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6d29,U+6d66,U+6daf,U+6f01,U+6f58,U+6f6d,U+6f70,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+71d9,U+71e5,U+7235,U+7267,U+73ca,U+742a,U+74f7,U+7529,U+758f,U+75bc,U+76c6,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7c60,U+7cfe,U+7dbf,U+7e2b,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8155,U+816b,U+81df,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8606,U+868a,U+87f9,U+886b,U+8870,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+9817,U+98c6,U+9ecf,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-tc-[109]-400-normal */ @@ -895,7 +905,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-109-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-109-400-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+5606,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+58fa,U+594f,U+5951,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5ca1,U+5d29,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6062,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64b0,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+67f4,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6cdb,U+6d69,U+6db5,U+6dd1,U+6e21,U+6f06,U+6f62,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433,U+745c,U+7470,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7740,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e31,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8108,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+8277,U+82d1,U+8461,U+84b8,U+852c,U+857e,U+8587,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8776,U+87ba,U+8896,U+88c2,U+88d5,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8d64,U+8d74,U+8d81,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+905c,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f0e,U+9f52,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-tc-[110]-400-normal */ @@ -905,7 +915,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-110-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-110-400-normal.woff) format('woff'); - unicode-range: U+2022,U+2500,U+25bc,U+4e1f,U+4e95,U+4f50,U+4f54,U+4f69,U+4fb6,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+592f,U+5954,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5c6f,U+5de1,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f7c,U+5f81,U+5f90-5f92,U+6016,U+6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6155,U+6158,U+6191,U+6212,U+626e,U+62d4,U+632f,U+633a,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6597,U+66b1,U+66ec,U+6731,U+6735,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6dcb,U+6dd8,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+73b2,U+7434,U+74e6,U+758a,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78a9,U+78b0,U+790e,U+7965,U+7a4e,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+838e,U+83cc,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8cc0,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+903e,U+9059,U+9072,U+9075,U+90ce,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+95c6,U+9676-9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b; + unicode-range: U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4; } /* noto-serif-tc-[111]-400-normal */ @@ -915,7 +925,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-111-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-111-400-normal.woff) format('woff'); - unicode-range: U+5e,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e32,U+4ef2,U+4fd7,U+501f,U+5144,U+51c6,U+52c1,U+5440,U+54e6,U+54ed,U+5510,U+5687,U+58c1,U+5b5d,U+5bd2,U+5ee2,U+5f31,U+6012,U+6084,U+6148,U+6182,U+622a,U+6355,U+6372,U+63ee,U+6416,U+6575,U+660c,U+66c9,U+675c,U+6a6b,U+6b32,U+6b49,U+6b98,U+6d6e,U+6dda,U+6ef4,U+6efe,U+7159,U+7378,U+775b,U+78e8,U+7aa9,U+7d1b,U+7de9,U+7f6a,U+7f8a,U+7fbd,U+8000,U+809a,U+8102,U+8170,U+819c,U+8266,U+82b3,U+87f2,U+8972,U+8a17,U+8b02,U+8e22,U+904d,U+90ed,U+91c7,U+93c8,U+9451,U+9a37,U+9b27,U+ad6d,U+c5b4,U+d55c; + unicode-range: U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c; } /* noto-serif-tc-[112]-400-normal */ @@ -925,7 +935,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-112-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-112-400-normal.woff) format('woff'); - unicode-range: U+2502,U+2605,U+4e39,U+4e58,U+4ea1,U+4ed9,U+4f2f-4f30,U+4f38,U+4f75,U+4fc3,U+4ff1,U+500d,U+5049,U+5074,U+5077,U+5091,U+5175,U+517c,U+51cd,U+51e1,U+5269-526a,U+52aa,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5448,U+54aa,U+5674,U+56f0,U+5761,U+585e,U+588a,U+58a8,U+58fd,U+5925,U+592e,U+5948,U+5999,U+59b3,U+5a18,U+5a1c,U+5a46,U+5b30,U+5b54,U+5b6b,U+5b8f,U+5be9,U+5bf8,U+5c0a,U+5c16,U+5c24,U+5c46,U+5cf0,U+5e1d,U+5e25,U+5e2d,U+5e3d,U+5e79,U+5f04,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+61f6,U+6258,U+6293,U+62c6,U+62d2,U+62d6,U+62fc,U+63da,U+63ed,U+640d,U+6458,U+649e,U+64ec,U+64f4,U+64fe,U+651c,U+6562,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66dd,U+66fc,U+66ff,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+695a,U+69cd,U+6afb,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6d74,U+6db2,U+6dbc,U+6df7,U+6dfb,U+6e38,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+6fc3,U+6fd5,U+7070,U+70b8,U+70cf,U+70e4,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+7919,U+7956,U+795d,U+7a05,U+7a0d,U+7a3f,U+7bc9,U+7c97,U+7cd5,U+7d0b,U+7d10,U+7dfb,U+7e3e,U+7e6a,U+8036,U+808c,U+80af,U+80ce,U+80e1,U+80f8,U+817f,U+8216,U+8239,U+827e,U+8377,U+8389,U+83ab,U+83f2,U+840a,U+8584,U+85c9,U+865b,U+8766,U+87a2,U+8932,U+8a50,U+8a69,U+8a95,U+8b6f,U+8c37,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+9336,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+9846,U+98fd,U+99d5,U+9a0e,U+9a19,U+9b6f,U+9ce5,U+9cf3,U+9ece,U+9ed8,U+9f13,U+9f20; + unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d; } /* noto-serif-tc-[113]-400-normal */ @@ -935,7 +945,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-113-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-113-400-normal.woff) format('woff'); - unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300e-300f,U+4e01,U+4e73,U+4e82,U+4e88,U+4e8e,U+4f0a,U+4f5b,U+502b,U+504f,U+5076,U+5100,U+5104,U+5132,U+5192,U+51a0,U+51ac,U+51f1,U+5200,U+5224,U+522a,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+52ff,U+5371,U+539a,U+53e5,U+540e,U+5433,U+547c,U+552f,U+5531,U+5634,U+56c9,U+574a,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58c7,U+58de,U+5967,U+59bb,U+59d3-59d4,U+5b55,U+5b87,U+5b97,U+5bae,U+5bbf,U+5be7,U+5bec,U+5cb8,U+5df7,U+5e7b-5e7c,U+5f1f,U+5f70,U+5fd9,U+60e1,U+61b6,U+61c2,U+6200,U+6234,U+6263,U+62b5,U+62dc,U+62ec,U+6383,U+638c,U+63cf,U+63d2,U+63e1,U+63f4,U+641e,U+64cd,U+64fa,U+654f,U+6557,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6696-6697,U+66ab,U+66c6,U+671d,U+672b,U+676f,U+677e,U+67d0,U+67d3,U+684c,U+68c4,U+690d,U+694a,U+699c,U+6a4b,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6bd2,U+6c60,U+6cb3,U+6d89,U+6de1,U+6de8,U+6e6f,U+6f02,U+70c8,U+7126,U+718a,U+7236,U+723d,U+7246,U+72af,U+72d7,U+73cd,U+7532,U+760b,U+7626,U+7687,U+76df,U+7761,U+79cb,U+79d2,U+79df,U+7a69,U+7af6,U+7b80,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d2b,U+7de3,U+7e2e,U+7e54,U+7e6b,U+8010,U+80a5,U+812b,U+819a,U+81a0,U+82d7,U+838a,U+8463,U+84cb,U+8521,U+8607,U+860b,U+864e,U+871c,U+878d,U+885d,U+89f8,U+8a13,U+8aa0,U+8afe,U+8b5c,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8de8,U+8fea,U+9014,U+9055,U+906d,U+907a,U+907f,U+90a6,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+9694,U+96bb,U+9707,U+9738,U+9905,U+9aa8,U+9b25,U+9b3c,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d-ff0e; + unicode-range: U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c; } /* noto-serif-tc-[114]-400-normal */ @@ -945,7 +955,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-114-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-114-400-normal.woff) format('woff'); - unicode-range: U+3c,U+d7,U+2027,U+4e4e,U+4e92,U+4ea6,U+4ec1,U+4ecd,U+4f34,U+4f48,U+4f53,U+4fb5,U+5012,U+50b7,U+51b0,U+5283,U+52dd,U+532f,U+5354,U+53eb,U+53f3,U+5409,U+5496,U+54c8,U+54e5,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+590f,U+592b,U+593e,U+5976,U+599d,U+59b9,U+59d0,U+5a5a,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de7-5de8,U+5e63,U+5e8a,U+5e9c,U+5eda,U+5ef3,U+5ef6,U+5f48,U+5fb5,U+6015,U+6025,U+602a,U+6050,U+6069,U+6162,U+6176,U+61f7,U+6279,U+627f,U+6297,U+62b1,U+62bd,U+6311,U+6377,U+6388-6389,U+63a1-63a2,U+6436,U+64c1,U+64d4,U+6551,U+6563,U+65bd,U+66b4,U+66f2,U+6751,U+675f,U+6790,U+6838,U+68d2,U+68ee,U+6982,U+69ae,U+69cb,U+6a39,U+6b66,U+6bba,U+6c5f,U+6ce1,U+6d0b,U+6d3e,U+6d6a,U+6e1b,U+6ed1,U+6f22,U+6f54,U+6f6e,U+6fc0,U+6fdf,U+719f,U+71c8,U+71d2,U+7259,U+72c2,U+7389,U+73e0,U+745e,U+751a,U+751c,U+7530,U+7533,U+7562,U+7591,U+75c5,U+75db,U+7642,U+7686,U+76d2,U+76db,U+76e1,U+76e3,U+7701,U+786c,U+7981,U+79c0,U+79fb,U+7a81,U+7a97,U+7adf,U+7aef,U+7b26,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7d9c,U+7dca,U+7df4,U+7e23,U+7f3a,U+8033,U+804a,U+8056,U+805a,U+8173,U+81e8,U+8212,U+821e,U+822a,U+82e6,U+8336,U+83dc,U+8449,U+84ee,U+85e5,U+885b,U+888b,U+8907,U+8a34,U+8a5e,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8cb4,U+8dd1,U+8f2a,U+8fb2,U+9109,U+9192,U+91cb,U+91dd,U+93e1,U+964d,U+9686,U+968e,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+98ef,U+9918,U+9aee,U+9b54,U+9ebb,U+ff0f,U+ff5c; + unicode-range: U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54; } /* noto-serif-tc-[115]-400-normal */ @@ -955,7 +965,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-115-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-115-400-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+4e45,U+4e5d,U+4e7e,U+4eac,U+4eae,U+4ed4,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+505c,U+50c5,U+5145,U+51b7,U+521d,U+523b,U+525b,U+5287,U+52e2,U+5348,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+5708,U+570d,U+571f,U+5747,U+5802,U+58d3,U+5920,U+5922,U+5957,U+5979,U+5a01,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5e78,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fd7-5fd8,U+6167,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b4c,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6e56,U+6fb3,U+722d,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a7f,U+7af9,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d22,U+7d42,U+7d55,U+7da0,U+7e41,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+8349,U+85cd,U+86cb,U+8840,U+88dc,U+8986,U+8a0e,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8fd4,U+8ff0,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+983b,U+984d,U+984f,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-tc-[116]-400-normal */ @@ -965,7 +975,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-116-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-116-400-normal.woff) format('woff'); - unicode-range: U+40,U+2026,U+4e03,U+4e14,U+4e9e,U+4ec0,U+4ed8,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+5019,U+503c,U+5047,U+514b,U+516b,U+5178,U+5207,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+5740,U+5883,U+589e,U+591c,U+5931,U+59cb,U+5a1b,U+5b58,U+5b98,U+5b9c,U+5ba4,U+5bcc,U+5beb,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fa9,U+5fae,U+5fb7,U+5ff5,U+600e,U+601d,U+60e0,U+614b,U+6230,U+623f,U+628a,U+6295,U+62c9,U+6309,U+64c7,U+64ca,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+7206,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+798f,U+79ae,U+7a4d,U+7a76,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d20,U+7d39,U+7d72,U+7dad,U+7e8c,U+7fa4,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+89ba,U+89d2,U+8a2a,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8c61,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+967d,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+9818,U+986f,U+990a,U+9910,U+9928,U+9e97,U+9ec3,U+9f8d,U+ff1b; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-tc-[117]-400-normal */ @@ -975,7 +985,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-117-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-117-400-normal.woff) format('woff'); - unicode-range: U+26,U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+512a,U+5143,U+5148,U+5152,U+5169,U+516d,U+5171,U+5177,U+518a,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+5404,U+559c,U+55ce,U+5668,U+56db,U+5712,U+5718,U+57ce,U+57fa,U+58eb,U+592a,U+5947,U+5bc6,U+5bf6,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+6236,U+624d,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63db,U+64da,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+6797,U+67e5,U+6848,U+6a19,U+6a23,U+6b61,U+6bcf,U+6c11,U+6c42,U+6d41,U+6d77,U+6e2f,U+6eff,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7537,U+754c,U+7559,U+767d-767e,U+78bc,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d30,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+7f6e,U+7fa9,U+8001,U+805e,U+8072,U+81f3,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88e1,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b70,U+8b77,U+8b80,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc,U+9ed1; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-tc-[118]-400-normal */ @@ -985,7 +995,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-118-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-118-400-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4fdd,U+4fe1,U+50b3,U+50f9,U+5149,U+514d,U+5167,U+5176,U+518d,U+5217,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+53ea,U+53f8,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+56e0,U+5716,U+578b,U+5831,U+5834,U+5916,U+5973,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0b,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6216,U+624b,U+6253,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+661f,U+662d,U+670d,U+671f,U+672a,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6bd4,U+6c23,U+6c34,U+6c92,U+6cd5,U+6d3b,U+6d88,U+6e05,U+7063,U+7121,U+7136,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7531,U+7576,U+767b,U+76ee,U+76f4,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+8005,U+800c,U+806f,U+8207,U+8272,U+82b1,U+865f,U+8868,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9650,U+9762,U+982d,U+984c,U+985e,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-tc-[119]-400-normal */ @@ -995,7 +1005,37 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-119-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-119-400-normal.woff) format('woff'); - unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+a0,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+4f86,U+500b,U+5011,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5929,U+597d,U+5b50,U+5bb6,U+5c0f,U+5e73-5e74,U+5fc3,U+6210-6211,U+6240,U+6587,U+65b0,U+65b9,U+65bc,U+65e5,U+660e,U+662f,U+6642,U+66f4,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+6cbb,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+76f8,U+7db2,U+7f8e,U+80fd,U+81ea,U+884c,U+8981,U+958b,U+95dc,U+96fb,U+9801,U+9996,U+ff0c,U+ff1a; + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a; +} + +/* noto-serif-tc-cyrillic-400-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-tc-cyrillic-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-400-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-tc-vietnamese-400-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-tc-vietnamese-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-400-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-tc-latin-ext-400-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-tc-latin-ext-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-400-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; } /* noto-serif-tc-latin-400-normal */ diff --git a/fonts/google/noto-serif-tc/500.css b/fonts/google/noto-serif-tc/500.css index 307423cb283..e383b9e0c0c 100644 --- a/fonts/google/noto-serif-tc/500.css +++ b/fonts/google/noto-serif-tc/500.css @@ -1,3 +1,13 @@ +/* noto-serif-tc-[0]-500-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-tc-0-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-0-500-normal.woff) format('woff'); + unicode-range: U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4; +} + /* noto-serif-tc-[6]-500-normal */ @font-face { font-family: 'Noto Serif TC'; @@ -35,7 +45,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-19-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-19-500-normal.woff) format('woff'); - unicode-range: U+9eb9-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; + unicode-range: U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; } /* noto-serif-tc-[20]-500-normal */ @@ -45,7 +55,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-20-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-20-500-normal.woff) format('woff'); - unicode-range: U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70,U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eb8; + unicode-range: U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2; } /* noto-serif-tc-[21]-500-normal */ @@ -55,7 +65,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-21-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-21-500-normal.woff) format('woff'); - unicode-range: U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30; + unicode-range: U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70; } /* noto-serif-tc-[22]-500-normal */ @@ -65,7 +75,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-22-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-22-500-normal.woff) format('woff'); - unicode-range: U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8; + unicode-range: U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee; } /* noto-serif-tc-[23]-500-normal */ @@ -75,7 +85,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-23-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-23-500-normal.woff) format('woff'); - unicode-range: U+9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a,U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d; + unicode-range: U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86; } /* noto-serif-tc-[24]-500-normal */ @@ -85,7 +95,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-24-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-24-500-normal.woff) format('woff'); - unicode-range: U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911; + unicode-range: U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a; } /* noto-serif-tc-[25]-500-normal */ @@ -95,7 +105,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-25-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-25-500-normal.woff) format('woff'); - unicode-range: U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3; + unicode-range: U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1; } /* noto-serif-tc-[26]-500-normal */ @@ -105,7 +115,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-26-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-26-500-normal.woff) format('woff'); - unicode-range: U+950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648; + unicode-range: U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c; } /* noto-serif-tc-[27]-500-normal */ @@ -115,7 +125,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-27-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-27-500-normal.woff) format('woff'); - unicode-range: U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419-941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b; + unicode-range: U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f; } /* noto-serif-tc-[28]-500-normal */ @@ -125,7 +135,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-28-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-28-500-normal.woff) format('woff'); - unicode-range: U+92e5-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0; + unicode-range: U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419; } /* noto-serif-tc-[29]-500-normal */ @@ -135,7 +145,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-29-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-29-500-normal.woff) format('woff'); - unicode-range: U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4; + unicode-range: U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306; } /* noto-serif-tc-[30]-500-normal */ @@ -145,7 +155,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-30-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-30-500-normal.woff) format('woff'); - unicode-range: U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed; + unicode-range: U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207; } /* noto-serif-tc-[31]-500-normal */ @@ -155,7 +165,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-31-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-31-500-normal.woff) format('woff'); - unicode-range: U+8f68-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9; + unicode-range: U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df; } /* noto-serif-tc-[32]-500-normal */ @@ -165,7 +175,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-32-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-32-500-normal.woff) format('woff'); - unicode-range: U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67; + unicode-range: U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84; } /* noto-serif-tc-[33]-500-normal */ @@ -175,7 +185,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-33-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-33-500-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb,U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16; + unicode-range: U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e; } /* noto-serif-tc-[34]-500-normal */ @@ -185,7 +195,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-34-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-34-500-normal.woff) format('woff'); - unicode-range: U+8b6c-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb; } /* noto-serif-tc-[35]-500-normal */ @@ -195,7 +205,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-35-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-35-500-normal.woff) format('woff'); - unicode-range: U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6b; + unicode-range: U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99; } /* noto-serif-tc-[36]-500-normal */ @@ -205,7 +215,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-36-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-36-500-normal.woff) format('woff'); - unicode-range: U+889b-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4,U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4; + unicode-range: U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16; } /* noto-serif-tc-[37]-500-normal */ @@ -215,7 +225,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-37-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-37-500-normal.woff) format('woff'); - unicode-range: U+874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a; + unicode-range: U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4; } /* noto-serif-tc-[38]-500-normal */ @@ -225,7 +235,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-38-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-38-500-normal.woff) format('woff'); - unicode-range: U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b; + unicode-range: U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762; } /* noto-serif-tc-[39]-500-normal */ @@ -235,7 +245,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-39-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-39-500-normal.woff) format('woff'); - unicode-range: U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff; + unicode-range: U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e; } /* noto-serif-tc-[40]-500-normal */ @@ -245,7 +255,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-40-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-40-500-normal.woff) format('woff'); - unicode-range: U+8378,U+837a-8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af; + unicode-range: U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf; } /* noto-serif-tc-[41]-500-normal */ @@ -255,7 +265,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-41-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-41-500-normal.woff) format('woff'); - unicode-range: U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375; + unicode-range: U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f; } /* noto-serif-tc-[42]-500-normal */ @@ -265,7 +275,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-42-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-42-500-normal.woff) format('woff'); - unicode-range: U+8113,U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b; + unicode-range: U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279; } /* noto-serif-tc-[43]-500-normal */ @@ -275,7 +285,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-43-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-43-500-normal.woff) format('woff'); - unicode-range: U+7fb1-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8112; + unicode-range: U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a; } /* noto-serif-tc-[44]-500-normal */ @@ -285,7 +295,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-44-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-44-500-normal.woff) format('woff'); - unicode-range: U+7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb0; + unicode-range: U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6; } /* noto-serif-tc-[45]-500-normal */ @@ -295,7 +305,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-45-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-45-500-normal.woff) format('woff'); - unicode-range: U+7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eae; + unicode-range: U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2; } /* noto-serif-tc-[46]-500-normal */ @@ -305,7 +315,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-46-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-46-500-normal.woff) format('woff'); - unicode-range: U+7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d88; + unicode-range: U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b; } /* noto-serif-tc-[47]-500-normal */ @@ -315,7 +325,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-47-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-47-500-normal.woff) format('woff'); - unicode-range: U+7afb,U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c1f; + unicode-range: U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20; } /* noto-serif-tc-[48]-500-normal */ @@ -325,7 +335,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-48-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-48-500-normal.woff) format('woff'); - unicode-range: U+7988,U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa; + unicode-range: U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb; } /* noto-serif-tc-[49]-500-normal */ @@ -335,7 +345,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-49-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-49-500-normal.woff) format('woff'); - unicode-range: U+7840,U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7987; + unicode-range: U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988; } /* noto-serif-tc-[50]-500-normal */ @@ -345,7 +355,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-50-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-50-500-normal.woff) format('woff'); - unicode-range: U+7705,U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e; + unicode-range: U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840; } /* noto-serif-tc-[51]-500-normal */ @@ -355,7 +365,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-51-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-51-500-normal.woff) format('woff'); - unicode-range: U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704; + unicode-range: U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705; } /* noto-serif-tc-[52]-500-normal */ @@ -365,7 +375,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-52-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-52-500-normal.woff) format('woff'); - unicode-range: U+749a,U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca; + unicode-range: U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc; } /* noto-serif-tc-[53]-500-normal */ @@ -375,7 +385,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-53-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-53-500-normal.woff) format('woff'); - unicode-range: U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498; + unicode-range: U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a; } /* noto-serif-tc-[54]-500-normal */ @@ -385,7 +395,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-54-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-54-500-normal.woff) format('woff'); - unicode-range: U+727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae; + unicode-range: U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3; } /* noto-serif-tc-[55]-500-normal */ @@ -395,7 +405,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-55-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-55-500-normal.woff) format('woff'); - unicode-range: U+7113-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e; + unicode-range: U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f; } /* noto-serif-tc-[56]-500-normal */ @@ -405,7 +415,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-56-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-56-500-normal.woff) format('woff'); - unicode-range: U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110; + unicode-range: U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-tc-[57]-500-normal */ @@ -415,7 +425,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-57-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-57-500-normal.woff) format('woff'); - unicode-range: U+6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2; + unicode-range: U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9; } /* noto-serif-tc-[58]-500-normal */ @@ -425,7 +435,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-58-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-58-500-normal.woff) format('woff'); - unicode-range: U+6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed5; + unicode-range: U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8; } /* noto-serif-tc-[59]-500-normal */ @@ -435,7 +445,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-59-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-59-500-normal.woff) format('woff'); - unicode-range: U+6cda,U+6cdc-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2; + unicode-range: U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5; } /* noto-serif-tc-[60]-500-normal */ @@ -445,7 +455,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-60-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-60-500-normal.woff) format('woff'); - unicode-range: U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9; + unicode-range: U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc; } /* noto-serif-tc-[61]-500-normal */ @@ -455,7 +465,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-61-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-61-500-normal.woff) format('woff'); - unicode-range: U+6a31-6a32,U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4; + unicode-range: U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd; } /* noto-serif-tc-[62]-500-normal */ @@ -465,7 +475,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-62-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-62-500-normal.woff) format('woff'); - unicode-range: U+6900,U+6902,U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b; + unicode-range: U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32; } /* noto-serif-tc-[63]-500-normal */ @@ -475,7 +485,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-63-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-63-500-normal.woff) format('woff'); - unicode-range: U+67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd; + unicode-range: U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902; } /* noto-serif-tc-[64]-500-normal */ @@ -485,7 +495,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-64-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-64-500-normal.woff) format('woff'); - unicode-range: U+66a7,U+66aa,U+66b2-66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0,U+67b2-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8; + unicode-range: U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db; } /* noto-serif-tc-[65]-500-normal */ @@ -495,7 +505,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-65-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-65-500-normal.woff) format('woff'); - unicode-range: U+655d,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6; + unicode-range: U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2; } /* noto-serif-tc-[66]-500-normal */ @@ -505,7 +515,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-66-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-66-500-normal.woff) format('woff'); - unicode-range: U+6427-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b; + unicode-range: U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564; } /* noto-serif-tc-[67]-500-normal */ @@ -515,7 +525,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-67-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-67-500-normal.woff) format('woff'); - unicode-range: U+630d-630e,U+6310,U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6426; + unicode-range: U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a; } /* noto-serif-tc-[68]-500-normal */ @@ -525,7 +535,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-68-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-68-500-normal.woff) format('woff'); - unicode-range: U+61c6,U+61ca-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c; + unicode-range: U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310; } /* noto-serif-tc-[69]-500-normal */ @@ -535,7 +545,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-69-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-69-500-normal.woff) format('woff'); - unicode-range: U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3; + unicode-range: U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb; } /* noto-serif-tc-[70]-500-normal */ @@ -545,7 +555,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-70-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-70-500-normal.woff) format('woff'); - unicode-range: U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa; + unicode-range: U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af; } /* noto-serif-tc-[71]-500-normal */ @@ -555,7 +565,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-71-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-71-500-normal.woff) format('woff'); - unicode-range: U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76; + unicode-range: U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d; } /* noto-serif-tc-[72]-500-normal */ @@ -565,7 +575,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-72-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-72-500-normal.woff) format('woff'); - unicode-range: U+5ce0-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30; + unicode-range: U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a; } /* noto-serif-tc-[73]-500-normal */ @@ -575,7 +585,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-73-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-73-500-normal.woff) format('woff'); - unicode-range: U+5b80-5b82,U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf; + unicode-range: U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5; } /* noto-serif-tc-[74]-500-normal */ @@ -585,7 +595,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-74-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-74-500-normal.woff) format('woff'); - unicode-range: U+5a51,U+5a53,U+5a56-5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f; + unicode-range: U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82; } /* noto-serif-tc-[75]-500-normal */ @@ -595,7 +605,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-75-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-75-500-normal.woff) format('woff'); - unicode-range: U+590b-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50; + unicode-range: U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56; } /* noto-serif-tc-[76]-500-normal */ @@ -605,7 +615,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-76-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-76-500-normal.woff) format('woff'); - unicode-range: U+57a1,U+57a4,U+57a6,U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590a; + unicode-range: U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e; } /* noto-serif-tc-[77]-500-normal */ @@ -615,7 +625,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-77-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-77-500-normal.woff) format('woff'); - unicode-range: U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d2-56d4,U+56d6-56d9,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a0; + unicode-range: U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6; } /* noto-serif-tc-[78]-500-normal */ @@ -625,7 +635,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-78-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-78-500-normal.woff) format('woff'); - unicode-range: U+5551,U+5553,U+5555-5557,U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d; + unicode-range: U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a; } /* noto-serif-tc-[79]-500-normal */ @@ -635,7 +645,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-79-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-79-500-normal.woff) format('woff'); - unicode-range: U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550; + unicode-range: U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557; } /* noto-serif-tc-[80]-500-normal */ @@ -645,7 +655,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-80-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-80-500-normal.woff) format('woff'); - unicode-range: U+52db,U+52e0,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437; + unicode-range: U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445; } /* noto-serif-tc-[81]-500-normal */ @@ -655,7 +665,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-81-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-81-500-normal.woff) format('woff'); - unicode-range: U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7; + unicode-range: U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7; } /* noto-serif-tc-[82]-500-normal */ @@ -665,7 +675,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-82-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-82-500-normal.woff) format('woff'); - unicode-range: U+5032,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b; + unicode-range: U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196; } /* noto-serif-tc-[83]-500-normal */ @@ -675,7 +685,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-83-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-83-500-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f29-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5031; + unicode-range: U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e; } /* noto-serif-tc-[84]-500-normal */ @@ -685,7 +695,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-84-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-84-500-normal.woff) format('woff'); - unicode-range: U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21,U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b; } /* noto-serif-tc-[85]-500-normal */ @@ -695,7 +705,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-85-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-85-500-normal.woff) format('woff'); - unicode-range: U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3119,U+311b-311e,U+3120-3126,U+3128-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02; + unicode-range: U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21; } /* noto-serif-tc-[86]-500-normal */ @@ -705,7 +715,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-86-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-86-500-normal.woff) format('woff'); - unicode-range: U+2749-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052; + unicode-range: U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049; } /* noto-serif-tc-[87]-500-normal */ @@ -715,7 +725,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-87-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-87-500-normal.woff) format('woff'); - unicode-range: U+264a-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2748; + unicode-range: U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747; } /* noto-serif-tc-[88]-500-normal */ @@ -725,7 +735,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-88-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-88-500-normal.woff) format('woff'); - unicode-range: U+2567-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648-2649; + unicode-range: U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648; } /* noto-serif-tc-[89]-500-normal */ @@ -735,7 +745,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-89-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-89-500-normal.woff) format('woff'); - unicode-range: U+2476-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2566; + unicode-range: U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565; } /* noto-serif-tc-[90]-500-normal */ @@ -745,7 +755,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-90-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-90-500-normal.woff) format('woff'); - unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2461-2471,U+2474-2475; + unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474; } /* noto-serif-tc-[91]-500-normal */ @@ -805,7 +815,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-100-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-100-500-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+2223,U+2460,U+2640,U+273f,U+301c,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+56d1,U+56dd,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67b1,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71ee,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be5-8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+99f1,U+9a5b,U+9ab7,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-tc-[101]-500-normal */ @@ -815,7 +825,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-101-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-101-500-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301d-301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6292,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+701d,U+703e,U+707c,U+7099,U+710a,U+72d9,U+72e9,U+731d,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76bf,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+8258,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+9091,U+90ae,U+90b8,U+9257,U+9310,U+9382,U+93df,U+94fe,U+95a5,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+9986,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+ff25,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-tc-[102]-500-normal */ @@ -825,7 +835,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-102-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-102-500-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5436,U+5443,U+5466,U+54a8,U+54bd,U+54c9,U+54cb,U+555e,U+5580,U+560e,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+6254,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68e0,U+68f5,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6eaf,U+6eba,U+6fef,U+7028,U+70b3,U+711a,U+725f,U+7325,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7c27,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+86e4,U+8718,U+87ec,U+880d,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bdd,U+8c41,U+8c48,U+8cb6,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95a9,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-tc-[103]-500-normal */ @@ -835,7 +845,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-103-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-103-500-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+311a,U+4e11,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54a7,U+54b1,U+54b3,U+54b8,U+556a,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5614,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5d01,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+68d7,U+6977,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6e5b,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+79cd,U+7a6b,U+7ac5,U+7b1b,U+7b77,U+7ca7,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+831c,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8bcd,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-tc-[104]-500-normal */ @@ -845,7 +855,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-104-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-104-500-normal.woff) format('woff'); - unicode-range: U+10c,U+161,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1c,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+50d5,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5cfb,U+5d11,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f64,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+6807,U+68cd,U+68f2,U+690e,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+708a,U+7130,U+7165,U+7172,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8305,U+8335,U+8343,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+9444,U+957f,U+9591,U+96a7,U+97ad,U+97cc,U+9811,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9bca,U+9ebd,U+e60f,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-tc-[105]-500-normal */ @@ -855,7 +865,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-105-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-105-500-normal.woff) format('woff'); - unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+311f,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+539d,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5632,U+5757,U+5835,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+614c,U+621a,U+6237,U+6296,U+62e9,U+632a-632b,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a3a,U+6ab3,U+6b22,U+6c59,U+6c83,U+6ccc,U+6dea,U+6df5,U+6ef7,U+6f3e,U+6f80,U+6fe4,U+7164,U+71c9,U+722a,U+7260,U+7272,U+73b0,U+74e3,U+7538,U+7586,U+75b5,U+7661-7662,U+77db,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+839e,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+935b,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ff,U+9b91,U+9db4,U+9f4b,U+e602-e605,U+e610-e611,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-tc-[106]-500-normal */ @@ -865,7 +875,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-106-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-106-500-normal.woff) format('woff'); - unicode-range: U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+3127,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+4fcf,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+60df,U+611a,U+6190,U+61a4,U+61be,U+61fc,U+6284,U+62ac,U+62bc,U+634f,U+636e,U+6398,U+63a9,U+6487,U+6495,U+64ab,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+6761,U+679a,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a38,U+6a59,U+6ae5,U+6b47,U+6b67,U+6b6a,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+70ed,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+74ca,U+7535,U+753a,U+75f4,U+7624,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a62,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+84bc,U+84c9,U+84ec,U+8523,U+8549,U+8569,U+8591,U+85b0,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+9214,U+946b,U+9470,U+947c,U+9640,U+9675,U+96ef,U+97cb,U+97e9,U+985b,U+99ae,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-tc-[107]-500-normal */ @@ -875,7 +885,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-107-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-107-500-normal.woff) format('woff'); - unicode-range: U+a5,U+25ce,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4f3a,U+4f51,U+4f62,U+4faf,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5733,U+5764,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a8,U+59ec,U+5b66,U+5b99,U+5b9d,U+5bee,U+5c2c,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+6070,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6435,U+6454,U+64a4,U+64b2,U+64bc,U+64bf,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6614,U+6670,U+6688,U+672d,U+673a,U+6770,U+68cb,U+6912,U+6953,U+6a61,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+7149,U+714e,U+71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+7504,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8475,U+8490,U+85af,U+8650,U+8667,U+86d9,U+8774,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+91d8,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9716,U+9774,U+97fb,U+9812,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff05,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-tc-[108]-500-normal */ @@ -885,7 +895,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-108-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-108-500-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e08,U+4e2a,U+4e4f,U+4e59,U+4ec7,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+507d,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5690,U+56ca,U+56fe,U+582a,U+5915,U+5949,U+5962,U+5996,U+59a5,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5c48,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62d3,U+62f3,U+6368,U+6380,U+6492,U+64e0,U+6570,U+6606,U+660f,U+6649,U+6691,U+66a8,U+6749,U+674f,U+6795,U+67f1,U+67f3,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6d29,U+6d66,U+6daf,U+6f01,U+6f58,U+6f6d,U+6f70,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+71d9,U+71e5,U+7235,U+7267,U+73ca,U+742a,U+74f7,U+7529,U+758f,U+75bc,U+76c6,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7c60,U+7cfe,U+7dbf,U+7e2b,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8155,U+816b,U+81df,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8606,U+868a,U+87f9,U+886b,U+8870,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+9817,U+98c6,U+9ecf,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-tc-[109]-500-normal */ @@ -895,7 +905,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-109-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-109-500-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+5606,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+58fa,U+594f,U+5951,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5ca1,U+5d29,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6062,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64b0,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+67f4,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6cdb,U+6d69,U+6db5,U+6dd1,U+6e21,U+6f06,U+6f62,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433,U+745c,U+7470,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7740,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e31,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8108,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+8277,U+82d1,U+8461,U+84b8,U+852c,U+857e,U+8587,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8776,U+87ba,U+8896,U+88c2,U+88d5,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8d64,U+8d74,U+8d81,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+905c,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f0e,U+9f52,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-tc-[110]-500-normal */ @@ -905,7 +915,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-110-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-110-500-normal.woff) format('woff'); - unicode-range: U+2022,U+2500,U+25bc,U+4e1f,U+4e95,U+4f50,U+4f54,U+4f69,U+4fb6,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+592f,U+5954,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5c6f,U+5de1,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f7c,U+5f81,U+5f90-5f92,U+6016,U+6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6155,U+6158,U+6191,U+6212,U+626e,U+62d4,U+632f,U+633a,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6597,U+66b1,U+66ec,U+6731,U+6735,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6dcb,U+6dd8,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+73b2,U+7434,U+74e6,U+758a,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78a9,U+78b0,U+790e,U+7965,U+7a4e,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+838e,U+83cc,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8cc0,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+903e,U+9059,U+9072,U+9075,U+90ce,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+95c6,U+9676-9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b; + unicode-range: U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4; } /* noto-serif-tc-[111]-500-normal */ @@ -915,7 +925,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-111-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-111-500-normal.woff) format('woff'); - unicode-range: U+5e,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e32,U+4ef2,U+4fd7,U+501f,U+5144,U+51c6,U+52c1,U+5440,U+54e6,U+54ed,U+5510,U+5687,U+58c1,U+5b5d,U+5bd2,U+5ee2,U+5f31,U+6012,U+6084,U+6148,U+6182,U+622a,U+6355,U+6372,U+63ee,U+6416,U+6575,U+660c,U+66c9,U+675c,U+6a6b,U+6b32,U+6b49,U+6b98,U+6d6e,U+6dda,U+6ef4,U+6efe,U+7159,U+7378,U+775b,U+78e8,U+7aa9,U+7d1b,U+7de9,U+7f6a,U+7f8a,U+7fbd,U+8000,U+809a,U+8102,U+8170,U+819c,U+8266,U+82b3,U+87f2,U+8972,U+8a17,U+8b02,U+8e22,U+904d,U+90ed,U+91c7,U+93c8,U+9451,U+9a37,U+9b27,U+ad6d,U+c5b4,U+d55c; + unicode-range: U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c; } /* noto-serif-tc-[112]-500-normal */ @@ -925,7 +935,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-112-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-112-500-normal.woff) format('woff'); - unicode-range: U+2502,U+2605,U+4e39,U+4e58,U+4ea1,U+4ed9,U+4f2f-4f30,U+4f38,U+4f75,U+4fc3,U+4ff1,U+500d,U+5049,U+5074,U+5077,U+5091,U+5175,U+517c,U+51cd,U+51e1,U+5269-526a,U+52aa,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5448,U+54aa,U+5674,U+56f0,U+5761,U+585e,U+588a,U+58a8,U+58fd,U+5925,U+592e,U+5948,U+5999,U+59b3,U+5a18,U+5a1c,U+5a46,U+5b30,U+5b54,U+5b6b,U+5b8f,U+5be9,U+5bf8,U+5c0a,U+5c16,U+5c24,U+5c46,U+5cf0,U+5e1d,U+5e25,U+5e2d,U+5e3d,U+5e79,U+5f04,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+61f6,U+6258,U+6293,U+62c6,U+62d2,U+62d6,U+62fc,U+63da,U+63ed,U+640d,U+6458,U+649e,U+64ec,U+64f4,U+64fe,U+651c,U+6562,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66dd,U+66fc,U+66ff,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+695a,U+69cd,U+6afb,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6d74,U+6db2,U+6dbc,U+6df7,U+6dfb,U+6e38,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+6fc3,U+6fd5,U+7070,U+70b8,U+70cf,U+70e4,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+7919,U+7956,U+795d,U+7a05,U+7a0d,U+7a3f,U+7bc9,U+7c97,U+7cd5,U+7d0b,U+7d10,U+7dfb,U+7e3e,U+7e6a,U+8036,U+808c,U+80af,U+80ce,U+80e1,U+80f8,U+817f,U+8216,U+8239,U+827e,U+8377,U+8389,U+83ab,U+83f2,U+840a,U+8584,U+85c9,U+865b,U+8766,U+87a2,U+8932,U+8a50,U+8a69,U+8a95,U+8b6f,U+8c37,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+9336,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+9846,U+98fd,U+99d5,U+9a0e,U+9a19,U+9b6f,U+9ce5,U+9cf3,U+9ece,U+9ed8,U+9f13,U+9f20; + unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d; } /* noto-serif-tc-[113]-500-normal */ @@ -935,7 +945,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-113-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-113-500-normal.woff) format('woff'); - unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300e-300f,U+4e01,U+4e73,U+4e82,U+4e88,U+4e8e,U+4f0a,U+4f5b,U+502b,U+504f,U+5076,U+5100,U+5104,U+5132,U+5192,U+51a0,U+51ac,U+51f1,U+5200,U+5224,U+522a,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+52ff,U+5371,U+539a,U+53e5,U+540e,U+5433,U+547c,U+552f,U+5531,U+5634,U+56c9,U+574a,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58c7,U+58de,U+5967,U+59bb,U+59d3-59d4,U+5b55,U+5b87,U+5b97,U+5bae,U+5bbf,U+5be7,U+5bec,U+5cb8,U+5df7,U+5e7b-5e7c,U+5f1f,U+5f70,U+5fd9,U+60e1,U+61b6,U+61c2,U+6200,U+6234,U+6263,U+62b5,U+62dc,U+62ec,U+6383,U+638c,U+63cf,U+63d2,U+63e1,U+63f4,U+641e,U+64cd,U+64fa,U+654f,U+6557,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6696-6697,U+66ab,U+66c6,U+671d,U+672b,U+676f,U+677e,U+67d0,U+67d3,U+684c,U+68c4,U+690d,U+694a,U+699c,U+6a4b,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6bd2,U+6c60,U+6cb3,U+6d89,U+6de1,U+6de8,U+6e6f,U+6f02,U+70c8,U+7126,U+718a,U+7236,U+723d,U+7246,U+72af,U+72d7,U+73cd,U+7532,U+760b,U+7626,U+7687,U+76df,U+7761,U+79cb,U+79d2,U+79df,U+7a69,U+7af6,U+7b80,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d2b,U+7de3,U+7e2e,U+7e54,U+7e6b,U+8010,U+80a5,U+812b,U+819a,U+81a0,U+82d7,U+838a,U+8463,U+84cb,U+8521,U+8607,U+860b,U+864e,U+871c,U+878d,U+885d,U+89f8,U+8a13,U+8aa0,U+8afe,U+8b5c,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8de8,U+8fea,U+9014,U+9055,U+906d,U+907a,U+907f,U+90a6,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+9694,U+96bb,U+9707,U+9738,U+9905,U+9aa8,U+9b25,U+9b3c,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d-ff0e; + unicode-range: U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c; } /* noto-serif-tc-[114]-500-normal */ @@ -945,7 +955,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-114-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-114-500-normal.woff) format('woff'); - unicode-range: U+3c,U+d7,U+2027,U+4e4e,U+4e92,U+4ea6,U+4ec1,U+4ecd,U+4f34,U+4f48,U+4f53,U+4fb5,U+5012,U+50b7,U+51b0,U+5283,U+52dd,U+532f,U+5354,U+53eb,U+53f3,U+5409,U+5496,U+54c8,U+54e5,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+590f,U+592b,U+593e,U+5976,U+599d,U+59b9,U+59d0,U+5a5a,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de7-5de8,U+5e63,U+5e8a,U+5e9c,U+5eda,U+5ef3,U+5ef6,U+5f48,U+5fb5,U+6015,U+6025,U+602a,U+6050,U+6069,U+6162,U+6176,U+61f7,U+6279,U+627f,U+6297,U+62b1,U+62bd,U+6311,U+6377,U+6388-6389,U+63a1-63a2,U+6436,U+64c1,U+64d4,U+6551,U+6563,U+65bd,U+66b4,U+66f2,U+6751,U+675f,U+6790,U+6838,U+68d2,U+68ee,U+6982,U+69ae,U+69cb,U+6a39,U+6b66,U+6bba,U+6c5f,U+6ce1,U+6d0b,U+6d3e,U+6d6a,U+6e1b,U+6ed1,U+6f22,U+6f54,U+6f6e,U+6fc0,U+6fdf,U+719f,U+71c8,U+71d2,U+7259,U+72c2,U+7389,U+73e0,U+745e,U+751a,U+751c,U+7530,U+7533,U+7562,U+7591,U+75c5,U+75db,U+7642,U+7686,U+76d2,U+76db,U+76e1,U+76e3,U+7701,U+786c,U+7981,U+79c0,U+79fb,U+7a81,U+7a97,U+7adf,U+7aef,U+7b26,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7d9c,U+7dca,U+7df4,U+7e23,U+7f3a,U+8033,U+804a,U+8056,U+805a,U+8173,U+81e8,U+8212,U+821e,U+822a,U+82e6,U+8336,U+83dc,U+8449,U+84ee,U+85e5,U+885b,U+888b,U+8907,U+8a34,U+8a5e,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8cb4,U+8dd1,U+8f2a,U+8fb2,U+9109,U+9192,U+91cb,U+91dd,U+93e1,U+964d,U+9686,U+968e,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+98ef,U+9918,U+9aee,U+9b54,U+9ebb,U+ff0f,U+ff5c; + unicode-range: U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54; } /* noto-serif-tc-[115]-500-normal */ @@ -955,7 +965,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-115-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-115-500-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+4e45,U+4e5d,U+4e7e,U+4eac,U+4eae,U+4ed4,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+505c,U+50c5,U+5145,U+51b7,U+521d,U+523b,U+525b,U+5287,U+52e2,U+5348,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+5708,U+570d,U+571f,U+5747,U+5802,U+58d3,U+5920,U+5922,U+5957,U+5979,U+5a01,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5e78,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fd7-5fd8,U+6167,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b4c,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6e56,U+6fb3,U+722d,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a7f,U+7af9,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d22,U+7d42,U+7d55,U+7da0,U+7e41,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+8349,U+85cd,U+86cb,U+8840,U+88dc,U+8986,U+8a0e,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8fd4,U+8ff0,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+983b,U+984d,U+984f,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-tc-[116]-500-normal */ @@ -965,7 +975,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-116-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-116-500-normal.woff) format('woff'); - unicode-range: U+40,U+2026,U+4e03,U+4e14,U+4e9e,U+4ec0,U+4ed8,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+5019,U+503c,U+5047,U+514b,U+516b,U+5178,U+5207,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+5740,U+5883,U+589e,U+591c,U+5931,U+59cb,U+5a1b,U+5b58,U+5b98,U+5b9c,U+5ba4,U+5bcc,U+5beb,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fa9,U+5fae,U+5fb7,U+5ff5,U+600e,U+601d,U+60e0,U+614b,U+6230,U+623f,U+628a,U+6295,U+62c9,U+6309,U+64c7,U+64ca,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+7206,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+798f,U+79ae,U+7a4d,U+7a76,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d20,U+7d39,U+7d72,U+7dad,U+7e8c,U+7fa4,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+89ba,U+89d2,U+8a2a,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8c61,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+967d,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+9818,U+986f,U+990a,U+9910,U+9928,U+9e97,U+9ec3,U+9f8d,U+ff1b; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-tc-[117]-500-normal */ @@ -975,7 +985,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-117-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-117-500-normal.woff) format('woff'); - unicode-range: U+26,U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+512a,U+5143,U+5148,U+5152,U+5169,U+516d,U+5171,U+5177,U+518a,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+5404,U+559c,U+55ce,U+5668,U+56db,U+5712,U+5718,U+57ce,U+57fa,U+58eb,U+592a,U+5947,U+5bc6,U+5bf6,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+6236,U+624d,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63db,U+64da,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+6797,U+67e5,U+6848,U+6a19,U+6a23,U+6b61,U+6bcf,U+6c11,U+6c42,U+6d41,U+6d77,U+6e2f,U+6eff,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7537,U+754c,U+7559,U+767d-767e,U+78bc,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d30,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+7f6e,U+7fa9,U+8001,U+805e,U+8072,U+81f3,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88e1,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b70,U+8b77,U+8b80,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc,U+9ed1; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-tc-[118]-500-normal */ @@ -985,7 +995,7 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-118-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-118-500-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4fdd,U+4fe1,U+50b3,U+50f9,U+5149,U+514d,U+5167,U+5176,U+518d,U+5217,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+53ea,U+53f8,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+56e0,U+5716,U+578b,U+5831,U+5834,U+5916,U+5973,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0b,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6216,U+624b,U+6253,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+661f,U+662d,U+670d,U+671f,U+672a,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6bd4,U+6c23,U+6c34,U+6c92,U+6cd5,U+6d3b,U+6d88,U+6e05,U+7063,U+7121,U+7136,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7531,U+7576,U+767b,U+76ee,U+76f4,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+8005,U+800c,U+806f,U+8207,U+8272,U+82b1,U+865f,U+8868,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9650,U+9762,U+982d,U+984c,U+985e,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-tc-[119]-500-normal */ @@ -995,7 +1005,37 @@ font-display: swap; font-weight: 500; src: url(./files/noto-serif-tc-119-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-119-500-normal.woff) format('woff'); - unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+a0,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+4f86,U+500b,U+5011,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5929,U+597d,U+5b50,U+5bb6,U+5c0f,U+5e73-5e74,U+5fc3,U+6210-6211,U+6240,U+6587,U+65b0,U+65b9,U+65bc,U+65e5,U+660e,U+662f,U+6642,U+66f4,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+6cbb,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+76f8,U+7db2,U+7f8e,U+80fd,U+81ea,U+884c,U+8981,U+958b,U+95dc,U+96fb,U+9801,U+9996,U+ff0c,U+ff1a; + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a; +} + +/* noto-serif-tc-cyrillic-500-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-tc-cyrillic-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-500-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-tc-vietnamese-500-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-tc-vietnamese-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-500-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-tc-latin-ext-500-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-tc-latin-ext-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-500-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; } /* noto-serif-tc-latin-500-normal */ diff --git a/fonts/google/noto-serif-tc/600.css b/fonts/google/noto-serif-tc/600.css index d0c178d2217..98a8459e030 100644 --- a/fonts/google/noto-serif-tc/600.css +++ b/fonts/google/noto-serif-tc/600.css @@ -1,3 +1,13 @@ +/* noto-serif-tc-[0]-600-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-tc-0-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-0-600-normal.woff) format('woff'); + unicode-range: U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4; +} + /* noto-serif-tc-[6]-600-normal */ @font-face { font-family: 'Noto Serif TC'; @@ -35,7 +45,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-19-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-19-600-normal.woff) format('woff'); - unicode-range: U+9eb9-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; + unicode-range: U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; } /* noto-serif-tc-[20]-600-normal */ @@ -45,7 +55,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-20-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-20-600-normal.woff) format('woff'); - unicode-range: U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70,U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eb8; + unicode-range: U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2; } /* noto-serif-tc-[21]-600-normal */ @@ -55,7 +65,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-21-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-21-600-normal.woff) format('woff'); - unicode-range: U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30; + unicode-range: U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70; } /* noto-serif-tc-[22]-600-normal */ @@ -65,7 +75,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-22-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-22-600-normal.woff) format('woff'); - unicode-range: U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8; + unicode-range: U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee; } /* noto-serif-tc-[23]-600-normal */ @@ -75,7 +85,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-23-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-23-600-normal.woff) format('woff'); - unicode-range: U+9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a,U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d; + unicode-range: U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86; } /* noto-serif-tc-[24]-600-normal */ @@ -85,7 +95,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-24-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-24-600-normal.woff) format('woff'); - unicode-range: U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911; + unicode-range: U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a; } /* noto-serif-tc-[25]-600-normal */ @@ -95,7 +105,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-25-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-25-600-normal.woff) format('woff'); - unicode-range: U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3; + unicode-range: U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1; } /* noto-serif-tc-[26]-600-normal */ @@ -105,7 +115,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-26-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-26-600-normal.woff) format('woff'); - unicode-range: U+950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648; + unicode-range: U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c; } /* noto-serif-tc-[27]-600-normal */ @@ -115,7 +125,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-27-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-27-600-normal.woff) format('woff'); - unicode-range: U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419-941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b; + unicode-range: U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f; } /* noto-serif-tc-[28]-600-normal */ @@ -125,7 +135,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-28-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-28-600-normal.woff) format('woff'); - unicode-range: U+92e5-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0; + unicode-range: U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419; } /* noto-serif-tc-[29]-600-normal */ @@ -135,7 +145,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-29-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-29-600-normal.woff) format('woff'); - unicode-range: U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4; + unicode-range: U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306; } /* noto-serif-tc-[30]-600-normal */ @@ -145,7 +155,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-30-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-30-600-normal.woff) format('woff'); - unicode-range: U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed; + unicode-range: U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207; } /* noto-serif-tc-[31]-600-normal */ @@ -155,7 +165,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-31-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-31-600-normal.woff) format('woff'); - unicode-range: U+8f68-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9; + unicode-range: U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df; } /* noto-serif-tc-[32]-600-normal */ @@ -165,7 +175,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-32-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-32-600-normal.woff) format('woff'); - unicode-range: U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67; + unicode-range: U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84; } /* noto-serif-tc-[33]-600-normal */ @@ -175,7 +185,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-33-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-33-600-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb,U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16; + unicode-range: U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e; } /* noto-serif-tc-[34]-600-normal */ @@ -185,7 +195,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-34-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-34-600-normal.woff) format('woff'); - unicode-range: U+8b6c-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb; } /* noto-serif-tc-[35]-600-normal */ @@ -195,7 +205,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-35-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-35-600-normal.woff) format('woff'); - unicode-range: U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6b; + unicode-range: U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99; } /* noto-serif-tc-[36]-600-normal */ @@ -205,7 +215,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-36-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-36-600-normal.woff) format('woff'); - unicode-range: U+889b-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4,U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4; + unicode-range: U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16; } /* noto-serif-tc-[37]-600-normal */ @@ -215,7 +225,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-37-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-37-600-normal.woff) format('woff'); - unicode-range: U+874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a; + unicode-range: U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4; } /* noto-serif-tc-[38]-600-normal */ @@ -225,7 +235,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-38-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-38-600-normal.woff) format('woff'); - unicode-range: U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b; + unicode-range: U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762; } /* noto-serif-tc-[39]-600-normal */ @@ -235,7 +245,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-39-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-39-600-normal.woff) format('woff'); - unicode-range: U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff; + unicode-range: U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e; } /* noto-serif-tc-[40]-600-normal */ @@ -245,7 +255,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-40-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-40-600-normal.woff) format('woff'); - unicode-range: U+8378,U+837a-8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af; + unicode-range: U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf; } /* noto-serif-tc-[41]-600-normal */ @@ -255,7 +265,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-41-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-41-600-normal.woff) format('woff'); - unicode-range: U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375; + unicode-range: U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f; } /* noto-serif-tc-[42]-600-normal */ @@ -265,7 +275,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-42-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-42-600-normal.woff) format('woff'); - unicode-range: U+8113,U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b; + unicode-range: U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279; } /* noto-serif-tc-[43]-600-normal */ @@ -275,7 +285,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-43-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-43-600-normal.woff) format('woff'); - unicode-range: U+7fb1-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8112; + unicode-range: U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a; } /* noto-serif-tc-[44]-600-normal */ @@ -285,7 +295,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-44-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-44-600-normal.woff) format('woff'); - unicode-range: U+7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb0; + unicode-range: U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6; } /* noto-serif-tc-[45]-600-normal */ @@ -295,7 +305,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-45-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-45-600-normal.woff) format('woff'); - unicode-range: U+7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eae; + unicode-range: U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2; } /* noto-serif-tc-[46]-600-normal */ @@ -305,7 +315,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-46-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-46-600-normal.woff) format('woff'); - unicode-range: U+7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d88; + unicode-range: U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b; } /* noto-serif-tc-[47]-600-normal */ @@ -315,7 +325,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-47-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-47-600-normal.woff) format('woff'); - unicode-range: U+7afb,U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c1f; + unicode-range: U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20; } /* noto-serif-tc-[48]-600-normal */ @@ -325,7 +335,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-48-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-48-600-normal.woff) format('woff'); - unicode-range: U+7988,U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa; + unicode-range: U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb; } /* noto-serif-tc-[49]-600-normal */ @@ -335,7 +345,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-49-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-49-600-normal.woff) format('woff'); - unicode-range: U+7840,U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7987; + unicode-range: U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988; } /* noto-serif-tc-[50]-600-normal */ @@ -345,7 +355,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-50-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-50-600-normal.woff) format('woff'); - unicode-range: U+7705,U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e; + unicode-range: U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840; } /* noto-serif-tc-[51]-600-normal */ @@ -355,7 +365,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-51-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-51-600-normal.woff) format('woff'); - unicode-range: U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704; + unicode-range: U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705; } /* noto-serif-tc-[52]-600-normal */ @@ -365,7 +375,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-52-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-52-600-normal.woff) format('woff'); - unicode-range: U+749a,U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca; + unicode-range: U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc; } /* noto-serif-tc-[53]-600-normal */ @@ -375,7 +385,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-53-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-53-600-normal.woff) format('woff'); - unicode-range: U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498; + unicode-range: U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a; } /* noto-serif-tc-[54]-600-normal */ @@ -385,7 +395,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-54-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-54-600-normal.woff) format('woff'); - unicode-range: U+727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae; + unicode-range: U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3; } /* noto-serif-tc-[55]-600-normal */ @@ -395,7 +405,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-55-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-55-600-normal.woff) format('woff'); - unicode-range: U+7113-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e; + unicode-range: U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f; } /* noto-serif-tc-[56]-600-normal */ @@ -405,7 +415,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-56-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-56-600-normal.woff) format('woff'); - unicode-range: U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110; + unicode-range: U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-tc-[57]-600-normal */ @@ -415,7 +425,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-57-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-57-600-normal.woff) format('woff'); - unicode-range: U+6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2; + unicode-range: U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9; } /* noto-serif-tc-[58]-600-normal */ @@ -425,7 +435,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-58-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-58-600-normal.woff) format('woff'); - unicode-range: U+6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed5; + unicode-range: U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8; } /* noto-serif-tc-[59]-600-normal */ @@ -435,7 +445,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-59-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-59-600-normal.woff) format('woff'); - unicode-range: U+6cda,U+6cdc-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2; + unicode-range: U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5; } /* noto-serif-tc-[60]-600-normal */ @@ -445,7 +455,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-60-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-60-600-normal.woff) format('woff'); - unicode-range: U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9; + unicode-range: U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc; } /* noto-serif-tc-[61]-600-normal */ @@ -455,7 +465,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-61-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-61-600-normal.woff) format('woff'); - unicode-range: U+6a31-6a32,U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4; + unicode-range: U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd; } /* noto-serif-tc-[62]-600-normal */ @@ -465,7 +475,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-62-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-62-600-normal.woff) format('woff'); - unicode-range: U+6900,U+6902,U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b; + unicode-range: U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32; } /* noto-serif-tc-[63]-600-normal */ @@ -475,7 +485,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-63-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-63-600-normal.woff) format('woff'); - unicode-range: U+67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd; + unicode-range: U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902; } /* noto-serif-tc-[64]-600-normal */ @@ -485,7 +495,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-64-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-64-600-normal.woff) format('woff'); - unicode-range: U+66a7,U+66aa,U+66b2-66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0,U+67b2-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8; + unicode-range: U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db; } /* noto-serif-tc-[65]-600-normal */ @@ -495,7 +505,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-65-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-65-600-normal.woff) format('woff'); - unicode-range: U+655d,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6; + unicode-range: U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2; } /* noto-serif-tc-[66]-600-normal */ @@ -505,7 +515,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-66-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-66-600-normal.woff) format('woff'); - unicode-range: U+6427-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b; + unicode-range: U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564; } /* noto-serif-tc-[67]-600-normal */ @@ -515,7 +525,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-67-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-67-600-normal.woff) format('woff'); - unicode-range: U+630d-630e,U+6310,U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6426; + unicode-range: U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a; } /* noto-serif-tc-[68]-600-normal */ @@ -525,7 +535,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-68-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-68-600-normal.woff) format('woff'); - unicode-range: U+61c6,U+61ca-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c; + unicode-range: U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310; } /* noto-serif-tc-[69]-600-normal */ @@ -535,7 +545,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-69-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-69-600-normal.woff) format('woff'); - unicode-range: U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3; + unicode-range: U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb; } /* noto-serif-tc-[70]-600-normal */ @@ -545,7 +555,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-70-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-70-600-normal.woff) format('woff'); - unicode-range: U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa; + unicode-range: U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af; } /* noto-serif-tc-[71]-600-normal */ @@ -555,7 +565,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-71-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-71-600-normal.woff) format('woff'); - unicode-range: U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76; + unicode-range: U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d; } /* noto-serif-tc-[72]-600-normal */ @@ -565,7 +575,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-72-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-72-600-normal.woff) format('woff'); - unicode-range: U+5ce0-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30; + unicode-range: U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a; } /* noto-serif-tc-[73]-600-normal */ @@ -575,7 +585,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-73-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-73-600-normal.woff) format('woff'); - unicode-range: U+5b80-5b82,U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf; + unicode-range: U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5; } /* noto-serif-tc-[74]-600-normal */ @@ -585,7 +595,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-74-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-74-600-normal.woff) format('woff'); - unicode-range: U+5a51,U+5a53,U+5a56-5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f; + unicode-range: U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82; } /* noto-serif-tc-[75]-600-normal */ @@ -595,7 +605,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-75-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-75-600-normal.woff) format('woff'); - unicode-range: U+590b-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50; + unicode-range: U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56; } /* noto-serif-tc-[76]-600-normal */ @@ -605,7 +615,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-76-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-76-600-normal.woff) format('woff'); - unicode-range: U+57a1,U+57a4,U+57a6,U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590a; + unicode-range: U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e; } /* noto-serif-tc-[77]-600-normal */ @@ -615,7 +625,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-77-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-77-600-normal.woff) format('woff'); - unicode-range: U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d2-56d4,U+56d6-56d9,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a0; + unicode-range: U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6; } /* noto-serif-tc-[78]-600-normal */ @@ -625,7 +635,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-78-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-78-600-normal.woff) format('woff'); - unicode-range: U+5551,U+5553,U+5555-5557,U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d; + unicode-range: U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a; } /* noto-serif-tc-[79]-600-normal */ @@ -635,7 +645,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-79-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-79-600-normal.woff) format('woff'); - unicode-range: U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550; + unicode-range: U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557; } /* noto-serif-tc-[80]-600-normal */ @@ -645,7 +655,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-80-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-80-600-normal.woff) format('woff'); - unicode-range: U+52db,U+52e0,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437; + unicode-range: U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445; } /* noto-serif-tc-[81]-600-normal */ @@ -655,7 +665,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-81-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-81-600-normal.woff) format('woff'); - unicode-range: U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7; + unicode-range: U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7; } /* noto-serif-tc-[82]-600-normal */ @@ -665,7 +675,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-82-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-82-600-normal.woff) format('woff'); - unicode-range: U+5032,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b; + unicode-range: U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196; } /* noto-serif-tc-[83]-600-normal */ @@ -675,7 +685,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-83-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-83-600-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f29-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5031; + unicode-range: U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e; } /* noto-serif-tc-[84]-600-normal */ @@ -685,7 +695,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-84-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-84-600-normal.woff) format('woff'); - unicode-range: U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21,U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b; } /* noto-serif-tc-[85]-600-normal */ @@ -695,7 +705,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-85-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-85-600-normal.woff) format('woff'); - unicode-range: U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3119,U+311b-311e,U+3120-3126,U+3128-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02; + unicode-range: U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21; } /* noto-serif-tc-[86]-600-normal */ @@ -705,7 +715,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-86-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-86-600-normal.woff) format('woff'); - unicode-range: U+2749-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052; + unicode-range: U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049; } /* noto-serif-tc-[87]-600-normal */ @@ -715,7 +725,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-87-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-87-600-normal.woff) format('woff'); - unicode-range: U+264a-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2748; + unicode-range: U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747; } /* noto-serif-tc-[88]-600-normal */ @@ -725,7 +735,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-88-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-88-600-normal.woff) format('woff'); - unicode-range: U+2567-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648-2649; + unicode-range: U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648; } /* noto-serif-tc-[89]-600-normal */ @@ -735,7 +745,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-89-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-89-600-normal.woff) format('woff'); - unicode-range: U+2476-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2566; + unicode-range: U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565; } /* noto-serif-tc-[90]-600-normal */ @@ -745,7 +755,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-90-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-90-600-normal.woff) format('woff'); - unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2461-2471,U+2474-2475; + unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474; } /* noto-serif-tc-[91]-600-normal */ @@ -805,7 +815,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-100-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-100-600-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+2223,U+2460,U+2640,U+273f,U+301c,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+56d1,U+56dd,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67b1,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71ee,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be5-8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+99f1,U+9a5b,U+9ab7,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-tc-[101]-600-normal */ @@ -815,7 +825,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-101-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-101-600-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301d-301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6292,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+701d,U+703e,U+707c,U+7099,U+710a,U+72d9,U+72e9,U+731d,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76bf,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+8258,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+9091,U+90ae,U+90b8,U+9257,U+9310,U+9382,U+93df,U+94fe,U+95a5,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+9986,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+ff25,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-tc-[102]-600-normal */ @@ -825,7 +835,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-102-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-102-600-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5436,U+5443,U+5466,U+54a8,U+54bd,U+54c9,U+54cb,U+555e,U+5580,U+560e,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+6254,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68e0,U+68f5,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6eaf,U+6eba,U+6fef,U+7028,U+70b3,U+711a,U+725f,U+7325,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7c27,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+86e4,U+8718,U+87ec,U+880d,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bdd,U+8c41,U+8c48,U+8cb6,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95a9,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-tc-[103]-600-normal */ @@ -835,7 +845,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-103-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-103-600-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+311a,U+4e11,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54a7,U+54b1,U+54b3,U+54b8,U+556a,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5614,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5d01,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+68d7,U+6977,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6e5b,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+79cd,U+7a6b,U+7ac5,U+7b1b,U+7b77,U+7ca7,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+831c,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8bcd,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-tc-[104]-600-normal */ @@ -845,7 +855,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-104-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-104-600-normal.woff) format('woff'); - unicode-range: U+10c,U+161,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1c,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+50d5,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5cfb,U+5d11,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f64,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+6807,U+68cd,U+68f2,U+690e,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+708a,U+7130,U+7165,U+7172,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8305,U+8335,U+8343,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+9444,U+957f,U+9591,U+96a7,U+97ad,U+97cc,U+9811,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9bca,U+9ebd,U+e60f,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-tc-[105]-600-normal */ @@ -855,7 +865,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-105-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-105-600-normal.woff) format('woff'); - unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+311f,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+539d,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5632,U+5757,U+5835,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+614c,U+621a,U+6237,U+6296,U+62e9,U+632a-632b,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a3a,U+6ab3,U+6b22,U+6c59,U+6c83,U+6ccc,U+6dea,U+6df5,U+6ef7,U+6f3e,U+6f80,U+6fe4,U+7164,U+71c9,U+722a,U+7260,U+7272,U+73b0,U+74e3,U+7538,U+7586,U+75b5,U+7661-7662,U+77db,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+839e,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+935b,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ff,U+9b91,U+9db4,U+9f4b,U+e602-e605,U+e610-e611,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-tc-[106]-600-normal */ @@ -865,7 +875,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-106-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-106-600-normal.woff) format('woff'); - unicode-range: U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+3127,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+4fcf,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+60df,U+611a,U+6190,U+61a4,U+61be,U+61fc,U+6284,U+62ac,U+62bc,U+634f,U+636e,U+6398,U+63a9,U+6487,U+6495,U+64ab,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+6761,U+679a,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a38,U+6a59,U+6ae5,U+6b47,U+6b67,U+6b6a,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+70ed,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+74ca,U+7535,U+753a,U+75f4,U+7624,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a62,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+84bc,U+84c9,U+84ec,U+8523,U+8549,U+8569,U+8591,U+85b0,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+9214,U+946b,U+9470,U+947c,U+9640,U+9675,U+96ef,U+97cb,U+97e9,U+985b,U+99ae,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-tc-[107]-600-normal */ @@ -875,7 +885,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-107-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-107-600-normal.woff) format('woff'); - unicode-range: U+a5,U+25ce,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4f3a,U+4f51,U+4f62,U+4faf,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5733,U+5764,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a8,U+59ec,U+5b66,U+5b99,U+5b9d,U+5bee,U+5c2c,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+6070,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6435,U+6454,U+64a4,U+64b2,U+64bc,U+64bf,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6614,U+6670,U+6688,U+672d,U+673a,U+6770,U+68cb,U+6912,U+6953,U+6a61,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+7149,U+714e,U+71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+7504,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8475,U+8490,U+85af,U+8650,U+8667,U+86d9,U+8774,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+91d8,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9716,U+9774,U+97fb,U+9812,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff05,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-tc-[108]-600-normal */ @@ -885,7 +895,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-108-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-108-600-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e08,U+4e2a,U+4e4f,U+4e59,U+4ec7,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+507d,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5690,U+56ca,U+56fe,U+582a,U+5915,U+5949,U+5962,U+5996,U+59a5,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5c48,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62d3,U+62f3,U+6368,U+6380,U+6492,U+64e0,U+6570,U+6606,U+660f,U+6649,U+6691,U+66a8,U+6749,U+674f,U+6795,U+67f1,U+67f3,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6d29,U+6d66,U+6daf,U+6f01,U+6f58,U+6f6d,U+6f70,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+71d9,U+71e5,U+7235,U+7267,U+73ca,U+742a,U+74f7,U+7529,U+758f,U+75bc,U+76c6,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7c60,U+7cfe,U+7dbf,U+7e2b,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8155,U+816b,U+81df,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8606,U+868a,U+87f9,U+886b,U+8870,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+9817,U+98c6,U+9ecf,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-tc-[109]-600-normal */ @@ -895,7 +905,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-109-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-109-600-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+5606,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+58fa,U+594f,U+5951,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5ca1,U+5d29,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6062,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64b0,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+67f4,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6cdb,U+6d69,U+6db5,U+6dd1,U+6e21,U+6f06,U+6f62,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433,U+745c,U+7470,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7740,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e31,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8108,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+8277,U+82d1,U+8461,U+84b8,U+852c,U+857e,U+8587,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8776,U+87ba,U+8896,U+88c2,U+88d5,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8d64,U+8d74,U+8d81,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+905c,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f0e,U+9f52,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-tc-[110]-600-normal */ @@ -905,7 +915,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-110-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-110-600-normal.woff) format('woff'); - unicode-range: U+2022,U+2500,U+25bc,U+4e1f,U+4e95,U+4f50,U+4f54,U+4f69,U+4fb6,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+592f,U+5954,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5c6f,U+5de1,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f7c,U+5f81,U+5f90-5f92,U+6016,U+6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6155,U+6158,U+6191,U+6212,U+626e,U+62d4,U+632f,U+633a,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6597,U+66b1,U+66ec,U+6731,U+6735,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6dcb,U+6dd8,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+73b2,U+7434,U+74e6,U+758a,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78a9,U+78b0,U+790e,U+7965,U+7a4e,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+838e,U+83cc,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8cc0,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+903e,U+9059,U+9072,U+9075,U+90ce,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+95c6,U+9676-9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b; + unicode-range: U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4; } /* noto-serif-tc-[111]-600-normal */ @@ -915,7 +925,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-111-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-111-600-normal.woff) format('woff'); - unicode-range: U+5e,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e32,U+4ef2,U+4fd7,U+501f,U+5144,U+51c6,U+52c1,U+5440,U+54e6,U+54ed,U+5510,U+5687,U+58c1,U+5b5d,U+5bd2,U+5ee2,U+5f31,U+6012,U+6084,U+6148,U+6182,U+622a,U+6355,U+6372,U+63ee,U+6416,U+6575,U+660c,U+66c9,U+675c,U+6a6b,U+6b32,U+6b49,U+6b98,U+6d6e,U+6dda,U+6ef4,U+6efe,U+7159,U+7378,U+775b,U+78e8,U+7aa9,U+7d1b,U+7de9,U+7f6a,U+7f8a,U+7fbd,U+8000,U+809a,U+8102,U+8170,U+819c,U+8266,U+82b3,U+87f2,U+8972,U+8a17,U+8b02,U+8e22,U+904d,U+90ed,U+91c7,U+93c8,U+9451,U+9a37,U+9b27,U+ad6d,U+c5b4,U+d55c; + unicode-range: U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c; } /* noto-serif-tc-[112]-600-normal */ @@ -925,7 +935,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-112-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-112-600-normal.woff) format('woff'); - unicode-range: U+2502,U+2605,U+4e39,U+4e58,U+4ea1,U+4ed9,U+4f2f-4f30,U+4f38,U+4f75,U+4fc3,U+4ff1,U+500d,U+5049,U+5074,U+5077,U+5091,U+5175,U+517c,U+51cd,U+51e1,U+5269-526a,U+52aa,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5448,U+54aa,U+5674,U+56f0,U+5761,U+585e,U+588a,U+58a8,U+58fd,U+5925,U+592e,U+5948,U+5999,U+59b3,U+5a18,U+5a1c,U+5a46,U+5b30,U+5b54,U+5b6b,U+5b8f,U+5be9,U+5bf8,U+5c0a,U+5c16,U+5c24,U+5c46,U+5cf0,U+5e1d,U+5e25,U+5e2d,U+5e3d,U+5e79,U+5f04,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+61f6,U+6258,U+6293,U+62c6,U+62d2,U+62d6,U+62fc,U+63da,U+63ed,U+640d,U+6458,U+649e,U+64ec,U+64f4,U+64fe,U+651c,U+6562,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66dd,U+66fc,U+66ff,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+695a,U+69cd,U+6afb,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6d74,U+6db2,U+6dbc,U+6df7,U+6dfb,U+6e38,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+6fc3,U+6fd5,U+7070,U+70b8,U+70cf,U+70e4,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+7919,U+7956,U+795d,U+7a05,U+7a0d,U+7a3f,U+7bc9,U+7c97,U+7cd5,U+7d0b,U+7d10,U+7dfb,U+7e3e,U+7e6a,U+8036,U+808c,U+80af,U+80ce,U+80e1,U+80f8,U+817f,U+8216,U+8239,U+827e,U+8377,U+8389,U+83ab,U+83f2,U+840a,U+8584,U+85c9,U+865b,U+8766,U+87a2,U+8932,U+8a50,U+8a69,U+8a95,U+8b6f,U+8c37,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+9336,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+9846,U+98fd,U+99d5,U+9a0e,U+9a19,U+9b6f,U+9ce5,U+9cf3,U+9ece,U+9ed8,U+9f13,U+9f20; + unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d; } /* noto-serif-tc-[113]-600-normal */ @@ -935,7 +945,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-113-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-113-600-normal.woff) format('woff'); - unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300e-300f,U+4e01,U+4e73,U+4e82,U+4e88,U+4e8e,U+4f0a,U+4f5b,U+502b,U+504f,U+5076,U+5100,U+5104,U+5132,U+5192,U+51a0,U+51ac,U+51f1,U+5200,U+5224,U+522a,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+52ff,U+5371,U+539a,U+53e5,U+540e,U+5433,U+547c,U+552f,U+5531,U+5634,U+56c9,U+574a,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58c7,U+58de,U+5967,U+59bb,U+59d3-59d4,U+5b55,U+5b87,U+5b97,U+5bae,U+5bbf,U+5be7,U+5bec,U+5cb8,U+5df7,U+5e7b-5e7c,U+5f1f,U+5f70,U+5fd9,U+60e1,U+61b6,U+61c2,U+6200,U+6234,U+6263,U+62b5,U+62dc,U+62ec,U+6383,U+638c,U+63cf,U+63d2,U+63e1,U+63f4,U+641e,U+64cd,U+64fa,U+654f,U+6557,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6696-6697,U+66ab,U+66c6,U+671d,U+672b,U+676f,U+677e,U+67d0,U+67d3,U+684c,U+68c4,U+690d,U+694a,U+699c,U+6a4b,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6bd2,U+6c60,U+6cb3,U+6d89,U+6de1,U+6de8,U+6e6f,U+6f02,U+70c8,U+7126,U+718a,U+7236,U+723d,U+7246,U+72af,U+72d7,U+73cd,U+7532,U+760b,U+7626,U+7687,U+76df,U+7761,U+79cb,U+79d2,U+79df,U+7a69,U+7af6,U+7b80,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d2b,U+7de3,U+7e2e,U+7e54,U+7e6b,U+8010,U+80a5,U+812b,U+819a,U+81a0,U+82d7,U+838a,U+8463,U+84cb,U+8521,U+8607,U+860b,U+864e,U+871c,U+878d,U+885d,U+89f8,U+8a13,U+8aa0,U+8afe,U+8b5c,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8de8,U+8fea,U+9014,U+9055,U+906d,U+907a,U+907f,U+90a6,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+9694,U+96bb,U+9707,U+9738,U+9905,U+9aa8,U+9b25,U+9b3c,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d-ff0e; + unicode-range: U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c; } /* noto-serif-tc-[114]-600-normal */ @@ -945,7 +955,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-114-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-114-600-normal.woff) format('woff'); - unicode-range: U+3c,U+d7,U+2027,U+4e4e,U+4e92,U+4ea6,U+4ec1,U+4ecd,U+4f34,U+4f48,U+4f53,U+4fb5,U+5012,U+50b7,U+51b0,U+5283,U+52dd,U+532f,U+5354,U+53eb,U+53f3,U+5409,U+5496,U+54c8,U+54e5,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+590f,U+592b,U+593e,U+5976,U+599d,U+59b9,U+59d0,U+5a5a,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de7-5de8,U+5e63,U+5e8a,U+5e9c,U+5eda,U+5ef3,U+5ef6,U+5f48,U+5fb5,U+6015,U+6025,U+602a,U+6050,U+6069,U+6162,U+6176,U+61f7,U+6279,U+627f,U+6297,U+62b1,U+62bd,U+6311,U+6377,U+6388-6389,U+63a1-63a2,U+6436,U+64c1,U+64d4,U+6551,U+6563,U+65bd,U+66b4,U+66f2,U+6751,U+675f,U+6790,U+6838,U+68d2,U+68ee,U+6982,U+69ae,U+69cb,U+6a39,U+6b66,U+6bba,U+6c5f,U+6ce1,U+6d0b,U+6d3e,U+6d6a,U+6e1b,U+6ed1,U+6f22,U+6f54,U+6f6e,U+6fc0,U+6fdf,U+719f,U+71c8,U+71d2,U+7259,U+72c2,U+7389,U+73e0,U+745e,U+751a,U+751c,U+7530,U+7533,U+7562,U+7591,U+75c5,U+75db,U+7642,U+7686,U+76d2,U+76db,U+76e1,U+76e3,U+7701,U+786c,U+7981,U+79c0,U+79fb,U+7a81,U+7a97,U+7adf,U+7aef,U+7b26,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7d9c,U+7dca,U+7df4,U+7e23,U+7f3a,U+8033,U+804a,U+8056,U+805a,U+8173,U+81e8,U+8212,U+821e,U+822a,U+82e6,U+8336,U+83dc,U+8449,U+84ee,U+85e5,U+885b,U+888b,U+8907,U+8a34,U+8a5e,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8cb4,U+8dd1,U+8f2a,U+8fb2,U+9109,U+9192,U+91cb,U+91dd,U+93e1,U+964d,U+9686,U+968e,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+98ef,U+9918,U+9aee,U+9b54,U+9ebb,U+ff0f,U+ff5c; + unicode-range: U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54; } /* noto-serif-tc-[115]-600-normal */ @@ -955,7 +965,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-115-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-115-600-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+4e45,U+4e5d,U+4e7e,U+4eac,U+4eae,U+4ed4,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+505c,U+50c5,U+5145,U+51b7,U+521d,U+523b,U+525b,U+5287,U+52e2,U+5348,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+5708,U+570d,U+571f,U+5747,U+5802,U+58d3,U+5920,U+5922,U+5957,U+5979,U+5a01,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5e78,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fd7-5fd8,U+6167,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b4c,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6e56,U+6fb3,U+722d,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a7f,U+7af9,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d22,U+7d42,U+7d55,U+7da0,U+7e41,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+8349,U+85cd,U+86cb,U+8840,U+88dc,U+8986,U+8a0e,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8fd4,U+8ff0,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+983b,U+984d,U+984f,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-tc-[116]-600-normal */ @@ -965,7 +975,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-116-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-116-600-normal.woff) format('woff'); - unicode-range: U+40,U+2026,U+4e03,U+4e14,U+4e9e,U+4ec0,U+4ed8,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+5019,U+503c,U+5047,U+514b,U+516b,U+5178,U+5207,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+5740,U+5883,U+589e,U+591c,U+5931,U+59cb,U+5a1b,U+5b58,U+5b98,U+5b9c,U+5ba4,U+5bcc,U+5beb,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fa9,U+5fae,U+5fb7,U+5ff5,U+600e,U+601d,U+60e0,U+614b,U+6230,U+623f,U+628a,U+6295,U+62c9,U+6309,U+64c7,U+64ca,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+7206,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+798f,U+79ae,U+7a4d,U+7a76,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d20,U+7d39,U+7d72,U+7dad,U+7e8c,U+7fa4,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+89ba,U+89d2,U+8a2a,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8c61,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+967d,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+9818,U+986f,U+990a,U+9910,U+9928,U+9e97,U+9ec3,U+9f8d,U+ff1b; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-tc-[117]-600-normal */ @@ -975,7 +985,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-117-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-117-600-normal.woff) format('woff'); - unicode-range: U+26,U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+512a,U+5143,U+5148,U+5152,U+5169,U+516d,U+5171,U+5177,U+518a,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+5404,U+559c,U+55ce,U+5668,U+56db,U+5712,U+5718,U+57ce,U+57fa,U+58eb,U+592a,U+5947,U+5bc6,U+5bf6,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+6236,U+624d,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63db,U+64da,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+6797,U+67e5,U+6848,U+6a19,U+6a23,U+6b61,U+6bcf,U+6c11,U+6c42,U+6d41,U+6d77,U+6e2f,U+6eff,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7537,U+754c,U+7559,U+767d-767e,U+78bc,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d30,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+7f6e,U+7fa9,U+8001,U+805e,U+8072,U+81f3,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88e1,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b70,U+8b77,U+8b80,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc,U+9ed1; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-tc-[118]-600-normal */ @@ -985,7 +995,7 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-118-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-118-600-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4fdd,U+4fe1,U+50b3,U+50f9,U+5149,U+514d,U+5167,U+5176,U+518d,U+5217,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+53ea,U+53f8,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+56e0,U+5716,U+578b,U+5831,U+5834,U+5916,U+5973,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0b,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6216,U+624b,U+6253,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+661f,U+662d,U+670d,U+671f,U+672a,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6bd4,U+6c23,U+6c34,U+6c92,U+6cd5,U+6d3b,U+6d88,U+6e05,U+7063,U+7121,U+7136,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7531,U+7576,U+767b,U+76ee,U+76f4,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+8005,U+800c,U+806f,U+8207,U+8272,U+82b1,U+865f,U+8868,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9650,U+9762,U+982d,U+984c,U+985e,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-tc-[119]-600-normal */ @@ -995,7 +1005,37 @@ font-display: swap; font-weight: 600; src: url(./files/noto-serif-tc-119-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-119-600-normal.woff) format('woff'); - unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+a0,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+4f86,U+500b,U+5011,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5929,U+597d,U+5b50,U+5bb6,U+5c0f,U+5e73-5e74,U+5fc3,U+6210-6211,U+6240,U+6587,U+65b0,U+65b9,U+65bc,U+65e5,U+660e,U+662f,U+6642,U+66f4,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+6cbb,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+76f8,U+7db2,U+7f8e,U+80fd,U+81ea,U+884c,U+8981,U+958b,U+95dc,U+96fb,U+9801,U+9996,U+ff0c,U+ff1a; + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a; +} + +/* noto-serif-tc-cyrillic-600-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-tc-cyrillic-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-600-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-tc-vietnamese-600-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-tc-vietnamese-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-600-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-tc-latin-ext-600-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-tc-latin-ext-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-600-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; } /* noto-serif-tc-latin-600-normal */ diff --git a/fonts/google/noto-serif-tc/700.css b/fonts/google/noto-serif-tc/700.css index daab3bd1493..77fc4468bf8 100644 --- a/fonts/google/noto-serif-tc/700.css +++ b/fonts/google/noto-serif-tc/700.css @@ -1,3 +1,13 @@ +/* noto-serif-tc-[0]-700-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-tc-0-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-0-700-normal.woff) format('woff'); + unicode-range: U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4; +} + /* noto-serif-tc-[6]-700-normal */ @font-face { font-family: 'Noto Serif TC'; @@ -35,7 +45,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-19-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-19-700-normal.woff) format('woff'); - unicode-range: U+9eb9-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; + unicode-range: U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; } /* noto-serif-tc-[20]-700-normal */ @@ -45,7 +55,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-20-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-20-700-normal.woff) format('woff'); - unicode-range: U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70,U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eb8; + unicode-range: U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2; } /* noto-serif-tc-[21]-700-normal */ @@ -55,7 +65,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-21-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-21-700-normal.woff) format('woff'); - unicode-range: U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30; + unicode-range: U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70; } /* noto-serif-tc-[22]-700-normal */ @@ -65,7 +75,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-22-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-22-700-normal.woff) format('woff'); - unicode-range: U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8; + unicode-range: U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee; } /* noto-serif-tc-[23]-700-normal */ @@ -75,7 +85,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-23-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-23-700-normal.woff) format('woff'); - unicode-range: U+9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a,U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d; + unicode-range: U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86; } /* noto-serif-tc-[24]-700-normal */ @@ -85,7 +95,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-24-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-24-700-normal.woff) format('woff'); - unicode-range: U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911; + unicode-range: U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a; } /* noto-serif-tc-[25]-700-normal */ @@ -95,7 +105,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-25-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-25-700-normal.woff) format('woff'); - unicode-range: U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3; + unicode-range: U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1; } /* noto-serif-tc-[26]-700-normal */ @@ -105,7 +115,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-26-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-26-700-normal.woff) format('woff'); - unicode-range: U+950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648; + unicode-range: U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c; } /* noto-serif-tc-[27]-700-normal */ @@ -115,7 +125,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-27-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-27-700-normal.woff) format('woff'); - unicode-range: U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419-941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b; + unicode-range: U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f; } /* noto-serif-tc-[28]-700-normal */ @@ -125,7 +135,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-28-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-28-700-normal.woff) format('woff'); - unicode-range: U+92e5-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0; + unicode-range: U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419; } /* noto-serif-tc-[29]-700-normal */ @@ -135,7 +145,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-29-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-29-700-normal.woff) format('woff'); - unicode-range: U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4; + unicode-range: U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306; } /* noto-serif-tc-[30]-700-normal */ @@ -145,7 +155,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-30-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-30-700-normal.woff) format('woff'); - unicode-range: U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed; + unicode-range: U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207; } /* noto-serif-tc-[31]-700-normal */ @@ -155,7 +165,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-31-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-31-700-normal.woff) format('woff'); - unicode-range: U+8f68-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9; + unicode-range: U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df; } /* noto-serif-tc-[32]-700-normal */ @@ -165,7 +175,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-32-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-32-700-normal.woff) format('woff'); - unicode-range: U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67; + unicode-range: U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84; } /* noto-serif-tc-[33]-700-normal */ @@ -175,7 +185,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-33-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-33-700-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb,U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16; + unicode-range: U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e; } /* noto-serif-tc-[34]-700-normal */ @@ -185,7 +195,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-34-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-34-700-normal.woff) format('woff'); - unicode-range: U+8b6c-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb; } /* noto-serif-tc-[35]-700-normal */ @@ -195,7 +205,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-35-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-35-700-normal.woff) format('woff'); - unicode-range: U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6b; + unicode-range: U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99; } /* noto-serif-tc-[36]-700-normal */ @@ -205,7 +215,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-36-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-36-700-normal.woff) format('woff'); - unicode-range: U+889b-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4,U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4; + unicode-range: U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16; } /* noto-serif-tc-[37]-700-normal */ @@ -215,7 +225,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-37-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-37-700-normal.woff) format('woff'); - unicode-range: U+874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a; + unicode-range: U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4; } /* noto-serif-tc-[38]-700-normal */ @@ -225,7 +235,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-38-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-38-700-normal.woff) format('woff'); - unicode-range: U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b; + unicode-range: U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762; } /* noto-serif-tc-[39]-700-normal */ @@ -235,7 +245,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-39-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-39-700-normal.woff) format('woff'); - unicode-range: U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff; + unicode-range: U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e; } /* noto-serif-tc-[40]-700-normal */ @@ -245,7 +255,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-40-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-40-700-normal.woff) format('woff'); - unicode-range: U+8378,U+837a-8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af; + unicode-range: U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf; } /* noto-serif-tc-[41]-700-normal */ @@ -255,7 +265,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-41-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-41-700-normal.woff) format('woff'); - unicode-range: U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375; + unicode-range: U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f; } /* noto-serif-tc-[42]-700-normal */ @@ -265,7 +275,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-42-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-42-700-normal.woff) format('woff'); - unicode-range: U+8113,U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b; + unicode-range: U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279; } /* noto-serif-tc-[43]-700-normal */ @@ -275,7 +285,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-43-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-43-700-normal.woff) format('woff'); - unicode-range: U+7fb1-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8112; + unicode-range: U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a; } /* noto-serif-tc-[44]-700-normal */ @@ -285,7 +295,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-44-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-44-700-normal.woff) format('woff'); - unicode-range: U+7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb0; + unicode-range: U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6; } /* noto-serif-tc-[45]-700-normal */ @@ -295,7 +305,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-45-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-45-700-normal.woff) format('woff'); - unicode-range: U+7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eae; + unicode-range: U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2; } /* noto-serif-tc-[46]-700-normal */ @@ -305,7 +315,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-46-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-46-700-normal.woff) format('woff'); - unicode-range: U+7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d88; + unicode-range: U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b; } /* noto-serif-tc-[47]-700-normal */ @@ -315,7 +325,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-47-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-47-700-normal.woff) format('woff'); - unicode-range: U+7afb,U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c1f; + unicode-range: U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20; } /* noto-serif-tc-[48]-700-normal */ @@ -325,7 +335,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-48-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-48-700-normal.woff) format('woff'); - unicode-range: U+7988,U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa; + unicode-range: U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb; } /* noto-serif-tc-[49]-700-normal */ @@ -335,7 +345,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-49-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-49-700-normal.woff) format('woff'); - unicode-range: U+7840,U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7987; + unicode-range: U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988; } /* noto-serif-tc-[50]-700-normal */ @@ -345,7 +355,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-50-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-50-700-normal.woff) format('woff'); - unicode-range: U+7705,U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e; + unicode-range: U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840; } /* noto-serif-tc-[51]-700-normal */ @@ -355,7 +365,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-51-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-51-700-normal.woff) format('woff'); - unicode-range: U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704; + unicode-range: U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705; } /* noto-serif-tc-[52]-700-normal */ @@ -365,7 +375,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-52-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-52-700-normal.woff) format('woff'); - unicode-range: U+749a,U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca; + unicode-range: U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc; } /* noto-serif-tc-[53]-700-normal */ @@ -375,7 +385,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-53-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-53-700-normal.woff) format('woff'); - unicode-range: U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498; + unicode-range: U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a; } /* noto-serif-tc-[54]-700-normal */ @@ -385,7 +395,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-54-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-54-700-normal.woff) format('woff'); - unicode-range: U+727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae; + unicode-range: U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3; } /* noto-serif-tc-[55]-700-normal */ @@ -395,7 +405,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-55-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-55-700-normal.woff) format('woff'); - unicode-range: U+7113-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e; + unicode-range: U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f; } /* noto-serif-tc-[56]-700-normal */ @@ -405,7 +415,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-56-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-56-700-normal.woff) format('woff'); - unicode-range: U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110; + unicode-range: U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-tc-[57]-700-normal */ @@ -415,7 +425,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-57-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-57-700-normal.woff) format('woff'); - unicode-range: U+6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2; + unicode-range: U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9; } /* noto-serif-tc-[58]-700-normal */ @@ -425,7 +435,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-58-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-58-700-normal.woff) format('woff'); - unicode-range: U+6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed5; + unicode-range: U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8; } /* noto-serif-tc-[59]-700-normal */ @@ -435,7 +445,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-59-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-59-700-normal.woff) format('woff'); - unicode-range: U+6cda,U+6cdc-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2; + unicode-range: U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5; } /* noto-serif-tc-[60]-700-normal */ @@ -445,7 +455,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-60-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-60-700-normal.woff) format('woff'); - unicode-range: U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9; + unicode-range: U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc; } /* noto-serif-tc-[61]-700-normal */ @@ -455,7 +465,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-61-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-61-700-normal.woff) format('woff'); - unicode-range: U+6a31-6a32,U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4; + unicode-range: U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd; } /* noto-serif-tc-[62]-700-normal */ @@ -465,7 +475,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-62-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-62-700-normal.woff) format('woff'); - unicode-range: U+6900,U+6902,U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b; + unicode-range: U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32; } /* noto-serif-tc-[63]-700-normal */ @@ -475,7 +485,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-63-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-63-700-normal.woff) format('woff'); - unicode-range: U+67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd; + unicode-range: U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902; } /* noto-serif-tc-[64]-700-normal */ @@ -485,7 +495,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-64-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-64-700-normal.woff) format('woff'); - unicode-range: U+66a7,U+66aa,U+66b2-66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0,U+67b2-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8; + unicode-range: U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db; } /* noto-serif-tc-[65]-700-normal */ @@ -495,7 +505,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-65-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-65-700-normal.woff) format('woff'); - unicode-range: U+655d,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6; + unicode-range: U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2; } /* noto-serif-tc-[66]-700-normal */ @@ -505,7 +515,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-66-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-66-700-normal.woff) format('woff'); - unicode-range: U+6427-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b; + unicode-range: U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564; } /* noto-serif-tc-[67]-700-normal */ @@ -515,7 +525,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-67-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-67-700-normal.woff) format('woff'); - unicode-range: U+630d-630e,U+6310,U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6426; + unicode-range: U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a; } /* noto-serif-tc-[68]-700-normal */ @@ -525,7 +535,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-68-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-68-700-normal.woff) format('woff'); - unicode-range: U+61c6,U+61ca-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c; + unicode-range: U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310; } /* noto-serif-tc-[69]-700-normal */ @@ -535,7 +545,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-69-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-69-700-normal.woff) format('woff'); - unicode-range: U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3; + unicode-range: U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb; } /* noto-serif-tc-[70]-700-normal */ @@ -545,7 +555,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-70-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-70-700-normal.woff) format('woff'); - unicode-range: U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa; + unicode-range: U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af; } /* noto-serif-tc-[71]-700-normal */ @@ -555,7 +565,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-71-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-71-700-normal.woff) format('woff'); - unicode-range: U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76; + unicode-range: U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d; } /* noto-serif-tc-[72]-700-normal */ @@ -565,7 +575,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-72-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-72-700-normal.woff) format('woff'); - unicode-range: U+5ce0-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30; + unicode-range: U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a; } /* noto-serif-tc-[73]-700-normal */ @@ -575,7 +585,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-73-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-73-700-normal.woff) format('woff'); - unicode-range: U+5b80-5b82,U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf; + unicode-range: U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5; } /* noto-serif-tc-[74]-700-normal */ @@ -585,7 +595,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-74-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-74-700-normal.woff) format('woff'); - unicode-range: U+5a51,U+5a53,U+5a56-5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f; + unicode-range: U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82; } /* noto-serif-tc-[75]-700-normal */ @@ -595,7 +605,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-75-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-75-700-normal.woff) format('woff'); - unicode-range: U+590b-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50; + unicode-range: U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56; } /* noto-serif-tc-[76]-700-normal */ @@ -605,7 +615,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-76-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-76-700-normal.woff) format('woff'); - unicode-range: U+57a1,U+57a4,U+57a6,U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590a; + unicode-range: U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e; } /* noto-serif-tc-[77]-700-normal */ @@ -615,7 +625,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-77-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-77-700-normal.woff) format('woff'); - unicode-range: U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d2-56d4,U+56d6-56d9,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a0; + unicode-range: U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6; } /* noto-serif-tc-[78]-700-normal */ @@ -625,7 +635,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-78-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-78-700-normal.woff) format('woff'); - unicode-range: U+5551,U+5553,U+5555-5557,U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d; + unicode-range: U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a; } /* noto-serif-tc-[79]-700-normal */ @@ -635,7 +645,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-79-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-79-700-normal.woff) format('woff'); - unicode-range: U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550; + unicode-range: U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557; } /* noto-serif-tc-[80]-700-normal */ @@ -645,7 +655,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-80-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-80-700-normal.woff) format('woff'); - unicode-range: U+52db,U+52e0,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437; + unicode-range: U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445; } /* noto-serif-tc-[81]-700-normal */ @@ -655,7 +665,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-81-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-81-700-normal.woff) format('woff'); - unicode-range: U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7; + unicode-range: U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7; } /* noto-serif-tc-[82]-700-normal */ @@ -665,7 +675,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-82-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-82-700-normal.woff) format('woff'); - unicode-range: U+5032,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b; + unicode-range: U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196; } /* noto-serif-tc-[83]-700-normal */ @@ -675,7 +685,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-83-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-83-700-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f29-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5031; + unicode-range: U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e; } /* noto-serif-tc-[84]-700-normal */ @@ -685,7 +695,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-84-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-84-700-normal.woff) format('woff'); - unicode-range: U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21,U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b; } /* noto-serif-tc-[85]-700-normal */ @@ -695,7 +705,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-85-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-85-700-normal.woff) format('woff'); - unicode-range: U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3119,U+311b-311e,U+3120-3126,U+3128-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02; + unicode-range: U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21; } /* noto-serif-tc-[86]-700-normal */ @@ -705,7 +715,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-86-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-86-700-normal.woff) format('woff'); - unicode-range: U+2749-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052; + unicode-range: U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049; } /* noto-serif-tc-[87]-700-normal */ @@ -715,7 +725,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-87-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-87-700-normal.woff) format('woff'); - unicode-range: U+264a-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2748; + unicode-range: U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747; } /* noto-serif-tc-[88]-700-normal */ @@ -725,7 +735,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-88-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-88-700-normal.woff) format('woff'); - unicode-range: U+2567-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648-2649; + unicode-range: U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648; } /* noto-serif-tc-[89]-700-normal */ @@ -735,7 +745,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-89-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-89-700-normal.woff) format('woff'); - unicode-range: U+2476-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2566; + unicode-range: U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565; } /* noto-serif-tc-[90]-700-normal */ @@ -745,7 +755,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-90-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-90-700-normal.woff) format('woff'); - unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2461-2471,U+2474-2475; + unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474; } /* noto-serif-tc-[91]-700-normal */ @@ -805,7 +815,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-100-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-100-700-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+2223,U+2460,U+2640,U+273f,U+301c,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+56d1,U+56dd,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67b1,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71ee,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be5-8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+99f1,U+9a5b,U+9ab7,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-tc-[101]-700-normal */ @@ -815,7 +825,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-101-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-101-700-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301d-301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6292,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+701d,U+703e,U+707c,U+7099,U+710a,U+72d9,U+72e9,U+731d,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76bf,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+8258,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+9091,U+90ae,U+90b8,U+9257,U+9310,U+9382,U+93df,U+94fe,U+95a5,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+9986,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+ff25,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-tc-[102]-700-normal */ @@ -825,7 +835,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-102-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-102-700-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5436,U+5443,U+5466,U+54a8,U+54bd,U+54c9,U+54cb,U+555e,U+5580,U+560e,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+6254,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68e0,U+68f5,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6eaf,U+6eba,U+6fef,U+7028,U+70b3,U+711a,U+725f,U+7325,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7c27,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+86e4,U+8718,U+87ec,U+880d,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bdd,U+8c41,U+8c48,U+8cb6,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95a9,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-tc-[103]-700-normal */ @@ -835,7 +845,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-103-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-103-700-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+311a,U+4e11,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54a7,U+54b1,U+54b3,U+54b8,U+556a,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5614,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5d01,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+68d7,U+6977,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6e5b,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+79cd,U+7a6b,U+7ac5,U+7b1b,U+7b77,U+7ca7,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+831c,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8bcd,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-tc-[104]-700-normal */ @@ -845,7 +855,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-104-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-104-700-normal.woff) format('woff'); - unicode-range: U+10c,U+161,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1c,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+50d5,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5cfb,U+5d11,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f64,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+6807,U+68cd,U+68f2,U+690e,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+708a,U+7130,U+7165,U+7172,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8305,U+8335,U+8343,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+9444,U+957f,U+9591,U+96a7,U+97ad,U+97cc,U+9811,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9bca,U+9ebd,U+e60f,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-tc-[105]-700-normal */ @@ -855,7 +865,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-105-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-105-700-normal.woff) format('woff'); - unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+311f,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+539d,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5632,U+5757,U+5835,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+614c,U+621a,U+6237,U+6296,U+62e9,U+632a-632b,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a3a,U+6ab3,U+6b22,U+6c59,U+6c83,U+6ccc,U+6dea,U+6df5,U+6ef7,U+6f3e,U+6f80,U+6fe4,U+7164,U+71c9,U+722a,U+7260,U+7272,U+73b0,U+74e3,U+7538,U+7586,U+75b5,U+7661-7662,U+77db,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+839e,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+935b,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ff,U+9b91,U+9db4,U+9f4b,U+e602-e605,U+e610-e611,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-tc-[106]-700-normal */ @@ -865,7 +875,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-106-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-106-700-normal.woff) format('woff'); - unicode-range: U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+3127,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+4fcf,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+60df,U+611a,U+6190,U+61a4,U+61be,U+61fc,U+6284,U+62ac,U+62bc,U+634f,U+636e,U+6398,U+63a9,U+6487,U+6495,U+64ab,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+6761,U+679a,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a38,U+6a59,U+6ae5,U+6b47,U+6b67,U+6b6a,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+70ed,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+74ca,U+7535,U+753a,U+75f4,U+7624,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a62,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+84bc,U+84c9,U+84ec,U+8523,U+8549,U+8569,U+8591,U+85b0,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+9214,U+946b,U+9470,U+947c,U+9640,U+9675,U+96ef,U+97cb,U+97e9,U+985b,U+99ae,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-tc-[107]-700-normal */ @@ -875,7 +885,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-107-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-107-700-normal.woff) format('woff'); - unicode-range: U+a5,U+25ce,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4f3a,U+4f51,U+4f62,U+4faf,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5733,U+5764,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a8,U+59ec,U+5b66,U+5b99,U+5b9d,U+5bee,U+5c2c,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+6070,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6435,U+6454,U+64a4,U+64b2,U+64bc,U+64bf,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6614,U+6670,U+6688,U+672d,U+673a,U+6770,U+68cb,U+6912,U+6953,U+6a61,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+7149,U+714e,U+71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+7504,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8475,U+8490,U+85af,U+8650,U+8667,U+86d9,U+8774,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+91d8,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9716,U+9774,U+97fb,U+9812,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff05,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-tc-[108]-700-normal */ @@ -885,7 +895,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-108-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-108-700-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e08,U+4e2a,U+4e4f,U+4e59,U+4ec7,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+507d,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5690,U+56ca,U+56fe,U+582a,U+5915,U+5949,U+5962,U+5996,U+59a5,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5c48,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62d3,U+62f3,U+6368,U+6380,U+6492,U+64e0,U+6570,U+6606,U+660f,U+6649,U+6691,U+66a8,U+6749,U+674f,U+6795,U+67f1,U+67f3,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6d29,U+6d66,U+6daf,U+6f01,U+6f58,U+6f6d,U+6f70,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+71d9,U+71e5,U+7235,U+7267,U+73ca,U+742a,U+74f7,U+7529,U+758f,U+75bc,U+76c6,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7c60,U+7cfe,U+7dbf,U+7e2b,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8155,U+816b,U+81df,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8606,U+868a,U+87f9,U+886b,U+8870,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+9817,U+98c6,U+9ecf,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-tc-[109]-700-normal */ @@ -895,7 +905,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-109-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-109-700-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+5606,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+58fa,U+594f,U+5951,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5ca1,U+5d29,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6062,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64b0,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+67f4,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6cdb,U+6d69,U+6db5,U+6dd1,U+6e21,U+6f06,U+6f62,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433,U+745c,U+7470,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7740,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e31,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8108,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+8277,U+82d1,U+8461,U+84b8,U+852c,U+857e,U+8587,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8776,U+87ba,U+8896,U+88c2,U+88d5,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8d64,U+8d74,U+8d81,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+905c,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f0e,U+9f52,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-tc-[110]-700-normal */ @@ -905,7 +915,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-110-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-110-700-normal.woff) format('woff'); - unicode-range: U+2022,U+2500,U+25bc,U+4e1f,U+4e95,U+4f50,U+4f54,U+4f69,U+4fb6,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+592f,U+5954,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5c6f,U+5de1,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f7c,U+5f81,U+5f90-5f92,U+6016,U+6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6155,U+6158,U+6191,U+6212,U+626e,U+62d4,U+632f,U+633a,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6597,U+66b1,U+66ec,U+6731,U+6735,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6dcb,U+6dd8,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+73b2,U+7434,U+74e6,U+758a,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78a9,U+78b0,U+790e,U+7965,U+7a4e,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+838e,U+83cc,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8cc0,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+903e,U+9059,U+9072,U+9075,U+90ce,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+95c6,U+9676-9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b; + unicode-range: U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4; } /* noto-serif-tc-[111]-700-normal */ @@ -915,7 +925,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-111-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-111-700-normal.woff) format('woff'); - unicode-range: U+5e,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e32,U+4ef2,U+4fd7,U+501f,U+5144,U+51c6,U+52c1,U+5440,U+54e6,U+54ed,U+5510,U+5687,U+58c1,U+5b5d,U+5bd2,U+5ee2,U+5f31,U+6012,U+6084,U+6148,U+6182,U+622a,U+6355,U+6372,U+63ee,U+6416,U+6575,U+660c,U+66c9,U+675c,U+6a6b,U+6b32,U+6b49,U+6b98,U+6d6e,U+6dda,U+6ef4,U+6efe,U+7159,U+7378,U+775b,U+78e8,U+7aa9,U+7d1b,U+7de9,U+7f6a,U+7f8a,U+7fbd,U+8000,U+809a,U+8102,U+8170,U+819c,U+8266,U+82b3,U+87f2,U+8972,U+8a17,U+8b02,U+8e22,U+904d,U+90ed,U+91c7,U+93c8,U+9451,U+9a37,U+9b27,U+ad6d,U+c5b4,U+d55c; + unicode-range: U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c; } /* noto-serif-tc-[112]-700-normal */ @@ -925,7 +935,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-112-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-112-700-normal.woff) format('woff'); - unicode-range: U+2502,U+2605,U+4e39,U+4e58,U+4ea1,U+4ed9,U+4f2f-4f30,U+4f38,U+4f75,U+4fc3,U+4ff1,U+500d,U+5049,U+5074,U+5077,U+5091,U+5175,U+517c,U+51cd,U+51e1,U+5269-526a,U+52aa,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5448,U+54aa,U+5674,U+56f0,U+5761,U+585e,U+588a,U+58a8,U+58fd,U+5925,U+592e,U+5948,U+5999,U+59b3,U+5a18,U+5a1c,U+5a46,U+5b30,U+5b54,U+5b6b,U+5b8f,U+5be9,U+5bf8,U+5c0a,U+5c16,U+5c24,U+5c46,U+5cf0,U+5e1d,U+5e25,U+5e2d,U+5e3d,U+5e79,U+5f04,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+61f6,U+6258,U+6293,U+62c6,U+62d2,U+62d6,U+62fc,U+63da,U+63ed,U+640d,U+6458,U+649e,U+64ec,U+64f4,U+64fe,U+651c,U+6562,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66dd,U+66fc,U+66ff,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+695a,U+69cd,U+6afb,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6d74,U+6db2,U+6dbc,U+6df7,U+6dfb,U+6e38,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+6fc3,U+6fd5,U+7070,U+70b8,U+70cf,U+70e4,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+7919,U+7956,U+795d,U+7a05,U+7a0d,U+7a3f,U+7bc9,U+7c97,U+7cd5,U+7d0b,U+7d10,U+7dfb,U+7e3e,U+7e6a,U+8036,U+808c,U+80af,U+80ce,U+80e1,U+80f8,U+817f,U+8216,U+8239,U+827e,U+8377,U+8389,U+83ab,U+83f2,U+840a,U+8584,U+85c9,U+865b,U+8766,U+87a2,U+8932,U+8a50,U+8a69,U+8a95,U+8b6f,U+8c37,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+9336,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+9846,U+98fd,U+99d5,U+9a0e,U+9a19,U+9b6f,U+9ce5,U+9cf3,U+9ece,U+9ed8,U+9f13,U+9f20; + unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d; } /* noto-serif-tc-[113]-700-normal */ @@ -935,7 +945,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-113-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-113-700-normal.woff) format('woff'); - unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300e-300f,U+4e01,U+4e73,U+4e82,U+4e88,U+4e8e,U+4f0a,U+4f5b,U+502b,U+504f,U+5076,U+5100,U+5104,U+5132,U+5192,U+51a0,U+51ac,U+51f1,U+5200,U+5224,U+522a,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+52ff,U+5371,U+539a,U+53e5,U+540e,U+5433,U+547c,U+552f,U+5531,U+5634,U+56c9,U+574a,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58c7,U+58de,U+5967,U+59bb,U+59d3-59d4,U+5b55,U+5b87,U+5b97,U+5bae,U+5bbf,U+5be7,U+5bec,U+5cb8,U+5df7,U+5e7b-5e7c,U+5f1f,U+5f70,U+5fd9,U+60e1,U+61b6,U+61c2,U+6200,U+6234,U+6263,U+62b5,U+62dc,U+62ec,U+6383,U+638c,U+63cf,U+63d2,U+63e1,U+63f4,U+641e,U+64cd,U+64fa,U+654f,U+6557,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6696-6697,U+66ab,U+66c6,U+671d,U+672b,U+676f,U+677e,U+67d0,U+67d3,U+684c,U+68c4,U+690d,U+694a,U+699c,U+6a4b,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6bd2,U+6c60,U+6cb3,U+6d89,U+6de1,U+6de8,U+6e6f,U+6f02,U+70c8,U+7126,U+718a,U+7236,U+723d,U+7246,U+72af,U+72d7,U+73cd,U+7532,U+760b,U+7626,U+7687,U+76df,U+7761,U+79cb,U+79d2,U+79df,U+7a69,U+7af6,U+7b80,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d2b,U+7de3,U+7e2e,U+7e54,U+7e6b,U+8010,U+80a5,U+812b,U+819a,U+81a0,U+82d7,U+838a,U+8463,U+84cb,U+8521,U+8607,U+860b,U+864e,U+871c,U+878d,U+885d,U+89f8,U+8a13,U+8aa0,U+8afe,U+8b5c,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8de8,U+8fea,U+9014,U+9055,U+906d,U+907a,U+907f,U+90a6,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+9694,U+96bb,U+9707,U+9738,U+9905,U+9aa8,U+9b25,U+9b3c,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d-ff0e; + unicode-range: U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c; } /* noto-serif-tc-[114]-700-normal */ @@ -945,7 +955,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-114-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-114-700-normal.woff) format('woff'); - unicode-range: U+3c,U+d7,U+2027,U+4e4e,U+4e92,U+4ea6,U+4ec1,U+4ecd,U+4f34,U+4f48,U+4f53,U+4fb5,U+5012,U+50b7,U+51b0,U+5283,U+52dd,U+532f,U+5354,U+53eb,U+53f3,U+5409,U+5496,U+54c8,U+54e5,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+590f,U+592b,U+593e,U+5976,U+599d,U+59b9,U+59d0,U+5a5a,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de7-5de8,U+5e63,U+5e8a,U+5e9c,U+5eda,U+5ef3,U+5ef6,U+5f48,U+5fb5,U+6015,U+6025,U+602a,U+6050,U+6069,U+6162,U+6176,U+61f7,U+6279,U+627f,U+6297,U+62b1,U+62bd,U+6311,U+6377,U+6388-6389,U+63a1-63a2,U+6436,U+64c1,U+64d4,U+6551,U+6563,U+65bd,U+66b4,U+66f2,U+6751,U+675f,U+6790,U+6838,U+68d2,U+68ee,U+6982,U+69ae,U+69cb,U+6a39,U+6b66,U+6bba,U+6c5f,U+6ce1,U+6d0b,U+6d3e,U+6d6a,U+6e1b,U+6ed1,U+6f22,U+6f54,U+6f6e,U+6fc0,U+6fdf,U+719f,U+71c8,U+71d2,U+7259,U+72c2,U+7389,U+73e0,U+745e,U+751a,U+751c,U+7530,U+7533,U+7562,U+7591,U+75c5,U+75db,U+7642,U+7686,U+76d2,U+76db,U+76e1,U+76e3,U+7701,U+786c,U+7981,U+79c0,U+79fb,U+7a81,U+7a97,U+7adf,U+7aef,U+7b26,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7d9c,U+7dca,U+7df4,U+7e23,U+7f3a,U+8033,U+804a,U+8056,U+805a,U+8173,U+81e8,U+8212,U+821e,U+822a,U+82e6,U+8336,U+83dc,U+8449,U+84ee,U+85e5,U+885b,U+888b,U+8907,U+8a34,U+8a5e,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8cb4,U+8dd1,U+8f2a,U+8fb2,U+9109,U+9192,U+91cb,U+91dd,U+93e1,U+964d,U+9686,U+968e,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+98ef,U+9918,U+9aee,U+9b54,U+9ebb,U+ff0f,U+ff5c; + unicode-range: U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54; } /* noto-serif-tc-[115]-700-normal */ @@ -955,7 +965,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-115-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-115-700-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+4e45,U+4e5d,U+4e7e,U+4eac,U+4eae,U+4ed4,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+505c,U+50c5,U+5145,U+51b7,U+521d,U+523b,U+525b,U+5287,U+52e2,U+5348,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+5708,U+570d,U+571f,U+5747,U+5802,U+58d3,U+5920,U+5922,U+5957,U+5979,U+5a01,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5e78,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fd7-5fd8,U+6167,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b4c,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6e56,U+6fb3,U+722d,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a7f,U+7af9,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d22,U+7d42,U+7d55,U+7da0,U+7e41,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+8349,U+85cd,U+86cb,U+8840,U+88dc,U+8986,U+8a0e,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8fd4,U+8ff0,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+983b,U+984d,U+984f,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-tc-[116]-700-normal */ @@ -965,7 +975,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-116-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-116-700-normal.woff) format('woff'); - unicode-range: U+40,U+2026,U+4e03,U+4e14,U+4e9e,U+4ec0,U+4ed8,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+5019,U+503c,U+5047,U+514b,U+516b,U+5178,U+5207,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+5740,U+5883,U+589e,U+591c,U+5931,U+59cb,U+5a1b,U+5b58,U+5b98,U+5b9c,U+5ba4,U+5bcc,U+5beb,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fa9,U+5fae,U+5fb7,U+5ff5,U+600e,U+601d,U+60e0,U+614b,U+6230,U+623f,U+628a,U+6295,U+62c9,U+6309,U+64c7,U+64ca,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+7206,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+798f,U+79ae,U+7a4d,U+7a76,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d20,U+7d39,U+7d72,U+7dad,U+7e8c,U+7fa4,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+89ba,U+89d2,U+8a2a,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8c61,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+967d,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+9818,U+986f,U+990a,U+9910,U+9928,U+9e97,U+9ec3,U+9f8d,U+ff1b; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-tc-[117]-700-normal */ @@ -975,7 +985,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-117-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-117-700-normal.woff) format('woff'); - unicode-range: U+26,U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+512a,U+5143,U+5148,U+5152,U+5169,U+516d,U+5171,U+5177,U+518a,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+5404,U+559c,U+55ce,U+5668,U+56db,U+5712,U+5718,U+57ce,U+57fa,U+58eb,U+592a,U+5947,U+5bc6,U+5bf6,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+6236,U+624d,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63db,U+64da,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+6797,U+67e5,U+6848,U+6a19,U+6a23,U+6b61,U+6bcf,U+6c11,U+6c42,U+6d41,U+6d77,U+6e2f,U+6eff,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7537,U+754c,U+7559,U+767d-767e,U+78bc,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d30,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+7f6e,U+7fa9,U+8001,U+805e,U+8072,U+81f3,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88e1,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b70,U+8b77,U+8b80,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc,U+9ed1; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-tc-[118]-700-normal */ @@ -985,7 +995,7 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-118-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-118-700-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4fdd,U+4fe1,U+50b3,U+50f9,U+5149,U+514d,U+5167,U+5176,U+518d,U+5217,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+53ea,U+53f8,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+56e0,U+5716,U+578b,U+5831,U+5834,U+5916,U+5973,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0b,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6216,U+624b,U+6253,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+661f,U+662d,U+670d,U+671f,U+672a,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6bd4,U+6c23,U+6c34,U+6c92,U+6cd5,U+6d3b,U+6d88,U+6e05,U+7063,U+7121,U+7136,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7531,U+7576,U+767b,U+76ee,U+76f4,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+8005,U+800c,U+806f,U+8207,U+8272,U+82b1,U+865f,U+8868,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9650,U+9762,U+982d,U+984c,U+985e,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-tc-[119]-700-normal */ @@ -995,7 +1005,37 @@ font-display: swap; font-weight: 700; src: url(./files/noto-serif-tc-119-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-119-700-normal.woff) format('woff'); - unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+a0,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+4f86,U+500b,U+5011,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5929,U+597d,U+5b50,U+5bb6,U+5c0f,U+5e73-5e74,U+5fc3,U+6210-6211,U+6240,U+6587,U+65b0,U+65b9,U+65bc,U+65e5,U+660e,U+662f,U+6642,U+66f4,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+6cbb,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+76f8,U+7db2,U+7f8e,U+80fd,U+81ea,U+884c,U+8981,U+958b,U+95dc,U+96fb,U+9801,U+9996,U+ff0c,U+ff1a; + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a; +} + +/* noto-serif-tc-cyrillic-700-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-tc-cyrillic-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-700-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-tc-vietnamese-700-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-tc-vietnamese-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-700-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-tc-latin-ext-700-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-tc-latin-ext-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-700-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; } /* noto-serif-tc-latin-700-normal */ diff --git a/fonts/google/noto-serif-tc/800.css b/fonts/google/noto-serif-tc/800.css new file mode 100644 index 00000000000..4363dd95186 --- /dev/null +++ b/fonts/google/noto-serif-tc/800.css @@ -0,0 +1,1049 @@ +/* noto-serif-tc-[0]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-0-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-0-800-normal.woff) format('woff'); + unicode-range: U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4; +} + +/* noto-serif-tc-[6]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-6-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-6-800-normal.woff) format('woff'); + unicode-range: U+ff78-ff7e,U+ff80-ff86,U+ff89-ff94,U+ff97-ff9e,U+ffb9,U+ffe0-ffe3,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1d7c7,U+1f004,U+1f0cf,U+1f141-1f142,U+1f150,U+1f154,U+1f158,U+1f15b,U+1f15d-1f15e,U+1f162-1f163,U+1f170-1f171,U+1f174,U+1f177-1f178,U+1f17d-1f17f,U+1f192-1f195,U+1f197-1f19a,U+1f1e6-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f22f,U+1f232-1f237,U+1f239-1f23a,U+1f250-1f251,U+1f300,U+1f302-1f319; +} + +/* noto-serif-tc-[7]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-7-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-7-800-normal.woff) format('woff'); + unicode-range: U+fa0a,U+fa0c,U+fa11,U+fa17,U+fa19,U+fa1b,U+fa1d,U+fa26,U+fa2c,U+fb01,U+fdfc,U+fe0e,U+fe33-fe36,U+fe38-fe44,U+fe49-fe51,U+fe54,U+fe56-fe57,U+fe59-fe5c,U+fe5f-fe6a,U+fe8e,U+fe92-fe93,U+feae,U+fecb-fecc,U+fee0,U+feec,U+fef3,U+ff04,U+ff07,U+ff26-ff2c,U+ff31-ff32,U+ff35-ff37,U+ff39-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff68,U+ff6a,U+ff6c-ff77; +} + +/* noto-serif-tc-[8]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-8-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-8-800-normal.woff) format('woff'); + unicode-range: U+f78a-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e-f94f,U+f95a,U+f95d-f95e,U+f961-f963,U+f965-f970,U+f974,U+f976-f97a,U+f97c,U+f97e-f97f,U+f981,U+f983,U+f988,U+f98a,U+f98c,U+f98e,U+f996-f997,U+f999-f99a,U+f99c,U+f99f-f9a0,U+f9a3,U+f9a8,U+f9ad,U+f9b2-f9b6,U+f9b9-f9ba,U+f9bd-f9be,U+f9c1,U+f9c4,U+f9c7,U+f9ca,U+f9cd,U+f9d0-f9d1,U+f9d3-f9d4,U+f9d7-f9d8,U+f9dc-f9dd,U+f9df-f9e1,U+f9e4,U+f9e8-f9ea,U+f9f4,U+f9f6-f9f7,U+f9f9-f9fa,U+f9fc-fa01,U+fa03-fa04,U+fa06,U+fa08-fa09; +} + +/* noto-serif-tc-[19]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-19-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-19-800-normal.woff) format('woff'); + unicode-range: U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; +} + +/* noto-serif-tc-[20]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-20-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-20-800-normal.woff) format('woff'); + unicode-range: U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2; +} + +/* noto-serif-tc-[21]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-21-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-21-800-normal.woff) format('woff'); + unicode-range: U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70; +} + +/* noto-serif-tc-[22]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-22-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-22-800-normal.woff) format('woff'); + unicode-range: U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee; +} + +/* noto-serif-tc-[23]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-23-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-23-800-normal.woff) format('woff'); + unicode-range: U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86; +} + +/* noto-serif-tc-[24]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-24-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-24-800-normal.woff) format('woff'); + unicode-range: U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a; +} + +/* noto-serif-tc-[25]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-25-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-25-800-normal.woff) format('woff'); + unicode-range: U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1; +} + +/* noto-serif-tc-[26]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-26-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-26-800-normal.woff) format('woff'); + unicode-range: U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c; +} + +/* noto-serif-tc-[27]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-27-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-27-800-normal.woff) format('woff'); + unicode-range: U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f; +} + +/* noto-serif-tc-[28]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-28-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-28-800-normal.woff) format('woff'); + unicode-range: U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419; +} + +/* noto-serif-tc-[29]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-29-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-29-800-normal.woff) format('woff'); + unicode-range: U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306; +} + +/* noto-serif-tc-[30]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-30-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-30-800-normal.woff) format('woff'); + unicode-range: U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207; +} + +/* noto-serif-tc-[31]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-31-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-31-800-normal.woff) format('woff'); + unicode-range: U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df; +} + +/* noto-serif-tc-[32]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-32-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-32-800-normal.woff) format('woff'); + unicode-range: U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84; +} + +/* noto-serif-tc-[33]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-33-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-33-800-normal.woff) format('woff'); + unicode-range: U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e; +} + +/* noto-serif-tc-[34]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-34-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-34-800-normal.woff) format('woff'); + unicode-range: U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb; +} + +/* noto-serif-tc-[35]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-35-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-35-800-normal.woff) format('woff'); + unicode-range: U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99; +} + +/* noto-serif-tc-[36]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-36-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-36-800-normal.woff) format('woff'); + unicode-range: U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16; +} + +/* noto-serif-tc-[37]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-37-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-37-800-normal.woff) format('woff'); + unicode-range: U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4; +} + +/* noto-serif-tc-[38]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-38-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-38-800-normal.woff) format('woff'); + unicode-range: U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762; +} + +/* noto-serif-tc-[39]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-39-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-39-800-normal.woff) format('woff'); + unicode-range: U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e; +} + +/* noto-serif-tc-[40]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-40-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-40-800-normal.woff) format('woff'); + unicode-range: U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf; +} + +/* noto-serif-tc-[41]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-41-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-41-800-normal.woff) format('woff'); + unicode-range: U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f; +} + +/* noto-serif-tc-[42]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-42-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-42-800-normal.woff) format('woff'); + unicode-range: U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279; +} + +/* noto-serif-tc-[43]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-43-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-43-800-normal.woff) format('woff'); + unicode-range: U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a; +} + +/* noto-serif-tc-[44]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-44-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-44-800-normal.woff) format('woff'); + unicode-range: U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6; +} + +/* noto-serif-tc-[45]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-45-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-45-800-normal.woff) format('woff'); + unicode-range: U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2; +} + +/* noto-serif-tc-[46]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-46-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-46-800-normal.woff) format('woff'); + unicode-range: U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b; +} + +/* noto-serif-tc-[47]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-47-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-47-800-normal.woff) format('woff'); + unicode-range: U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20; +} + +/* noto-serif-tc-[48]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-48-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-48-800-normal.woff) format('woff'); + unicode-range: U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb; +} + +/* noto-serif-tc-[49]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-49-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-49-800-normal.woff) format('woff'); + unicode-range: U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988; +} + +/* noto-serif-tc-[50]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-50-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-50-800-normal.woff) format('woff'); + unicode-range: U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840; +} + +/* noto-serif-tc-[51]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-51-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-51-800-normal.woff) format('woff'); + unicode-range: U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705; +} + +/* noto-serif-tc-[52]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-52-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-52-800-normal.woff) format('woff'); + unicode-range: U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc; +} + +/* noto-serif-tc-[53]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-53-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-53-800-normal.woff) format('woff'); + unicode-range: U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a; +} + +/* noto-serif-tc-[54]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-54-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-54-800-normal.woff) format('woff'); + unicode-range: U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3; +} + +/* noto-serif-tc-[55]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-55-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-55-800-normal.woff) format('woff'); + unicode-range: U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f; +} + +/* noto-serif-tc-[56]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-56-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-56-800-normal.woff) format('woff'); + unicode-range: U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114; +} + +/* noto-serif-tc-[57]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-57-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-57-800-normal.woff) format('woff'); + unicode-range: U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9; +} + +/* noto-serif-tc-[58]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-58-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-58-800-normal.woff) format('woff'); + unicode-range: U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8; +} + +/* noto-serif-tc-[59]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-59-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-59-800-normal.woff) format('woff'); + unicode-range: U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5; +} + +/* noto-serif-tc-[60]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-60-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-60-800-normal.woff) format('woff'); + unicode-range: U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc; +} + +/* noto-serif-tc-[61]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-61-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-61-800-normal.woff) format('woff'); + unicode-range: U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd; +} + +/* noto-serif-tc-[62]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-62-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-62-800-normal.woff) format('woff'); + unicode-range: U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32; +} + +/* noto-serif-tc-[63]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-63-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-63-800-normal.woff) format('woff'); + unicode-range: U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902; +} + +/* noto-serif-tc-[64]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-64-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-64-800-normal.woff) format('woff'); + unicode-range: U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db; +} + +/* noto-serif-tc-[65]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-65-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-65-800-normal.woff) format('woff'); + unicode-range: U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2; +} + +/* noto-serif-tc-[66]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-66-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-66-800-normal.woff) format('woff'); + unicode-range: U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564; +} + +/* noto-serif-tc-[67]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-67-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-67-800-normal.woff) format('woff'); + unicode-range: U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a; +} + +/* noto-serif-tc-[68]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-68-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-68-800-normal.woff) format('woff'); + unicode-range: U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310; +} + +/* noto-serif-tc-[69]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-69-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-69-800-normal.woff) format('woff'); + unicode-range: U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb; +} + +/* noto-serif-tc-[70]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-70-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-70-800-normal.woff) format('woff'); + unicode-range: U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af; +} + +/* noto-serif-tc-[71]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-71-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-71-800-normal.woff) format('woff'); + unicode-range: U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d; +} + +/* noto-serif-tc-[72]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-72-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-72-800-normal.woff) format('woff'); + unicode-range: U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a; +} + +/* noto-serif-tc-[73]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-73-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-73-800-normal.woff) format('woff'); + unicode-range: U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5; +} + +/* noto-serif-tc-[74]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-74-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-74-800-normal.woff) format('woff'); + unicode-range: U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82; +} + +/* noto-serif-tc-[75]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-75-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-75-800-normal.woff) format('woff'); + unicode-range: U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56; +} + +/* noto-serif-tc-[76]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-76-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-76-800-normal.woff) format('woff'); + unicode-range: U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e; +} + +/* noto-serif-tc-[77]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-77-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-77-800-normal.woff) format('woff'); + unicode-range: U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6; +} + +/* noto-serif-tc-[78]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-78-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-78-800-normal.woff) format('woff'); + unicode-range: U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a; +} + +/* noto-serif-tc-[79]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-79-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-79-800-normal.woff) format('woff'); + unicode-range: U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557; +} + +/* noto-serif-tc-[80]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-80-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-80-800-normal.woff) format('woff'); + unicode-range: U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445; +} + +/* noto-serif-tc-[81]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-81-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-81-800-normal.woff) format('woff'); + unicode-range: U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7; +} + +/* noto-serif-tc-[82]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-82-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-82-800-normal.woff) format('woff'); + unicode-range: U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196; +} + +/* noto-serif-tc-[83]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-83-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-83-800-normal.woff) format('woff'); + unicode-range: U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e; +} + +/* noto-serif-tc-[84]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-84-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-84-800-normal.woff) format('woff'); + unicode-range: U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b; +} + +/* noto-serif-tc-[85]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-85-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-85-800-normal.woff) format('woff'); + unicode-range: U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21; +} + +/* noto-serif-tc-[86]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-86-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-86-800-normal.woff) format('woff'); + unicode-range: U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049; +} + +/* noto-serif-tc-[87]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-87-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-87-800-normal.woff) format('woff'); + unicode-range: U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747; +} + +/* noto-serif-tc-[88]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-88-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-88-800-normal.woff) format('woff'); + unicode-range: U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648; +} + +/* noto-serif-tc-[89]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-89-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-89-800-normal.woff) format('woff'); + unicode-range: U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565; +} + +/* noto-serif-tc-[90]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-90-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-90-800-normal.woff) format('woff'); + unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474; +} + +/* noto-serif-tc-[91]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-91-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-91-800-normal.woff) format('woff'); + unicode-range: U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a,U+208d-208e,U+20a1,U+20a4,U+20a6,U+20a8-20ab,U+20ad-20ae,U+20b1-20b3,U+20b5,U+20b8-20ba,U+20bd,U+20dd,U+20e3,U+2105,U+2109,U+2112-2113,U+2115-2117,U+2120-2121,U+2126,U+212b; +} + +/* noto-serif-tc-[92]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-92-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-92-800-normal.woff) format('woff'); + unicode-range: U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07,U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe; +} + +/* noto-serif-tc-[97]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-97-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-97-800-normal.woff) format('woff'); + unicode-range: U+2c8-2c9,U+2cc-2cd,U+2d0,U+2d8,U+2da,U+2dc,U+2e1-2e3,U+2e7,U+2eb,U+2ee,U+2f1-2ff,U+302-304,U+306-309,U+30c-30d,U+311,U+31b,U+321,U+323-325,U+328-329,U+32b-32c,U+32e-32f,U+331-33a,U+33c-33f,U+348,U+353,U+358-359,U+35c,U+35e-35f,U+361,U+363,U+367-368,U+36c,U+36f,U+530-535,U+537-540,U+55e,U+561-565,U+568-56d,U+56f-576,U+578-582,U+584,U+5a1,U+5a3-5a4,U+5aa,U+5ae,U+5b0-5b4; +} + +/* noto-serif-tc-[98]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-98-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-98-800-normal.woff) format('woff'); + unicode-range: U+1af,U+1b1,U+1b4-1be,U+1d0,U+1d2,U+1d4,U+1da,U+1dc-1dd,U+1e1,U+1e3-1e4,U+1e7,U+1e9,U+1eb-1ec,U+1f0-1f1,U+1f3-1f5,U+1f7,U+1f9-1ff,U+219,U+221,U+225-226,U+228-22b,U+22e-22f,U+231-235,U+239,U+23b,U+23e,U+250-252,U+254-255,U+259-25e,U+261-263,U+268-26b,U+26d,U+26f-277,U+279-27a,U+27d-281,U+283,U+28a-28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a2,U+2a4-2a7,U+2a9-2aa,U+2ae-2b3,U+2b5-2b7,U+2b9-2bf,U+2c2-2c4,U+2c6-2c7; +} + +/* noto-serif-tc-[99]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-99-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-99-800-normal.woff) format('woff'); + unicode-range: U+a1-a2,U+a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b5-b6,U+b8-ba,U+bc-be,U+c0-c8,U+ca-cc,U+ce-d5,U+d8-df,U+f0,U+f5,U+f8,U+fb,U+fe-100,U+102,U+105,U+107,U+109-10b,U+10f,U+112,U+115,U+117,U+119,U+11b,U+11f,U+121,U+123-124,U+127,U+129,U+12c-12d,U+130-13f,U+141-142,U+144,U+148,U+14b-14c,U+14f-153,U+159-15b,U+15e-160,U+163-166,U+169-16a,U+16d-171,U+173-17e,U+192,U+1a0,U+1a4,U+1aa,U+1ac-1ad; +} + +/* noto-serif-tc-[100]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-100-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-100-800-normal.woff) format('woff'); + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; +} + +/* noto-serif-tc-[101]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-101-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-101-800-normal.woff) format('woff'); + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; +} + +/* noto-serif-tc-[102]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-102-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-102-800-normal.woff) format('woff'); + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; +} + +/* noto-serif-tc-[103]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-103-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-103-800-normal.woff) format('woff'); + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; +} + +/* noto-serif-tc-[104]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-104-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-104-800-normal.woff) format('woff'); + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; +} + +/* noto-serif-tc-[105]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-105-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-105-800-normal.woff) format('woff'); + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; +} + +/* noto-serif-tc-[106]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-106-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-106-800-normal.woff) format('woff'); + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; +} + +/* noto-serif-tc-[107]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-107-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-107-800-normal.woff) format('woff'); + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; +} + +/* noto-serif-tc-[108]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-108-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-108-800-normal.woff) format('woff'); + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; +} + +/* noto-serif-tc-[109]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-109-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-109-800-normal.woff) format('woff'); + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; +} + +/* noto-serif-tc-[110]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-110-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-110-800-normal.woff) format('woff'); + unicode-range: U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4; +} + +/* noto-serif-tc-[111]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-111-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-111-800-normal.woff) format('woff'); + unicode-range: U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c; +} + +/* noto-serif-tc-[112]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-112-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-112-800-normal.woff) format('woff'); + unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d; +} + +/* noto-serif-tc-[113]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-113-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-113-800-normal.woff) format('woff'); + unicode-range: U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c; +} + +/* noto-serif-tc-[114]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-114-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-114-800-normal.woff) format('woff'); + unicode-range: U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54; +} + +/* noto-serif-tc-[115]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-115-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-115-800-normal.woff) format('woff'); + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; +} + +/* noto-serif-tc-[116]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-116-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-116-800-normal.woff) format('woff'); + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; +} + +/* noto-serif-tc-[117]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-117-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-117-800-normal.woff) format('woff'); + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; +} + +/* noto-serif-tc-[118]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-118-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-118-800-normal.woff) format('woff'); + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; +} + +/* noto-serif-tc-[119]-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-119-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-119-800-normal.woff) format('woff'); + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a; +} + +/* noto-serif-tc-cyrillic-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-cyrillic-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-800-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-tc-vietnamese-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-vietnamese-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-800-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-tc-latin-ext-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-latin-ext-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-800-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* noto-serif-tc-latin-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-latin-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-800-normal.woff) format('woff'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/900.css b/fonts/google/noto-serif-tc/900.css index 37bbaa25ce8..f0097b5cfcf 100644 --- a/fonts/google/noto-serif-tc/900.css +++ b/fonts/google/noto-serif-tc/900.css @@ -1,3 +1,13 @@ +/* noto-serif-tc-[0]-900-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-tc-0-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-0-900-normal.woff) format('woff'); + unicode-range: U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4; +} + /* noto-serif-tc-[6]-900-normal */ @font-face { font-family: 'Noto Serif TC'; @@ -35,7 +45,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-19-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-19-900-normal.woff) format('woff'); - unicode-range: U+9eb9-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; + unicode-range: U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; } /* noto-serif-tc-[20]-900-normal */ @@ -45,7 +55,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-20-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-20-900-normal.woff) format('woff'); - unicode-range: U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70,U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eb8; + unicode-range: U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2; } /* noto-serif-tc-[21]-900-normal */ @@ -55,7 +65,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-21-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-21-900-normal.woff) format('woff'); - unicode-range: U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30; + unicode-range: U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70; } /* noto-serif-tc-[22]-900-normal */ @@ -65,7 +75,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-22-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-22-900-normal.woff) format('woff'); - unicode-range: U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8; + unicode-range: U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee; } /* noto-serif-tc-[23]-900-normal */ @@ -75,7 +85,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-23-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-23-900-normal.woff) format('woff'); - unicode-range: U+9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a,U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d; + unicode-range: U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86; } /* noto-serif-tc-[24]-900-normal */ @@ -85,7 +95,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-24-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-24-900-normal.woff) format('woff'); - unicode-range: U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911; + unicode-range: U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a; } /* noto-serif-tc-[25]-900-normal */ @@ -95,7 +105,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-25-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-25-900-normal.woff) format('woff'); - unicode-range: U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3; + unicode-range: U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1; } /* noto-serif-tc-[26]-900-normal */ @@ -105,7 +115,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-26-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-26-900-normal.woff) format('woff'); - unicode-range: U+950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648; + unicode-range: U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c; } /* noto-serif-tc-[27]-900-normal */ @@ -115,7 +125,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-27-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-27-900-normal.woff) format('woff'); - unicode-range: U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419-941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b; + unicode-range: U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f; } /* noto-serif-tc-[28]-900-normal */ @@ -125,7 +135,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-28-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-28-900-normal.woff) format('woff'); - unicode-range: U+92e5-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0; + unicode-range: U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419; } /* noto-serif-tc-[29]-900-normal */ @@ -135,7 +145,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-29-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-29-900-normal.woff) format('woff'); - unicode-range: U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4; + unicode-range: U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306; } /* noto-serif-tc-[30]-900-normal */ @@ -145,7 +155,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-30-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-30-900-normal.woff) format('woff'); - unicode-range: U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed; + unicode-range: U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207; } /* noto-serif-tc-[31]-900-normal */ @@ -155,7 +165,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-31-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-31-900-normal.woff) format('woff'); - unicode-range: U+8f68-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9; + unicode-range: U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df; } /* noto-serif-tc-[32]-900-normal */ @@ -165,7 +175,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-32-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-32-900-normal.woff) format('woff'); - unicode-range: U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67; + unicode-range: U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84; } /* noto-serif-tc-[33]-900-normal */ @@ -175,7 +185,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-33-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-33-900-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb,U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16; + unicode-range: U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e; } /* noto-serif-tc-[34]-900-normal */ @@ -185,7 +195,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-34-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-34-900-normal.woff) format('woff'); - unicode-range: U+8b6c-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb; } /* noto-serif-tc-[35]-900-normal */ @@ -195,7 +205,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-35-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-35-900-normal.woff) format('woff'); - unicode-range: U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6b; + unicode-range: U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99; } /* noto-serif-tc-[36]-900-normal */ @@ -205,7 +215,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-36-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-36-900-normal.woff) format('woff'); - unicode-range: U+889b-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4,U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4; + unicode-range: U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16; } /* noto-serif-tc-[37]-900-normal */ @@ -215,7 +225,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-37-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-37-900-normal.woff) format('woff'); - unicode-range: U+874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a; + unicode-range: U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4; } /* noto-serif-tc-[38]-900-normal */ @@ -225,7 +235,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-38-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-38-900-normal.woff) format('woff'); - unicode-range: U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b; + unicode-range: U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762; } /* noto-serif-tc-[39]-900-normal */ @@ -235,7 +245,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-39-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-39-900-normal.woff) format('woff'); - unicode-range: U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff; + unicode-range: U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e; } /* noto-serif-tc-[40]-900-normal */ @@ -245,7 +255,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-40-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-40-900-normal.woff) format('woff'); - unicode-range: U+8378,U+837a-8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af; + unicode-range: U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf; } /* noto-serif-tc-[41]-900-normal */ @@ -255,7 +265,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-41-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-41-900-normal.woff) format('woff'); - unicode-range: U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375; + unicode-range: U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f; } /* noto-serif-tc-[42]-900-normal */ @@ -265,7 +275,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-42-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-42-900-normal.woff) format('woff'); - unicode-range: U+8113,U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b; + unicode-range: U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279; } /* noto-serif-tc-[43]-900-normal */ @@ -275,7 +285,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-43-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-43-900-normal.woff) format('woff'); - unicode-range: U+7fb1-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8112; + unicode-range: U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a; } /* noto-serif-tc-[44]-900-normal */ @@ -285,7 +295,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-44-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-44-900-normal.woff) format('woff'); - unicode-range: U+7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb0; + unicode-range: U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6; } /* noto-serif-tc-[45]-900-normal */ @@ -295,7 +305,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-45-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-45-900-normal.woff) format('woff'); - unicode-range: U+7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eae; + unicode-range: U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2; } /* noto-serif-tc-[46]-900-normal */ @@ -305,7 +315,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-46-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-46-900-normal.woff) format('woff'); - unicode-range: U+7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d88; + unicode-range: U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b; } /* noto-serif-tc-[47]-900-normal */ @@ -315,7 +325,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-47-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-47-900-normal.woff) format('woff'); - unicode-range: U+7afb,U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c1f; + unicode-range: U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20; } /* noto-serif-tc-[48]-900-normal */ @@ -325,7 +335,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-48-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-48-900-normal.woff) format('woff'); - unicode-range: U+7988,U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa; + unicode-range: U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb; } /* noto-serif-tc-[49]-900-normal */ @@ -335,7 +345,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-49-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-49-900-normal.woff) format('woff'); - unicode-range: U+7840,U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7987; + unicode-range: U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988; } /* noto-serif-tc-[50]-900-normal */ @@ -345,7 +355,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-50-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-50-900-normal.woff) format('woff'); - unicode-range: U+7705,U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e; + unicode-range: U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840; } /* noto-serif-tc-[51]-900-normal */ @@ -355,7 +365,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-51-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-51-900-normal.woff) format('woff'); - unicode-range: U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704; + unicode-range: U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705; } /* noto-serif-tc-[52]-900-normal */ @@ -365,7 +375,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-52-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-52-900-normal.woff) format('woff'); - unicode-range: U+749a,U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca; + unicode-range: U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc; } /* noto-serif-tc-[53]-900-normal */ @@ -375,7 +385,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-53-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-53-900-normal.woff) format('woff'); - unicode-range: U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498; + unicode-range: U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a; } /* noto-serif-tc-[54]-900-normal */ @@ -385,7 +395,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-54-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-54-900-normal.woff) format('woff'); - unicode-range: U+727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae; + unicode-range: U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3; } /* noto-serif-tc-[55]-900-normal */ @@ -395,7 +405,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-55-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-55-900-normal.woff) format('woff'); - unicode-range: U+7113-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e; + unicode-range: U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f; } /* noto-serif-tc-[56]-900-normal */ @@ -405,7 +415,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-56-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-56-900-normal.woff) format('woff'); - unicode-range: U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110; + unicode-range: U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-tc-[57]-900-normal */ @@ -415,7 +425,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-57-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-57-900-normal.woff) format('woff'); - unicode-range: U+6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2; + unicode-range: U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9; } /* noto-serif-tc-[58]-900-normal */ @@ -425,7 +435,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-58-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-58-900-normal.woff) format('woff'); - unicode-range: U+6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed5; + unicode-range: U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8; } /* noto-serif-tc-[59]-900-normal */ @@ -435,7 +445,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-59-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-59-900-normal.woff) format('woff'); - unicode-range: U+6cda,U+6cdc-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2; + unicode-range: U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5; } /* noto-serif-tc-[60]-900-normal */ @@ -445,7 +455,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-60-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-60-900-normal.woff) format('woff'); - unicode-range: U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9; + unicode-range: U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc; } /* noto-serif-tc-[61]-900-normal */ @@ -455,7 +465,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-61-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-61-900-normal.woff) format('woff'); - unicode-range: U+6a31-6a32,U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4; + unicode-range: U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd; } /* noto-serif-tc-[62]-900-normal */ @@ -465,7 +475,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-62-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-62-900-normal.woff) format('woff'); - unicode-range: U+6900,U+6902,U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b; + unicode-range: U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32; } /* noto-serif-tc-[63]-900-normal */ @@ -475,7 +485,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-63-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-63-900-normal.woff) format('woff'); - unicode-range: U+67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd; + unicode-range: U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902; } /* noto-serif-tc-[64]-900-normal */ @@ -485,7 +495,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-64-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-64-900-normal.woff) format('woff'); - unicode-range: U+66a7,U+66aa,U+66b2-66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0,U+67b2-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8; + unicode-range: U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db; } /* noto-serif-tc-[65]-900-normal */ @@ -495,7 +505,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-65-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-65-900-normal.woff) format('woff'); - unicode-range: U+655d,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6; + unicode-range: U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2; } /* noto-serif-tc-[66]-900-normal */ @@ -505,7 +515,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-66-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-66-900-normal.woff) format('woff'); - unicode-range: U+6427-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b; + unicode-range: U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564; } /* noto-serif-tc-[67]-900-normal */ @@ -515,7 +525,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-67-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-67-900-normal.woff) format('woff'); - unicode-range: U+630d-630e,U+6310,U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6426; + unicode-range: U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a; } /* noto-serif-tc-[68]-900-normal */ @@ -525,7 +535,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-68-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-68-900-normal.woff) format('woff'); - unicode-range: U+61c6,U+61ca-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c; + unicode-range: U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310; } /* noto-serif-tc-[69]-900-normal */ @@ -535,7 +545,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-69-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-69-900-normal.woff) format('woff'); - unicode-range: U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3; + unicode-range: U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb; } /* noto-serif-tc-[70]-900-normal */ @@ -545,7 +555,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-70-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-70-900-normal.woff) format('woff'); - unicode-range: U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa; + unicode-range: U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af; } /* noto-serif-tc-[71]-900-normal */ @@ -555,7 +565,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-71-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-71-900-normal.woff) format('woff'); - unicode-range: U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76; + unicode-range: U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d; } /* noto-serif-tc-[72]-900-normal */ @@ -565,7 +575,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-72-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-72-900-normal.woff) format('woff'); - unicode-range: U+5ce0-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30; + unicode-range: U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a; } /* noto-serif-tc-[73]-900-normal */ @@ -575,7 +585,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-73-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-73-900-normal.woff) format('woff'); - unicode-range: U+5b80-5b82,U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf; + unicode-range: U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5; } /* noto-serif-tc-[74]-900-normal */ @@ -585,7 +595,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-74-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-74-900-normal.woff) format('woff'); - unicode-range: U+5a51,U+5a53,U+5a56-5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f; + unicode-range: U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82; } /* noto-serif-tc-[75]-900-normal */ @@ -595,7 +605,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-75-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-75-900-normal.woff) format('woff'); - unicode-range: U+590b-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50; + unicode-range: U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56; } /* noto-serif-tc-[76]-900-normal */ @@ -605,7 +615,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-76-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-76-900-normal.woff) format('woff'); - unicode-range: U+57a1,U+57a4,U+57a6,U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590a; + unicode-range: U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e; } /* noto-serif-tc-[77]-900-normal */ @@ -615,7 +625,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-77-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-77-900-normal.woff) format('woff'); - unicode-range: U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d2-56d4,U+56d6-56d9,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a0; + unicode-range: U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6; } /* noto-serif-tc-[78]-900-normal */ @@ -625,7 +635,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-78-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-78-900-normal.woff) format('woff'); - unicode-range: U+5551,U+5553,U+5555-5557,U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d; + unicode-range: U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a; } /* noto-serif-tc-[79]-900-normal */ @@ -635,7 +645,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-79-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-79-900-normal.woff) format('woff'); - unicode-range: U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550; + unicode-range: U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557; } /* noto-serif-tc-[80]-900-normal */ @@ -645,7 +655,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-80-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-80-900-normal.woff) format('woff'); - unicode-range: U+52db,U+52e0,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437; + unicode-range: U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445; } /* noto-serif-tc-[81]-900-normal */ @@ -655,7 +665,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-81-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-81-900-normal.woff) format('woff'); - unicode-range: U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7; + unicode-range: U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7; } /* noto-serif-tc-[82]-900-normal */ @@ -665,7 +675,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-82-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-82-900-normal.woff) format('woff'); - unicode-range: U+5032,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b; + unicode-range: U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196; } /* noto-serif-tc-[83]-900-normal */ @@ -675,7 +685,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-83-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-83-900-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f29-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5031; + unicode-range: U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e; } /* noto-serif-tc-[84]-900-normal */ @@ -685,7 +695,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-84-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-84-900-normal.woff) format('woff'); - unicode-range: U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21,U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b; } /* noto-serif-tc-[85]-900-normal */ @@ -695,7 +705,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-85-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-85-900-normal.woff) format('woff'); - unicode-range: U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3119,U+311b-311e,U+3120-3126,U+3128-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02; + unicode-range: U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21; } /* noto-serif-tc-[86]-900-normal */ @@ -705,7 +715,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-86-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-86-900-normal.woff) format('woff'); - unicode-range: U+2749-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052; + unicode-range: U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049; } /* noto-serif-tc-[87]-900-normal */ @@ -715,7 +725,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-87-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-87-900-normal.woff) format('woff'); - unicode-range: U+264a-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2748; + unicode-range: U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747; } /* noto-serif-tc-[88]-900-normal */ @@ -725,7 +735,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-88-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-88-900-normal.woff) format('woff'); - unicode-range: U+2567-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648-2649; + unicode-range: U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648; } /* noto-serif-tc-[89]-900-normal */ @@ -735,7 +745,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-89-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-89-900-normal.woff) format('woff'); - unicode-range: U+2476-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2566; + unicode-range: U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565; } /* noto-serif-tc-[90]-900-normal */ @@ -745,7 +755,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-90-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-90-900-normal.woff) format('woff'); - unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2461-2471,U+2474-2475; + unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474; } /* noto-serif-tc-[91]-900-normal */ @@ -805,7 +815,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-100-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-100-900-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+2223,U+2460,U+2640,U+273f,U+301c,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+56d1,U+56dd,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67b1,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71ee,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be5-8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+99f1,U+9a5b,U+9ab7,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-tc-[101]-900-normal */ @@ -815,7 +825,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-101-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-101-900-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301d-301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6292,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+701d,U+703e,U+707c,U+7099,U+710a,U+72d9,U+72e9,U+731d,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76bf,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+8258,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+9091,U+90ae,U+90b8,U+9257,U+9310,U+9382,U+93df,U+94fe,U+95a5,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+9986,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+ff25,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-tc-[102]-900-normal */ @@ -825,7 +835,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-102-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-102-900-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5436,U+5443,U+5466,U+54a8,U+54bd,U+54c9,U+54cb,U+555e,U+5580,U+560e,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+6254,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68e0,U+68f5,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6eaf,U+6eba,U+6fef,U+7028,U+70b3,U+711a,U+725f,U+7325,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7c27,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+86e4,U+8718,U+87ec,U+880d,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bdd,U+8c41,U+8c48,U+8cb6,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95a9,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-tc-[103]-900-normal */ @@ -835,7 +845,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-103-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-103-900-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+311a,U+4e11,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54a7,U+54b1,U+54b3,U+54b8,U+556a,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5614,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5d01,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+68d7,U+6977,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6e5b,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+79cd,U+7a6b,U+7ac5,U+7b1b,U+7b77,U+7ca7,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+831c,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8bcd,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-tc-[104]-900-normal */ @@ -845,7 +855,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-104-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-104-900-normal.woff) format('woff'); - unicode-range: U+10c,U+161,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1c,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+50d5,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5cfb,U+5d11,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f64,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+6807,U+68cd,U+68f2,U+690e,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+708a,U+7130,U+7165,U+7172,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8305,U+8335,U+8343,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+9444,U+957f,U+9591,U+96a7,U+97ad,U+97cc,U+9811,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9bca,U+9ebd,U+e60f,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-tc-[105]-900-normal */ @@ -855,7 +865,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-105-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-105-900-normal.woff) format('woff'); - unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+311f,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+539d,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5632,U+5757,U+5835,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+614c,U+621a,U+6237,U+6296,U+62e9,U+632a-632b,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a3a,U+6ab3,U+6b22,U+6c59,U+6c83,U+6ccc,U+6dea,U+6df5,U+6ef7,U+6f3e,U+6f80,U+6fe4,U+7164,U+71c9,U+722a,U+7260,U+7272,U+73b0,U+74e3,U+7538,U+7586,U+75b5,U+7661-7662,U+77db,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+839e,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+935b,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ff,U+9b91,U+9db4,U+9f4b,U+e602-e605,U+e610-e611,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-tc-[106]-900-normal */ @@ -865,7 +875,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-106-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-106-900-normal.woff) format('woff'); - unicode-range: U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+3127,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+4fcf,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+60df,U+611a,U+6190,U+61a4,U+61be,U+61fc,U+6284,U+62ac,U+62bc,U+634f,U+636e,U+6398,U+63a9,U+6487,U+6495,U+64ab,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+6761,U+679a,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a38,U+6a59,U+6ae5,U+6b47,U+6b67,U+6b6a,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+70ed,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+74ca,U+7535,U+753a,U+75f4,U+7624,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a62,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+84bc,U+84c9,U+84ec,U+8523,U+8549,U+8569,U+8591,U+85b0,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+9214,U+946b,U+9470,U+947c,U+9640,U+9675,U+96ef,U+97cb,U+97e9,U+985b,U+99ae,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-tc-[107]-900-normal */ @@ -875,7 +885,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-107-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-107-900-normal.woff) format('woff'); - unicode-range: U+a5,U+25ce,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4f3a,U+4f51,U+4f62,U+4faf,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5733,U+5764,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a8,U+59ec,U+5b66,U+5b99,U+5b9d,U+5bee,U+5c2c,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+6070,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6435,U+6454,U+64a4,U+64b2,U+64bc,U+64bf,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6614,U+6670,U+6688,U+672d,U+673a,U+6770,U+68cb,U+6912,U+6953,U+6a61,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+7149,U+714e,U+71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+7504,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8475,U+8490,U+85af,U+8650,U+8667,U+86d9,U+8774,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+91d8,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9716,U+9774,U+97fb,U+9812,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff05,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-tc-[108]-900-normal */ @@ -885,7 +895,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-108-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-108-900-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e08,U+4e2a,U+4e4f,U+4e59,U+4ec7,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+507d,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5690,U+56ca,U+56fe,U+582a,U+5915,U+5949,U+5962,U+5996,U+59a5,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5c48,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62d3,U+62f3,U+6368,U+6380,U+6492,U+64e0,U+6570,U+6606,U+660f,U+6649,U+6691,U+66a8,U+6749,U+674f,U+6795,U+67f1,U+67f3,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6d29,U+6d66,U+6daf,U+6f01,U+6f58,U+6f6d,U+6f70,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+71d9,U+71e5,U+7235,U+7267,U+73ca,U+742a,U+74f7,U+7529,U+758f,U+75bc,U+76c6,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7c60,U+7cfe,U+7dbf,U+7e2b,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8155,U+816b,U+81df,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8606,U+868a,U+87f9,U+886b,U+8870,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+9817,U+98c6,U+9ecf,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-tc-[109]-900-normal */ @@ -895,7 +905,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-109-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-109-900-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+5606,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+58fa,U+594f,U+5951,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5ca1,U+5d29,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6062,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64b0,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+67f4,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6cdb,U+6d69,U+6db5,U+6dd1,U+6e21,U+6f06,U+6f62,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433,U+745c,U+7470,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7740,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e31,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8108,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+8277,U+82d1,U+8461,U+84b8,U+852c,U+857e,U+8587,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8776,U+87ba,U+8896,U+88c2,U+88d5,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8d64,U+8d74,U+8d81,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+905c,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f0e,U+9f52,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-tc-[110]-900-normal */ @@ -905,7 +915,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-110-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-110-900-normal.woff) format('woff'); - unicode-range: U+2022,U+2500,U+25bc,U+4e1f,U+4e95,U+4f50,U+4f54,U+4f69,U+4fb6,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+592f,U+5954,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5c6f,U+5de1,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f7c,U+5f81,U+5f90-5f92,U+6016,U+6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6155,U+6158,U+6191,U+6212,U+626e,U+62d4,U+632f,U+633a,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6597,U+66b1,U+66ec,U+6731,U+6735,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6dcb,U+6dd8,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+73b2,U+7434,U+74e6,U+758a,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78a9,U+78b0,U+790e,U+7965,U+7a4e,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+838e,U+83cc,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8cc0,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+903e,U+9059,U+9072,U+9075,U+90ce,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+95c6,U+9676-9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b; + unicode-range: U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4; } /* noto-serif-tc-[111]-900-normal */ @@ -915,7 +925,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-111-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-111-900-normal.woff) format('woff'); - unicode-range: U+5e,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e32,U+4ef2,U+4fd7,U+501f,U+5144,U+51c6,U+52c1,U+5440,U+54e6,U+54ed,U+5510,U+5687,U+58c1,U+5b5d,U+5bd2,U+5ee2,U+5f31,U+6012,U+6084,U+6148,U+6182,U+622a,U+6355,U+6372,U+63ee,U+6416,U+6575,U+660c,U+66c9,U+675c,U+6a6b,U+6b32,U+6b49,U+6b98,U+6d6e,U+6dda,U+6ef4,U+6efe,U+7159,U+7378,U+775b,U+78e8,U+7aa9,U+7d1b,U+7de9,U+7f6a,U+7f8a,U+7fbd,U+8000,U+809a,U+8102,U+8170,U+819c,U+8266,U+82b3,U+87f2,U+8972,U+8a17,U+8b02,U+8e22,U+904d,U+90ed,U+91c7,U+93c8,U+9451,U+9a37,U+9b27,U+ad6d,U+c5b4,U+d55c; + unicode-range: U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c; } /* noto-serif-tc-[112]-900-normal */ @@ -925,7 +935,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-112-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-112-900-normal.woff) format('woff'); - unicode-range: U+2502,U+2605,U+4e39,U+4e58,U+4ea1,U+4ed9,U+4f2f-4f30,U+4f38,U+4f75,U+4fc3,U+4ff1,U+500d,U+5049,U+5074,U+5077,U+5091,U+5175,U+517c,U+51cd,U+51e1,U+5269-526a,U+52aa,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5448,U+54aa,U+5674,U+56f0,U+5761,U+585e,U+588a,U+58a8,U+58fd,U+5925,U+592e,U+5948,U+5999,U+59b3,U+5a18,U+5a1c,U+5a46,U+5b30,U+5b54,U+5b6b,U+5b8f,U+5be9,U+5bf8,U+5c0a,U+5c16,U+5c24,U+5c46,U+5cf0,U+5e1d,U+5e25,U+5e2d,U+5e3d,U+5e79,U+5f04,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+61f6,U+6258,U+6293,U+62c6,U+62d2,U+62d6,U+62fc,U+63da,U+63ed,U+640d,U+6458,U+649e,U+64ec,U+64f4,U+64fe,U+651c,U+6562,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66dd,U+66fc,U+66ff,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+695a,U+69cd,U+6afb,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6d74,U+6db2,U+6dbc,U+6df7,U+6dfb,U+6e38,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+6fc3,U+6fd5,U+7070,U+70b8,U+70cf,U+70e4,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+7919,U+7956,U+795d,U+7a05,U+7a0d,U+7a3f,U+7bc9,U+7c97,U+7cd5,U+7d0b,U+7d10,U+7dfb,U+7e3e,U+7e6a,U+8036,U+808c,U+80af,U+80ce,U+80e1,U+80f8,U+817f,U+8216,U+8239,U+827e,U+8377,U+8389,U+83ab,U+83f2,U+840a,U+8584,U+85c9,U+865b,U+8766,U+87a2,U+8932,U+8a50,U+8a69,U+8a95,U+8b6f,U+8c37,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+9336,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+9846,U+98fd,U+99d5,U+9a0e,U+9a19,U+9b6f,U+9ce5,U+9cf3,U+9ece,U+9ed8,U+9f13,U+9f20; + unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d; } /* noto-serif-tc-[113]-900-normal */ @@ -935,7 +945,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-113-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-113-900-normal.woff) format('woff'); - unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300e-300f,U+4e01,U+4e73,U+4e82,U+4e88,U+4e8e,U+4f0a,U+4f5b,U+502b,U+504f,U+5076,U+5100,U+5104,U+5132,U+5192,U+51a0,U+51ac,U+51f1,U+5200,U+5224,U+522a,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+52ff,U+5371,U+539a,U+53e5,U+540e,U+5433,U+547c,U+552f,U+5531,U+5634,U+56c9,U+574a,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58c7,U+58de,U+5967,U+59bb,U+59d3-59d4,U+5b55,U+5b87,U+5b97,U+5bae,U+5bbf,U+5be7,U+5bec,U+5cb8,U+5df7,U+5e7b-5e7c,U+5f1f,U+5f70,U+5fd9,U+60e1,U+61b6,U+61c2,U+6200,U+6234,U+6263,U+62b5,U+62dc,U+62ec,U+6383,U+638c,U+63cf,U+63d2,U+63e1,U+63f4,U+641e,U+64cd,U+64fa,U+654f,U+6557,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6696-6697,U+66ab,U+66c6,U+671d,U+672b,U+676f,U+677e,U+67d0,U+67d3,U+684c,U+68c4,U+690d,U+694a,U+699c,U+6a4b,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6bd2,U+6c60,U+6cb3,U+6d89,U+6de1,U+6de8,U+6e6f,U+6f02,U+70c8,U+7126,U+718a,U+7236,U+723d,U+7246,U+72af,U+72d7,U+73cd,U+7532,U+760b,U+7626,U+7687,U+76df,U+7761,U+79cb,U+79d2,U+79df,U+7a69,U+7af6,U+7b80,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d2b,U+7de3,U+7e2e,U+7e54,U+7e6b,U+8010,U+80a5,U+812b,U+819a,U+81a0,U+82d7,U+838a,U+8463,U+84cb,U+8521,U+8607,U+860b,U+864e,U+871c,U+878d,U+885d,U+89f8,U+8a13,U+8aa0,U+8afe,U+8b5c,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8de8,U+8fea,U+9014,U+9055,U+906d,U+907a,U+907f,U+90a6,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+9694,U+96bb,U+9707,U+9738,U+9905,U+9aa8,U+9b25,U+9b3c,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d-ff0e; + unicode-range: U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c; } /* noto-serif-tc-[114]-900-normal */ @@ -945,7 +955,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-114-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-114-900-normal.woff) format('woff'); - unicode-range: U+3c,U+d7,U+2027,U+4e4e,U+4e92,U+4ea6,U+4ec1,U+4ecd,U+4f34,U+4f48,U+4f53,U+4fb5,U+5012,U+50b7,U+51b0,U+5283,U+52dd,U+532f,U+5354,U+53eb,U+53f3,U+5409,U+5496,U+54c8,U+54e5,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+590f,U+592b,U+593e,U+5976,U+599d,U+59b9,U+59d0,U+5a5a,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de7-5de8,U+5e63,U+5e8a,U+5e9c,U+5eda,U+5ef3,U+5ef6,U+5f48,U+5fb5,U+6015,U+6025,U+602a,U+6050,U+6069,U+6162,U+6176,U+61f7,U+6279,U+627f,U+6297,U+62b1,U+62bd,U+6311,U+6377,U+6388-6389,U+63a1-63a2,U+6436,U+64c1,U+64d4,U+6551,U+6563,U+65bd,U+66b4,U+66f2,U+6751,U+675f,U+6790,U+6838,U+68d2,U+68ee,U+6982,U+69ae,U+69cb,U+6a39,U+6b66,U+6bba,U+6c5f,U+6ce1,U+6d0b,U+6d3e,U+6d6a,U+6e1b,U+6ed1,U+6f22,U+6f54,U+6f6e,U+6fc0,U+6fdf,U+719f,U+71c8,U+71d2,U+7259,U+72c2,U+7389,U+73e0,U+745e,U+751a,U+751c,U+7530,U+7533,U+7562,U+7591,U+75c5,U+75db,U+7642,U+7686,U+76d2,U+76db,U+76e1,U+76e3,U+7701,U+786c,U+7981,U+79c0,U+79fb,U+7a81,U+7a97,U+7adf,U+7aef,U+7b26,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7d9c,U+7dca,U+7df4,U+7e23,U+7f3a,U+8033,U+804a,U+8056,U+805a,U+8173,U+81e8,U+8212,U+821e,U+822a,U+82e6,U+8336,U+83dc,U+8449,U+84ee,U+85e5,U+885b,U+888b,U+8907,U+8a34,U+8a5e,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8cb4,U+8dd1,U+8f2a,U+8fb2,U+9109,U+9192,U+91cb,U+91dd,U+93e1,U+964d,U+9686,U+968e,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+98ef,U+9918,U+9aee,U+9b54,U+9ebb,U+ff0f,U+ff5c; + unicode-range: U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54; } /* noto-serif-tc-[115]-900-normal */ @@ -955,7 +965,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-115-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-115-900-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+4e45,U+4e5d,U+4e7e,U+4eac,U+4eae,U+4ed4,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+505c,U+50c5,U+5145,U+51b7,U+521d,U+523b,U+525b,U+5287,U+52e2,U+5348,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+5708,U+570d,U+571f,U+5747,U+5802,U+58d3,U+5920,U+5922,U+5957,U+5979,U+5a01,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5e78,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fd7-5fd8,U+6167,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b4c,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6e56,U+6fb3,U+722d,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a7f,U+7af9,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d22,U+7d42,U+7d55,U+7da0,U+7e41,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+8349,U+85cd,U+86cb,U+8840,U+88dc,U+8986,U+8a0e,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8fd4,U+8ff0,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+983b,U+984d,U+984f,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-tc-[116]-900-normal */ @@ -965,7 +975,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-116-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-116-900-normal.woff) format('woff'); - unicode-range: U+40,U+2026,U+4e03,U+4e14,U+4e9e,U+4ec0,U+4ed8,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+5019,U+503c,U+5047,U+514b,U+516b,U+5178,U+5207,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+5740,U+5883,U+589e,U+591c,U+5931,U+59cb,U+5a1b,U+5b58,U+5b98,U+5b9c,U+5ba4,U+5bcc,U+5beb,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fa9,U+5fae,U+5fb7,U+5ff5,U+600e,U+601d,U+60e0,U+614b,U+6230,U+623f,U+628a,U+6295,U+62c9,U+6309,U+64c7,U+64ca,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+7206,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+798f,U+79ae,U+7a4d,U+7a76,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d20,U+7d39,U+7d72,U+7dad,U+7e8c,U+7fa4,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+89ba,U+89d2,U+8a2a,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8c61,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+967d,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+9818,U+986f,U+990a,U+9910,U+9928,U+9e97,U+9ec3,U+9f8d,U+ff1b; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-tc-[117]-900-normal */ @@ -975,7 +985,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-117-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-117-900-normal.woff) format('woff'); - unicode-range: U+26,U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+512a,U+5143,U+5148,U+5152,U+5169,U+516d,U+5171,U+5177,U+518a,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+5404,U+559c,U+55ce,U+5668,U+56db,U+5712,U+5718,U+57ce,U+57fa,U+58eb,U+592a,U+5947,U+5bc6,U+5bf6,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+6236,U+624d,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63db,U+64da,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+6797,U+67e5,U+6848,U+6a19,U+6a23,U+6b61,U+6bcf,U+6c11,U+6c42,U+6d41,U+6d77,U+6e2f,U+6eff,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7537,U+754c,U+7559,U+767d-767e,U+78bc,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d30,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+7f6e,U+7fa9,U+8001,U+805e,U+8072,U+81f3,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88e1,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b70,U+8b77,U+8b80,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc,U+9ed1; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-tc-[118]-900-normal */ @@ -985,7 +995,7 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-118-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-118-900-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4fdd,U+4fe1,U+50b3,U+50f9,U+5149,U+514d,U+5167,U+5176,U+518d,U+5217,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+53ea,U+53f8,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+56e0,U+5716,U+578b,U+5831,U+5834,U+5916,U+5973,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0b,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6216,U+624b,U+6253,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+661f,U+662d,U+670d,U+671f,U+672a,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6bd4,U+6c23,U+6c34,U+6c92,U+6cd5,U+6d3b,U+6d88,U+6e05,U+7063,U+7121,U+7136,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7531,U+7576,U+767b,U+76ee,U+76f4,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+8005,U+800c,U+806f,U+8207,U+8272,U+82b1,U+865f,U+8868,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9650,U+9762,U+982d,U+984c,U+985e,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-tc-[119]-900-normal */ @@ -995,7 +1005,37 @@ font-display: swap; font-weight: 900; src: url(./files/noto-serif-tc-119-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-119-900-normal.woff) format('woff'); - unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+a0,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+4f86,U+500b,U+5011,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5929,U+597d,U+5b50,U+5bb6,U+5c0f,U+5e73-5e74,U+5fc3,U+6210-6211,U+6240,U+6587,U+65b0,U+65b9,U+65bc,U+65e5,U+660e,U+662f,U+6642,U+66f4,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+6cbb,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+76f8,U+7db2,U+7f8e,U+80fd,U+81ea,U+884c,U+8981,U+958b,U+95dc,U+96fb,U+9801,U+9996,U+ff0c,U+ff1a; + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a; +} + +/* noto-serif-tc-cyrillic-900-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-tc-cyrillic-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-900-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-tc-vietnamese-900-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-tc-vietnamese-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-900-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-tc-latin-ext-900-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-tc-latin-ext-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-900-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; } /* noto-serif-tc-latin-900-normal */ diff --git a/fonts/google/noto-serif-tc/LICENSE b/fonts/google/noto-serif-tc/LICENSE index 826e41f3bf7..664f22fa729 100644 --- a/fonts/google/noto-serif-tc/LICENSE +++ b/fonts/google/noto-serif-tc/LICENSE @@ -1,4 +1,4 @@ -Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/). +(c) 2017-2023 Adobe (http://www.adobe.com/). This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: diff --git a/fonts/google/noto-serif-tc/README.md b/fonts/google/noto-serif-tc/README.md index b77134ef354..fff701e1379 100644 --- a/fonts/google/noto-serif-tc/README.md +++ b/fonts/google/noto-serif-tc/README.md @@ -21,9 +21,9 @@ import "@fontsource/noto-serif-tc/400-italic.css"; // Specify weight and style ``` Supported variables: -- Weights: `[200,300,400,500,600,700,900]` +- Weights: `[200,300,400,500,600,700,800,900]` - Styles: `[normal]` -- Subsets: `[chinese-traditional,latin]` +- Subsets: `[chinese-traditional,cyrillic,latin,latin-ext,vietnamese]` > Note: `italic` may not be supported by all fonts. To learn more about what weights and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/noto-serif-tc). @@ -38,10 +38,10 @@ body { ## Licensing Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0. -Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/). +(c) 2017-2023 Adobe (http://www.adobe.com/). [OFL-1.1](http://scripts.sil.org/OFL) ## Other Notes -Font version (provided by source): `v23`. +Font version (provided by source): `v30`. If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/chinese-traditional-800.css b/fonts/google/noto-serif-tc/chinese-traditional-800.css new file mode 100644 index 00000000000..bf9e0ed8c80 --- /dev/null +++ b/fonts/google/noto-serif-tc/chinese-traditional-800.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-chinese-traditional-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-chinese-traditional-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-chinese-traditional-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/chinese-traditional.css b/fonts/google/noto-serif-tc/chinese-traditional.css index 6a2c323a52d..b77a60b08d1 100644 --- a/fonts/google/noto-serif-tc/chinese-traditional.css +++ b/fonts/google/noto-serif-tc/chinese-traditional.css @@ -52,6 +52,15 @@ src: url(./files/noto-serif-tc-chinese-traditional-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-chinese-traditional-700-normal.woff) format('woff'); } +/* noto-serif-tc-chinese-traditional-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-chinese-traditional-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-chinese-traditional-800-normal.woff) format('woff'); +} + /* noto-serif-tc-chinese-traditional-900-normal */ @font-face { font-family: 'Noto Serif TC'; diff --git a/fonts/google/noto-serif-tc/cyrillic-200.css b/fonts/google/noto-serif-tc/cyrillic-200.css new file mode 100644 index 00000000000..54b62876e36 --- /dev/null +++ b/fonts/google/noto-serif-tc/cyrillic-200.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-cyrillic-200-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-tc-cyrillic-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-200-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/cyrillic-300.css b/fonts/google/noto-serif-tc/cyrillic-300.css new file mode 100644 index 00000000000..a5ec3258436 --- /dev/null +++ b/fonts/google/noto-serif-tc/cyrillic-300.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-cyrillic-300-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-tc-cyrillic-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-300-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/cyrillic-400.css b/fonts/google/noto-serif-tc/cyrillic-400.css new file mode 100644 index 00000000000..8e6da3f5aca --- /dev/null +++ b/fonts/google/noto-serif-tc/cyrillic-400.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-cyrillic-400-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-tc-cyrillic-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/cyrillic-500.css b/fonts/google/noto-serif-tc/cyrillic-500.css new file mode 100644 index 00000000000..f8fea2875e6 --- /dev/null +++ b/fonts/google/noto-serif-tc/cyrillic-500.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-cyrillic-500-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-tc-cyrillic-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-500-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/cyrillic-600.css b/fonts/google/noto-serif-tc/cyrillic-600.css new file mode 100644 index 00000000000..d75a9d6c22b --- /dev/null +++ b/fonts/google/noto-serif-tc/cyrillic-600.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-cyrillic-600-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-tc-cyrillic-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-600-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/cyrillic-700.css b/fonts/google/noto-serif-tc/cyrillic-700.css new file mode 100644 index 00000000000..ece2f6970aa --- /dev/null +++ b/fonts/google/noto-serif-tc/cyrillic-700.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-cyrillic-700-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-tc-cyrillic-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-700-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/cyrillic-800.css b/fonts/google/noto-serif-tc/cyrillic-800.css new file mode 100644 index 00000000000..8fb76eb9333 --- /dev/null +++ b/fonts/google/noto-serif-tc/cyrillic-800.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-cyrillic-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-cyrillic-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/cyrillic-900.css b/fonts/google/noto-serif-tc/cyrillic-900.css new file mode 100644 index 00000000000..af31fe4cdb5 --- /dev/null +++ b/fonts/google/noto-serif-tc/cyrillic-900.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-cyrillic-900-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-tc-cyrillic-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/cyrillic.css b/fonts/google/noto-serif-tc/cyrillic.css new file mode 100644 index 00000000000..dfcd0fe5e87 --- /dev/null +++ b/fonts/google/noto-serif-tc/cyrillic.css @@ -0,0 +1,71 @@ +/* noto-serif-tc-cyrillic-200-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-tc-cyrillic-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-200-normal.woff) format('woff'); +} + +/* noto-serif-tc-cyrillic-300-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-tc-cyrillic-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-300-normal.woff) format('woff'); +} + +/* noto-serif-tc-cyrillic-400-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-tc-cyrillic-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-400-normal.woff) format('woff'); +} + +/* noto-serif-tc-cyrillic-500-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-tc-cyrillic-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-500-normal.woff) format('woff'); +} + +/* noto-serif-tc-cyrillic-600-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-tc-cyrillic-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-600-normal.woff) format('woff'); +} + +/* noto-serif-tc-cyrillic-700-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-tc-cyrillic-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-700-normal.woff) format('woff'); +} + +/* noto-serif-tc-cyrillic-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-cyrillic-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-800-normal.woff) format('woff'); +} + +/* noto-serif-tc-cyrillic-900-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-tc-cyrillic-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-0-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-200-normal.woff new file mode 100644 index 00000000000..64abae73cca Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-0-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-200-normal.woff2 new file mode 100644 index 00000000000..c503b8c2b6f Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-0-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-300-normal.woff new file mode 100644 index 00000000000..4aac4e145b5 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-0-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-300-normal.woff2 new file mode 100644 index 00000000000..b62eda788c1 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-0-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-400-normal.woff new file mode 100644 index 00000000000..9a2270418fc Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-0-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-400-normal.woff2 new file mode 100644 index 00000000000..6324f1e7c6c Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-0-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-500-normal.woff new file mode 100644 index 00000000000..9eb228bd87a Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-0-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-500-normal.woff2 new file mode 100644 index 00000000000..714cc23d896 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-0-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-600-normal.woff new file mode 100644 index 00000000000..f794c218f03 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-0-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-600-normal.woff2 new file mode 100644 index 00000000000..c6005a32c01 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-0-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-700-normal.woff new file mode 100644 index 00000000000..5474c557291 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-0-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-700-normal.woff2 new file mode 100644 index 00000000000..3793da5b732 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-0-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-800-normal.woff new file mode 100644 index 00000000000..7e4051f7622 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-0-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-800-normal.woff2 new file mode 100644 index 00000000000..997c1445f90 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-0-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-900-normal.woff new file mode 100644 index 00000000000..90ae04af765 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-0-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-900-normal.woff2 new file mode 100644 index 00000000000..c835eba9829 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-0-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-200-normal.woff index e6c64129567..b03a1adc48f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-200-normal.woff2 index 741b2f975bc..43ec644ac95 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-300-normal.woff index bf0adc20d73..ed793d00e6b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-300-normal.woff2 index 4aadd06f39e..d1767c5e8f0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-400-normal.woff index 9ff7983a839..6f26251e120 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-400-normal.woff2 index 6b2a4f4d7e8..94817f22eb4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-500-normal.woff index 13e9a61006b..c957fc2ad1f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-500-normal.woff2 index 3db99ca3ab0..220e34f964e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-600-normal.woff index 96af94e98bb..2ef2cd5a69c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-600-normal.woff2 index d18a33d9ce0..98e43075b6c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-700-normal.woff index 1af0b53bcdf..054c821a97e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-700-normal.woff2 index 0f1dcea09a6..035ad926b09 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-800-normal.woff new file mode 100644 index 00000000000..f68eef6b4b8 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-800-normal.woff2 new file mode 100644 index 00000000000..66b189e60ae Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-900-normal.woff index 44e02ca3e1e..d6c468155ee 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-900-normal.woff2 index 87246709875..2eaa26caca0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-100-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-100-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-200-normal.woff index 9a93233bd61..5c47ca27501 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-200-normal.woff2 index 5dbe4074a8c..23c380db08d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-300-normal.woff index 380a4560cb2..8718903fe41 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-300-normal.woff2 index e5d9d601415..7f9e647cf50 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-400-normal.woff index 7b451bda6da..92fc4d01fad 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-400-normal.woff2 index d8ece9eae52..70d4318279f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-500-normal.woff index 045a67521fe..6a10c73efe3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-500-normal.woff2 index 8a731ad7c01..8d900e913ab 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-600-normal.woff index 60e146de2ab..ef1b81dd372 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-600-normal.woff2 index 8cf5e7353f7..4b207571769 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-700-normal.woff index 794ab88d156..953359330d2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-700-normal.woff2 index 2fdfa4e6925..01a684de9db 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-800-normal.woff new file mode 100644 index 00000000000..da65df4d55a Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-800-normal.woff2 new file mode 100644 index 00000000000..5baff760b53 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-900-normal.woff index 1d4b0cc7ccf..b4c71d67579 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-900-normal.woff2 index 0598808bc0f..5106a72c88c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-101-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-101-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-200-normal.woff index 783a142a5c1..05551911dee 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-200-normal.woff2 index 6784e8e5873..2f28267c477 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-300-normal.woff index a421a3be434..a2991cfa147 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-300-normal.woff2 index d8f1bf62c3d..1d23a6c95c4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-400-normal.woff index c16a3ddd20b..5b3482ae625 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-400-normal.woff2 index 3e29221fd4c..03ee2ca35a5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-500-normal.woff index e5ad9dc2a2b..7596a98119f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-500-normal.woff2 index f1b7ab299f2..a3006d9968c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-600-normal.woff index 333798e085c..3c86d33ad52 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-600-normal.woff2 index a4ab127c99d..c55c46bfd6c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-700-normal.woff index 62d1efab847..8d408a586e0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-700-normal.woff2 index 4ba6ea5f8fd..bd0391b9f27 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-800-normal.woff new file mode 100644 index 00000000000..d33a204792d Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-800-normal.woff2 new file mode 100644 index 00000000000..f1182ba4d33 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-900-normal.woff index dbd4f25eaa2..1a2f40a2e5b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-900-normal.woff2 index 70860196ee3..051383f9f99 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-102-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-102-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-200-normal.woff index 68d8edad998..1de49e8ab40 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-200-normal.woff2 index 75478c4399e..8930f2c4c70 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-300-normal.woff index 3faeb605e98..00c7e9e8d71 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-300-normal.woff2 index ca02954c861..24cc3d81d7c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-400-normal.woff index 207911d4c32..7fb1fea58a0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-400-normal.woff2 index 69e8f488551..1e1b3db7039 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-500-normal.woff index d5547289cd1..e25b2d8ef72 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-500-normal.woff2 index 5c547631705..168f4ac6172 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-600-normal.woff index 0df45d86b59..4c163be7167 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-600-normal.woff2 index f92989546bf..b31466fad32 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-700-normal.woff index e05fca353eb..c8a9bda12fa 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-700-normal.woff2 index f3977268976..ca0486d2398 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-800-normal.woff new file mode 100644 index 00000000000..07c3506cfd6 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-800-normal.woff2 new file mode 100644 index 00000000000..358ad81ba5e Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-900-normal.woff index 6ffd999f22d..6f68252b5a8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-900-normal.woff2 index 6040afbb279..774859ec6e6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-103-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-103-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-200-normal.woff index f71e47fbc57..75c1b67548b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-200-normal.woff2 index 11a38d94725..1e3e192306b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-300-normal.woff index e84a3c01b91..18ef96ee938 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-300-normal.woff2 index b7f33737079..9af0f02c625 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-400-normal.woff index 86443a8fa9b..984769d5fc4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-400-normal.woff2 index 48881fdaca1..1a64675678b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-500-normal.woff index 4bb31446cbe..ed017d1d06e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-500-normal.woff2 index 24f8d089bfe..0226931577e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-600-normal.woff index 797aa203a4c..bae2e59ccf6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-600-normal.woff2 index 4adf7972975..b66ca83e133 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-700-normal.woff index 295d8c8ed3c..2e8aabd9bed 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-700-normal.woff2 index 582e00784bb..f66492dd5f8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-800-normal.woff new file mode 100644 index 00000000000..b477512ab18 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-800-normal.woff2 new file mode 100644 index 00000000000..4157b25108b Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-900-normal.woff index c526ab3898f..b376c45a7a8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-900-normal.woff2 index ffca0a700b7..6f25aabcc6d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-104-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-104-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-200-normal.woff index 8b4b10e73d3..ada86bafce0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-200-normal.woff2 index 89d6603de33..687dac7764d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-300-normal.woff index 39dcce966fe..1e6d35a9ac2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-300-normal.woff2 index 220e39eafb5..d5c81899c2c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-400-normal.woff index 673e4d1f672..0b10b2e56bc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-400-normal.woff2 index 1107418e4d2..175ccf49315 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-500-normal.woff index 3a5a8535eec..40b7eda3b3b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-500-normal.woff2 index 0d68d28b51a..edd45c74f14 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-600-normal.woff index 66b4f029f51..5cb2e6bb2c2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-600-normal.woff2 index db0b4eb87af..92967f2cd12 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-700-normal.woff index c7e34f79b65..ff59edcd20c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-700-normal.woff2 index 0e23a76e163..19dda3ce237 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-800-normal.woff new file mode 100644 index 00000000000..9b9ccad3626 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-800-normal.woff2 new file mode 100644 index 00000000000..ebaaac488f0 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-900-normal.woff index dea830257b5..96626cf3fdc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-900-normal.woff2 index 90cee556654..b5305e002dc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-105-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-105-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-200-normal.woff index 2e866dc957f..54587980145 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-200-normal.woff2 index e7676a4e309..b5ed7ef411d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-300-normal.woff index 25cf7e40ee9..9bf7f85851f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-300-normal.woff2 index c742a0d72e3..dc7e51426b0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-400-normal.woff index 0f092544914..329c1dfc7d1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-400-normal.woff2 index c548435a53d..581d7d20d40 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-500-normal.woff index b400031a6f0..c2ef34e9622 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-500-normal.woff2 index 8da775d4a75..d7655f4f4e4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-600-normal.woff index 0d13292e641..69d15427abd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-600-normal.woff2 index 5af196559cd..e6daae88a2f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-700-normal.woff index dacda094938..b6d3b99e92b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-700-normal.woff2 index fcb2f23013f..e872e9f7913 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-800-normal.woff new file mode 100644 index 00000000000..da18ed608b9 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-800-normal.woff2 new file mode 100644 index 00000000000..66801446873 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-900-normal.woff index f6985c8cd99..982d9db800f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-900-normal.woff2 index a23d66d051c..c5063145cb4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-106-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-106-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-200-normal.woff index 22c85971923..600a09ff2bb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-200-normal.woff2 index e835141a61d..36bdeb7e162 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-300-normal.woff index e1fcfdb32c5..ea8edab3b6a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-300-normal.woff2 index 9cf90aa6e3a..1e36d93df48 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-400-normal.woff index ad9436144b9..0cc59205a16 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-400-normal.woff2 index 7c64e0ecc48..ff0a0fe1548 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-500-normal.woff index 9b07bbf0894..2b41d2f05e0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-500-normal.woff2 index 141fa59a7d6..faf01b48e23 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-600-normal.woff index a9e1f3c8297..63e52260c45 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-600-normal.woff2 index 07f095b19ed..0ab0b3cbe29 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-700-normal.woff index 7d39d74a9e7..926d9d064a8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-700-normal.woff2 index acd8cd8ee36..974fec82808 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-800-normal.woff new file mode 100644 index 00000000000..1c6e64ea253 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-800-normal.woff2 new file mode 100644 index 00000000000..b6f40780aed Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-900-normal.woff index 24144792ca3..452a45be800 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-900-normal.woff2 index 6923be080b1..390050aba2a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-107-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-107-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-200-normal.woff index b093faf34e2..f4a769422bc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-200-normal.woff2 index 5725d9ed07a..e007dc30441 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-300-normal.woff index 5679a9b9e79..2df67e51bc5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-300-normal.woff2 index 908783f2f36..36b9a77f3b6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-400-normal.woff index 343e2f52f45..99766bb632b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-400-normal.woff2 index 44b1a971354..768bed010a7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-500-normal.woff index ea47b4e8db6..b7732f35870 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-500-normal.woff2 index b83a13019ee..abd17c195eb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-600-normal.woff index 2057414aa41..05bddc7453d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-600-normal.woff2 index f495ea0b8a7..ff383740908 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-700-normal.woff index 88b57e1d521..c1303668e48 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-700-normal.woff2 index eb3e9fa1575..62d96a2262b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-800-normal.woff new file mode 100644 index 00000000000..fdcd9e681ff Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-800-normal.woff2 new file mode 100644 index 00000000000..1994fa6fcb0 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-900-normal.woff index 342aee4ad68..f1f67829ae9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-900-normal.woff2 index e92ae4eb845..230b1a2a500 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-108-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-108-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-200-normal.woff index 96d8f35b1d2..feabbb309b0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-200-normal.woff2 index f23fbf0af6d..4e863e3bdae 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-300-normal.woff index 574089e0be6..6673dfe1fa4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-300-normal.woff2 index e57f78e0303..2afbc3f2375 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-400-normal.woff index 4fb7e38b2e5..20d473db1bb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-400-normal.woff2 index a2cb1562055..258134a73fb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-500-normal.woff index b33d242a24a..4de42d438e3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-500-normal.woff2 index 801eac610c5..211d64da6ce 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-600-normal.woff index 1df11465ae5..769179948d4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-600-normal.woff2 index b191cec4255..a2b25b2a088 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-700-normal.woff index c1c64f54455..5e61bb421fb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-700-normal.woff2 index d49c8d0acc1..dba7d1d641a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-800-normal.woff new file mode 100644 index 00000000000..2b071f2829f Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-800-normal.woff2 new file mode 100644 index 00000000000..21ef2a0c9c2 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-900-normal.woff index f4961622f7e..e4cd1b5ae2a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-900-normal.woff2 index 47e249d8892..3bfffca5b22 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-109-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-109-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-200-normal.woff index e55c4c7e9d8..42d8585bde1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-200-normal.woff2 index 0e3aa10366f..34f28665a74 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-300-normal.woff index fe351283638..d39a69398f5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-300-normal.woff2 index 47723e2a447..b3df7157cb7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-400-normal.woff index d82fcaafd2b..722cad72ffd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-400-normal.woff2 index 6eb78e5b6fd..1ad375e8518 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-500-normal.woff index 664bfa13dc2..b2dece415a5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-500-normal.woff2 index 3db86f9eaca..913cfa7f1eb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-600-normal.woff index 5a1e3a020dd..4556bf1e23e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-600-normal.woff2 index 3c9a406e026..25ca557e7e1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-700-normal.woff index a52e7cd0568..fd38bf61095 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-700-normal.woff2 index 88f8189f87c..955a8d1d630 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-800-normal.woff new file mode 100644 index 00000000000..03079f111af Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-800-normal.woff2 new file mode 100644 index 00000000000..e503b77a11c Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-900-normal.woff index ee27298d686..f62116cc7cf 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-900-normal.woff2 index 31b07001684..34e69e8e592 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-110-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-110-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-200-normal.woff index f538ac7d00a..b6e41584f61 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-200-normal.woff2 index 117e7cf733d..192e3f89757 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-300-normal.woff index ce3b4444bcd..fd0afcecc84 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-300-normal.woff2 index cb38c498328..7164e38bd30 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-400-normal.woff index 592089645fe..bc980c388ac 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-400-normal.woff2 index b4822275c30..336e1979d19 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-500-normal.woff index f9199d29372..4fb79536527 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-500-normal.woff2 index 248778d80f5..528dc813819 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-600-normal.woff index fb632d90e1b..cee6721b424 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-600-normal.woff2 index 0bb11517da8..902ee9b0b9a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-700-normal.woff index 30f19a9f60c..499ab7b91e7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-700-normal.woff2 index 6b56e7be26e..e7cf423104f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-800-normal.woff new file mode 100644 index 00000000000..96aa1eec20c Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-800-normal.woff2 new file mode 100644 index 00000000000..a486b922c97 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-900-normal.woff index d10ef31a0c2..4cf5a473636 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-900-normal.woff2 index 6c7d44cbad5..8bd52b9153b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-111-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-111-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-200-normal.woff index 9abeecad2ec..e65d1667afc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-200-normal.woff2 index bc4d9193a64..1940e8826b8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-300-normal.woff index 026ae6d9efe..982cc554c70 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-300-normal.woff2 index b61576e2f61..8206d5460b8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-400-normal.woff index 3c76ee24edb..2d10cd22682 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-400-normal.woff2 index 60c6d19bda8..00dc8e796df 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-500-normal.woff index 80451eb2009..47374d0d3eb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-500-normal.woff2 index 95f3f65c687..22f0e866b24 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-600-normal.woff index cd0a4f592ba..7d0f578be1a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-600-normal.woff2 index b720355d6c2..b5543000cd3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-700-normal.woff index 143ae06a2f8..ab7c7b52955 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-700-normal.woff2 index 84303ada218..95a399bd21f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-800-normal.woff new file mode 100644 index 00000000000..38bedc8849b Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-800-normal.woff2 new file mode 100644 index 00000000000..126dde62f78 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-900-normal.woff index 2827fb3cd22..5110b3b8df1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-900-normal.woff2 index df881917980..f4c70d18e5a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-112-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-112-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-200-normal.woff index 52a5f94623b..01a68f7c23c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-200-normal.woff2 index 26a96e9fb16..3710ae3a17c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-300-normal.woff index 7aae7a10730..aa4c2424483 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-300-normal.woff2 index 7f205765810..a896664ce5f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-400-normal.woff index 1dfe2db7ce7..d61e9fbabde 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-400-normal.woff2 index ed310dad7ca..45813705e15 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-500-normal.woff index e0623baee32..305bb21470e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-500-normal.woff2 index 26965e6bce7..d94c3b7ca78 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-600-normal.woff index a0de2e77c0b..638fa6f0097 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-600-normal.woff2 index 5b2a568b8a5..76f49755630 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-700-normal.woff index 017cb740a71..d41525b5f4e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-700-normal.woff2 index ec07c04427e..858aa46e9e2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-800-normal.woff new file mode 100644 index 00000000000..c363dffb60e Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-800-normal.woff2 new file mode 100644 index 00000000000..3382a02fc12 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-900-normal.woff index 0e855d9ef2d..79b62095c33 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-900-normal.woff2 index 60f71ebf643..ac54802baf9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-113-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-113-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-200-normal.woff index a6ac78a4632..9b5defc7e57 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-200-normal.woff2 index 02326d715e1..1f5fe483b13 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-300-normal.woff index 5d64cd5944b..56009693a70 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-300-normal.woff2 index 8972d6232f1..b8504492568 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-400-normal.woff index dc8105e2866..48a0b2554b3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-400-normal.woff2 index 3efb3ca9f59..79df2c60aad 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-500-normal.woff index fb17c7e5d29..ff23a7f1ec0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-500-normal.woff2 index 0503e44f56f..83fd41cb209 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-600-normal.woff index cc0e6cd215e..22376ed5dcb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-600-normal.woff2 index 49f7ed498b7..db30f90ee35 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-700-normal.woff index f68a129fc60..9c186d3c174 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-700-normal.woff2 index c7d96113b21..ad520588673 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-800-normal.woff new file mode 100644 index 00000000000..7d194ad1779 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-800-normal.woff2 new file mode 100644 index 00000000000..b0b38eda933 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-900-normal.woff index db4b8911fad..766cebb2f98 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-900-normal.woff2 index 841f2db4ccd..f128d77ecea 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-114-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-114-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-200-normal.woff index 2e2b1df2968..f4f603065b3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-200-normal.woff2 index 99dd11d325e..19c9b98fc6d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-300-normal.woff index e3e3cacfb77..e0f0f2eba01 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-300-normal.woff2 index c88fc71c83e..60904ad7db5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-400-normal.woff index 4fc0b4cfc1b..f4f51712eaa 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-400-normal.woff2 index 38d69c3d9c1..1816906abad 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-500-normal.woff index 2637361fa40..c11be0f11e7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-500-normal.woff2 index 22039665d54..c1b7193224b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-600-normal.woff index 77d5de752fd..f9211d8a003 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-600-normal.woff2 index bb541dc8db3..defbb672cc4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-700-normal.woff index 53412afe7f3..aed5be993c4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-700-normal.woff2 index b6e86b37e35..9ea2ac6343d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-800-normal.woff new file mode 100644 index 00000000000..bf511203023 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-800-normal.woff2 new file mode 100644 index 00000000000..a66bfd042df Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-900-normal.woff index 31b43f7df2d..9d8381236ba 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-900-normal.woff2 index 79f085d2d6c..c7d017f17fe 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-115-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-115-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-200-normal.woff index 3fb324b386c..015ed85e828 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-200-normal.woff2 index dd1871f1877..102f1351894 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-300-normal.woff index 628468a6154..a456f9605f4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-300-normal.woff2 index bdf6be4271b..6fcb14ae4c5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-400-normal.woff index f05a976915f..68016d5855c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-400-normal.woff2 index e5d0b7f408f..7a301d95574 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-500-normal.woff index abf07019817..2c705008b9e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-500-normal.woff2 index 483189f2f97..a687b710d51 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-600-normal.woff index 328d8a7d8fc..f1955977ed0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-600-normal.woff2 index 08b6bce6bb8..b3ca0837095 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-700-normal.woff index b3baece20c7..442515e65ef 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-700-normal.woff2 index 6fa4dc429db..0b30210e941 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-800-normal.woff new file mode 100644 index 00000000000..fde5dd6493f Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-800-normal.woff2 new file mode 100644 index 00000000000..0dd9fa98a4f Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-900-normal.woff index d096ba42693..0bbba0d2b6d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-900-normal.woff2 index f55bf5ed72f..7cb23127362 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-116-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-116-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-200-normal.woff index da0f74af738..af029a70803 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-200-normal.woff2 index 754b69f8489..c05ae214ba5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-300-normal.woff index 6fc0f732aff..2fc9d3bb6d0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-300-normal.woff2 index a50b92fee9e..fcf1f2e2e51 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-400-normal.woff index d135b0d6e0c..6a4af805d23 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-400-normal.woff2 index 08e3d7a74b4..4299929326f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-500-normal.woff index 06d1f48be05..b888f74baf7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-500-normal.woff2 index 2cd6ca49835..ccd31ba6252 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-600-normal.woff index 9a663dc54bb..562a61ca62f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-600-normal.woff2 index 9a2c542268f..953e20ae2a0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-700-normal.woff index 201b81b9a8a..c486de7737b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-700-normal.woff2 index aff8b9c92cb..d6d86b97c53 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-800-normal.woff new file mode 100644 index 00000000000..ef3a6c3002d Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-800-normal.woff2 new file mode 100644 index 00000000000..916d2830a74 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-900-normal.woff index fc4250ac064..a2e03700adf 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-900-normal.woff2 index 827556a7b97..dc468c2e166 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-117-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-117-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-200-normal.woff index c3f52367773..f04072345b9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-200-normal.woff2 index e3b88841313..207560ce408 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-300-normal.woff index 14d8cf358c3..efff1294c76 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-300-normal.woff2 index 9a59d4fb1fe..4acb525a6e7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-400-normal.woff index a8c35b925af..3307a699e36 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-400-normal.woff2 index f7686a26ccb..ed27ca91483 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-500-normal.woff index 23573aae029..f6f1558bc50 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-500-normal.woff2 index 44515da019a..c7947d57c79 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-600-normal.woff index 25154fc9e94..b4959285151 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-600-normal.woff2 index 947a19bca88..99b746b8dfc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-700-normal.woff index 7fa7196f12f..dd2a882cc65 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-700-normal.woff2 index e9c01c57bb1..f6756f922b9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-800-normal.woff new file mode 100644 index 00000000000..0eaa3ab7934 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-800-normal.woff2 new file mode 100644 index 00000000000..2a694567484 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-900-normal.woff index f19e0fc9057..2d9434c6454 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-900-normal.woff2 index 217fc540f0f..478cb87fcf0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-118-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-118-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-200-normal.woff index 781255470c0..92a333cc0f7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-200-normal.woff2 index 1976cc6e3a4..853ea13b509 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-300-normal.woff index 3a3043c6cc7..dc4717f6d17 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-300-normal.woff2 index bc7ab03e13b..c3cfb4b5e16 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-400-normal.woff index 3b2651f9a6a..f67a1d5cb89 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-400-normal.woff2 index 0affc6e1674..3b51fab23f3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-500-normal.woff index adc2af91101..1306c4d3850 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-500-normal.woff2 index 62d70db3b8a..8577ab23756 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-600-normal.woff index ab1f8c1a5ff..649080f6e23 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-600-normal.woff2 index be398576064..101bfc75395 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-700-normal.woff index c0b91567a0b..338cc41afe8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-700-normal.woff2 index f5e35b72ded..fff47a73db8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-800-normal.woff new file mode 100644 index 00000000000..e5d5b723886 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-800-normal.woff2 new file mode 100644 index 00000000000..73bd453d309 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-900-normal.woff index 51f8133fdb6..98db6bf69e6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-900-normal.woff2 index 5e82bc06e64..088d3c78ef5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-119-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-119-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-200-normal.woff index 1535a7557bc..e40042e2d71 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-200-normal.woff2 index 887630d7085..7d343d2c30c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-300-normal.woff index b54a76b6801..ef955b359c8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-300-normal.woff2 index d34ca620048..1e1feb36598 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-400-normal.woff index 7c8f7ef744e..abe151c8998 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-400-normal.woff2 index 0d48667a58e..1c56f739c30 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-500-normal.woff index bfdc8a35c16..77b676d7a01 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-500-normal.woff2 index 4d16c8ccdfa..823fe650428 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-600-normal.woff index a739225d31f..fddebd2189b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-600-normal.woff2 index 5510700789e..76211af98a6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-700-normal.woff index 087417e5313..28dffce71e9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-700-normal.woff2 index bc450d0d4a4..01996b07f3d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-800-normal.woff new file mode 100644 index 00000000000..2cbaefc78aa Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-800-normal.woff2 new file mode 100644 index 00000000000..7186b989512 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-900-normal.woff index 8c52f6ef254..7352fa8aafc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-900-normal.woff2 index c6ee8502b6a..0c15b617165 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-19-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-19-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-200-normal.woff index 8f67f9a9f62..44160d0f552 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-200-normal.woff2 index bcb3ae39c9e..25301c6656e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-300-normal.woff index 20d462630ca..d225adde68c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-300-normal.woff2 index 66f7f92ed72..eed4b82e23e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-400-normal.woff index 7716cd1b9cc..c4d8fcbfc7e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-400-normal.woff2 index a33d70a196a..b752a177cc7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-500-normal.woff index aa3bc60bbe3..c12e1471d73 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-500-normal.woff2 index b95170f9bbe..dadd1066621 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-600-normal.woff index 8e1776814a6..47e1e4dd866 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-600-normal.woff2 index f88d81c653f..aae6467043b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-700-normal.woff index b81fe381fcf..e3fae60fa10 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-700-normal.woff2 index cce9ae19a6a..ea1c6a4331c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-800-normal.woff new file mode 100644 index 00000000000..606f0ce05ea Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-800-normal.woff2 new file mode 100644 index 00000000000..d4727ed1aa9 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-900-normal.woff index 375565a70ba..37d4ba2bd4d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-900-normal.woff2 index be461ccb2e9..88a8b97ef10 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-20-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-20-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-200-normal.woff index a995683e9e1..eeaf149f4bd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-200-normal.woff2 index 1f2c0f12ede..9d3e11e0d70 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-300-normal.woff index a02d3c88a09..af58acea4cf 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-300-normal.woff2 index f10bb27f194..5622875bc0a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-400-normal.woff index 64a9ba03a33..e3ae8b46fb7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-400-normal.woff2 index 57756347e61..31cc9370a1b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-500-normal.woff index 969a4682305..36dbe63f4d1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-500-normal.woff2 index dc17c90bd53..86b73edb980 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-600-normal.woff index 8517f66238c..21d323bda35 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-600-normal.woff2 index c095d876d57..82cd09f2fcd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-700-normal.woff index 659954225b0..f002d7c0c81 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-700-normal.woff2 index c21bc6930ab..c3bae0f2afc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-800-normal.woff new file mode 100644 index 00000000000..c7011742fcd Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-800-normal.woff2 new file mode 100644 index 00000000000..44542d89863 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-900-normal.woff index 1397c03381b..b24ba49fa4a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-900-normal.woff2 index 3179e138c68..fff78ed6904 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-21-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-21-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-200-normal.woff index c30c930fcf2..459f7765bde 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-200-normal.woff2 index 340ada6f09c..d5f504ca9a2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-300-normal.woff index f028b5e1dc2..0775441b3e4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-300-normal.woff2 index a7fb039562b..c69b3e772fb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-400-normal.woff index 12eeb4f7985..11953acf528 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-400-normal.woff2 index 137f08ebd4e..2031c58c9cc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-500-normal.woff index d69e5878c6c..70223affeea 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-500-normal.woff2 index 5919d1e28a7..543f67fe6d5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-600-normal.woff index 9ec18fd1be5..e9cefcd9f6f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-600-normal.woff2 index d0bae1994af..833ef227b94 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-700-normal.woff index 85406f5182a..0a976c9e86a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-700-normal.woff2 index 79a60abd0a8..1c5ad3ecfeb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-800-normal.woff new file mode 100644 index 00000000000..97be9399e93 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-800-normal.woff2 new file mode 100644 index 00000000000..b908117dfa2 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-900-normal.woff index d93a7a06702..570c7aea111 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-900-normal.woff2 index d098b0fbae8..f0f49519f7e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-22-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-22-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-200-normal.woff index 7c5df2b3f71..ea82fb0a829 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-200-normal.woff2 index e24fb20612d..6b03eab2b5e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-300-normal.woff index bff63658656..cce8a24e158 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-300-normal.woff2 index 872eac84e5a..29bf34a0fb8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-400-normal.woff index 14abfd337a0..d0af7d86d59 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-400-normal.woff2 index a29f21ddeaa..d28a4acab87 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-500-normal.woff index 1e35988a4f6..f3faf041f1b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-500-normal.woff2 index 9e3f4acab8e..d4cb19fe1dd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-600-normal.woff index 13ce2bc8647..a22c77a9f34 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-600-normal.woff2 index f3437e8a622..a27c16a87e5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-700-normal.woff index b0a49b8de31..4dfd4c7ba44 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-700-normal.woff2 index 86babff1a3c..65175698f68 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-800-normal.woff new file mode 100644 index 00000000000..c654c718b07 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-800-normal.woff2 new file mode 100644 index 00000000000..8fe7f65cbac Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-900-normal.woff index d81d15275d7..1aa70ea4e2f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-900-normal.woff2 index 68ccbea5291..ee506f928bb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-23-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-23-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-200-normal.woff index f16942d3b8e..56193feb6f5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-200-normal.woff2 index 3af2f229927..b1dc75b0159 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-300-normal.woff index 90b61dbf4c6..e5a950cdfca 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-300-normal.woff2 index 4a1b508daf3..8e52ccac709 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-400-normal.woff index 1786d844152..b72b5ef48c4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-400-normal.woff2 index c31b7e4a0b6..e79a3d13830 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-500-normal.woff index 729a0c6dbc7..1d05924054b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-500-normal.woff2 index fe127b82687..b4b133bd544 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-600-normal.woff index 37c61399258..b296d9a139e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-600-normal.woff2 index e66c2152b1f..83119935adc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-700-normal.woff index ae83ef19390..b36c48410da 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-700-normal.woff2 index 8d6374834ed..acb62f7f95f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-800-normal.woff new file mode 100644 index 00000000000..876cd8e1ce1 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-800-normal.woff2 new file mode 100644 index 00000000000..473cd4bcb02 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-900-normal.woff index 55ceb3b30a3..544fd2094df 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-900-normal.woff2 index f3160caaf37..5cf9bb5261a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-24-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-24-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-200-normal.woff index 36c955f19b3..9a218b37057 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-200-normal.woff2 index 4c8fed5640c..1708bf85077 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-300-normal.woff index 60bbf967fbc..951e7afe420 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-300-normal.woff2 index 7235c5e8834..41f43675486 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-400-normal.woff index 80c08a8d613..9c39c11d73b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-400-normal.woff2 index 087f9c850ff..4edd9431c78 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-500-normal.woff index 71e336a0ca8..d6e7573ef7d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-500-normal.woff2 index f14c41a7be8..089e408e49f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-600-normal.woff index 240db52c49a..f260a32fe00 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-600-normal.woff2 index 28c8dc4933c..9edcb16a599 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-700-normal.woff index 87da352164f..e770c97ce7b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-700-normal.woff2 index a4742eefd36..c2c915eb972 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-800-normal.woff new file mode 100644 index 00000000000..60b733f40f2 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-800-normal.woff2 new file mode 100644 index 00000000000..51d2689f185 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-900-normal.woff index 84c95b300e5..f32ef9428cf 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-900-normal.woff2 index 5af9d634221..2297f71d7db 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-25-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-25-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-200-normal.woff index 6381da6a32e..26e44cffe19 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-200-normal.woff2 index ee67502e623..571b45cb1cc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-300-normal.woff index 867961563c5..c7e32ce796f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-300-normal.woff2 index 1593d87408f..2f13dfa7c83 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-400-normal.woff index fea51a552e4..14e8f3ef8ec 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-400-normal.woff2 index 894101358ef..167f9bff190 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-500-normal.woff index 619c32d2ad2..a52211a1e96 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-500-normal.woff2 index 35050d67103..8a0ec8d8264 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-600-normal.woff index 488cbb43972..037837f9256 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-600-normal.woff2 index b90a9b4ea7b..1baf5b45027 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-700-normal.woff index 421536f9663..37fc51c5422 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-700-normal.woff2 index 15fe787fb04..5c12c178cdd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-800-normal.woff new file mode 100644 index 00000000000..1313d32cd0c Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-800-normal.woff2 new file mode 100644 index 00000000000..91ccc967373 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-900-normal.woff index 0d06c8315fb..1d03a12c44b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-900-normal.woff2 index b26384eceab..946e43747d1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-26-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-26-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-200-normal.woff index 24db3efb107..bf777e0bd15 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-200-normal.woff2 index ade4ad66911..bc96e35ad4d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-300-normal.woff index 5ad5485c635..f41ac988f38 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-300-normal.woff2 index b24877674fe..b1a6b308ef0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-400-normal.woff index e7ce950b203..7606b9ae4f3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-400-normal.woff2 index fa2f6c8cdad..71be1397f67 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-500-normal.woff index b14746efeaf..835912bedeb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-500-normal.woff2 index 719cc92c167..4e525a6fde5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-600-normal.woff index 3a7e97c068e..e933de9d45a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-600-normal.woff2 index 7fc7b13a139..aaf9c12511a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-700-normal.woff index 5266b46d59d..f2a1a640407 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-700-normal.woff2 index 69340f49109..a6a691f1dda 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-800-normal.woff new file mode 100644 index 00000000000..52783d74aab Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-800-normal.woff2 new file mode 100644 index 00000000000..bcf700b7f7c Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-900-normal.woff index 2638f741392..f3cf6e4f753 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-900-normal.woff2 index 971ee3c70e4..99be14a9997 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-27-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-27-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-200-normal.woff index c8ca9957fee..a47e6b5b952 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-200-normal.woff2 index ea052c7866e..30a31383e76 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-300-normal.woff index 56cdb9c60e4..bbd98e5dbc7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-300-normal.woff2 index 219ced7c977..a2c87b39a61 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-400-normal.woff index 395ee4a1d89..6ac992d193b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-400-normal.woff2 index 984efceb6bb..7a28d0931c1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-500-normal.woff index 865bd96209f..395fa0dd13e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-500-normal.woff2 index f734d6dc200..e9d2bd91314 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-600-normal.woff index 070405a2590..38f2f2e1d39 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-600-normal.woff2 index efdeea2a5d0..449a97fc574 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-700-normal.woff index b502e927999..e47bff8225d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-700-normal.woff2 index d2cae3876d4..80ec98219d7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-800-normal.woff new file mode 100644 index 00000000000..1a19f728f23 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-800-normal.woff2 new file mode 100644 index 00000000000..98baa693173 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-900-normal.woff index e6fc8318bf3..280509e7b99 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-900-normal.woff2 index 14cd19fbeab..bb97030ee73 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-28-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-28-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-200-normal.woff index a4656d9c154..c9ea895636f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-200-normal.woff2 index 2fa559d6323..bef60932c35 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-300-normal.woff index 6a9d2d64d79..1527eaf952f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-300-normal.woff2 index dd84d2310d6..dc3531ff939 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-400-normal.woff index 39f9cc105b9..3ebe36f1aa2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-400-normal.woff2 index b21163f6c03..bebf98715b6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-500-normal.woff index 7cab31fc8ad..bd11df323b2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-500-normal.woff2 index a41143e201d..d396a864c5f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-600-normal.woff index 1de832d7605..a2e107d701e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-600-normal.woff2 index 3c71bcdcc85..766a2d232ed 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-700-normal.woff index aa8f59688cb..3d716876d1c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-700-normal.woff2 index 8b21fbd3e20..a4a54773489 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-800-normal.woff new file mode 100644 index 00000000000..0eedd3c7107 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-800-normal.woff2 new file mode 100644 index 00000000000..12151255a5a Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-900-normal.woff index dbe8d64fcf3..2091c8186df 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-900-normal.woff2 index 93cd0417e32..a75320017ff 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-29-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-29-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-200-normal.woff index a563b53784f..f5bf0df1505 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-200-normal.woff2 index 76cdeeff6bd..92c6567fe76 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-300-normal.woff index a393a52307f..c7f0e1c2a42 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-300-normal.woff2 index d1905b242a4..a460b96815f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-400-normal.woff index 5fc00952cc9..eec396e94ea 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-400-normal.woff2 index b4c946fa010..8c24896c589 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-500-normal.woff index 13bcd470007..a221ac2906a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-500-normal.woff2 index 951ab09872b..b27c3f4484e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-600-normal.woff index b2bd02fb021..5921035b3f6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-600-normal.woff2 index e0864f18a9e..c0435405b6c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-700-normal.woff index ec3da8233aa..97f8d51408d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-700-normal.woff2 index 907ce998d68..dfadd8ab5bf 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-800-normal.woff new file mode 100644 index 00000000000..8018da2ee2e Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-800-normal.woff2 new file mode 100644 index 00000000000..f42f82b37b0 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-900-normal.woff index 40f5ececf90..000a77cdcf0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-900-normal.woff2 index b24662e760b..ec42ec31254 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-30-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-30-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-200-normal.woff index 1ec7ead7c78..a6ab6637160 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-200-normal.woff2 index 21e28034c6a..e034842f096 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-300-normal.woff index e0e5dbfd7b5..f48c11ec0b2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-300-normal.woff2 index 38ec794b964..b4a8b39998a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-400-normal.woff index a8f59be6633..7a94040d035 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-400-normal.woff2 index c00196c3539..9984097061f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-500-normal.woff index 6bf84f680ed..f3fb1a5653e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-500-normal.woff2 index 1f13e8ef27e..c722b65ce66 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-600-normal.woff index 9ff8f111e5b..327fe0e7223 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-600-normal.woff2 index eb87ea5bf9d..2ef0209d43d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-700-normal.woff index c493881dc13..ce99f8ecf65 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-700-normal.woff2 index c54a047ef08..8c09f1e6e50 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-800-normal.woff new file mode 100644 index 00000000000..a7b594b20ed Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-800-normal.woff2 new file mode 100644 index 00000000000..fc76d08a50e Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-900-normal.woff index 1f8001f8658..04ff531b812 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-900-normal.woff2 index b1bc00b9de9..db66c3e82ed 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-31-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-31-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-200-normal.woff index 0c97da419d5..c649a53e3f4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-200-normal.woff2 index b287c044811..c0d89250933 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-300-normal.woff index 912fd7d8b57..928a6ef853e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-300-normal.woff2 index 8ce78c2a35d..2c21d4402ad 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-400-normal.woff index 0d6e1adef82..db3ebc16796 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-400-normal.woff2 index bc1a57ab072..71f641ec241 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-500-normal.woff index fa051a4863d..e3d6448edeb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-500-normal.woff2 index 6e35249962b..495a2ec010f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-600-normal.woff index 6db2fb5579b..8f4443a56d8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-600-normal.woff2 index 576d1d5cd87..7930e8cfe49 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-700-normal.woff index 769ad78369e..d4cd6f24d98 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-700-normal.woff2 index fa73b081504..ed8a2e7cca4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-800-normal.woff new file mode 100644 index 00000000000..30b3ff95376 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-800-normal.woff2 new file mode 100644 index 00000000000..fdce2a526c3 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-900-normal.woff index 41074728aa8..b15d900e3d1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-900-normal.woff2 index a5e1f28674a..8533c1f89d1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-32-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-32-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-200-normal.woff index bef6455d1b4..e16c4cdfdf5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-200-normal.woff2 index 18311038ede..795d80cdc2b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-300-normal.woff index 5be48276857..a859def7e40 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-300-normal.woff2 index f1843dbdbd2..bba6865f784 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-400-normal.woff index c3e002bdd10..cc3ee87d66a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-400-normal.woff2 index d2503e10c80..88a6c5bafe8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-500-normal.woff index 892183a2ee9..a32a973e7b1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-500-normal.woff2 index 7233f98b636..0e7291b6a3e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-600-normal.woff index eecbc4a6298..5e9545977af 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-600-normal.woff2 index d63050163ce..0198393be2b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-700-normal.woff index 268142cd9ab..fc84f121b5b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-700-normal.woff2 index a37cb5a7206..4a6aa872ede 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-800-normal.woff new file mode 100644 index 00000000000..e523faabc1f Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-800-normal.woff2 new file mode 100644 index 00000000000..840b9a1c7c2 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-900-normal.woff index 94484d5ab91..d3186b623b1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-900-normal.woff2 index 90369a758fd..2f8e6dedfbf 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-33-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-33-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-200-normal.woff index 610f55cf5bd..bb573a04963 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-200-normal.woff2 index 4e1407fcb9e..044a57b46a0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-300-normal.woff index 9efd1fafd73..75563bab6d9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-300-normal.woff2 index 108bc5a9729..29aabdbd74b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-400-normal.woff index d5b31411cb6..d120fd633da 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-400-normal.woff2 index 156bcb23daf..643ee8dbef7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-500-normal.woff index 178642dceba..056e166102b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-500-normal.woff2 index f8b98b3e6e4..5eb8d10b774 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-600-normal.woff index e6d0203a1a1..ca40ebe0627 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-600-normal.woff2 index e6107cdb72b..7981d1a0295 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-700-normal.woff index b8991617526..8e6af2f99eb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-700-normal.woff2 index 45f6eb073e8..3e00d037b99 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-800-normal.woff new file mode 100644 index 00000000000..d4d46c3d4b0 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-800-normal.woff2 new file mode 100644 index 00000000000..9da9909571f Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-900-normal.woff index 37b49ca3f0f..a1dc942ed90 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-900-normal.woff2 index 018afc4e073..1db7a2d3e5e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-34-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-34-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-200-normal.woff index 5f6df57e29f..c8bf4bc31f0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-200-normal.woff2 index 7f2a209d811..62e2ae09bec 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-300-normal.woff index cbaac1a95cc..a31d794fbc3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-300-normal.woff2 index 533663ee99f..c1a45831b50 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-400-normal.woff index 2bf9ff36a5d..c721bc1d828 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-400-normal.woff2 index 1bdbf21e2da..f512d08f730 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-500-normal.woff index e25868dd8bb..13e94c814a3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-500-normal.woff2 index 9f2eab98c38..28b47516531 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-600-normal.woff index 01b25918672..2e032cd6446 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-600-normal.woff2 index 83587a45b47..bff39eb61cd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-700-normal.woff index ec8602076e1..3bff873de77 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-700-normal.woff2 index f12b078eda3..f4ac710c3a0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-800-normal.woff new file mode 100644 index 00000000000..17cac78333d Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-800-normal.woff2 new file mode 100644 index 00000000000..e4519889dd0 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-900-normal.woff index 7fa1d1ec701..f5772310e20 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-900-normal.woff2 index f56644c42e9..2f41c97e346 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-35-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-35-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-200-normal.woff index 0d11cc87295..0103a1ee19a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-200-normal.woff2 index 7f8c3c5a213..e5955b52ea8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-300-normal.woff index a7a5a429b4a..7cb2b227ed4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-300-normal.woff2 index f62f3ddeea0..d0616c26bec 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-400-normal.woff index 7be81db739a..9811b9ac1c9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-400-normal.woff2 index b365b1a95f2..c05739d5d39 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-500-normal.woff index 29c8f6288e8..289f86f81fb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-500-normal.woff2 index 0162c39545b..8f4db2e7409 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-600-normal.woff index 2a497fd272a..79a9f58b58a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-600-normal.woff2 index 17a5542a930..1cac3fe5220 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-700-normal.woff index 748bb86158b..07ef607106c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-700-normal.woff2 index 7be75566717..60755383a44 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-800-normal.woff new file mode 100644 index 00000000000..a3497ec7768 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-800-normal.woff2 new file mode 100644 index 00000000000..5a79b70d456 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-900-normal.woff index b74d33f56e5..98eeb47b93f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-900-normal.woff2 index 0b48db96b05..20fe2ce8094 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-36-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-36-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-200-normal.woff index c97d8da009d..3d27fb36327 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-200-normal.woff2 index 9811adc4181..4ccab0daa52 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-300-normal.woff index cb36e9cc418..9d99391f758 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-300-normal.woff2 index 9619bf1737b..16b683150fb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-400-normal.woff index 4ef840c542d..ad66463c479 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-400-normal.woff2 index d9e20a80419..c37af12c970 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-500-normal.woff index 6052e62c4e8..36356cd635e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-500-normal.woff2 index e97341786e9..7815514a9e3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-600-normal.woff index 0d16aeb1cfb..35e0dee6af7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-600-normal.woff2 index d4b5dec6c67..d1ab989ee3a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-700-normal.woff index c4ac950fc82..08ccabef890 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-700-normal.woff2 index 3d049804c3b..448d5e658e7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-800-normal.woff new file mode 100644 index 00000000000..1e637d21f79 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-800-normal.woff2 new file mode 100644 index 00000000000..2576373d9bb Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-900-normal.woff index f3ec58512c9..4df273f2751 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-900-normal.woff2 index 9fa51750a1e..159c3c0f9a3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-37-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-37-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-200-normal.woff index 2e164694e14..78f51b74dfa 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-200-normal.woff2 index 8f3cd5b95d4..f88993e3e60 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-300-normal.woff index 2f64239ac67..aae8462f17c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-300-normal.woff2 index 51734851acc..24edbb2d3d9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-400-normal.woff index 6e6a637e45a..df805a93d24 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-400-normal.woff2 index b699354a1c6..ca58488a222 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-500-normal.woff index e3cd16daf80..89fe646003b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-500-normal.woff2 index 39b21c44d0a..2c10454f255 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-600-normal.woff index fa2efd32731..0cb4164e2c5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-600-normal.woff2 index 0a965e3d9bf..eb706ad3183 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-700-normal.woff index 8b18c748694..7a16f8a98f5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-700-normal.woff2 index 2b98ecdb7d3..be4b9ce6f0e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-800-normal.woff new file mode 100644 index 00000000000..21cec208d32 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-800-normal.woff2 new file mode 100644 index 00000000000..987c73d5f66 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-900-normal.woff index 1edcbb590ea..93bc980efb9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-900-normal.woff2 index fb20fcfa19a..fc6048ae32a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-38-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-38-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-200-normal.woff index e6e476c7278..f982c54e52c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-200-normal.woff2 index 8459620fd1b..455319b6cda 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-300-normal.woff index cc3b7968727..109d19ac7dd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-300-normal.woff2 index 3fff5f5a7eb..ce35c0c0d7c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-400-normal.woff index 7715cb2711f..2bf15764d40 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-400-normal.woff2 index 0684dbebae4..da8e154190a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-500-normal.woff index 1b3dfa05881..1edfeba55c6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-500-normal.woff2 index a4d4adcdfcd..7f67b0bea3a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-600-normal.woff index c920b1f8a19..f11018917e0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-600-normal.woff2 index c1642993884..b940f8dd418 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-700-normal.woff index ecbbf8de7d8..c453fdac559 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-700-normal.woff2 index 988b8fa163e..33ec55dd4ce 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-800-normal.woff new file mode 100644 index 00000000000..929426dd872 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-800-normal.woff2 new file mode 100644 index 00000000000..0d0aa046c70 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-900-normal.woff index e1bbd4b36a5..4ba812e31aa 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-900-normal.woff2 index 52248ff78e2..1b5f6b36b9c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-39-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-39-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-200-normal.woff index cf5acf63e8f..643e21b53c8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-200-normal.woff2 index e045cf81111..eff9826e88d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-300-normal.woff index 46997571453..d30df9ff740 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-300-normal.woff2 index 0c9589ae77c..642930d2bf6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-400-normal.woff index ef0631a23c5..3995132ae3c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-400-normal.woff2 index ff923498f9c..ccf0ce11703 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-500-normal.woff index f143980fc46..09ec4d7ba32 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-500-normal.woff2 index 42cdf21ebea..0aa6b46095d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-600-normal.woff index 07337ca041b..f987fbbad38 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-600-normal.woff2 index 3a8ba4f5355..097ab7a06cf 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-700-normal.woff index 85c0b63b9a8..f1a4ca361da 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-700-normal.woff2 index 52e76a0d8d1..d2c9752d6fd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-800-normal.woff new file mode 100644 index 00000000000..4a4290a35d8 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-800-normal.woff2 new file mode 100644 index 00000000000..be7a9ec6e21 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-900-normal.woff index 445a54d1530..903299ff99e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-900-normal.woff2 index 926d5a40bc6..103d21f4c96 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-40-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-40-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-200-normal.woff index 8201ace94fd..4b76d0d34f0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-200-normal.woff2 index d083c0a3d86..7db37b58c62 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-300-normal.woff index 1737cae15e1..25b31e1e335 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-300-normal.woff2 index b32e34054cc..bdbedaad133 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-400-normal.woff index 1870b9429ac..509832f64c1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-400-normal.woff2 index 19e8c140b76..36d418c00c8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-500-normal.woff index 904a6916355..06b71e0d431 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-500-normal.woff2 index 5d3a7cb990b..fe01618666f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-600-normal.woff index 97fff77f08f..8a6cc4e762a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-600-normal.woff2 index b330ea4fa04..8ab74281c6e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-700-normal.woff index 0915d45df6d..b11d027551b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-700-normal.woff2 index d6580a0674a..31f8d42198c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-800-normal.woff new file mode 100644 index 00000000000..3fa1ec06277 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-800-normal.woff2 new file mode 100644 index 00000000000..29b6766b9e8 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-900-normal.woff index 8831ec9f24f..b8576482269 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-900-normal.woff2 index 644f31aeb78..020cf0dcde3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-41-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-41-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-200-normal.woff index d48408cab5c..d0b4e3d49a8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-200-normal.woff2 index 432859512d2..d068f21a129 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-300-normal.woff index a01b494e145..a67169dbdc5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-300-normal.woff2 index 19a8f428b3e..530c2ddb24f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-400-normal.woff index be8d89d40c5..212fc627af8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-400-normal.woff2 index 3a59b1f7d5c..df8cd4f8479 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-500-normal.woff index 87840322eb2..b6db28bfcc1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-500-normal.woff2 index 860ee119609..d338a897738 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-600-normal.woff index 69171f71839..ed847905e94 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-600-normal.woff2 index 063e1bd6970..67736e8dae5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-700-normal.woff index 135e42080c7..8de16cc42d8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-700-normal.woff2 index b325d1bb0b5..29804fef717 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-800-normal.woff new file mode 100644 index 00000000000..76efcec400c Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-800-normal.woff2 new file mode 100644 index 00000000000..a0aa394ff52 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-900-normal.woff index 9090ea77228..1bde847f2ea 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-900-normal.woff2 index 0ec95641bd4..76f91dd1e19 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-42-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-42-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-200-normal.woff index 618661d4c93..f71e2a1b484 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-200-normal.woff2 index 0015bd0d651..8ca055ef706 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-300-normal.woff index 7978ea56ff4..369c39a5a5e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-300-normal.woff2 index e57852a5eb8..5412bddc7e1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-400-normal.woff index 691168c8b22..093ad53e089 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-400-normal.woff2 index 91e7febc7f3..cb7a79f522c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-500-normal.woff index 5a51a3b90f8..40dc50689dc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-500-normal.woff2 index c10e31a66cd..f3d354df0a6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-600-normal.woff index 06b84dc70c4..5f15c430462 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-600-normal.woff2 index 8e59733c4c7..34836d22a07 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-700-normal.woff index 8611fad3688..dbec233319a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-700-normal.woff2 index eb383aa7428..a12c721ee0b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-800-normal.woff new file mode 100644 index 00000000000..4f1589fc299 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-800-normal.woff2 new file mode 100644 index 00000000000..540982fbd2f Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-900-normal.woff index 4c9b288d502..5a882a75268 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-900-normal.woff2 index 4a92a048050..3e1189dfd69 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-43-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-43-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-200-normal.woff index 2428dd9b334..2f98f45f717 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-200-normal.woff2 index c93dfcb2a3c..00285de0516 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-300-normal.woff index e82f8d328b5..431bd899856 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-300-normal.woff2 index a6961f40622..b351006b17d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-400-normal.woff index 3e59af95696..b5db7664186 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-400-normal.woff2 index 0ebd0588c2c..dbfb0b4ad51 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-500-normal.woff index b2a897f75f1..8aa68ad7db2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-500-normal.woff2 index 9f1f29fe572..2dc18a2abee 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-600-normal.woff index f94d4ad4c2c..65b27d4b2b9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-600-normal.woff2 index acde4d829b0..09b31d5e85b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-700-normal.woff index 0b5aa4f43df..b9d4eb8027e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-700-normal.woff2 index 4d0d4a17a3c..76ad7c353e7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-800-normal.woff new file mode 100644 index 00000000000..15b71146d8a Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-800-normal.woff2 new file mode 100644 index 00000000000..3053eb76d68 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-900-normal.woff index 398cb25ce46..eba814e2bf4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-900-normal.woff2 index 40d0c4b5ec0..5bacd757f20 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-44-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-44-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-200-normal.woff index f8f88a05f52..6b3d404e6cb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-200-normal.woff2 index fe0d8e95996..3be8412f352 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-300-normal.woff index fb56c4cc524..0bc46311d5a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-300-normal.woff2 index dd572e99e3f..1f1ce76b039 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-400-normal.woff index d50d0cf3cae..51155e27d4e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-400-normal.woff2 index 97b6d6e265e..3c534d4bef9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-500-normal.woff index cbfc2bc8375..99bc05285a7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-500-normal.woff2 index 29f4bf2a342..54852ebe992 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-600-normal.woff index d86de1da754..642730b613c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-600-normal.woff2 index f856ec80e6c..f008a3d001e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-700-normal.woff index 85ea4eb43a1..3b29d21212e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-700-normal.woff2 index 1ffe5b77d14..f7de951696d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-800-normal.woff new file mode 100644 index 00000000000..ee6cd8ae659 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-800-normal.woff2 new file mode 100644 index 00000000000..f73ebf56ab0 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-900-normal.woff index b6b3fb791f1..d08c64670da 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-900-normal.woff2 index ad3146a7bc0..0e114653814 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-45-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-45-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-200-normal.woff index 6e01c41b53b..0cefe04f16c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-200-normal.woff2 index d336d3247a1..91fbc01ef10 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-300-normal.woff index 6f2cc0400b8..5c1c2c0c646 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-300-normal.woff2 index 56318e3dc48..5ae0da9e40c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-400-normal.woff index 0807d36e4b2..2a3e230266d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-400-normal.woff2 index ddbe75bb32d..610d78abd46 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-500-normal.woff index 2a115e43a81..44c71d202e4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-500-normal.woff2 index 534122a27cc..e1213f7e8d9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-600-normal.woff index 2a6e2ad215e..d18d929ad63 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-600-normal.woff2 index 39873bbd30a..46dfb0bd52c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-700-normal.woff index 231051fe90f..b479071cf9f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-700-normal.woff2 index 7f7818c13a8..9c0da01f121 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-800-normal.woff new file mode 100644 index 00000000000..57ed1d03da8 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-800-normal.woff2 new file mode 100644 index 00000000000..d7df7820a0e Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-900-normal.woff index 5827c7d377e..d7c08a63267 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-900-normal.woff2 index 8e8d277d56c..fd73e3f91b5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-46-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-46-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-200-normal.woff index 949db1439ce..04371b3b81e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-200-normal.woff2 index b1f6885024d..b7596d04d46 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-300-normal.woff index 9c15839cfbf..4e7f38c0298 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-300-normal.woff2 index 1f18cc75af1..fe18e827fe7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-400-normal.woff index 91c06ead485..3262494f970 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-400-normal.woff2 index b9526d60474..22e1479b86c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-500-normal.woff index 2d981184f34..e084a3dfdf7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-500-normal.woff2 index f57b230568c..f09d649b8da 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-600-normal.woff index 19568b947e8..67a4b9d60ad 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-600-normal.woff2 index d133ec7c278..1e763b63746 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-700-normal.woff index 635d52d8dab..445962cd99e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-700-normal.woff2 index dda24068909..47b3aeb49a7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-800-normal.woff new file mode 100644 index 00000000000..ab50bdf76e5 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-800-normal.woff2 new file mode 100644 index 00000000000..5cf16d0298b Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-900-normal.woff index 0eb666459f0..bb5a8a5998c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-900-normal.woff2 index 3e224f1deec..ed85809cd40 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-47-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-47-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-200-normal.woff index a38fd296662..c8eb8d2e395 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-200-normal.woff2 index 216b2336967..d4727adaffe 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-300-normal.woff index 37649f84fb7..10025b89fc6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-300-normal.woff2 index dbdc4033ee8..2749b225dcd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-400-normal.woff index e6436ed63d1..689cbe68703 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-400-normal.woff2 index 7508f8acefc..57306e56d96 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-500-normal.woff index ef6195ec6c6..675e84f4c8d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-500-normal.woff2 index de87c03e131..4f5dea30920 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-600-normal.woff index 38e04555923..17b1ea66bbe 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-600-normal.woff2 index a12fca7ca6a..095d4a6e5e8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-700-normal.woff index a083a537973..fdfaf1eb9a5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-700-normal.woff2 index 2a46acc0a3c..5f474ae480e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-800-normal.woff new file mode 100644 index 00000000000..a59b78c08a5 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-800-normal.woff2 new file mode 100644 index 00000000000..aa5b827c052 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-900-normal.woff index 923703d91e0..faa6583cfcb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-900-normal.woff2 index 797446c6c2c..6a9bb4a9e3e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-48-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-48-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-200-normal.woff index 7bfb52266ea..a2cac57f677 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-200-normal.woff2 index a763b5f64a5..62b25fdc0cb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-300-normal.woff index 67550ae83c8..ce44724b8cb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-300-normal.woff2 index 819bc9c03ec..b727d36cd3c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-400-normal.woff index 5bb48b81026..59473866836 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-400-normal.woff2 index 5cda75b15d8..0467db7af4b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-500-normal.woff index 669231db3eb..9b95b303146 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-500-normal.woff2 index 07336f725c7..cf4164a6233 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-600-normal.woff index c6f8d40ea0b..a11088bc04a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-600-normal.woff2 index b4da603a96a..83520f64650 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-700-normal.woff index faebb37b496..1d0337b4366 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-700-normal.woff2 index 532acdc6d68..b42bdd9380f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-800-normal.woff new file mode 100644 index 00000000000..ab042b29544 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-800-normal.woff2 new file mode 100644 index 00000000000..bc0ac2f3fe4 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-900-normal.woff index 03e7c1e2ff0..de2b63fd180 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-900-normal.woff2 index 3097fc73ece..b9803604b34 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-49-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-49-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-200-normal.woff index 438db0af2da..c919ba1054a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-200-normal.woff2 index 9d171414041..9dea0cb764f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-300-normal.woff index 089579beef5..c5ea26ecede 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-300-normal.woff2 index 58c70221669..921f7dc1251 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-400-normal.woff index 3d66f1f9a29..6efaedeb1ad 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-400-normal.woff2 index 242850920fc..e1096824a23 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-500-normal.woff index fc54bb15edb..52a1a12a62f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-500-normal.woff2 index c65c4855754..87fac3ea67e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-600-normal.woff index 522da6f0cb2..55a13e25026 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-600-normal.woff2 index a6353c3f0c3..f39d46fbd24 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-700-normal.woff index 96907e651df..1d741b72266 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-700-normal.woff2 index ba82314f2e8..39efa365ca3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-800-normal.woff new file mode 100644 index 00000000000..331e5ff883f Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-800-normal.woff2 new file mode 100644 index 00000000000..21234468277 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-900-normal.woff index 7c3dd1c7209..24ae549b6b9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-900-normal.woff2 index 44d682757d6..9c8c87a013c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-50-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-50-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-200-normal.woff index eb19c0f1a43..ffb9a43453c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-200-normal.woff2 index 0bb5b250003..d596195de43 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-300-normal.woff index 1b104512d88..4c1ab679b7f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-300-normal.woff2 index 525e1871eb8..fa86257c1e7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-400-normal.woff index e5245a799b7..583aee82f6b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-400-normal.woff2 index e41111b504c..cc8b9bfd182 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-500-normal.woff index 059ae495118..27cb915a0b1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-500-normal.woff2 index d2670397c7f..eb06261033c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-600-normal.woff index 996581a2c5e..f7216b3bdc7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-600-normal.woff2 index 79638270a2b..1204e041673 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-700-normal.woff index d85324efce0..0402a0b8d2a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-700-normal.woff2 index 38921440b39..1a021d57b95 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-800-normal.woff new file mode 100644 index 00000000000..8adf22b4116 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-800-normal.woff2 new file mode 100644 index 00000000000..780174079ed Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-900-normal.woff index fe09704ba35..07849bb699d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-900-normal.woff2 index 375469374e4..fb8774dd203 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-51-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-51-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-200-normal.woff index dc3cb625754..23e9cbd43d8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-200-normal.woff2 index 1d22e322f86..fe57f22c51e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-300-normal.woff index 5c941b40c46..e987ed0d9fe 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-300-normal.woff2 index 97bc00c6866..4c6d7af929c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-400-normal.woff index f248f3f7f24..26cf1e5f0b7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-400-normal.woff2 index a58fb8edc08..789e1b952bc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-500-normal.woff index d7753980fdf..dfc7c402360 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-500-normal.woff2 index 9b15b3e638a..2fce842b5fa 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-600-normal.woff index ffb32dd782e..18bac9cf882 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-600-normal.woff2 index 4f2624ec661..76b055d105a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-700-normal.woff index 6539aaf8847..a6e1d624b51 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-700-normal.woff2 index 5f3e35b77ac..02ec1687ba6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-800-normal.woff new file mode 100644 index 00000000000..a97fd9037a5 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-800-normal.woff2 new file mode 100644 index 00000000000..6e1d48a24d2 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-900-normal.woff index 4f5f2ad47a4..a07a2738b20 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-900-normal.woff2 index f50afacee9b..93a61abac68 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-52-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-52-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-200-normal.woff index 8164abeeb4b..c3669339e2d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-200-normal.woff2 index 180144c0b4a..76063a957f3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-300-normal.woff index 6dc25ddbcdf..093c9ce8ea8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-300-normal.woff2 index df9330752c7..bc7394122f2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-400-normal.woff index f707bbedaf4..229736b8cb0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-400-normal.woff2 index d3b81c7eeb8..6bc3a7b5e2e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-500-normal.woff index 9794c818904..fd60894e914 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-500-normal.woff2 index 32cb8927417..73e776efe98 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-600-normal.woff index d16880f167b..6dd0ff05caa 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-600-normal.woff2 index db599ed42be..b656f05d979 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-700-normal.woff index 83cf9719ef6..b33efc2347e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-700-normal.woff2 index a564a4919e6..2600bb190e3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-800-normal.woff new file mode 100644 index 00000000000..bf08be5da68 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-800-normal.woff2 new file mode 100644 index 00000000000..0f9f452f231 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-900-normal.woff index 08706eefc51..3088ac41757 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-900-normal.woff2 index 0b2e18e9094..2b1104c1446 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-53-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-53-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-200-normal.woff index 62a8336402d..b6211de0380 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-200-normal.woff2 index ba977816b33..df78981b446 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-300-normal.woff index 50596558466..041a5eca0d3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-300-normal.woff2 index f7c0f905c53..cef9e7b58e9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-400-normal.woff index 1c5e1d98295..6ecdc9b87cd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-400-normal.woff2 index 1796cdfc62c..acb1b7ac7be 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-500-normal.woff index 753ceea4db8..8135e13780c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-500-normal.woff2 index 22ac324ce1e..8346a38f1f6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-600-normal.woff index 5f2cf0ce489..18681981082 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-600-normal.woff2 index f3d57d229e2..2b5ae546ec0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-700-normal.woff index 86a88f9bcf3..0b12655d705 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-700-normal.woff2 index fdf0ac592ac..ebca0b3bad1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-800-normal.woff new file mode 100644 index 00000000000..27cd6f7d963 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-800-normal.woff2 new file mode 100644 index 00000000000..23f252c5e02 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-900-normal.woff index 307023cc9c7..c1fbff9689e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-900-normal.woff2 index d1dfc57795d..bedfce8fa87 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-54-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-54-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-200-normal.woff index 241f6e5c7de..8cb56a14429 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-200-normal.woff2 index ccfb4b0dc3f..82f6250bbed 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-300-normal.woff index 65eb723bb03..c569f439f8f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-300-normal.woff2 index 1e487fd80aa..7ab54e53e55 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-400-normal.woff index 46f2fa7192f..b27b164057b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-400-normal.woff2 index 59ebc5ee5fc..1619007fa82 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-500-normal.woff index a78c814ffed..9e6d1fc460d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-500-normal.woff2 index cb4807250ce..eaf77106661 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-600-normal.woff index e9de4124f27..7af9b0f0f01 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-600-normal.woff2 index d05775c6b2c..7b71b98bda7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-700-normal.woff index 0d93f481343..ef9b98e34b6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-700-normal.woff2 index 4328043946d..b70d06ab26a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-800-normal.woff new file mode 100644 index 00000000000..f70abc3519f Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-800-normal.woff2 new file mode 100644 index 00000000000..86b05aaa141 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-900-normal.woff index 54ca00339d0..67f3e5207e5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-900-normal.woff2 index 224ad0d9807..4302e50c34b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-55-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-55-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-200-normal.woff index 51ee6dc5889..80ad8b5fcc5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-200-normal.woff2 index ef088e59af7..4afed742529 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-300-normal.woff index 8ba5f3f0ca8..5c5e2a33f52 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-300-normal.woff2 index e7e34abf44f..0474a9efce7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-400-normal.woff index c0c19ed1526..ef12d5adf0f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-400-normal.woff2 index 0d8d6d0d218..60708a3f995 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-500-normal.woff index aaf6e21c1a1..686368ecbeb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-500-normal.woff2 index 02ba1f7bb70..117a21677fc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-600-normal.woff index 5cea2200225..3702102271b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-600-normal.woff2 index e769df8a5a0..0bd5447b5d4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-700-normal.woff index 184589d0294..8594fd539bd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-700-normal.woff2 index bce09d3ccb6..aaec74c5172 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-800-normal.woff new file mode 100644 index 00000000000..00c06061dc3 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-800-normal.woff2 new file mode 100644 index 00000000000..beec83b47f7 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-900-normal.woff index 50cfe333b37..980d12bdb40 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-900-normal.woff2 index 87fc551db26..506a36e222d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-56-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-56-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-200-normal.woff index 4b6b65280d0..ce71aee5c5c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-200-normal.woff2 index 49d65763caa..9a7058f5481 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-300-normal.woff index 5163fc35b52..b4622a23646 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-300-normal.woff2 index 5a9157d2e32..bbb77d8c7ea 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-400-normal.woff index 9c7e4fe539b..844fbecda44 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-400-normal.woff2 index af07663641e..e663e422033 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-500-normal.woff index 10360f34928..1c93b5c187e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-500-normal.woff2 index 77d8d9c2af4..0cd8e175f32 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-600-normal.woff index 643c15fa8f2..fd3331a5f55 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-600-normal.woff2 index 4a1bf52ac85..d863d1f5787 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-700-normal.woff index 3f6f8e556b3..a36883de69f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-700-normal.woff2 index 9927f154005..f3a32417ab3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-800-normal.woff new file mode 100644 index 00000000000..ddf05939a89 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-800-normal.woff2 new file mode 100644 index 00000000000..ce511be41b1 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-900-normal.woff index 9a3eefb2bee..c2a66939899 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-900-normal.woff2 index dc4e56eeaf3..c5c75abcf7c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-57-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-57-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-200-normal.woff index 4495e3828ae..935c7b32c5b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-200-normal.woff2 index fa98d97e839..48fa248e42c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-300-normal.woff index 930ab5df606..2030fad09ab 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-300-normal.woff2 index 8add8b52d43..527cc29d3c7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-400-normal.woff index 67fe6f2d991..d1b9c8ee90f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-400-normal.woff2 index 4445b2c36c3..9d4a34c38fb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-500-normal.woff index feaaf28bf50..fdb6b444e64 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-500-normal.woff2 index 61c9d51beed..fcf36606d44 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-600-normal.woff index 560dcc415b8..a5af7d85320 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-600-normal.woff2 index 04a3ff1a96d..c42081a2bab 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-700-normal.woff index 9afbf021285..1b262206525 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-700-normal.woff2 index 7efe4377c25..f9ab9553a81 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-800-normal.woff new file mode 100644 index 00000000000..12ad0d02312 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-800-normal.woff2 new file mode 100644 index 00000000000..8535a5aa639 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-900-normal.woff index 2726568604e..2af2cfb8756 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-900-normal.woff2 index b9a25e65bbd..99f9e9cecfe 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-58-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-58-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-200-normal.woff index dc34028f38c..f0aecd4ab5e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-200-normal.woff2 index a5e36be9865..bc656ac0876 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-300-normal.woff index 0f0937d466a..4ccc1a50bc7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-300-normal.woff2 index af0e72554be..b927370009e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-400-normal.woff index 320e142f2bd..24ff6742c0b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-400-normal.woff2 index c8f58539242..30eb66ae1ff 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-500-normal.woff index 0f9453ca20d..bcb60d2b188 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-500-normal.woff2 index 82038cc099b..fa77746026e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-600-normal.woff index 913c6599e28..7c257397721 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-600-normal.woff2 index a7f7d8040e2..8a2f93ce077 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-700-normal.woff index f1f35f13d19..005a14b4ab7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-700-normal.woff2 index 724eb4d1031..d23b8c00534 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-800-normal.woff new file mode 100644 index 00000000000..8b566c3cb8e Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-800-normal.woff2 new file mode 100644 index 00000000000..e4cbaf7f2ce Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-900-normal.woff index e36bec514be..6d664af0a9e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-900-normal.woff2 index 26d634453fa..1fca8083579 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-59-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-59-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-200-normal.woff index 995425e9b7e..e9fadf4d530 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-200-normal.woff2 index 238157a766b..bb911ff6c68 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-300-normal.woff index 38874fdacfd..7e4ee55aa67 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-300-normal.woff2 index 786288a6f28..1061040ce14 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-400-normal.woff index c180e4f5e15..2845a04a85c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-400-normal.woff2 index 13618e01957..9a2e5ea601a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-500-normal.woff index 0ba8d136153..37fb164b3ab 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-500-normal.woff2 index 9a03d7209e4..241f2a70b33 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-600-normal.woff index fda7b128525..c459735a273 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-600-normal.woff2 index 3e6b1fd4ffb..a36913e2f54 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-700-normal.woff index 8a87c577105..d826560961a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-700-normal.woff2 index 38abc5a0eb5..f4e3d357d2a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-800-normal.woff new file mode 100644 index 00000000000..05cd7b423e3 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-800-normal.woff2 new file mode 100644 index 00000000000..46b617a66ef Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-900-normal.woff index 47cf31eb054..16c2b010abc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-900-normal.woff2 index 4446ee329f9..0d637ebb2ea 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-6-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-6-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-200-normal.woff index c426bd03c69..af8f3637b39 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-200-normal.woff2 index e51b6673284..ee86f8afaa9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-300-normal.woff index 7943ed3b167..2c0f80aebb2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-300-normal.woff2 index 35bbfdaea98..04eac5cb08a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-400-normal.woff index d69884d8e69..0919e9269fb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-400-normal.woff2 index be8ace106b0..f73babe730e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-500-normal.woff index d33e58ec0d8..61fec0efe4f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-500-normal.woff2 index 5357b3702c1..45500a01792 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-600-normal.woff index c73d5092fc3..1181fa94221 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-600-normal.woff2 index 0597f56d927..bf005efa017 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-700-normal.woff index 5e09b0a5c62..69ffd0e0c86 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-700-normal.woff2 index 3f056019a52..436711121e0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-800-normal.woff new file mode 100644 index 00000000000..e46247d89fb Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-800-normal.woff2 new file mode 100644 index 00000000000..e88d796e2d6 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-900-normal.woff index c1e7648cd47..1695fb47031 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-900-normal.woff2 index 00861d5bac9..c2d55bc167d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-60-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-60-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-200-normal.woff index 0f6c478b701..ddd5ddd71a6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-200-normal.woff2 index be4ed059ddd..5d493b0f136 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-300-normal.woff index 994c886ea4d..9a35929f0d8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-300-normal.woff2 index 22e1586a934..319fda052bd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-400-normal.woff index 7ef02fed5f2..5e02fc32762 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-400-normal.woff2 index b0e17d6b1ec..fbb7007af9d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-500-normal.woff index ccb059bee71..960c11041ee 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-500-normal.woff2 index f5cdb806232..fd3bfa2d589 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-600-normal.woff index fb14d01733a..53b8ac4f67e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-600-normal.woff2 index 2b9d2e75c1e..adb07484cd0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-700-normal.woff index a9aaaea088a..5b5ca6a7580 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-700-normal.woff2 index 2f3c7e1c69a..fbe4ef27515 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-800-normal.woff new file mode 100644 index 00000000000..c434fafbae7 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-800-normal.woff2 new file mode 100644 index 00000000000..612c770886e Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-900-normal.woff index a9344b25b27..5cfc2b61696 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-900-normal.woff2 index 26f5be74755..465c271eb36 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-61-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-61-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-200-normal.woff index 33f5af290e7..acb28e0f62d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-200-normal.woff2 index b2801aed42a..d8edb6e9222 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-300-normal.woff index 4e86ece5df1..4ae658d9e24 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-300-normal.woff2 index 072847a6fc8..a3c7e0b8031 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-400-normal.woff index f1ceb14eb46..54ba903b016 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-400-normal.woff2 index 8d156aa2b25..451624221df 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-500-normal.woff index 0198bfa4399..c920c39a8bc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-500-normal.woff2 index 55256f43a66..85e8f286e62 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-600-normal.woff index a6f7265787d..516924dd3c3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-600-normal.woff2 index dbdaa15d31d..9a5c04f03b1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-700-normal.woff index 0e1f8258e31..593635f742d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-700-normal.woff2 index 390c88b4440..4bc9d0ab26a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-800-normal.woff new file mode 100644 index 00000000000..e5a6a0e3d67 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-800-normal.woff2 new file mode 100644 index 00000000000..8c7789953c7 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-900-normal.woff index 274aad9499e..1c217e246a1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-900-normal.woff2 index 3ec0b1f6075..7cdc859dce7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-62-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-62-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-200-normal.woff index d135cc5ed8b..5bdb62ddd50 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-200-normal.woff2 index 548e9f451d4..dc299a322b9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-300-normal.woff index 37f9b52b2b3..5defd479754 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-300-normal.woff2 index 05c9d08fb53..e32fddc6921 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-400-normal.woff index 82755118956..8a3074cbb92 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-400-normal.woff2 index c11dcab74fe..22506666eba 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-500-normal.woff index 3a460158880..496e60b84ed 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-500-normal.woff2 index d7d2f3969b9..b4d4f19cb20 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-600-normal.woff index bee8d84849c..5d597e7adb0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-600-normal.woff2 index 70a9a6bf32f..dcacf4f38b8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-700-normal.woff index 253f79c1cbd..aed87a6bdff 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-700-normal.woff2 index 1e6b2a8941a..6034cdc9e6b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-800-normal.woff new file mode 100644 index 00000000000..200de9ff094 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-800-normal.woff2 new file mode 100644 index 00000000000..fd6767435c5 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-900-normal.woff index d29f6775a64..f12e8cf1061 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-900-normal.woff2 index 46fd553bc87..aebf18c3ad1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-63-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-63-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-200-normal.woff index 69cee1fd2ad..899281c26de 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-200-normal.woff2 index de520bf5002..e3069dd04f1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-300-normal.woff index 672dad05112..010ac1b9365 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-300-normal.woff2 index d22394f276d..ce6a880c83b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-400-normal.woff index 8906c2262dd..05e146b51e6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-400-normal.woff2 index 31f092ae8b0..533aa27c497 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-500-normal.woff index 59690eb3ee5..279b563e8bf 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-500-normal.woff2 index 198507ad9d7..81493012a60 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-600-normal.woff index 94be7566384..8064d3d35e7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-600-normal.woff2 index 745365e2466..6096a8778e1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-700-normal.woff index d59b76104e5..b1cee0cc5c3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-700-normal.woff2 index a136a5261dc..f0516e7cfb8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-800-normal.woff new file mode 100644 index 00000000000..6fb107329a5 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-800-normal.woff2 new file mode 100644 index 00000000000..8af461cb7dd Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-900-normal.woff index 47132268919..feb5414d1d2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-900-normal.woff2 index 442df667f43..2222d3c2281 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-64-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-64-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-200-normal.woff index a3967db7e02..4e4c9f9c3d0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-200-normal.woff2 index 2703cb8e94d..6c0ed6e295b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-300-normal.woff index 4bbc17bfd86..cf5f46ef116 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-300-normal.woff2 index 64761623783..07e1be0e4fa 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-400-normal.woff index 1b3e0bdcdce..bf29b687245 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-400-normal.woff2 index 9914efed780..ea8a7e8d822 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-500-normal.woff index 99fe4c3864a..473864fac79 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-500-normal.woff2 index c8eb2b1a5ab..b3290ac71a3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-600-normal.woff index d180e5594e1..d8a0f9caeb9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-600-normal.woff2 index 083b72472fa..afd8f99c18f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-700-normal.woff index 18564268247..07cd0a397f9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-700-normal.woff2 index 5af2a27cd98..d7a17229e35 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-800-normal.woff new file mode 100644 index 00000000000..f7b1499fc9a Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-800-normal.woff2 new file mode 100644 index 00000000000..7d54aa4a6b2 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-900-normal.woff index f98de1054f8..70445b5eff7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-900-normal.woff2 index bafab8e68c1..340c2537469 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-65-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-65-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-200-normal.woff index 40943127357..a7cc4d59f38 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-200-normal.woff2 index d71bc9dfd98..f77b3375f10 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-300-normal.woff index 98d9deab142..2f5b2f89bec 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-300-normal.woff2 index d2220f0e200..7af564b8a9e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-400-normal.woff index f3ed6183ce8..de038b16b5b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-400-normal.woff2 index 33239a3cc78..7fceff97db2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-500-normal.woff index e1ab2d87019..3413bff034c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-500-normal.woff2 index d8bd754ba84..9d563c9a822 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-600-normal.woff index 114783481de..8dec6f9fab5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-600-normal.woff2 index 352fd5fa400..2c2d170945b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-700-normal.woff index 146768312a0..537b21866d1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-700-normal.woff2 index 6446fd1d7ee..bb59c1757a0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-800-normal.woff new file mode 100644 index 00000000000..c7c7a00d621 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-800-normal.woff2 new file mode 100644 index 00000000000..7dab5b14e1e Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-900-normal.woff index 86687bdcb21..d7b7c7f55d8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-900-normal.woff2 index 89371c6a533..2f310b3f65d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-66-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-66-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-200-normal.woff index aa3968132a2..bbf855cda12 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-200-normal.woff2 index 5bdeb380c46..d6c631f6949 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-300-normal.woff index efff8632919..39f940d5488 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-300-normal.woff2 index f3acb3641ba..5cf9768b463 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-400-normal.woff index eecf62a9cdd..741e85c7f42 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-400-normal.woff2 index eb13016eb59..2f78ff9ac5d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-500-normal.woff index 4a9a212fd18..9b8f65b2db0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-500-normal.woff2 index d8681c44dec..81a51528a25 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-600-normal.woff index 37e1ebc0313..4b45e4dbf85 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-600-normal.woff2 index df50ccdb57b..a780b79985e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-700-normal.woff index e0912e2ae81..3b38037af0f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-700-normal.woff2 index f53cfac67bf..60e26ce89bb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-800-normal.woff new file mode 100644 index 00000000000..22149bd26b7 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-800-normal.woff2 new file mode 100644 index 00000000000..b6259c95725 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-900-normal.woff index 13a1180a5cc..2bba18a84ef 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-900-normal.woff2 index 6dcccda89b3..ffe597d97ce 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-67-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-67-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-200-normal.woff index 5623bcaff85..8c2fd014b22 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-200-normal.woff2 index fea16989104..1a6b6a021a7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-300-normal.woff index 90b8f0221bb..d88ac5ebebc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-300-normal.woff2 index f6d54307874..b584f6cc324 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-400-normal.woff index 6d241505b02..4a5792ae8d2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-400-normal.woff2 index 6a3bb5c4775..99be438facf 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-500-normal.woff index ff7023f310e..b540df495b9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-500-normal.woff2 index 73f952c9912..7042c57242f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-600-normal.woff index e8e68ad737d..17ab55b9f67 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-600-normal.woff2 index 2ab0f21b4e0..28538dc4ee8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-700-normal.woff index 711f8aee89e..ca07ba0f39c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-700-normal.woff2 index cc863016d43..c6de03bc624 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-800-normal.woff new file mode 100644 index 00000000000..b1bc08bbda7 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-800-normal.woff2 new file mode 100644 index 00000000000..2850f596252 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-900-normal.woff index b557007c634..9d1fc217a1d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-900-normal.woff2 index 40563981917..9afc8889e52 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-68-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-68-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-200-normal.woff index 124ab64581d..eee1baefa70 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-200-normal.woff2 index 147f739f792..86c2faaab41 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-300-normal.woff index 2000f0832cc..e9b24ce2caa 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-300-normal.woff2 index 445a32cddad..199d581d321 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-400-normal.woff index 043b46fe7fa..854576d93c2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-400-normal.woff2 index 3a995bdfb69..1fb9a8991f7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-500-normal.woff index 39405630cce..30ae98bf963 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-500-normal.woff2 index 418d835df25..5d0bc5bb14e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-600-normal.woff index 289ab3b2c9b..2ffd030ded6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-600-normal.woff2 index 349b385da6f..46e3a7465d4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-700-normal.woff index cdf76d2dd9c..ff73882c71b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-700-normal.woff2 index 63451dda29e..0528b061ad7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-800-normal.woff new file mode 100644 index 00000000000..97ca30ebce9 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-800-normal.woff2 new file mode 100644 index 00000000000..28504cc7563 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-900-normal.woff index 7ec292c9a5c..337e6a50866 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-900-normal.woff2 index da475810cc5..0e56331a7a8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-69-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-69-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-200-normal.woff index 16977895ad7..b83e12e1513 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-200-normal.woff2 index 61daf8becf0..f72d16c6490 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-300-normal.woff index 00f38f37605..28fceff5667 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-300-normal.woff2 index 0451c87f8f7..6288690e15b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-400-normal.woff index ff2d5dbb607..78b09d080a3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-400-normal.woff2 index 1a4a8b844a9..01047591fb1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-500-normal.woff index 6f19f4f3a8d..a8ac9c17bb6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-500-normal.woff2 index e7803f76994..a0f4201cfe7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-600-normal.woff index 02f174b12f5..a069180489c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-600-normal.woff2 index ea85d888a2e..4f991d44421 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-700-normal.woff index 175f1d0115e..fa91a2f7718 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-700-normal.woff2 index b18890478a7..de8d682c861 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-800-normal.woff new file mode 100644 index 00000000000..39ee7fe1a99 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-800-normal.woff2 new file mode 100644 index 00000000000..727fcc74cab Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-900-normal.woff index 950676bc5e2..2fc6f7570fd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-900-normal.woff2 index 2e59bc6becb..c31bb6c8537 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-7-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-7-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-200-normal.woff index 7c669dbf7dc..f9780605909 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-200-normal.woff2 index fe422f8748d..d63d048fc06 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-300-normal.woff index 5c1d822df15..458b08073c9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-300-normal.woff2 index cd977a9296d..c6d8322643c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-400-normal.woff index 666958d86b0..ce305256cfc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-400-normal.woff2 index 05e41210086..dc9dac060ec 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-500-normal.woff index 3df26941d30..abf5778c3d5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-500-normal.woff2 index fab61226ead..860be7f26d2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-600-normal.woff index 2803e5bff94..db788f28a4b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-600-normal.woff2 index 64c78add2fa..0b770b56b8a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-700-normal.woff index e58660ee49c..6cfa4bd3ffc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-700-normal.woff2 index b95eb5d4fe7..264505195f2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-800-normal.woff new file mode 100644 index 00000000000..3b686015b5f Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-800-normal.woff2 new file mode 100644 index 00000000000..bf889bba3e0 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-900-normal.woff index 78356315f28..55129d94d02 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-900-normal.woff2 index f5766b2981f..b23ed891ab5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-70-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-70-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-200-normal.woff index c1845581b89..f2c17893b79 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-200-normal.woff2 index b897dc09e97..413b5a190a3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-300-normal.woff index ed28cad4758..09802e9d66f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-300-normal.woff2 index 311bac5af9e..372e0dada1d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-400-normal.woff index 9d7efbea8a6..fc752295747 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-400-normal.woff2 index e012f4661eb..c82b0e8e9fc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-500-normal.woff index 68bac2ee785..64a196115c6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-500-normal.woff2 index fa1473e0c9d..3121d84628b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-600-normal.woff index 4cb596b35cb..2e6213cf8ed 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-600-normal.woff2 index e000e8013eb..530f8230912 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-700-normal.woff index 1bd2436a105..746cf2ba117 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-700-normal.woff2 index 9f7db15eba9..e995c993c3d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-800-normal.woff new file mode 100644 index 00000000000..22558884a75 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-800-normal.woff2 new file mode 100644 index 00000000000..61bfa1d5f7c Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-900-normal.woff index 416369a0374..9cb42328481 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-900-normal.woff2 index b13773df531..eff002f815e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-71-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-71-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-200-normal.woff index c9f435c8cfa..f82c4f8c75c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-200-normal.woff2 index ec2b5f00133..9a9ef474a2b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-300-normal.woff index 38edbd638e3..18b544eb1ac 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-300-normal.woff2 index bafef685dd4..b07c0d35f96 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-400-normal.woff index c895097e9fb..ecd45949bde 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-400-normal.woff2 index d5852990954..5a15e601eed 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-500-normal.woff index 0ce7f7043af..cc1a91d12ec 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-500-normal.woff2 index db977ba083c..338e7dcd6d0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-600-normal.woff index 7a1b18e50ae..ece63b479d7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-600-normal.woff2 index 7c7c27eaa89..e665ce9e984 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-700-normal.woff index cd993e633a3..ec72eca2209 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-700-normal.woff2 index 83d5fcc39da..bfd0e4f94b4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-800-normal.woff new file mode 100644 index 00000000000..68c268ecf22 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-800-normal.woff2 new file mode 100644 index 00000000000..4ec1ce350dd Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-900-normal.woff index 96684a2a75b..e204d614abd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-900-normal.woff2 index 47ce0f14ddb..bb76bb3021c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-72-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-72-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-200-normal.woff index 154987c4dfb..1268c17f1eb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-200-normal.woff2 index c161dfc0741..80b8746d635 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-300-normal.woff index dcc6bbeabba..ca6d87f165d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-300-normal.woff2 index 8880c61748d..5208dc56bf2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-400-normal.woff index 9886aa00686..62e82992938 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-400-normal.woff2 index f207ce92e0d..a4705ed0604 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-500-normal.woff index f501fe1db1d..17da3b7d3b1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-500-normal.woff2 index c923201ef30..b213a70e19f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-600-normal.woff index 9fb8faf242e..446f09f8665 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-600-normal.woff2 index 3a689a5e667..7d2d490d2d4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-700-normal.woff index e909c0507da..6a1db5528d2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-700-normal.woff2 index c7f60c15201..a30904df0b4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-800-normal.woff new file mode 100644 index 00000000000..c151a89973f Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-800-normal.woff2 new file mode 100644 index 00000000000..cae82db3dc7 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-900-normal.woff index 30a2c8b71c4..459b5c88f0e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-900-normal.woff2 index 3424764e270..de72649cf57 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-73-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-73-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-200-normal.woff index 3cefbd4c3d7..84a34a40885 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-200-normal.woff2 index 3ecaa76a32d..5c9aab3d775 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-300-normal.woff index 6168992a60a..9c1b7b51d80 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-300-normal.woff2 index b86ee52c14b..7252aa9c9a1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-400-normal.woff index 079dda6d4e3..a37e68751f8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-400-normal.woff2 index 1f4d49c1c64..02c4e8a51ad 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-500-normal.woff index be60880e9bb..98486f17c6a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-500-normal.woff2 index a1e672e4d94..416ff210587 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-600-normal.woff index a3862582c12..4b09b14b6d4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-600-normal.woff2 index f95b9527b16..e6d5c6de951 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-700-normal.woff index 8f235d4f211..b1badd88c65 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-700-normal.woff2 index 90a475b75c2..e01cdc74ef1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-800-normal.woff new file mode 100644 index 00000000000..2513cf3fa0d Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-800-normal.woff2 new file mode 100644 index 00000000000..363f6aa7831 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-900-normal.woff index 2f9fc9955a4..f324551598a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-900-normal.woff2 index 917ff94e01c..8a9f60cbb31 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-74-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-74-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-200-normal.woff index 0facd1fb514..3651f14eb9d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-200-normal.woff2 index 0b1bad2b618..41905fc5ee9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-300-normal.woff index 4975bb83963..5a5a87593aa 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-300-normal.woff2 index bebda20f21b..2e049843cb4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-400-normal.woff index 2e93bf9da7e..66638925095 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-400-normal.woff2 index 3f364adb2bc..743b7d65c87 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-500-normal.woff index ab5265a903d..e93d119d5f8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-500-normal.woff2 index 4740d5b1ee3..4fdff56e454 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-600-normal.woff index b7828aa3ac9..10b813b28b6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-600-normal.woff2 index a9b984c1f06..f4774aa13b7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-700-normal.woff index 0a58778e390..20a25a8ddbb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-700-normal.woff2 index b03607a4bd2..21161876b3b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-800-normal.woff new file mode 100644 index 00000000000..10ef6ad1fa0 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-800-normal.woff2 new file mode 100644 index 00000000000..f7e38e9b449 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-900-normal.woff index c4ec71ac617..64acd862d42 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-900-normal.woff2 index 0ca63d9cb4c..be1c5bfbcce 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-75-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-75-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-200-normal.woff index ce27dc7e254..e963c3905ca 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-200-normal.woff2 index f33ed2822e9..fe9e321d1e1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-300-normal.woff index 9eaa1e83463..7db4be9e8f8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-300-normal.woff2 index c1dd1034e8c..a87b3982d94 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-400-normal.woff index 1b8f48953f5..f2e78c79db7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-400-normal.woff2 index a70201a4c45..ce42b1f31a3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-500-normal.woff index 98b55c3066f..49493b25cf0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-500-normal.woff2 index 08f0cec72e5..3bb87d98777 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-600-normal.woff index d20e0f47286..d121820a06c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-600-normal.woff2 index 37882a2db62..4ff0f8f3402 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-700-normal.woff index 7cca470b012..ce56dca7c81 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-700-normal.woff2 index 7b164632f41..c7e66ea3526 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-800-normal.woff new file mode 100644 index 00000000000..db05cd5a716 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-800-normal.woff2 new file mode 100644 index 00000000000..787de68d7ac Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-900-normal.woff index 930183e7f4f..436302c0df6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-900-normal.woff2 index 07f0785c941..2fe748827a2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-76-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-76-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-200-normal.woff index 3b0d9b307e2..d79139b703f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-200-normal.woff2 index 3f3a0d41aa8..c934024913f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-300-normal.woff index fa04e426575..9d2bb906812 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-300-normal.woff2 index 97010f36372..a52f86b3258 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-400-normal.woff index 20a1a77c213..0ff674247fb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-400-normal.woff2 index fdeb32b577b..634b4cb5eba 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-500-normal.woff index e6e406e34d2..41cb9d10b56 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-500-normal.woff2 index 40e9e178cb4..b4f8368803e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-600-normal.woff index bf021d3ee37..1cfd793e13a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-600-normal.woff2 index c1ad4051ba4..520b394f6a8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-700-normal.woff index a66e97e22cd..33e5ffa0f42 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-700-normal.woff2 index aa4483ef1d8..29959f3fa9c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-800-normal.woff new file mode 100644 index 00000000000..7db6060df56 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-800-normal.woff2 new file mode 100644 index 00000000000..fe199e1d35c Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-900-normal.woff index b668eca79e8..bebd7fbb4bc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-900-normal.woff2 index f8106651a1e..18b2947e0ad 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-77-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-77-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-200-normal.woff index f5c8de51d52..1b268bb55ca 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-200-normal.woff2 index 1f71843acfc..b06e47be5de 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-300-normal.woff index 86ea3dbfd12..8ab2fa17472 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-300-normal.woff2 index ef2e3a36b80..0d98433bd2f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-400-normal.woff index 8d79e7d8580..b67d9936fbd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-400-normal.woff2 index ca9fb44b364..1c9e4db0b45 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-500-normal.woff index 618cbfbaf15..e27fa80d327 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-500-normal.woff2 index e4df5f9c114..0922d0031e1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-600-normal.woff index de63bf50d59..17f4c284176 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-600-normal.woff2 index f2d121610d8..0407c9902c6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-700-normal.woff index c1d09ede9c4..a307765ba90 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-700-normal.woff2 index 4349a144f8b..c5f13306146 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-800-normal.woff new file mode 100644 index 00000000000..d8fd03b235a Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-800-normal.woff2 new file mode 100644 index 00000000000..c8eac4e24bb Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-900-normal.woff index b744dfdd722..f1bd7271863 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-900-normal.woff2 index 88e7fba8992..afb62a44924 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-78-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-78-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-200-normal.woff index 4e030ce0be6..f50bfc85729 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-200-normal.woff2 index c223b590a04..a617649ddae 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-300-normal.woff index daf180b5384..de3d93f0673 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-300-normal.woff2 index 10edc177106..6d2e1d65502 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-400-normal.woff index 2712e59e02d..6803f1965e1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-400-normal.woff2 index 2fda84af89a..fb60e069d48 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-500-normal.woff index 6b00a72b7ed..1df6ee290f5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-500-normal.woff2 index 861c4dd85e4..d8c3bc5711f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-600-normal.woff index 1275a622202..bd1f46236ad 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-600-normal.woff2 index a025067bb9c..b1cbabd9a48 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-700-normal.woff index 0bf5eac3fe8..7ff360dedff 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-700-normal.woff2 index 468baf20209..399089ff26e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-800-normal.woff new file mode 100644 index 00000000000..d93ac265eed Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-800-normal.woff2 new file mode 100644 index 00000000000..167a483077a Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-900-normal.woff index 61e2141b1f7..c336253cd4c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-900-normal.woff2 index dbf4f54c7aa..81398291bb3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-79-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-79-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-200-normal.woff index b81f240db1e..4a2e82b863b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-200-normal.woff2 index e81983cc133..a3c100c297a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-300-normal.woff index 556f0fd920a..76e2af3e29f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-300-normal.woff2 index f97984789c1..5ea725771f0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-400-normal.woff index 9c9525119d7..5dd3b9c1dca 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-400-normal.woff2 index 481bbf054ed..7770444923b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-500-normal.woff index 731b70b2e5b..27456584512 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-500-normal.woff2 index df534472e0d..6c513873147 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-600-normal.woff index fbca358cf83..1a610702a21 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-600-normal.woff2 index ceb9c46d242..0986736607d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-700-normal.woff index cd84050911a..674fbe63759 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-700-normal.woff2 index 223022c793b..611d741e81f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-800-normal.woff new file mode 100644 index 00000000000..e407b5cf132 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-800-normal.woff2 new file mode 100644 index 00000000000..d1c63fb0343 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-900-normal.woff index caf963ecd09..496f102bad1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-900-normal.woff2 index 6c915f1406a..3a21c645ccd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-8-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-8-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-200-normal.woff index 38b001ae8be..7accf296ef2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-200-normal.woff2 index 1a950b06165..3846d94974c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-300-normal.woff index 2bc21277be3..c3ec5fad726 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-300-normal.woff2 index d00765d6713..9940fd0f154 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-400-normal.woff index 1600ed122c6..4255ef4f90d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-400-normal.woff2 index f928b2b74ac..e8bb85c0aee 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-500-normal.woff index eed270176b9..497f56050ce 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-500-normal.woff2 index 086baef6ad0..531a313cbbd 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-600-normal.woff index cd9c8890884..9a83271ba8e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-600-normal.woff2 index 130c9861582..1ca7f27be5a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-700-normal.woff index a7262817464..eb7a843a0e7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-700-normal.woff2 index 131972d4c80..7186c1981cb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-800-normal.woff new file mode 100644 index 00000000000..5d628f730d2 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-800-normal.woff2 new file mode 100644 index 00000000000..3e6787c414c Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-900-normal.woff index 7fa49bb2061..195f696aaca 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-900-normal.woff2 index c043fa5985a..b10a2b9ad80 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-80-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-80-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-200-normal.woff index 1fc9c94a27a..b45ce5138ab 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-200-normal.woff2 index 69d5f5e78ce..e2922993bb9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-300-normal.woff index 69e8151117f..ad3aa7c09e8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-300-normal.woff2 index f3a295380ff..2c75e0fd2f2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-400-normal.woff index b125e7a631b..03ff2bbccff 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-400-normal.woff2 index 5af6882f803..9326e5512ca 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-500-normal.woff index 27abe0602a8..cba642bae94 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-500-normal.woff2 index 39a8e1c9ccb..df2022a4e68 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-600-normal.woff index 2ea12557e4b..fb89cfff3ab 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-600-normal.woff2 index 1d06be39229..51e621386f5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-700-normal.woff index 1e2e0b4faba..d95755051c0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-700-normal.woff2 index 48c1ddfc6af..25659d06e4b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-800-normal.woff new file mode 100644 index 00000000000..c6911db578b Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-800-normal.woff2 new file mode 100644 index 00000000000..869de6757bb Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-900-normal.woff index 6a9fd45f63d..733993f6294 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-900-normal.woff2 index 0a678176f0a..8528acd5801 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-81-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-81-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-200-normal.woff index 68925ca77c0..4beb63e4ea9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-200-normal.woff2 index fb82055085b..dda97a069c5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-300-normal.woff index fafd05a180f..da95d65f1b6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-300-normal.woff2 index 908643fc9f0..d208fd2029f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-400-normal.woff index f235a51b789..a30e427636d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-400-normal.woff2 index 1d065e2090a..1e0de960eaa 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-500-normal.woff index 2408c06ef16..3547b08307a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-500-normal.woff2 index 37cb0c2fe41..b67163d95d5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-600-normal.woff index 244ef0a1102..8db94acdd1f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-600-normal.woff2 index 5f45b03987d..eb35f3e7221 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-700-normal.woff index 97b69eef360..f507dd7b49f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-700-normal.woff2 index e6716c4253b..ef7c2b20774 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-800-normal.woff new file mode 100644 index 00000000000..f747cc3000d Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-800-normal.woff2 new file mode 100644 index 00000000000..bd431b211f9 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-900-normal.woff index f8946a1dd8c..ff422056c21 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-900-normal.woff2 index 8f3fefef4c5..ea31bc3ad99 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-82-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-82-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-200-normal.woff index 044b04dbbee..6a6c7c27d9c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-200-normal.woff2 index d09bace1cd3..f20d18b925a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-300-normal.woff index 0a19b4a70e1..b56ce2d4c4c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-300-normal.woff2 index 9658a8a13cb..d6ed2cd5077 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-400-normal.woff index b4e9535e891..4453a241c23 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-400-normal.woff2 index f9d56bbf547..83df4367df0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-500-normal.woff index 8f343d8a3bf..0f4d66f791d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-500-normal.woff2 index 54b0d63ea2b..a65652fb590 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-600-normal.woff index d21f5e6783f..25b7ad05be8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-600-normal.woff2 index c100cc33ce1..081895d91f5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-700-normal.woff index 6820d12e33c..9b5c4bb2615 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-700-normal.woff2 index 58fabd8520a..12079d9e7a6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-800-normal.woff new file mode 100644 index 00000000000..16a14b94fa3 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-800-normal.woff2 new file mode 100644 index 00000000000..421f9527c09 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-900-normal.woff index e9bce06dc13..7e1eb52acd0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-900-normal.woff2 index 969c8456b24..f26631891f0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-83-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-83-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-200-normal.woff index bcde58b829c..1ace42a29c9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-200-normal.woff2 index 2444f2cae1c..6c29d509f47 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-300-normal.woff index f23aa4cac30..e520518406b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-300-normal.woff2 index abee367bec8..76f44c51cfc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-400-normal.woff index bf6515f611c..ab03274bb84 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-400-normal.woff2 index 828e6bfa383..6141ec949e4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-500-normal.woff index 9d88206090f..9fbbf0393de 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-500-normal.woff2 index a03c7fe7e46..113e6d8502c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-600-normal.woff index 29d532efed5..204ac079372 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-600-normal.woff2 index 77e9ac107e0..3b2bba9ef9c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-700-normal.woff index 391e30b2652..5193e338c7a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-700-normal.woff2 index 8881ca01be1..d9d8e5df524 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-800-normal.woff new file mode 100644 index 00000000000..9b674b877d1 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-800-normal.woff2 new file mode 100644 index 00000000000..d2bd847456e Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-900-normal.woff index 34fe28ed464..3b91988d612 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-900-normal.woff2 index 122eab1766e..22ca574a1c6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-84-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-84-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-200-normal.woff index ad372dc37e6..7ecae06c17e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-200-normal.woff2 index 055d0250388..595352d84e4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-300-normal.woff index 6c1ba1231a2..c3a66197df1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-300-normal.woff2 index 14296e1222a..72639c9086c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-400-normal.woff index 0eeafbdf667..117134884e8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-400-normal.woff2 index 5013d6da69b..a0b88538157 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-500-normal.woff index 473fb82b851..f0e3587920b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-500-normal.woff2 index b078ba59855..adf1bcd3ec8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-600-normal.woff index e2f700edf65..3ea7ad3a101 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-600-normal.woff2 index e60289ec6c8..d12f726e9b0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-700-normal.woff index 567f8a2932c..bc17f471506 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-700-normal.woff2 index e801828eee6..9b894dcc73b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-800-normal.woff new file mode 100644 index 00000000000..06c3b4fa4b6 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-800-normal.woff2 new file mode 100644 index 00000000000..7771bc84afd Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-900-normal.woff index 83341b05ca2..4422b4cf188 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-900-normal.woff2 index f6f667b2f54..8669e148b10 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-85-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-85-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-200-normal.woff index e0baa930ac5..06600ade23d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-200-normal.woff2 index d43052ad384..4f5e6b04d6b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-300-normal.woff index 859e7c50af8..47b0ba46965 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-300-normal.woff2 index 1166ba13896..d8675e74af2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-400-normal.woff index 9403f525ac6..f07fe7cf3e5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-400-normal.woff2 index a2f89b7c5f5..d80c7ebb9f4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-500-normal.woff index d851e618beb..50d2840550c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-500-normal.woff2 index 41dfc2defb9..b5da8585e13 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-600-normal.woff index bee06911e67..5d1d0795165 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-600-normal.woff2 index 884e288565f..aa8cc17ab60 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-700-normal.woff index 291a42f519d..1bdd8c5ae67 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-700-normal.woff2 index 23706428176..f74c06b8ccf 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-800-normal.woff new file mode 100644 index 00000000000..f3210c58928 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-800-normal.woff2 new file mode 100644 index 00000000000..65c6eac70da Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-900-normal.woff index bdc760505d0..7cea6d56e5c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-900-normal.woff2 index 99132ff5ca1..9464cca7f5a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-86-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-86-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-200-normal.woff index 23f37361433..d75b4a96fef 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-200-normal.woff2 index d4292f7fc9d..570e5b52d3b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-300-normal.woff index f3e315ac345..4ee2557fdea 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-300-normal.woff2 index cbe62e4ec0a..5ddb7dd0127 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-400-normal.woff index cac74a2fd1d..e2e9546f57e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-400-normal.woff2 index b87f0950eed..160ccbf590b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-500-normal.woff index 6d146b27c1e..d1adcce9924 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-500-normal.woff2 index 21792d2f3c7..ff70d62c7a2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-600-normal.woff index 58e5f8e8498..3321b1db630 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-600-normal.woff2 index 57e11059ee6..dff5b786b1b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-700-normal.woff index 3349c36467f..4354cc116c4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-700-normal.woff2 index 913793ad306..a78ea0463a6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-800-normal.woff new file mode 100644 index 00000000000..d0e47afd7c7 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-800-normal.woff2 new file mode 100644 index 00000000000..b18918be582 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-900-normal.woff index 5ca93fa3639..ecad283ba0e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-900-normal.woff2 index 4a72bea1fea..cae36aa19e4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-87-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-87-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-200-normal.woff index 8cceadfaabf..608aac060b8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-200-normal.woff2 index 8e996e80c9e..a5c466f2d10 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-300-normal.woff index 0719b9e1c89..280e6b6fa91 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-300-normal.woff2 index 47e2063f6a2..72abfaa8dfa 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-400-normal.woff index 764ec149cd4..b5297f7dd91 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-400-normal.woff2 index c6675a96b30..a5b5f0272b9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-500-normal.woff index 971a38e603b..6cec6445b1e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-500-normal.woff2 index a9abf0f67d3..de5ff9b09f4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-600-normal.woff index dc2a43890bc..773a3f84eee 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-600-normal.woff2 index 117b2e25a07..d4e5c288229 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-700-normal.woff index a92cf8f094f..6a279e662bc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-700-normal.woff2 index 9f84e852dbc..06aefff4073 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-800-normal.woff new file mode 100644 index 00000000000..cd1effae382 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-800-normal.woff2 new file mode 100644 index 00000000000..807bf93be9f Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-900-normal.woff index ea1062fda31..64c4ae87983 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-900-normal.woff2 index c82aa012632..426072ca69b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-88-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-88-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-200-normal.woff index 1634f4e2a58..26d32921fa8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-200-normal.woff2 index 61cc5e33aa2..04fc89e8b28 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-300-normal.woff index 637a4c49979..e5c11be5ff3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-300-normal.woff2 index be48d91edbe..f8845a56693 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-400-normal.woff index 44fa9f4fc6e..bb049ca6a32 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-400-normal.woff2 index e9d6cf1ae76..4f7d5da0f4f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-500-normal.woff index 9b50bd053f6..fbdae71c8af 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-500-normal.woff2 index aeda61baafd..9203e197b85 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-600-normal.woff index a450a2dccfa..c4e42ab5618 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-600-normal.woff2 index 7fd2e16d505..fb6dd933a18 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-700-normal.woff index e52db405e52..d95ca88a1e4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-700-normal.woff2 index 2bfbf100af3..ae5d30afaec 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-800-normal.woff new file mode 100644 index 00000000000..21e4d740730 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-800-normal.woff2 new file mode 100644 index 00000000000..6547bd59ca1 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-900-normal.woff index f6b01ace0b2..a9622498f8d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-900-normal.woff2 index f58b947908c..574752e507c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-89-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-89-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-200-normal.woff index 8d729dc2017..9d9055b4bdf 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-200-normal.woff2 index 578335a282d..61bee1437ff 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-300-normal.woff index d6dcff17873..e42aa7e3fc5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-300-normal.woff2 index ba9f4d06541..3169565fd26 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-400-normal.woff index 9df47fe57b2..f801603fce6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-400-normal.woff2 index 505f25a0ab8..2aff499cbac 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-500-normal.woff index 0195d9a57ad..a2a6be06953 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-500-normal.woff2 index b4a8b801f70..5967c4d15a4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-600-normal.woff index fc05fa80f2b..412f27fd3d9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-600-normal.woff2 index 6fde6d922a3..82a37621210 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-700-normal.woff index 727e049bc80..8f988cc6ec0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-700-normal.woff2 index ec4a888ba23..99622f1d391 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-800-normal.woff new file mode 100644 index 00000000000..86d5647d936 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-800-normal.woff2 new file mode 100644 index 00000000000..cfcdd814f12 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-900-normal.woff index 992d5ea3937..c2473d95342 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-900-normal.woff2 index b0e754f3000..078b97d4324 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-90-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-90-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-200-normal.woff index 335b3ad2008..275c39a3110 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-200-normal.woff2 index 582821f3c6f..82fe9cb6e58 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-300-normal.woff index e24312b984b..15ed3cac779 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-300-normal.woff2 index b2b785e8b6c..9ef8edd5a2f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-400-normal.woff index 0f3ae8285dd..14e793edd2c 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-400-normal.woff2 index 46109d9c9b1..2d062a28678 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-500-normal.woff index dce86273f39..606ef7f85b8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-500-normal.woff2 index ff5f6e8f2e9..03ddba4ce81 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-600-normal.woff index 2b2182839ef..dec6c373931 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-600-normal.woff2 index 15bec495248..dec1bce2688 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-700-normal.woff index 133be8fa344..0ef0bd162e8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-700-normal.woff2 index f1adcc1bfa2..43989a90923 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-800-normal.woff new file mode 100644 index 00000000000..6e3890431e2 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-800-normal.woff2 new file mode 100644 index 00000000000..f88f04da0fc Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-900-normal.woff index 5d0629b55cc..5dcfafa876f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-900-normal.woff2 index 485f98adc3f..21c67bf93ed 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-91-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-91-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-200-normal.woff index 526b5f2fe4a..fb8889d7c00 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-200-normal.woff2 index 3360af470b7..74f582628d3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-300-normal.woff index 377bc20f67f..3da98cfce6b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-300-normal.woff2 index aec059ac2c1..4023b681945 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-400-normal.woff index 256012b211f..8eb7637d77a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-400-normal.woff2 index 46cec4fa488..ced1a9c9295 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-500-normal.woff index 8bf90523385..2ea65a71bb3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-500-normal.woff2 index 55c6fc03381..3079132ee37 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-600-normal.woff index f9d4fddb8db..a1acb69f7ff 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-600-normal.woff2 index 9c57f04c263..539467a21c3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-700-normal.woff index 30b580f2fa5..4b303a8fea0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-700-normal.woff2 index bce6df0c71c..9f728fd3ac7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-800-normal.woff new file mode 100644 index 00000000000..101d6038bd6 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-800-normal.woff2 new file mode 100644 index 00000000000..591b5dcf047 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-900-normal.woff index 80c0603e2e6..eb253246edb 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-900-normal.woff2 index bcd75da5e6f..f3c68f064ff 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-92-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-92-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-200-normal.woff index 63a63143120..4ae2fe94897 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-200-normal.woff2 index 9632a7c998d..a0cb5bb5ec2 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-300-normal.woff index 27dd3d2b9ea..ebe5a53fca0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-300-normal.woff2 index 4bfe5bf93bc..a347a0d6d91 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-400-normal.woff index a18959462db..528c8588bde 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-400-normal.woff2 index f705c8cea14..5d52e6b91ab 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-500-normal.woff index f9e6e53a8ec..7139f80ac54 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-500-normal.woff2 index c7e81c402ea..7bee4ef4ff8 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-600-normal.woff index 3f1de9a15fb..807a2dfbd11 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-600-normal.woff2 index 276409fa1e9..8aa66849adc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-700-normal.woff index 8e63809e8ca..c7e028d9764 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-700-normal.woff2 index be42c561163..5d8825a56ea 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-800-normal.woff new file mode 100644 index 00000000000..8dafe9ade11 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-800-normal.woff2 new file mode 100644 index 00000000000..8cf49508096 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-900-normal.woff index 7c444147e5d..4ad130bb486 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-900-normal.woff2 index 27ceb331535..4c7d578bb3d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-97-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-97-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-200-normal.woff index 17ea4514f96..30972f468cf 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-200-normal.woff2 index 6751afa0bb1..2b4d644ad18 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-300-normal.woff index 4838ccdcf74..029a75471fc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-300-normal.woff2 index 1be0d01cafa..d4d9bfd925b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-400-normal.woff index e2e52ad93b9..51c22538074 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-400-normal.woff2 index 5ef36623857..1109bd446be 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-500-normal.woff index 25d4a0b7d08..1b30d34910b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-500-normal.woff2 index 53758bf6353..aa603969417 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-600-normal.woff index 2c507559344..f7f2c09d1d5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-600-normal.woff2 index 7d21047c2b7..227009aaad6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-700-normal.woff index 3a507613489..a862ccfabde 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-700-normal.woff2 index 0953c0fd695..3ee98e52065 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-800-normal.woff new file mode 100644 index 00000000000..1d1e4748bd1 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-800-normal.woff2 new file mode 100644 index 00000000000..709d559665e Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-900-normal.woff index 5722546815f..498f6c5e7d1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-900-normal.woff2 index f4da9c5782a..f7a4be34c06 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-98-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-98-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-200-normal.woff index 1b53de42337..0708a75f8f4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-200-normal.woff2 index 7e978dc3abb..aff36225e5a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-300-normal.woff index f8039870ba6..efdd8d40cb3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-300-normal.woff2 index f2bd9b0a0f6..7a9d2037c40 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-400-normal.woff index 034d5c584a6..f7739872644 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-400-normal.woff2 index f12cd0678ec..48640310252 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-500-normal.woff index e1c28603d64..0d744408f5f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-500-normal.woff2 index 75fe2c00935..7a69affefc4 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-600-normal.woff index 6071d8040b2..02bbbc64b36 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-600-normal.woff2 index 8e2fb9c965d..31aaf3cb783 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-700-normal.woff index c0a0e1a91ed..98202884cfa 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-700-normal.woff2 index fde3268d32b..38111004546 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-800-normal.woff new file mode 100644 index 00000000000..af2640d4edc Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-800-normal.woff2 new file mode 100644 index 00000000000..25e3662ac36 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-900-normal.woff index 77caa470857..5ff24f2059e 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-900-normal.woff2 index 8ea972fcf93..d4e0407adf9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-99-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-99-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-200-normal.woff index 28015cb0854..053319839f6 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-200-normal.woff2 index def59940ae4..66e601b4855 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-300-normal.woff index 1ce71884e97..18a20c2d3f5 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-300-normal.woff2 index a932408a196..0bf9baa3dce 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-400-normal.woff index 2826aedba44..8f97d0c15e0 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-400-normal.woff2 index b76f74845fb..7f34c2b6732 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-500-normal.woff index fa00c955507..016cffd609b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-500-normal.woff2 index d8c1ec4c1d4..00539911d25 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-600-normal.woff index 781208fe035..234569cc491 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-600-normal.woff2 index 67ed6661f01..02e096af495 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-700-normal.woff index 1e5f965fa5f..bd93e48400a 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-700-normal.woff2 index cb9ef6e82e4..86d5bb3e0c9 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-800-normal.woff new file mode 100644 index 00000000000..af6cb2d8fec Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-800-normal.woff2 new file mode 100644 index 00000000000..2d5c062d1a6 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-900-normal.woff index 9f2a686cf5a..326d105dbb7 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-900-normal.woff2 index 0a0f7450fb7..87b03348650 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-chinese-traditional-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-200-normal.woff new file mode 100644 index 00000000000..19983dc021a Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-200-normal.woff2 new file mode 100644 index 00000000000..9aa0f82e79d Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-300-normal.woff new file mode 100644 index 00000000000..6d2bd869910 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-300-normal.woff2 new file mode 100644 index 00000000000..200b724e27b Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-400-normal.woff new file mode 100644 index 00000000000..892afaa4e17 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-400-normal.woff2 new file mode 100644 index 00000000000..1201fa82923 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-500-normal.woff new file mode 100644 index 00000000000..ef184bd5a38 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-500-normal.woff2 new file mode 100644 index 00000000000..dcf4248124b Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-600-normal.woff new file mode 100644 index 00000000000..9cb009e2050 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-600-normal.woff2 new file mode 100644 index 00000000000..ee3e8d82834 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-700-normal.woff new file mode 100644 index 00000000000..eb276657266 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-700-normal.woff2 new file mode 100644 index 00000000000..80ae18f1712 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-800-normal.woff new file mode 100644 index 00000000000..49d6cb278e6 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-800-normal.woff2 new file mode 100644 index 00000000000..157cc0731ec Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-900-normal.woff new file mode 100644 index 00000000000..55f37656ea0 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-900-normal.woff2 new file mode 100644 index 00000000000..ed58a789cf6 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-cyrillic-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-200-normal.woff index 4b90b6522cb..5e8da271329 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-200-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-200-normal.woff2 index e1394829c7c..22ea8e0ebf3 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-200-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-300-normal.woff index 39d5c3aad03..2d93b1ba4dc 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-300-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-300-normal.woff2 index 148a5d1f085..80c326a965d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-300-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-400-normal.woff index 9110655ddaf..d6f5347d60b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-400-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-400-normal.woff2 index 8693edac2eb..6c7a290d596 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-400-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-500-normal.woff index 4f30767ee62..bc47c6f4fe1 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-500-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-500-normal.woff2 index 9dcf247aada..4998366366f 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-500-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-600-normal.woff index 1e5e3b79297..305d466904b 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-600-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-600-normal.woff2 index 3e1a3cc1527..076d811ae0d 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-600-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-700-normal.woff index a10c469f836..36251d045ad 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-700-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-700-normal.woff2 index 9555ffb19d8..dce0a7a5def 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-700-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-800-normal.woff new file mode 100644 index 00000000000..9db9221381e Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-800-normal.woff2 new file mode 100644 index 00000000000..3995e455d6d Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-900-normal.woff index c9f06b794cc..6c47ccbcc86 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-900-normal.woff and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-900-normal.woff2 index aea73e0dfda..ffee12f6e46 100644 Binary files a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-900-normal.woff2 and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-200-normal.woff new file mode 100644 index 00000000000..0bd7071e648 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-200-normal.woff2 new file mode 100644 index 00000000000..f73dca72a5a Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-300-normal.woff new file mode 100644 index 00000000000..5edcee366d0 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-300-normal.woff2 new file mode 100644 index 00000000000..43048fc17df Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-400-normal.woff new file mode 100644 index 00000000000..4fecdde6892 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-400-normal.woff2 new file mode 100644 index 00000000000..97739550a8f Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-500-normal.woff new file mode 100644 index 00000000000..75c936a88fb Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-500-normal.woff2 new file mode 100644 index 00000000000..f3970936303 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-600-normal.woff new file mode 100644 index 00000000000..e9f94201933 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-600-normal.woff2 new file mode 100644 index 00000000000..4c3e314d8bd Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-700-normal.woff new file mode 100644 index 00000000000..63ac2095cd0 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-700-normal.woff2 new file mode 100644 index 00000000000..67e0a1f9e5a Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-800-normal.woff new file mode 100644 index 00000000000..c7741559ae0 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-800-normal.woff2 new file mode 100644 index 00000000000..920b89dd44d Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-900-normal.woff new file mode 100644 index 00000000000..f3eff5b09f7 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-900-normal.woff2 new file mode 100644 index 00000000000..12054017195 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-latin-ext-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-200-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-200-normal.woff new file mode 100644 index 00000000000..4cabb590bd4 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-200-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-200-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-200-normal.woff2 new file mode 100644 index 00000000000..2f97439c4bc Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-200-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-300-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-300-normal.woff new file mode 100644 index 00000000000..9bb39da52fa Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-300-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-300-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-300-normal.woff2 new file mode 100644 index 00000000000..9c982f47546 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-300-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-400-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-400-normal.woff new file mode 100644 index 00000000000..81cc7b0cc0e Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-400-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-400-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-400-normal.woff2 new file mode 100644 index 00000000000..37448e10f5f Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-400-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-500-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-500-normal.woff new file mode 100644 index 00000000000..a32e67c0636 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-500-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-500-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-500-normal.woff2 new file mode 100644 index 00000000000..5547268ee30 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-500-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-600-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-600-normal.woff new file mode 100644 index 00000000000..7eaed262c60 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-600-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-600-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-600-normal.woff2 new file mode 100644 index 00000000000..a03b1724065 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-600-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-700-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-700-normal.woff new file mode 100644 index 00000000000..79b03f93163 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-700-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-700-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-700-normal.woff2 new file mode 100644 index 00000000000..4b5823edfe9 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-700-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-800-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-800-normal.woff new file mode 100644 index 00000000000..94077696024 Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-800-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-800-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-800-normal.woff2 new file mode 100644 index 00000000000..7f8ec3a991a Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-800-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-900-normal.woff b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-900-normal.woff new file mode 100644 index 00000000000..df0b8d51a8f Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-900-normal.woff differ diff --git a/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-900-normal.woff2 b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-900-normal.woff2 new file mode 100644 index 00000000000..76c2f1c1cac Binary files /dev/null and b/fonts/google/noto-serif-tc/files/noto-serif-tc-vietnamese-900-normal.woff2 differ diff --git a/fonts/google/noto-serif-tc/index.css b/fonts/google/noto-serif-tc/index.css index eeb351286e0..feefb6ea078 100644 --- a/fonts/google/noto-serif-tc/index.css +++ b/fonts/google/noto-serif-tc/index.css @@ -1,3 +1,13 @@ +/* noto-serif-tc-[0]-400-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-tc-0-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-0-400-normal.woff) format('woff'); + unicode-range: U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4; +} + /* noto-serif-tc-[6]-400-normal */ @font-face { font-family: 'Noto Serif TC'; @@ -35,7 +45,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-19-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-19-400-normal.woff) format('woff'); - unicode-range: U+9eb9-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; + unicode-range: U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; } /* noto-serif-tc-[20]-400-normal */ @@ -45,7 +55,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-20-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-20-400-normal.woff) format('woff'); - unicode-range: U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70,U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eb8; + unicode-range: U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2; } /* noto-serif-tc-[21]-400-normal */ @@ -55,7 +65,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-21-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-21-400-normal.woff) format('woff'); - unicode-range: U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30; + unicode-range: U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70; } /* noto-serif-tc-[22]-400-normal */ @@ -65,7 +75,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-22-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-22-400-normal.woff) format('woff'); - unicode-range: U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8; + unicode-range: U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee; } /* noto-serif-tc-[23]-400-normal */ @@ -75,7 +85,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-23-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-23-400-normal.woff) format('woff'); - unicode-range: U+9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a,U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d; + unicode-range: U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86; } /* noto-serif-tc-[24]-400-normal */ @@ -85,7 +95,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-24-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-24-400-normal.woff) format('woff'); - unicode-range: U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911; + unicode-range: U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a; } /* noto-serif-tc-[25]-400-normal */ @@ -95,7 +105,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-25-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-25-400-normal.woff) format('woff'); - unicode-range: U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3; + unicode-range: U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1; } /* noto-serif-tc-[26]-400-normal */ @@ -105,7 +115,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-26-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-26-400-normal.woff) format('woff'); - unicode-range: U+950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648; + unicode-range: U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c; } /* noto-serif-tc-[27]-400-normal */ @@ -115,7 +125,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-27-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-27-400-normal.woff) format('woff'); - unicode-range: U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419-941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b; + unicode-range: U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f; } /* noto-serif-tc-[28]-400-normal */ @@ -125,7 +135,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-28-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-28-400-normal.woff) format('woff'); - unicode-range: U+92e5-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0; + unicode-range: U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419; } /* noto-serif-tc-[29]-400-normal */ @@ -135,7 +145,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-29-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-29-400-normal.woff) format('woff'); - unicode-range: U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4; + unicode-range: U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306; } /* noto-serif-tc-[30]-400-normal */ @@ -145,7 +155,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-30-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-30-400-normal.woff) format('woff'); - unicode-range: U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed; + unicode-range: U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207; } /* noto-serif-tc-[31]-400-normal */ @@ -155,7 +165,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-31-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-31-400-normal.woff) format('woff'); - unicode-range: U+8f68-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9; + unicode-range: U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df; } /* noto-serif-tc-[32]-400-normal */ @@ -165,7 +175,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-32-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-32-400-normal.woff) format('woff'); - unicode-range: U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67; + unicode-range: U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84; } /* noto-serif-tc-[33]-400-normal */ @@ -175,7 +185,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-33-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-33-400-normal.woff) format('woff'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb,U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16; + unicode-range: U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e; } /* noto-serif-tc-[34]-400-normal */ @@ -185,7 +195,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-34-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-34-400-normal.woff) format('woff'); - unicode-range: U+8b6c-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb; } /* noto-serif-tc-[35]-400-normal */ @@ -195,7 +205,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-35-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-35-400-normal.woff) format('woff'); - unicode-range: U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6b; + unicode-range: U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99; } /* noto-serif-tc-[36]-400-normal */ @@ -205,7 +215,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-36-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-36-400-normal.woff) format('woff'); - unicode-range: U+889b-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4,U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4; + unicode-range: U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16; } /* noto-serif-tc-[37]-400-normal */ @@ -215,7 +225,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-37-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-37-400-normal.woff) format('woff'); - unicode-range: U+874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a; + unicode-range: U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4; } /* noto-serif-tc-[38]-400-normal */ @@ -225,7 +235,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-38-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-38-400-normal.woff) format('woff'); - unicode-range: U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b; + unicode-range: U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762; } /* noto-serif-tc-[39]-400-normal */ @@ -235,7 +245,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-39-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-39-400-normal.woff) format('woff'); - unicode-range: U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff; + unicode-range: U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e; } /* noto-serif-tc-[40]-400-normal */ @@ -245,7 +255,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-40-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-40-400-normal.woff) format('woff'); - unicode-range: U+8378,U+837a-8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af; + unicode-range: U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf; } /* noto-serif-tc-[41]-400-normal */ @@ -255,7 +265,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-41-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-41-400-normal.woff) format('woff'); - unicode-range: U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375; + unicode-range: U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f; } /* noto-serif-tc-[42]-400-normal */ @@ -265,7 +275,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-42-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-42-400-normal.woff) format('woff'); - unicode-range: U+8113,U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b; + unicode-range: U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279; } /* noto-serif-tc-[43]-400-normal */ @@ -275,7 +285,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-43-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-43-400-normal.woff) format('woff'); - unicode-range: U+7fb1-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8112; + unicode-range: U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a; } /* noto-serif-tc-[44]-400-normal */ @@ -285,7 +295,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-44-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-44-400-normal.woff) format('woff'); - unicode-range: U+7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb0; + unicode-range: U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6; } /* noto-serif-tc-[45]-400-normal */ @@ -295,7 +305,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-45-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-45-400-normal.woff) format('woff'); - unicode-range: U+7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eae; + unicode-range: U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2; } /* noto-serif-tc-[46]-400-normal */ @@ -305,7 +315,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-46-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-46-400-normal.woff) format('woff'); - unicode-range: U+7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d88; + unicode-range: U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b; } /* noto-serif-tc-[47]-400-normal */ @@ -315,7 +325,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-47-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-47-400-normal.woff) format('woff'); - unicode-range: U+7afb,U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c1f; + unicode-range: U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20; } /* noto-serif-tc-[48]-400-normal */ @@ -325,7 +335,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-48-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-48-400-normal.woff) format('woff'); - unicode-range: U+7988,U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa; + unicode-range: U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb; } /* noto-serif-tc-[49]-400-normal */ @@ -335,7 +345,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-49-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-49-400-normal.woff) format('woff'); - unicode-range: U+7840,U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7987; + unicode-range: U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988; } /* noto-serif-tc-[50]-400-normal */ @@ -345,7 +355,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-50-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-50-400-normal.woff) format('woff'); - unicode-range: U+7705,U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e; + unicode-range: U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840; } /* noto-serif-tc-[51]-400-normal */ @@ -355,7 +365,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-51-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-51-400-normal.woff) format('woff'); - unicode-range: U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704; + unicode-range: U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705; } /* noto-serif-tc-[52]-400-normal */ @@ -365,7 +375,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-52-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-52-400-normal.woff) format('woff'); - unicode-range: U+749a,U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca; + unicode-range: U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc; } /* noto-serif-tc-[53]-400-normal */ @@ -375,7 +385,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-53-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-53-400-normal.woff) format('woff'); - unicode-range: U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498; + unicode-range: U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a; } /* noto-serif-tc-[54]-400-normal */ @@ -385,7 +395,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-54-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-54-400-normal.woff) format('woff'); - unicode-range: U+727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae; + unicode-range: U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3; } /* noto-serif-tc-[55]-400-normal */ @@ -395,7 +405,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-55-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-55-400-normal.woff) format('woff'); - unicode-range: U+7113-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e; + unicode-range: U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f; } /* noto-serif-tc-[56]-400-normal */ @@ -405,7 +415,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-56-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-56-400-normal.woff) format('woff'); - unicode-range: U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110; + unicode-range: U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-tc-[57]-400-normal */ @@ -415,7 +425,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-57-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-57-400-normal.woff) format('woff'); - unicode-range: U+6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2; + unicode-range: U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9; } /* noto-serif-tc-[58]-400-normal */ @@ -425,7 +435,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-58-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-58-400-normal.woff) format('woff'); - unicode-range: U+6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed5; + unicode-range: U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8; } /* noto-serif-tc-[59]-400-normal */ @@ -435,7 +445,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-59-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-59-400-normal.woff) format('woff'); - unicode-range: U+6cda,U+6cdc-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2; + unicode-range: U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5; } /* noto-serif-tc-[60]-400-normal */ @@ -445,7 +455,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-60-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-60-400-normal.woff) format('woff'); - unicode-range: U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9; + unicode-range: U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc; } /* noto-serif-tc-[61]-400-normal */ @@ -455,7 +465,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-61-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-61-400-normal.woff) format('woff'); - unicode-range: U+6a31-6a32,U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4; + unicode-range: U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd; } /* noto-serif-tc-[62]-400-normal */ @@ -465,7 +475,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-62-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-62-400-normal.woff) format('woff'); - unicode-range: U+6900,U+6902,U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b; + unicode-range: U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32; } /* noto-serif-tc-[63]-400-normal */ @@ -475,7 +485,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-63-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-63-400-normal.woff) format('woff'); - unicode-range: U+67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd; + unicode-range: U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902; } /* noto-serif-tc-[64]-400-normal */ @@ -485,7 +495,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-64-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-64-400-normal.woff) format('woff'); - unicode-range: U+66a7,U+66aa,U+66b2-66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0,U+67b2-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8; + unicode-range: U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db; } /* noto-serif-tc-[65]-400-normal */ @@ -495,7 +505,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-65-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-65-400-normal.woff) format('woff'); - unicode-range: U+655d,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6; + unicode-range: U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2; } /* noto-serif-tc-[66]-400-normal */ @@ -505,7 +515,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-66-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-66-400-normal.woff) format('woff'); - unicode-range: U+6427-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b; + unicode-range: U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564; } /* noto-serif-tc-[67]-400-normal */ @@ -515,7 +525,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-67-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-67-400-normal.woff) format('woff'); - unicode-range: U+630d-630e,U+6310,U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6426; + unicode-range: U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a; } /* noto-serif-tc-[68]-400-normal */ @@ -525,7 +535,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-68-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-68-400-normal.woff) format('woff'); - unicode-range: U+61c6,U+61ca-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c; + unicode-range: U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310; } /* noto-serif-tc-[69]-400-normal */ @@ -535,7 +545,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-69-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-69-400-normal.woff) format('woff'); - unicode-range: U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3; + unicode-range: U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb; } /* noto-serif-tc-[70]-400-normal */ @@ -545,7 +555,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-70-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-70-400-normal.woff) format('woff'); - unicode-range: U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa; + unicode-range: U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af; } /* noto-serif-tc-[71]-400-normal */ @@ -555,7 +565,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-71-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-71-400-normal.woff) format('woff'); - unicode-range: U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76; + unicode-range: U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d; } /* noto-serif-tc-[72]-400-normal */ @@ -565,7 +575,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-72-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-72-400-normal.woff) format('woff'); - unicode-range: U+5ce0-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30; + unicode-range: U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a; } /* noto-serif-tc-[73]-400-normal */ @@ -575,7 +585,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-73-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-73-400-normal.woff) format('woff'); - unicode-range: U+5b80-5b82,U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf; + unicode-range: U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5; } /* noto-serif-tc-[74]-400-normal */ @@ -585,7 +595,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-74-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-74-400-normal.woff) format('woff'); - unicode-range: U+5a51,U+5a53,U+5a56-5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f; + unicode-range: U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82; } /* noto-serif-tc-[75]-400-normal */ @@ -595,7 +605,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-75-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-75-400-normal.woff) format('woff'); - unicode-range: U+590b-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50; + unicode-range: U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56; } /* noto-serif-tc-[76]-400-normal */ @@ -605,7 +615,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-76-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-76-400-normal.woff) format('woff'); - unicode-range: U+57a1,U+57a4,U+57a6,U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590a; + unicode-range: U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e; } /* noto-serif-tc-[77]-400-normal */ @@ -615,7 +625,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-77-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-77-400-normal.woff) format('woff'); - unicode-range: U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d2-56d4,U+56d6-56d9,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a0; + unicode-range: U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6; } /* noto-serif-tc-[78]-400-normal */ @@ -625,7 +635,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-78-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-78-400-normal.woff) format('woff'); - unicode-range: U+5551,U+5553,U+5555-5557,U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d; + unicode-range: U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a; } /* noto-serif-tc-[79]-400-normal */ @@ -635,7 +645,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-79-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-79-400-normal.woff) format('woff'); - unicode-range: U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550; + unicode-range: U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557; } /* noto-serif-tc-[80]-400-normal */ @@ -645,7 +655,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-80-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-80-400-normal.woff) format('woff'); - unicode-range: U+52db,U+52e0,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437; + unicode-range: U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445; } /* noto-serif-tc-[81]-400-normal */ @@ -655,7 +665,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-81-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-81-400-normal.woff) format('woff'); - unicode-range: U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7; + unicode-range: U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7; } /* noto-serif-tc-[82]-400-normal */ @@ -665,7 +675,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-82-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-82-400-normal.woff) format('woff'); - unicode-range: U+5032,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b; + unicode-range: U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196; } /* noto-serif-tc-[83]-400-normal */ @@ -675,7 +685,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-83-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-83-400-normal.woff) format('woff'); - unicode-range: U+4f22,U+4f24,U+4f29-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5031; + unicode-range: U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e; } /* noto-serif-tc-[84]-400-normal */ @@ -685,7 +695,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-84-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-84-400-normal.woff) format('woff'); - unicode-range: U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21,U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b; } /* noto-serif-tc-[85]-400-normal */ @@ -695,7 +705,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-85-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-85-400-normal.woff) format('woff'); - unicode-range: U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3119,U+311b-311e,U+3120-3126,U+3128-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02; + unicode-range: U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21; } /* noto-serif-tc-[86]-400-normal */ @@ -705,7 +715,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-86-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-86-400-normal.woff) format('woff'); - unicode-range: U+2749-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052; + unicode-range: U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049; } /* noto-serif-tc-[87]-400-normal */ @@ -715,7 +725,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-87-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-87-400-normal.woff) format('woff'); - unicode-range: U+264a-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2748; + unicode-range: U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747; } /* noto-serif-tc-[88]-400-normal */ @@ -725,7 +735,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-88-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-88-400-normal.woff) format('woff'); - unicode-range: U+2567-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648-2649; + unicode-range: U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648; } /* noto-serif-tc-[89]-400-normal */ @@ -735,7 +745,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-89-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-89-400-normal.woff) format('woff'); - unicode-range: U+2476-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2566; + unicode-range: U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565; } /* noto-serif-tc-[90]-400-normal */ @@ -745,7 +755,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-90-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-90-400-normal.woff) format('woff'); - unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2461-2471,U+2474-2475; + unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474; } /* noto-serif-tc-[91]-400-normal */ @@ -805,7 +815,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-100-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-100-400-normal.woff) format('woff'); - unicode-range: U+a3,U+2ca,U+2223,U+2460,U+2640,U+273f,U+301c,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+56d1,U+56dd,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67b1,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71ee,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be5-8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+99f1,U+9a5b,U+9ab7,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-tc-[101]-400-normal */ @@ -815,7 +825,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-101-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-101-400-normal.woff) format('woff'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301d-301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6292,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+701d,U+703e,U+707c,U+7099,U+710a,U+72d9,U+72e9,U+731d,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76bf,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+8258,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+9091,U+90ae,U+90b8,U+9257,U+9310,U+9382,U+93df,U+94fe,U+95a5,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+9986,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+ff25,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-tc-[102]-400-normal */ @@ -825,7 +835,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-102-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-102-400-normal.woff) format('woff'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5436,U+5443,U+5466,U+54a8,U+54bd,U+54c9,U+54cb,U+555e,U+5580,U+560e,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+6254,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68e0,U+68f5,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6eaf,U+6eba,U+6fef,U+7028,U+70b3,U+711a,U+725f,U+7325,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7c27,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+86e4,U+8718,U+87ec,U+880d,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bdd,U+8c41,U+8c48,U+8cb6,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95a9,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-tc-[103]-400-normal */ @@ -835,7 +845,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-103-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-103-400-normal.woff) format('woff'); - unicode-range: U+60,U+f7,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+311a,U+4e11,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54a7,U+54b1,U+54b3,U+54b8,U+556a,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5614,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5d01,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+68d7,U+6977,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6e5b,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+79cd,U+7a6b,U+7ac5,U+7b1b,U+7b77,U+7ca7,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+831c,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8bcd,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-tc-[104]-400-normal */ @@ -845,7 +855,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-104-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-104-400-normal.woff) format('woff'); - unicode-range: U+10c,U+161,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1c,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+50d5,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5cfb,U+5d11,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f64,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+6807,U+68cd,U+68f2,U+690e,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+708a,U+7130,U+7165,U+7172,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8305,U+8335,U+8343,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+9444,U+957f,U+9591,U+96a7,U+97ad,U+97cc,U+9811,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9bca,U+9ebd,U+e60f,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-tc-[105]-400-normal */ @@ -855,7 +865,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-105-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-105-400-normal.woff) format('woff'); - unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+311f,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+539d,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5632,U+5757,U+5835,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+614c,U+621a,U+6237,U+6296,U+62e9,U+632a-632b,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a3a,U+6ab3,U+6b22,U+6c59,U+6c83,U+6ccc,U+6dea,U+6df5,U+6ef7,U+6f3e,U+6f80,U+6fe4,U+7164,U+71c9,U+722a,U+7260,U+7272,U+73b0,U+74e3,U+7538,U+7586,U+75b5,U+7661-7662,U+77db,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+839e,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+935b,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ff,U+9b91,U+9db4,U+9f4b,U+e602-e605,U+e610-e611,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-tc-[106]-400-normal */ @@ -865,7 +875,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-106-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-106-400-normal.woff) format('woff'); - unicode-range: U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+3127,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+4fcf,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+60df,U+611a,U+6190,U+61a4,U+61be,U+61fc,U+6284,U+62ac,U+62bc,U+634f,U+636e,U+6398,U+63a9,U+6487,U+6495,U+64ab,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+6761,U+679a,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a38,U+6a59,U+6ae5,U+6b47,U+6b67,U+6b6a,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+70ed,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+74ca,U+7535,U+753a,U+75f4,U+7624,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a62,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+84bc,U+84c9,U+84ec,U+8523,U+8549,U+8569,U+8591,U+85b0,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+9214,U+946b,U+9470,U+947c,U+9640,U+9675,U+96ef,U+97cb,U+97e9,U+985b,U+99ae,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-tc-[107]-400-normal */ @@ -875,7 +885,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-107-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-107-400-normal.woff) format('woff'); - unicode-range: U+a5,U+25ce,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4f3a,U+4f51,U+4f62,U+4faf,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5733,U+5764,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a8,U+59ec,U+5b66,U+5b99,U+5b9d,U+5bee,U+5c2c,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+6070,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6435,U+6454,U+64a4,U+64b2,U+64bc,U+64bf,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6614,U+6670,U+6688,U+672d,U+673a,U+6770,U+68cb,U+6912,U+6953,U+6a61,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+7149,U+714e,U+71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+7504,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8475,U+8490,U+85af,U+8650,U+8667,U+86d9,U+8774,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+91d8,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9716,U+9774,U+97fb,U+9812,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff05,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-tc-[108]-400-normal */ @@ -885,7 +895,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-108-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-108-400-normal.woff) format('woff'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e08,U+4e2a,U+4e4f,U+4e59,U+4ec7,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+507d,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5690,U+56ca,U+56fe,U+582a,U+5915,U+5949,U+5962,U+5996,U+59a5,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5c48,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62d3,U+62f3,U+6368,U+6380,U+6492,U+64e0,U+6570,U+6606,U+660f,U+6649,U+6691,U+66a8,U+6749,U+674f,U+6795,U+67f1,U+67f3,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6d29,U+6d66,U+6daf,U+6f01,U+6f58,U+6f6d,U+6f70,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+71d9,U+71e5,U+7235,U+7267,U+73ca,U+742a,U+74f7,U+7529,U+758f,U+75bc,U+76c6,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7c60,U+7cfe,U+7dbf,U+7e2b,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8155,U+816b,U+81df,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8606,U+868a,U+87f9,U+886b,U+8870,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+9817,U+98c6,U+9ecf,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-tc-[109]-400-normal */ @@ -895,7 +905,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-109-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-109-400-normal.woff) format('woff'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+5606,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+58fa,U+594f,U+5951,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5ca1,U+5d29,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6062,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64b0,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+67f4,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6cdb,U+6d69,U+6db5,U+6dd1,U+6e21,U+6f06,U+6f62,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433,U+745c,U+7470,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7740,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e31,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8108,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+8277,U+82d1,U+8461,U+84b8,U+852c,U+857e,U+8587,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8776,U+87ba,U+8896,U+88c2,U+88d5,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8d64,U+8d74,U+8d81,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+905c,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f0e,U+9f52,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-tc-[110]-400-normal */ @@ -905,7 +915,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-110-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-110-400-normal.woff) format('woff'); - unicode-range: U+2022,U+2500,U+25bc,U+4e1f,U+4e95,U+4f50,U+4f54,U+4f69,U+4fb6,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+592f,U+5954,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5c6f,U+5de1,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f7c,U+5f81,U+5f90-5f92,U+6016,U+6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6155,U+6158,U+6191,U+6212,U+626e,U+62d4,U+632f,U+633a,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6597,U+66b1,U+66ec,U+6731,U+6735,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6dcb,U+6dd8,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+73b2,U+7434,U+74e6,U+758a,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78a9,U+78b0,U+790e,U+7965,U+7a4e,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+838e,U+83cc,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8cc0,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+903e,U+9059,U+9072,U+9075,U+90ce,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+95c6,U+9676-9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b; + unicode-range: U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4; } /* noto-serif-tc-[111]-400-normal */ @@ -915,7 +925,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-111-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-111-400-normal.woff) format('woff'); - unicode-range: U+5e,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e32,U+4ef2,U+4fd7,U+501f,U+5144,U+51c6,U+52c1,U+5440,U+54e6,U+54ed,U+5510,U+5687,U+58c1,U+5b5d,U+5bd2,U+5ee2,U+5f31,U+6012,U+6084,U+6148,U+6182,U+622a,U+6355,U+6372,U+63ee,U+6416,U+6575,U+660c,U+66c9,U+675c,U+6a6b,U+6b32,U+6b49,U+6b98,U+6d6e,U+6dda,U+6ef4,U+6efe,U+7159,U+7378,U+775b,U+78e8,U+7aa9,U+7d1b,U+7de9,U+7f6a,U+7f8a,U+7fbd,U+8000,U+809a,U+8102,U+8170,U+819c,U+8266,U+82b3,U+87f2,U+8972,U+8a17,U+8b02,U+8e22,U+904d,U+90ed,U+91c7,U+93c8,U+9451,U+9a37,U+9b27,U+ad6d,U+c5b4,U+d55c; + unicode-range: U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c; } /* noto-serif-tc-[112]-400-normal */ @@ -925,7 +935,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-112-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-112-400-normal.woff) format('woff'); - unicode-range: U+2502,U+2605,U+4e39,U+4e58,U+4ea1,U+4ed9,U+4f2f-4f30,U+4f38,U+4f75,U+4fc3,U+4ff1,U+500d,U+5049,U+5074,U+5077,U+5091,U+5175,U+517c,U+51cd,U+51e1,U+5269-526a,U+52aa,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5448,U+54aa,U+5674,U+56f0,U+5761,U+585e,U+588a,U+58a8,U+58fd,U+5925,U+592e,U+5948,U+5999,U+59b3,U+5a18,U+5a1c,U+5a46,U+5b30,U+5b54,U+5b6b,U+5b8f,U+5be9,U+5bf8,U+5c0a,U+5c16,U+5c24,U+5c46,U+5cf0,U+5e1d,U+5e25,U+5e2d,U+5e3d,U+5e79,U+5f04,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+61f6,U+6258,U+6293,U+62c6,U+62d2,U+62d6,U+62fc,U+63da,U+63ed,U+640d,U+6458,U+649e,U+64ec,U+64f4,U+64fe,U+651c,U+6562,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66dd,U+66fc,U+66ff,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+695a,U+69cd,U+6afb,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6d74,U+6db2,U+6dbc,U+6df7,U+6dfb,U+6e38,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+6fc3,U+6fd5,U+7070,U+70b8,U+70cf,U+70e4,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+7919,U+7956,U+795d,U+7a05,U+7a0d,U+7a3f,U+7bc9,U+7c97,U+7cd5,U+7d0b,U+7d10,U+7dfb,U+7e3e,U+7e6a,U+8036,U+808c,U+80af,U+80ce,U+80e1,U+80f8,U+817f,U+8216,U+8239,U+827e,U+8377,U+8389,U+83ab,U+83f2,U+840a,U+8584,U+85c9,U+865b,U+8766,U+87a2,U+8932,U+8a50,U+8a69,U+8a95,U+8b6f,U+8c37,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+9336,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+9846,U+98fd,U+99d5,U+9a0e,U+9a19,U+9b6f,U+9ce5,U+9cf3,U+9ece,U+9ed8,U+9f13,U+9f20; + unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d; } /* noto-serif-tc-[113]-400-normal */ @@ -935,7 +945,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-113-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-113-400-normal.woff) format('woff'); - unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300e-300f,U+4e01,U+4e73,U+4e82,U+4e88,U+4e8e,U+4f0a,U+4f5b,U+502b,U+504f,U+5076,U+5100,U+5104,U+5132,U+5192,U+51a0,U+51ac,U+51f1,U+5200,U+5224,U+522a,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+52ff,U+5371,U+539a,U+53e5,U+540e,U+5433,U+547c,U+552f,U+5531,U+5634,U+56c9,U+574a,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58c7,U+58de,U+5967,U+59bb,U+59d3-59d4,U+5b55,U+5b87,U+5b97,U+5bae,U+5bbf,U+5be7,U+5bec,U+5cb8,U+5df7,U+5e7b-5e7c,U+5f1f,U+5f70,U+5fd9,U+60e1,U+61b6,U+61c2,U+6200,U+6234,U+6263,U+62b5,U+62dc,U+62ec,U+6383,U+638c,U+63cf,U+63d2,U+63e1,U+63f4,U+641e,U+64cd,U+64fa,U+654f,U+6557,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6696-6697,U+66ab,U+66c6,U+671d,U+672b,U+676f,U+677e,U+67d0,U+67d3,U+684c,U+68c4,U+690d,U+694a,U+699c,U+6a4b,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6bd2,U+6c60,U+6cb3,U+6d89,U+6de1,U+6de8,U+6e6f,U+6f02,U+70c8,U+7126,U+718a,U+7236,U+723d,U+7246,U+72af,U+72d7,U+73cd,U+7532,U+760b,U+7626,U+7687,U+76df,U+7761,U+79cb,U+79d2,U+79df,U+7a69,U+7af6,U+7b80,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d2b,U+7de3,U+7e2e,U+7e54,U+7e6b,U+8010,U+80a5,U+812b,U+819a,U+81a0,U+82d7,U+838a,U+8463,U+84cb,U+8521,U+8607,U+860b,U+864e,U+871c,U+878d,U+885d,U+89f8,U+8a13,U+8aa0,U+8afe,U+8b5c,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8de8,U+8fea,U+9014,U+9055,U+906d,U+907a,U+907f,U+90a6,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+9694,U+96bb,U+9707,U+9738,U+9905,U+9aa8,U+9b25,U+9b3c,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d-ff0e; + unicode-range: U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c; } /* noto-serif-tc-[114]-400-normal */ @@ -945,7 +955,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-114-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-114-400-normal.woff) format('woff'); - unicode-range: U+3c,U+d7,U+2027,U+4e4e,U+4e92,U+4ea6,U+4ec1,U+4ecd,U+4f34,U+4f48,U+4f53,U+4fb5,U+5012,U+50b7,U+51b0,U+5283,U+52dd,U+532f,U+5354,U+53eb,U+53f3,U+5409,U+5496,U+54c8,U+54e5,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+590f,U+592b,U+593e,U+5976,U+599d,U+59b9,U+59d0,U+5a5a,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de7-5de8,U+5e63,U+5e8a,U+5e9c,U+5eda,U+5ef3,U+5ef6,U+5f48,U+5fb5,U+6015,U+6025,U+602a,U+6050,U+6069,U+6162,U+6176,U+61f7,U+6279,U+627f,U+6297,U+62b1,U+62bd,U+6311,U+6377,U+6388-6389,U+63a1-63a2,U+6436,U+64c1,U+64d4,U+6551,U+6563,U+65bd,U+66b4,U+66f2,U+6751,U+675f,U+6790,U+6838,U+68d2,U+68ee,U+6982,U+69ae,U+69cb,U+6a39,U+6b66,U+6bba,U+6c5f,U+6ce1,U+6d0b,U+6d3e,U+6d6a,U+6e1b,U+6ed1,U+6f22,U+6f54,U+6f6e,U+6fc0,U+6fdf,U+719f,U+71c8,U+71d2,U+7259,U+72c2,U+7389,U+73e0,U+745e,U+751a,U+751c,U+7530,U+7533,U+7562,U+7591,U+75c5,U+75db,U+7642,U+7686,U+76d2,U+76db,U+76e1,U+76e3,U+7701,U+786c,U+7981,U+79c0,U+79fb,U+7a81,U+7a97,U+7adf,U+7aef,U+7b26,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7d9c,U+7dca,U+7df4,U+7e23,U+7f3a,U+8033,U+804a,U+8056,U+805a,U+8173,U+81e8,U+8212,U+821e,U+822a,U+82e6,U+8336,U+83dc,U+8449,U+84ee,U+85e5,U+885b,U+888b,U+8907,U+8a34,U+8a5e,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8cb4,U+8dd1,U+8f2a,U+8fb2,U+9109,U+9192,U+91cb,U+91dd,U+93e1,U+964d,U+9686,U+968e,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+98ef,U+9918,U+9aee,U+9b54,U+9ebb,U+ff0f,U+ff5c; + unicode-range: U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54; } /* noto-serif-tc-[115]-400-normal */ @@ -955,7 +965,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-115-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-115-400-normal.woff) format('woff'); - unicode-range: U+23-25,U+3d,U+4e45,U+4e5d,U+4e7e,U+4eac,U+4eae,U+4ed4,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+505c,U+50c5,U+5145,U+51b7,U+521d,U+523b,U+525b,U+5287,U+52e2,U+5348,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+5708,U+570d,U+571f,U+5747,U+5802,U+58d3,U+5920,U+5922,U+5957,U+5979,U+5a01,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5e78,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fd7-5fd8,U+6167,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b4c,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6e56,U+6fb3,U+722d,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a7f,U+7af9,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d22,U+7d42,U+7d55,U+7da0,U+7e41,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+8349,U+85cd,U+86cb,U+8840,U+88dc,U+8986,U+8a0e,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8fd4,U+8ff0,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+983b,U+984d,U+984f,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-tc-[116]-400-normal */ @@ -965,7 +975,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-116-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-116-400-normal.woff) format('woff'); - unicode-range: U+40,U+2026,U+4e03,U+4e14,U+4e9e,U+4ec0,U+4ed8,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+5019,U+503c,U+5047,U+514b,U+516b,U+5178,U+5207,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+5740,U+5883,U+589e,U+591c,U+5931,U+59cb,U+5a1b,U+5b58,U+5b98,U+5b9c,U+5ba4,U+5bcc,U+5beb,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fa9,U+5fae,U+5fb7,U+5ff5,U+600e,U+601d,U+60e0,U+614b,U+6230,U+623f,U+628a,U+6295,U+62c9,U+6309,U+64c7,U+64ca,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+7206,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+798f,U+79ae,U+7a4d,U+7a76,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d20,U+7d39,U+7d72,U+7dad,U+7e8c,U+7fa4,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+89ba,U+89d2,U+8a2a,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8c61,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+967d,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+9818,U+986f,U+990a,U+9910,U+9928,U+9e97,U+9ec3,U+9f8d,U+ff1b; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-tc-[117]-400-normal */ @@ -975,7 +985,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-117-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-117-400-normal.woff) format('woff'); - unicode-range: U+26,U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+512a,U+5143,U+5148,U+5152,U+5169,U+516d,U+5171,U+5177,U+518a,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+5404,U+559c,U+55ce,U+5668,U+56db,U+5712,U+5718,U+57ce,U+57fa,U+58eb,U+592a,U+5947,U+5bc6,U+5bf6,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+6236,U+624d,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63db,U+64da,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+6797,U+67e5,U+6848,U+6a19,U+6a23,U+6b61,U+6bcf,U+6c11,U+6c42,U+6d41,U+6d77,U+6e2f,U+6eff,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7537,U+754c,U+7559,U+767d-767e,U+78bc,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d30,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+7f6e,U+7fa9,U+8001,U+805e,U+8072,U+81f3,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88e1,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b70,U+8b77,U+8b80,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc,U+9ed1; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-tc-[118]-400-normal */ @@ -985,7 +995,7 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-118-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-118-400-normal.woff) format('woff'); - unicode-range: U+d,U+2b,U+7c,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4fdd,U+4fe1,U+50b3,U+50f9,U+5149,U+514d,U+5167,U+5176,U+518d,U+5217,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+53ea,U+53f8,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+56e0,U+5716,U+578b,U+5831,U+5834,U+5916,U+5973,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0b,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6216,U+624b,U+6253,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+661f,U+662d,U+670d,U+671f,U+672a,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6bd4,U+6c23,U+6c34,U+6c92,U+6cd5,U+6d3b,U+6d88,U+6e05,U+7063,U+7121,U+7136,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7531,U+7576,U+767b,U+76ee,U+76f4,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+8005,U+800c,U+806f,U+8207,U+8272,U+82b1,U+865f,U+8868,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9650,U+9762,U+982d,U+984c,U+985e,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-tc-[119]-400-normal */ @@ -995,7 +1005,37 @@ font-display: swap; font-weight: 400; src: url(./files/noto-serif-tc-119-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-119-400-normal.woff) format('woff'); - unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+a0,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+4f86,U+500b,U+5011,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5929,U+597d,U+5b50,U+5bb6,U+5c0f,U+5e73-5e74,U+5fc3,U+6210-6211,U+6240,U+6587,U+65b0,U+65b9,U+65bc,U+65e5,U+660e,U+662f,U+6642,U+66f4,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+6cbb,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+76f8,U+7db2,U+7f8e,U+80fd,U+81ea,U+884c,U+8981,U+958b,U+95dc,U+96fb,U+9801,U+9996,U+ff0c,U+ff1a; + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a; +} + +/* noto-serif-tc-cyrillic-400-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-tc-cyrillic-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-cyrillic-400-normal.woff) format('woff'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-tc-vietnamese-400-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-tc-vietnamese-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-400-normal.woff) format('woff'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-tc-latin-ext-400-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-tc-latin-ext-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-400-normal.woff) format('woff'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; } /* noto-serif-tc-latin-400-normal */ diff --git a/fonts/google/noto-serif-tc/latin-800.css b/fonts/google/noto-serif-tc/latin-800.css new file mode 100644 index 00000000000..f2fed0b3efe --- /dev/null +++ b/fonts/google/noto-serif-tc/latin-800.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-latin-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-latin-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/latin-ext-200.css b/fonts/google/noto-serif-tc/latin-ext-200.css new file mode 100644 index 00000000000..0de6312dfd4 --- /dev/null +++ b/fonts/google/noto-serif-tc/latin-ext-200.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-latin-ext-200-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-tc-latin-ext-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-200-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/latin-ext-300.css b/fonts/google/noto-serif-tc/latin-ext-300.css new file mode 100644 index 00000000000..6d51f149c98 --- /dev/null +++ b/fonts/google/noto-serif-tc/latin-ext-300.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-latin-ext-300-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-tc-latin-ext-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-300-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/latin-ext-400.css b/fonts/google/noto-serif-tc/latin-ext-400.css new file mode 100644 index 00000000000..f88383abc84 --- /dev/null +++ b/fonts/google/noto-serif-tc/latin-ext-400.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-latin-ext-400-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-tc-latin-ext-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/latin-ext-500.css b/fonts/google/noto-serif-tc/latin-ext-500.css new file mode 100644 index 00000000000..57dae2c674e --- /dev/null +++ b/fonts/google/noto-serif-tc/latin-ext-500.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-latin-ext-500-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-tc-latin-ext-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-500-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/latin-ext-600.css b/fonts/google/noto-serif-tc/latin-ext-600.css new file mode 100644 index 00000000000..0f29d09188c --- /dev/null +++ b/fonts/google/noto-serif-tc/latin-ext-600.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-latin-ext-600-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-tc-latin-ext-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-600-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/latin-ext-700.css b/fonts/google/noto-serif-tc/latin-ext-700.css new file mode 100644 index 00000000000..5d00fb2e991 --- /dev/null +++ b/fonts/google/noto-serif-tc/latin-ext-700.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-latin-ext-700-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-tc-latin-ext-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-700-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/latin-ext-800.css b/fonts/google/noto-serif-tc/latin-ext-800.css new file mode 100644 index 00000000000..234f2904b21 --- /dev/null +++ b/fonts/google/noto-serif-tc/latin-ext-800.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-latin-ext-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-latin-ext-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/latin-ext-900.css b/fonts/google/noto-serif-tc/latin-ext-900.css new file mode 100644 index 00000000000..4d0dfbcb7ea --- /dev/null +++ b/fonts/google/noto-serif-tc/latin-ext-900.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-latin-ext-900-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-tc-latin-ext-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/latin-ext.css b/fonts/google/noto-serif-tc/latin-ext.css new file mode 100644 index 00000000000..ef7383a99d3 --- /dev/null +++ b/fonts/google/noto-serif-tc/latin-ext.css @@ -0,0 +1,71 @@ +/* noto-serif-tc-latin-ext-200-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-tc-latin-ext-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-200-normal.woff) format('woff'); +} + +/* noto-serif-tc-latin-ext-300-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-tc-latin-ext-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-300-normal.woff) format('woff'); +} + +/* noto-serif-tc-latin-ext-400-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-tc-latin-ext-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-400-normal.woff) format('woff'); +} + +/* noto-serif-tc-latin-ext-500-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-tc-latin-ext-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-500-normal.woff) format('woff'); +} + +/* noto-serif-tc-latin-ext-600-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-tc-latin-ext-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-600-normal.woff) format('woff'); +} + +/* noto-serif-tc-latin-ext-700-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-tc-latin-ext-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-700-normal.woff) format('woff'); +} + +/* noto-serif-tc-latin-ext-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-latin-ext-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-800-normal.woff) format('woff'); +} + +/* noto-serif-tc-latin-ext-900-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-tc-latin-ext-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-ext-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/latin.css b/fonts/google/noto-serif-tc/latin.css index 96a3f46b208..bb91c8ceb05 100644 --- a/fonts/google/noto-serif-tc/latin.css +++ b/fonts/google/noto-serif-tc/latin.css @@ -52,6 +52,15 @@ src: url(./files/noto-serif-tc-latin-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-700-normal.woff) format('woff'); } +/* noto-serif-tc-latin-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-latin-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-latin-800-normal.woff) format('woff'); +} + /* noto-serif-tc-latin-900-normal */ @font-face { font-family: 'Noto Serif TC'; diff --git a/fonts/google/noto-serif-tc/metadata.json b/fonts/google/noto-serif-tc/metadata.json index af586054c0d..e93350fb57f 100644 --- a/fonts/google/noto-serif-tc/metadata.json +++ b/fonts/google/noto-serif-tc/metadata.json @@ -1,18 +1,26 @@ { "id": "noto-serif-tc", "family": "Noto Serif TC", - "subsets": ["chinese-traditional", "latin"], - "weights": [200, 300, 400, 500, 600, 700, 900], + "subsets": [ + "chinese-traditional", + "cyrillic", + "latin", + "latin-ext", + "vietnamese" + ], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], "styles": ["normal"], "defSubset": "latin", - "variable": false, - "lastModified": "2022-09-27", - "version": "v23", + "variable": { + "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} + }, + "lastModified": "2024-05-14", + "version": "v30", "category": "serif", "license": { "type": "OFL-1.1", "url": "http://scripts.sil.org/OFL", - "attribution": "Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/)." + "attribution": "(c) 2017-2023 Adobe (http://www.adobe.com/)." }, "source": "https://github.com/google/fonts", "type": "google" diff --git a/fonts/google/noto-serif-tc/package.json b/fonts/google/noto-serif-tc/package.json index a7f05be7f66..f8a13883c8c 100644 --- a/fonts/google/noto-serif-tc/package.json +++ b/fonts/google/noto-serif-tc/package.json @@ -1,6 +1,6 @@ { "name": "@fontsource/noto-serif-tc", - "version": "5.0.12", + "version": "5.0.13", "description": "Self-host the Noto Serif TC font in a neatly bundled NPM package.", "main": "index.css", "publishConfig": {"access": "public"}, @@ -26,5 +26,5 @@ "url": "https://github.com/fontsource/font-files.git", "directory": "fonts/google/noto-serif-tc" }, - "publishHash": "4512f3a289c546b5" + "publishHash": "52bd87f21bd05920" } \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/scss/metadata.scss b/fonts/google/noto-serif-tc/scss/metadata.scss index 3bb2b01056a..ac21338b785 100644 --- a/fonts/google/noto-serif-tc/scss/metadata.scss +++ b/fonts/google/noto-serif-tc/scss/metadata.scss @@ -1,8 +1,8 @@ $id: 'noto-serif-tc' !default; $family: 'Noto Serif TC' !default; $category: serif !default; -$subsets: (chinese-traditional, latin) !default; -$weights: (200, 300, 400, 500, 600, 700, 900) !default; +$subsets: (chinese-traditional, cyrillic, latin, latin-ext, vietnamese) !default; +$weights: (200, 300, 400, 500, 600, 700, 800, 900) !default; $styles: (normal) !default; $axes: null !default; $defaults: ( @@ -12,105 +12,109 @@ $defaults: ( axis: null, ) !default; $unicode: ( + 0: (U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4), 6: (U+ff78-ff7e,U+ff80-ff86,U+ff89-ff94,U+ff97-ff9e,U+ffb9,U+ffe0-ffe3,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1d7c7,U+1f004,U+1f0cf,U+1f141-1f142,U+1f150,U+1f154,U+1f158,U+1f15b,U+1f15d-1f15e,U+1f162-1f163,U+1f170-1f171,U+1f174,U+1f177-1f178,U+1f17d-1f17f,U+1f192-1f195,U+1f197-1f19a,U+1f1e6-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f22f,U+1f232-1f237,U+1f239-1f23a,U+1f250-1f251,U+1f300,U+1f302-1f319), 7: (U+fa0a,U+fa0c,U+fa11,U+fa17,U+fa19,U+fa1b,U+fa1d,U+fa26,U+fa2c,U+fb01,U+fdfc,U+fe0e,U+fe33-fe36,U+fe38-fe44,U+fe49-fe51,U+fe54,U+fe56-fe57,U+fe59-fe5c,U+fe5f-fe6a,U+fe8e,U+fe92-fe93,U+feae,U+fecb-fecc,U+fee0,U+feec,U+fef3,U+ff04,U+ff07,U+ff26-ff2c,U+ff31-ff32,U+ff35-ff37,U+ff39-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff68,U+ff6a,U+ff6c-ff77), 8: (U+f78a-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e-f94f,U+f95a,U+f95d-f95e,U+f961-f963,U+f965-f970,U+f974,U+f976-f97a,U+f97c,U+f97e-f97f,U+f981,U+f983,U+f988,U+f98a,U+f98c,U+f98e,U+f996-f997,U+f999-f99a,U+f99c,U+f99f-f9a0,U+f9a3,U+f9a8,U+f9ad,U+f9b2-f9b6,U+f9b9-f9ba,U+f9bd-f9be,U+f9c1,U+f9c4,U+f9c7,U+f9ca,U+f9cd,U+f9d0-f9d1,U+f9d3-f9d4,U+f9d7-f9d8,U+f9dc-f9dd,U+f9df-f9e1,U+f9e4,U+f9e8-f9ea,U+f9f4,U+f9f6-f9f7,U+f9f9-f9fa,U+f9fc-fa01,U+fa03-fa04,U+fa06,U+fa08-fa09), - 19: (U+9eb9-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc), - 20: (U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70,U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eb8), - 21: (U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30), - 22: (U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8), - 23: (U+9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a,U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d), - 24: (U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911), - 25: (U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3), - 26: (U+950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648), - 27: (U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419-941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b), - 28: (U+92e5-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0), - 29: (U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4), - 30: (U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed), - 31: (U+8f68-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9), - 32: (U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67), - 33: (U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb,U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16), - 34: (U+8b6c-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd), - 35: (U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6b), - 36: (U+889b-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4,U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4), - 37: (U+874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a), - 38: (U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b), - 39: (U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff), - 40: (U+8378,U+837a-8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af), - 41: (U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375), - 42: (U+8113,U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b), - 43: (U+7fb1-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8112), - 44: (U+7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb0), - 45: (U+7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eae), - 46: (U+7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d88), - 47: (U+7afb,U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c1f), - 48: (U+7988,U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa), - 49: (U+7840,U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7987), - 50: (U+7705,U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e), - 51: (U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704), - 52: (U+749a,U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca), - 53: (U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498), - 54: (U+727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae), - 55: (U+7113-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e), - 56: (U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110), - 57: (U+6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2), - 58: (U+6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed5), - 59: (U+6cda,U+6cdc-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2), - 60: (U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9), - 61: (U+6a31-6a32,U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4), - 62: (U+6900,U+6902,U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b), - 63: (U+67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd), - 64: (U+66a7,U+66aa,U+66b2-66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0,U+67b2-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8), - 65: (U+655d,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6), - 66: (U+6427-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b), - 67: (U+630d-630e,U+6310,U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6426), - 68: (U+61c6,U+61ca-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c), - 69: (U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3), - 70: (U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa), - 71: (U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76), - 72: (U+5ce0-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30), - 73: (U+5b80-5b82,U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf), - 74: (U+5a51,U+5a53,U+5a56-5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f), - 75: (U+590b-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50), - 76: (U+57a1,U+57a4,U+57a6,U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590a), - 77: (U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d2-56d4,U+56d6-56d9,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a0), - 78: (U+5551,U+5553,U+5555-5557,U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d), - 79: (U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550), - 80: (U+52db,U+52e0,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437), - 81: (U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7), - 82: (U+5032,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b), - 83: (U+4f22,U+4f24,U+4f29-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5031), - 84: (U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21,U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f), - 85: (U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3119,U+311b-311e,U+3120-3126,U+3128-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02), - 86: (U+2749-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052), - 87: (U+264a-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2748), - 88: (U+2567-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648-2649), - 89: (U+2476-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2566), - 90: (U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2461-2471,U+2474-2475), + 19: (U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc), + 20: (U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2), + 21: (U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70), + 22: (U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee), + 23: (U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86), + 24: (U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a), + 25: (U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1), + 26: (U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c), + 27: (U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f), + 28: (U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419), + 29: (U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306), + 30: (U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207), + 31: (U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df), + 32: (U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84), + 33: (U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e), + 34: (U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb), + 35: (U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99), + 36: (U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16), + 37: (U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4), + 38: (U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762), + 39: (U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e), + 40: (U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf), + 41: (U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f), + 42: (U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279), + 43: (U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a), + 44: (U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6), + 45: (U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2), + 46: (U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b), + 47: (U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20), + 48: (U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb), + 49: (U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988), + 50: (U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840), + 51: (U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705), + 52: (U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc), + 53: (U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a), + 54: (U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3), + 55: (U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f), + 56: (U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114), + 57: (U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9), + 58: (U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8), + 59: (U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5), + 60: (U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc), + 61: (U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd), + 62: (U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32), + 63: (U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902), + 64: (U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db), + 65: (U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2), + 66: (U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564), + 67: (U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a), + 68: (U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310), + 69: (U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb), + 70: (U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af), + 71: (U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d), + 72: (U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a), + 73: (U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5), + 74: (U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82), + 75: (U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56), + 76: (U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e), + 77: (U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6), + 78: (U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a), + 79: (U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557), + 80: (U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445), + 81: (U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7), + 82: (U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196), + 83: (U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e), + 84: (U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b), + 85: (U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21), + 86: (U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049), + 87: (U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747), + 88: (U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648), + 89: (U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565), + 90: (U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474), 91: (U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a,U+208d-208e,U+20a1,U+20a4,U+20a6,U+20a8-20ab,U+20ad-20ae,U+20b1-20b3,U+20b5,U+20b8-20ba,U+20bd,U+20dd,U+20e3,U+2105,U+2109,U+2112-2113,U+2115-2117,U+2120-2121,U+2126,U+212b), 92: (U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07,U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe), 97: (U+2c8-2c9,U+2cc-2cd,U+2d0,U+2d8,U+2da,U+2dc,U+2e1-2e3,U+2e7,U+2eb,U+2ee,U+2f1-2ff,U+302-304,U+306-309,U+30c-30d,U+311,U+31b,U+321,U+323-325,U+328-329,U+32b-32c,U+32e-32f,U+331-33a,U+33c-33f,U+348,U+353,U+358-359,U+35c,U+35e-35f,U+361,U+363,U+367-368,U+36c,U+36f,U+530-535,U+537-540,U+55e,U+561-565,U+568-56d,U+56f-576,U+578-582,U+584,U+5a1,U+5a3-5a4,U+5aa,U+5ae,U+5b0-5b4), 98: (U+1af,U+1b1,U+1b4-1be,U+1d0,U+1d2,U+1d4,U+1da,U+1dc-1dd,U+1e1,U+1e3-1e4,U+1e7,U+1e9,U+1eb-1ec,U+1f0-1f1,U+1f3-1f5,U+1f7,U+1f9-1ff,U+219,U+221,U+225-226,U+228-22b,U+22e-22f,U+231-235,U+239,U+23b,U+23e,U+250-252,U+254-255,U+259-25e,U+261-263,U+268-26b,U+26d,U+26f-277,U+279-27a,U+27d-281,U+283,U+28a-28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a2,U+2a4-2a7,U+2a9-2aa,U+2ae-2b3,U+2b5-2b7,U+2b9-2bf,U+2c2-2c4,U+2c6-2c7), 99: (U+a1-a2,U+a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b5-b6,U+b8-ba,U+bc-be,U+c0-c8,U+ca-cc,U+ce-d5,U+d8-df,U+f0,U+f5,U+f8,U+fb,U+fe-100,U+102,U+105,U+107,U+109-10b,U+10f,U+112,U+115,U+117,U+119,U+11b,U+11f,U+121,U+123-124,U+127,U+129,U+12c-12d,U+130-13f,U+141-142,U+144,U+148,U+14b-14c,U+14f-153,U+159-15b,U+15e-160,U+163-166,U+169-16a,U+16d-171,U+173-17e,U+192,U+1a0,U+1a4,U+1aa,U+1ac-1ad), - 100: (U+a3,U+2ca,U+2223,U+2460,U+2640,U+273f,U+301c,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+56d1,U+56dd,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67b1,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71ee,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be5-8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+99f1,U+9a5b,U+9ab7,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d), - 101: (U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301d-301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6292,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+701d,U+703e,U+707c,U+7099,U+710a,U+72d9,U+72e9,U+731d,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76bf,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+8258,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+9091,U+90ae,U+90b8,U+9257,U+9310,U+9382,U+93df,U+94fe,U+95a5,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+9986,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+ff25,U+1f389,U+1f449,U+1f495), - 102: (U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5436,U+5443,U+5466,U+54a8,U+54bd,U+54c9,U+54cb,U+555e,U+5580,U+560e,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+6254,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68e0,U+68f5,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6eaf,U+6eba,U+6fef,U+7028,U+70b3,U+711a,U+725f,U+7325,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7c27,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+86e4,U+8718,U+87ec,U+880d,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bdd,U+8c41,U+8c48,U+8cb6,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95a9,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33), - 103: (U+60,U+f7,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+311a,U+4e11,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54a7,U+54b1,U+54b3,U+54b8,U+556a,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5614,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5d01,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+68d7,U+6977,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6e5b,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+79cd,U+7a6b,U+7ac5,U+7b1b,U+7b77,U+7ca7,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+831c,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8bcd,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d), - 104: (U+10c,U+161,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1c,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+50d5,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5cfb,U+5d11,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f64,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+6807,U+68cd,U+68f2,U+690e,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+708a,U+7130,U+7165,U+7172,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8305,U+8335,U+8343,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+9444,U+957f,U+9591,U+96a7,U+97ad,U+97cc,U+9811,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9bca,U+9ebd,U+e60f,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602), - 105: (U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+311f,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+539d,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5632,U+5757,U+5835,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+614c,U+621a,U+6237,U+6296,U+62e9,U+632a-632b,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a3a,U+6ab3,U+6b22,U+6c59,U+6c83,U+6ccc,U+6dea,U+6df5,U+6ef7,U+6f3e,U+6f80,U+6fe4,U+7164,U+71c9,U+722a,U+7260,U+7272,U+73b0,U+74e3,U+7538,U+7586,U+75b5,U+7661-7662,U+77db,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+839e,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+935b,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ff,U+9b91,U+9db4,U+9f4b,U+e602-e605,U+e610-e611,U+ff16-ff19), - 106: (U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+3127,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+4fcf,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+60df,U+611a,U+6190,U+61a4,U+61be,U+61fc,U+6284,U+62ac,U+62bc,U+634f,U+636e,U+6398,U+63a9,U+6487,U+6495,U+64ab,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+6761,U+679a,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a38,U+6a59,U+6ae5,U+6b47,U+6b67,U+6b6a,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+70ed,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+74ca,U+7535,U+753a,U+75f4,U+7624,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a62,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+84bc,U+84c9,U+84ec,U+8523,U+8549,U+8569,U+8591,U+85b0,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+9214,U+946b,U+9470,U+947c,U+9640,U+9675,U+96ef,U+97cb,U+97e9,U+985b,U+99ae,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff14,U+1f464), - 107: (U+a5,U+25ce,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4f3a,U+4f51,U+4f62,U+4faf,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5733,U+5764,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a8,U+59ec,U+5b66,U+5b99,U+5b9d,U+5bee,U+5c2c,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+6070,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6435,U+6454,U+64a4,U+64b2,U+64bc,U+64bf,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6614,U+6670,U+6688,U+672d,U+673a,U+6770,U+68cb,U+6912,U+6953,U+6a61,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+7149,U+714e,U+71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+7504,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8475,U+8490,U+85af,U+8650,U+8667,U+86d9,U+8774,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+91d8,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9716,U+9774,U+97fb,U+9812,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff05,U+ff0b,U+ff10,U+ff15), - 108: (U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e08,U+4e2a,U+4e4f,U+4e59,U+4ec7,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+507d,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5690,U+56ca,U+56fe,U+582a,U+5915,U+5949,U+5962,U+5996,U+59a5,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5c48,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62d3,U+62f3,U+6368,U+6380,U+6492,U+64e0,U+6570,U+6606,U+660f,U+6649,U+6691,U+66a8,U+6749,U+674f,U+6795,U+67f1,U+67f3,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6d29,U+6d66,U+6daf,U+6f01,U+6f58,U+6f6d,U+6f70,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+71d9,U+71e5,U+7235,U+7267,U+73ca,U+742a,U+74f7,U+7529,U+758f,U+75bc,U+76c6,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7c60,U+7cfe,U+7dbf,U+7e2b,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8155,U+816b,U+81df,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8606,U+868a,U+87f9,U+886b,U+8870,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+9817,U+98c6,U+9ecf,U+feff,U+ff06,U+ff0a,U+ff12-ff13), - 109: (U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+5606,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+58fa,U+594f,U+5951,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5ca1,U+5d29,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6062,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64b0,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+67f4,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6cdb,U+6d69,U+6db5,U+6dd1,U+6e21,U+6f06,U+6f62,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433,U+745c,U+7470,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7740,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e31,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8108,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+8277,U+82d1,U+8461,U+84b8,U+852c,U+857e,U+8587,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8776,U+87ba,U+8896,U+88c2,U+88d5,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8d64,U+8d74,U+8d81,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+905c,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f0e,U+9f52,U+9f9c,U+ff11,U+ff1e), - 110: (U+2022,U+2500,U+25bc,U+4e1f,U+4e95,U+4f50,U+4f54,U+4f69,U+4fb6,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+592f,U+5954,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5c6f,U+5de1,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f7c,U+5f81,U+5f90-5f92,U+6016,U+6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6155,U+6158,U+6191,U+6212,U+626e,U+62d4,U+632f,U+633a,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6597,U+66b1,U+66ec,U+6731,U+6735,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6dcb,U+6dd8,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+73b2,U+7434,U+74e6,U+758a,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78a9,U+78b0,U+790e,U+7965,U+7a4e,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+838e,U+83cc,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8cc0,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+903e,U+9059,U+9072,U+9075,U+90ce,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+95c6,U+9676-9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b), - 111: (U+5e,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e32,U+4ef2,U+4fd7,U+501f,U+5144,U+51c6,U+52c1,U+5440,U+54e6,U+54ed,U+5510,U+5687,U+58c1,U+5b5d,U+5bd2,U+5ee2,U+5f31,U+6012,U+6084,U+6148,U+6182,U+622a,U+6355,U+6372,U+63ee,U+6416,U+6575,U+660c,U+66c9,U+675c,U+6a6b,U+6b32,U+6b49,U+6b98,U+6d6e,U+6dda,U+6ef4,U+6efe,U+7159,U+7378,U+775b,U+78e8,U+7aa9,U+7d1b,U+7de9,U+7f6a,U+7f8a,U+7fbd,U+8000,U+809a,U+8102,U+8170,U+819c,U+8266,U+82b3,U+87f2,U+8972,U+8a17,U+8b02,U+8e22,U+904d,U+90ed,U+91c7,U+93c8,U+9451,U+9a37,U+9b27,U+ad6d,U+c5b4,U+d55c), - 112: (U+2502,U+2605,U+4e39,U+4e58,U+4ea1,U+4ed9,U+4f2f-4f30,U+4f38,U+4f75,U+4fc3,U+4ff1,U+500d,U+5049,U+5074,U+5077,U+5091,U+5175,U+517c,U+51cd,U+51e1,U+5269-526a,U+52aa,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5448,U+54aa,U+5674,U+56f0,U+5761,U+585e,U+588a,U+58a8,U+58fd,U+5925,U+592e,U+5948,U+5999,U+59b3,U+5a18,U+5a1c,U+5a46,U+5b30,U+5b54,U+5b6b,U+5b8f,U+5be9,U+5bf8,U+5c0a,U+5c16,U+5c24,U+5c46,U+5cf0,U+5e1d,U+5e25,U+5e2d,U+5e3d,U+5e79,U+5f04,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+61f6,U+6258,U+6293,U+62c6,U+62d2,U+62d6,U+62fc,U+63da,U+63ed,U+640d,U+6458,U+649e,U+64ec,U+64f4,U+64fe,U+651c,U+6562,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66dd,U+66fc,U+66ff,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+695a,U+69cd,U+6afb,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6d74,U+6db2,U+6dbc,U+6df7,U+6dfb,U+6e38,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+6fc3,U+6fd5,U+7070,U+70b8,U+70cf,U+70e4,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+7919,U+7956,U+795d,U+7a05,U+7a0d,U+7a3f,U+7bc9,U+7c97,U+7cd5,U+7d0b,U+7d10,U+7dfb,U+7e3e,U+7e6a,U+8036,U+808c,U+80af,U+80ce,U+80e1,U+80f8,U+817f,U+8216,U+8239,U+827e,U+8377,U+8389,U+83ab,U+83f2,U+840a,U+8584,U+85c9,U+865b,U+8766,U+87a2,U+8932,U+8a50,U+8a69,U+8a95,U+8b6f,U+8c37,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+9336,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+9846,U+98fd,U+99d5,U+9a0e,U+9a19,U+9b6f,U+9ce5,U+9cf3,U+9ece,U+9ed8,U+9f13,U+9f20), - 113: (U+201c-201d,U+203b,U+2192,U+25b2,U+300e-300f,U+4e01,U+4e73,U+4e82,U+4e88,U+4e8e,U+4f0a,U+4f5b,U+502b,U+504f,U+5076,U+5100,U+5104,U+5132,U+5192,U+51a0,U+51ac,U+51f1,U+5200,U+5224,U+522a,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+52ff,U+5371,U+539a,U+53e5,U+540e,U+5433,U+547c,U+552f,U+5531,U+5634,U+56c9,U+574a,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58c7,U+58de,U+5967,U+59bb,U+59d3-59d4,U+5b55,U+5b87,U+5b97,U+5bae,U+5bbf,U+5be7,U+5bec,U+5cb8,U+5df7,U+5e7b-5e7c,U+5f1f,U+5f70,U+5fd9,U+60e1,U+61b6,U+61c2,U+6200,U+6234,U+6263,U+62b5,U+62dc,U+62ec,U+6383,U+638c,U+63cf,U+63d2,U+63e1,U+63f4,U+641e,U+64cd,U+64fa,U+654f,U+6557,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6696-6697,U+66ab,U+66c6,U+671d,U+672b,U+676f,U+677e,U+67d0,U+67d3,U+684c,U+68c4,U+690d,U+694a,U+699c,U+6a4b,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6bd2,U+6c60,U+6cb3,U+6d89,U+6de1,U+6de8,U+6e6f,U+6f02,U+70c8,U+7126,U+718a,U+7236,U+723d,U+7246,U+72af,U+72d7,U+73cd,U+7532,U+760b,U+7626,U+7687,U+76df,U+7761,U+79cb,U+79d2,U+79df,U+7a69,U+7af6,U+7b80,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d2b,U+7de3,U+7e2e,U+7e54,U+7e6b,U+8010,U+80a5,U+812b,U+819a,U+81a0,U+82d7,U+838a,U+8463,U+84cb,U+8521,U+8607,U+860b,U+864e,U+871c,U+878d,U+885d,U+89f8,U+8a13,U+8aa0,U+8afe,U+8b5c,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8de8,U+8fea,U+9014,U+9055,U+906d,U+907a,U+907f,U+90a6,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+9694,U+96bb,U+9707,U+9738,U+9905,U+9aa8,U+9b25,U+9b3c,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d-ff0e), - 114: (U+3c,U+d7,U+2027,U+4e4e,U+4e92,U+4ea6,U+4ec1,U+4ecd,U+4f34,U+4f48,U+4f53,U+4fb5,U+5012,U+50b7,U+51b0,U+5283,U+52dd,U+532f,U+5354,U+53eb,U+53f3,U+5409,U+5496,U+54c8,U+54e5,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+590f,U+592b,U+593e,U+5976,U+599d,U+59b9,U+59d0,U+5a5a,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de7-5de8,U+5e63,U+5e8a,U+5e9c,U+5eda,U+5ef3,U+5ef6,U+5f48,U+5fb5,U+6015,U+6025,U+602a,U+6050,U+6069,U+6162,U+6176,U+61f7,U+6279,U+627f,U+6297,U+62b1,U+62bd,U+6311,U+6377,U+6388-6389,U+63a1-63a2,U+6436,U+64c1,U+64d4,U+6551,U+6563,U+65bd,U+66b4,U+66f2,U+6751,U+675f,U+6790,U+6838,U+68d2,U+68ee,U+6982,U+69ae,U+69cb,U+6a39,U+6b66,U+6bba,U+6c5f,U+6ce1,U+6d0b,U+6d3e,U+6d6a,U+6e1b,U+6ed1,U+6f22,U+6f54,U+6f6e,U+6fc0,U+6fdf,U+719f,U+71c8,U+71d2,U+7259,U+72c2,U+7389,U+73e0,U+745e,U+751a,U+751c,U+7530,U+7533,U+7562,U+7591,U+75c5,U+75db,U+7642,U+7686,U+76d2,U+76db,U+76e1,U+76e3,U+7701,U+786c,U+7981,U+79c0,U+79fb,U+7a81,U+7a97,U+7adf,U+7aef,U+7b26,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7d9c,U+7dca,U+7df4,U+7e23,U+7f3a,U+8033,U+804a,U+8056,U+805a,U+8173,U+81e8,U+8212,U+821e,U+822a,U+82e6,U+8336,U+83dc,U+8449,U+84ee,U+85e5,U+885b,U+888b,U+8907,U+8a34,U+8a5e,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8cb4,U+8dd1,U+8f2a,U+8fb2,U+9109,U+9192,U+91cb,U+91dd,U+93e1,U+964d,U+9686,U+968e,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+98ef,U+9918,U+9aee,U+9b54,U+9ebb,U+ff0f,U+ff5c), - 115: (U+23-25,U+3d,U+4e45,U+4e5d,U+4e7e,U+4eac,U+4eae,U+4ed4,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+505c,U+50c5,U+5145,U+51b7,U+521d,U+523b,U+525b,U+5287,U+52e2,U+5348,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+5708,U+570d,U+571f,U+5747,U+5802,U+58d3,U+5920,U+5922,U+5957,U+5979,U+5a01,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5e78,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fd7-5fd8,U+6167,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b4c,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6e56,U+6fb3,U+722d,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a7f,U+7af9,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d22,U+7d42,U+7d55,U+7da0,U+7e41,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+8349,U+85cd,U+86cb,U+8840,U+88dc,U+8986,U+8a0e,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8fd4,U+8ff0,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+983b,U+984d,U+984f,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+ff5e), - 116: (U+40,U+2026,U+4e03,U+4e14,U+4e9e,U+4ec0,U+4ed8,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+5019,U+503c,U+5047,U+514b,U+516b,U+5178,U+5207,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+5740,U+5883,U+589e,U+591c,U+5931,U+59cb,U+5a1b,U+5b58,U+5b98,U+5b9c,U+5ba4,U+5bcc,U+5beb,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fa9,U+5fae,U+5fb7,U+5ff5,U+600e,U+601d,U+60e0,U+614b,U+6230,U+623f,U+628a,U+6295,U+62c9,U+6309,U+64c7,U+64ca,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+7206,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+798f,U+79ae,U+7a4d,U+7a76,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d20,U+7d39,U+7d72,U+7dad,U+7e8c,U+7fa4,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+89ba,U+89d2,U+8a2a,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8c61,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+967d,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+9818,U+986f,U+990a,U+9910,U+9928,U+9e97,U+9ec3,U+9f8d,U+ff1b), - 117: (U+26,U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+512a,U+5143,U+5148,U+5152,U+5169,U+516d,U+5171,U+5177,U+518a,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+5404,U+559c,U+55ce,U+5668,U+56db,U+5712,U+5718,U+57ce,U+57fa,U+58eb,U+592a,U+5947,U+5bc6,U+5bf6,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+6236,U+624d,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63db,U+64da,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+6797,U+67e5,U+6848,U+6a19,U+6a23,U+6b61,U+6bcf,U+6c11,U+6c42,U+6d41,U+6d77,U+6e2f,U+6eff,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7537,U+754c,U+7559,U+767d-767e,U+78bc,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d30,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+7f6e,U+7fa9,U+8001,U+805e,U+8072,U+81f3,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88e1,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b70,U+8b77,U+8b80,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc,U+9ed1), - 118: (U+d,U+2b,U+7c,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4fdd,U+4fe1,U+50b3,U+50f9,U+5149,U+514d,U+5167,U+5176,U+518d,U+5217,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+53ea,U+53f8,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+56e0,U+5716,U+578b,U+5831,U+5834,U+5916,U+5973,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0b,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6216,U+624b,U+6253,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+661f,U+662d,U+670d,U+671f,U+672a,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6bd4,U+6c23,U+6c34,U+6c92,U+6cd5,U+6d3b,U+6d88,U+6e05,U+7063,U+7121,U+7136,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7531,U+7576,U+767b,U+76ee,U+76f4,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+8005,U+800c,U+806f,U+8207,U+8272,U+82b1,U+865f,U+8868,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9650,U+9762,U+982d,U+984c,U+985e,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f), - 119: (U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+a0,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+4f86,U+500b,U+5011,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5929,U+597d,U+5b50,U+5bb6,U+5c0f,U+5e73-5e74,U+5fc3,U+6210-6211,U+6240,U+6587,U+65b0,U+65b9,U+65bc,U+65e5,U+660e,U+662f,U+6642,U+66f4,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+6cbb,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+76f8,U+7db2,U+7f8e,U+80fd,U+81ea,U+884c,U+8981,U+958b,U+95dc,U+96fb,U+9801,U+9996,U+ff0c,U+ff1a), + 100: (U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d), + 101: (U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495), + 102: (U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33), + 103: (U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d), + 104: (U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602), + 105: (U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19), + 106: (U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464), + 107: (U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15), + 108: (U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13), + 109: (U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e), + 110: (U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4), + 111: (U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c), + 112: (U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d), + 113: (U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c), + 114: (U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54), + 115: (U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e), + 116: (U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d), + 117: (U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc), + 118: (U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f), + 119: (U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a), + cyrillic: (U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116), + vietnamese: (U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB), + latin-ext: (U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF), latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD), ) !default; diff --git a/fonts/google/noto-serif-tc/unicode.json b/fonts/google/noto-serif-tc/unicode.json index 50bd9cd4075..194dfdae9c5 100644 --- a/fonts/google/noto-serif-tc/unicode.json +++ b/fonts/google/noto-serif-tc/unicode.json @@ -1,103 +1,107 @@ { + "[0]": "U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4", "[6]": "U+ff78-ff7e,U+ff80-ff86,U+ff89-ff94,U+ff97-ff9e,U+ffb9,U+ffe0-ffe3,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1d7c7,U+1f004,U+1f0cf,U+1f141-1f142,U+1f150,U+1f154,U+1f158,U+1f15b,U+1f15d-1f15e,U+1f162-1f163,U+1f170-1f171,U+1f174,U+1f177-1f178,U+1f17d-1f17f,U+1f192-1f195,U+1f197-1f19a,U+1f1e6-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f22f,U+1f232-1f237,U+1f239-1f23a,U+1f250-1f251,U+1f300,U+1f302-1f319", "[7]": "U+fa0a,U+fa0c,U+fa11,U+fa17,U+fa19,U+fa1b,U+fa1d,U+fa26,U+fa2c,U+fb01,U+fdfc,U+fe0e,U+fe33-fe36,U+fe38-fe44,U+fe49-fe51,U+fe54,U+fe56-fe57,U+fe59-fe5c,U+fe5f-fe6a,U+fe8e,U+fe92-fe93,U+feae,U+fecb-fecc,U+fee0,U+feec,U+fef3,U+ff04,U+ff07,U+ff26-ff2c,U+ff31-ff32,U+ff35-ff37,U+ff39-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff68,U+ff6a,U+ff6c-ff77", "[8]": "U+f78a-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e-f94f,U+f95a,U+f95d-f95e,U+f961-f963,U+f965-f970,U+f974,U+f976-f97a,U+f97c,U+f97e-f97f,U+f981,U+f983,U+f988,U+f98a,U+f98c,U+f98e,U+f996-f997,U+f999-f99a,U+f99c,U+f99f-f9a0,U+f9a3,U+f9a8,U+f9ad,U+f9b2-f9b6,U+f9b9-f9ba,U+f9bd-f9be,U+f9c1,U+f9c4,U+f9c7,U+f9ca,U+f9cd,U+f9d0-f9d1,U+f9d3-f9d4,U+f9d7-f9d8,U+f9dc-f9dd,U+f9df-f9e1,U+f9e4,U+f9e8-f9ea,U+f9f4,U+f9f6-f9f7,U+f9f9-f9fa,U+f9fc-fa01,U+fa03-fa04,U+fa06,U+fa08-fa09", - "[19]": "U+9eb9-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc", - "[20]": "U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70,U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eb8", - "[21]": "U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30", - "[22]": "U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8", - "[23]": "U+9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a,U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d", - "[24]": "U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911", - "[25]": "U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3", - "[26]": "U+950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648", - "[27]": "U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419-941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b", - "[28]": "U+92e5-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0", - "[29]": "U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4", - "[30]": "U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed", - "[31]": "U+8f68-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9", - "[32]": "U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67", - "[33]": "U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb,U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16", - "[34]": "U+8b6c-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd", - "[35]": "U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6b", - "[36]": "U+889b-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4,U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4", - "[37]": "U+874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a", - "[38]": "U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b", - "[39]": "U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff", - "[40]": "U+8378,U+837a-8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af", - "[41]": "U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375", - "[42]": "U+8113,U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b", - "[43]": "U+7fb1-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8112", - "[44]": "U+7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb0", - "[45]": "U+7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eae", - "[46]": "U+7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d88", - "[47]": "U+7afb,U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c1f", - "[48]": "U+7988,U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa", - "[49]": "U+7840,U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7987", - "[50]": "U+7705,U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e", - "[51]": "U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704", - "[52]": "U+749a,U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca", - "[53]": "U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498", - "[54]": "U+727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae", - "[55]": "U+7113-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e", - "[56]": "U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110", - "[57]": "U+6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2", - "[58]": "U+6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed5", - "[59]": "U+6cda,U+6cdc-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2", - "[60]": "U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9", - "[61]": "U+6a31-6a32,U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4", - "[62]": "U+6900,U+6902,U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b", - "[63]": "U+67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd", - "[64]": "U+66a7,U+66aa,U+66b2-66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0,U+67b2-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8", - "[65]": "U+655d,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6", - "[66]": "U+6427-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b", - "[67]": "U+630d-630e,U+6310,U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6426", - "[68]": "U+61c6,U+61ca-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c", - "[69]": "U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3", - "[70]": "U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa", - "[71]": "U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76", - "[72]": "U+5ce0-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30", - "[73]": "U+5b80-5b82,U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf", - "[74]": "U+5a51,U+5a53,U+5a56-5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f", - "[75]": "U+590b-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50", - "[76]": "U+57a1,U+57a4,U+57a6,U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590a", - "[77]": "U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d2-56d4,U+56d6-56d9,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a0", - "[78]": "U+5551,U+5553,U+5555-5557,U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d", - "[79]": "U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550", - "[80]": "U+52db,U+52e0,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437", - "[81]": "U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7", - "[82]": "U+5032,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b", - "[83]": "U+4f22,U+4f24,U+4f29-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5031", - "[84]": "U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21,U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f", - "[85]": "U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3119,U+311b-311e,U+3120-3126,U+3128-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02", - "[86]": "U+2749-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052", - "[87]": "U+264a-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2748", - "[88]": "U+2567-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648-2649", - "[89]": "U+2476-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2566", - "[90]": "U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2461-2471,U+2474-2475", + "[19]": "U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc", + "[20]": "U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2", + "[21]": "U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70", + "[22]": "U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee", + "[23]": "U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86", + "[24]": "U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a", + "[25]": "U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1", + "[26]": "U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c", + "[27]": "U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f", + "[28]": "U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419", + "[29]": "U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306", + "[30]": "U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207", + "[31]": "U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df", + "[32]": "U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84", + "[33]": "U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e", + "[34]": "U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb", + "[35]": "U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99", + "[36]": "U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16", + "[37]": "U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4", + "[38]": "U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762", + "[39]": "U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e", + "[40]": "U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf", + "[41]": "U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f", + "[42]": "U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279", + "[43]": "U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a", + "[44]": "U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6", + "[45]": "U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2", + "[46]": "U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b", + "[47]": "U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20", + "[48]": "U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb", + "[49]": "U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988", + "[50]": "U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840", + "[51]": "U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705", + "[52]": "U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc", + "[53]": "U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a", + "[54]": "U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3", + "[55]": "U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f", + "[56]": "U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114", + "[57]": "U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9", + "[58]": "U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8", + "[59]": "U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5", + "[60]": "U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc", + "[61]": "U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd", + "[62]": "U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32", + "[63]": "U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902", + "[64]": "U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db", + "[65]": "U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2", + "[66]": "U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564", + "[67]": "U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a", + "[68]": "U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310", + "[69]": "U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb", + "[70]": "U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af", + "[71]": "U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d", + "[72]": "U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a", + "[73]": "U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5", + "[74]": "U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82", + "[75]": "U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56", + "[76]": "U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e", + "[77]": "U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6", + "[78]": "U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a", + "[79]": "U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557", + "[80]": "U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445", + "[81]": "U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7", + "[82]": "U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196", + "[83]": "U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e", + "[84]": "U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b", + "[85]": "U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21", + "[86]": "U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049", + "[87]": "U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747", + "[88]": "U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648", + "[89]": "U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565", + "[90]": "U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474", "[91]": "U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a,U+208d-208e,U+20a1,U+20a4,U+20a6,U+20a8-20ab,U+20ad-20ae,U+20b1-20b3,U+20b5,U+20b8-20ba,U+20bd,U+20dd,U+20e3,U+2105,U+2109,U+2112-2113,U+2115-2117,U+2120-2121,U+2126,U+212b", "[92]": "U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07,U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe", "[97]": "U+2c8-2c9,U+2cc-2cd,U+2d0,U+2d8,U+2da,U+2dc,U+2e1-2e3,U+2e7,U+2eb,U+2ee,U+2f1-2ff,U+302-304,U+306-309,U+30c-30d,U+311,U+31b,U+321,U+323-325,U+328-329,U+32b-32c,U+32e-32f,U+331-33a,U+33c-33f,U+348,U+353,U+358-359,U+35c,U+35e-35f,U+361,U+363,U+367-368,U+36c,U+36f,U+530-535,U+537-540,U+55e,U+561-565,U+568-56d,U+56f-576,U+578-582,U+584,U+5a1,U+5a3-5a4,U+5aa,U+5ae,U+5b0-5b4", "[98]": "U+1af,U+1b1,U+1b4-1be,U+1d0,U+1d2,U+1d4,U+1da,U+1dc-1dd,U+1e1,U+1e3-1e4,U+1e7,U+1e9,U+1eb-1ec,U+1f0-1f1,U+1f3-1f5,U+1f7,U+1f9-1ff,U+219,U+221,U+225-226,U+228-22b,U+22e-22f,U+231-235,U+239,U+23b,U+23e,U+250-252,U+254-255,U+259-25e,U+261-263,U+268-26b,U+26d,U+26f-277,U+279-27a,U+27d-281,U+283,U+28a-28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a2,U+2a4-2a7,U+2a9-2aa,U+2ae-2b3,U+2b5-2b7,U+2b9-2bf,U+2c2-2c4,U+2c6-2c7", "[99]": "U+a1-a2,U+a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b5-b6,U+b8-ba,U+bc-be,U+c0-c8,U+ca-cc,U+ce-d5,U+d8-df,U+f0,U+f5,U+f8,U+fb,U+fe-100,U+102,U+105,U+107,U+109-10b,U+10f,U+112,U+115,U+117,U+119,U+11b,U+11f,U+121,U+123-124,U+127,U+129,U+12c-12d,U+130-13f,U+141-142,U+144,U+148,U+14b-14c,U+14f-153,U+159-15b,U+15e-160,U+163-166,U+169-16a,U+16d-171,U+173-17e,U+192,U+1a0,U+1a4,U+1aa,U+1ac-1ad", - "[100]": "U+a3,U+2ca,U+2223,U+2460,U+2640,U+273f,U+301c,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+56d1,U+56dd,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67b1,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71ee,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be5-8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+99f1,U+9a5b,U+9ab7,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d", - "[101]": "U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301d-301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6292,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+701d,U+703e,U+707c,U+7099,U+710a,U+72d9,U+72e9,U+731d,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76bf,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+8258,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+9091,U+90ae,U+90b8,U+9257,U+9310,U+9382,U+93df,U+94fe,U+95a5,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+9986,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+ff25,U+1f389,U+1f449,U+1f495", - "[102]": "U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5436,U+5443,U+5466,U+54a8,U+54bd,U+54c9,U+54cb,U+555e,U+5580,U+560e,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+6254,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68e0,U+68f5,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6eaf,U+6eba,U+6fef,U+7028,U+70b3,U+711a,U+725f,U+7325,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7c27,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+86e4,U+8718,U+87ec,U+880d,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bdd,U+8c41,U+8c48,U+8cb6,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95a9,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33", - "[103]": "U+60,U+f7,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+311a,U+4e11,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54a7,U+54b1,U+54b3,U+54b8,U+556a,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5614,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5d01,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+68d7,U+6977,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6e5b,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+79cd,U+7a6b,U+7ac5,U+7b1b,U+7b77,U+7ca7,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+831c,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8bcd,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d", - "[104]": "U+10c,U+161,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1c,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+50d5,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5cfb,U+5d11,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f64,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+6807,U+68cd,U+68f2,U+690e,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+708a,U+7130,U+7165,U+7172,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8305,U+8335,U+8343,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+9444,U+957f,U+9591,U+96a7,U+97ad,U+97cc,U+9811,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9bca,U+9ebd,U+e60f,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602", - "[105]": "U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+311f,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+539d,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5632,U+5757,U+5835,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+614c,U+621a,U+6237,U+6296,U+62e9,U+632a-632b,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a3a,U+6ab3,U+6b22,U+6c59,U+6c83,U+6ccc,U+6dea,U+6df5,U+6ef7,U+6f3e,U+6f80,U+6fe4,U+7164,U+71c9,U+722a,U+7260,U+7272,U+73b0,U+74e3,U+7538,U+7586,U+75b5,U+7661-7662,U+77db,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+839e,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+935b,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ff,U+9b91,U+9db4,U+9f4b,U+e602-e605,U+e610-e611,U+ff16-ff19", - "[106]": "U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+3127,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+4fcf,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+60df,U+611a,U+6190,U+61a4,U+61be,U+61fc,U+6284,U+62ac,U+62bc,U+634f,U+636e,U+6398,U+63a9,U+6487,U+6495,U+64ab,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+6761,U+679a,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a38,U+6a59,U+6ae5,U+6b47,U+6b67,U+6b6a,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+70ed,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+74ca,U+7535,U+753a,U+75f4,U+7624,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a62,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+84bc,U+84c9,U+84ec,U+8523,U+8549,U+8569,U+8591,U+85b0,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+9214,U+946b,U+9470,U+947c,U+9640,U+9675,U+96ef,U+97cb,U+97e9,U+985b,U+99ae,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff14,U+1f464", - "[107]": "U+a5,U+25ce,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4f3a,U+4f51,U+4f62,U+4faf,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5733,U+5764,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a8,U+59ec,U+5b66,U+5b99,U+5b9d,U+5bee,U+5c2c,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+6070,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6435,U+6454,U+64a4,U+64b2,U+64bc,U+64bf,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6614,U+6670,U+6688,U+672d,U+673a,U+6770,U+68cb,U+6912,U+6953,U+6a61,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+7149,U+714e,U+71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+7504,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8475,U+8490,U+85af,U+8650,U+8667,U+86d9,U+8774,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+91d8,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9716,U+9774,U+97fb,U+9812,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff05,U+ff0b,U+ff10,U+ff15", - "[108]": "U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e08,U+4e2a,U+4e4f,U+4e59,U+4ec7,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+507d,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5690,U+56ca,U+56fe,U+582a,U+5915,U+5949,U+5962,U+5996,U+59a5,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5c48,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62d3,U+62f3,U+6368,U+6380,U+6492,U+64e0,U+6570,U+6606,U+660f,U+6649,U+6691,U+66a8,U+6749,U+674f,U+6795,U+67f1,U+67f3,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6d29,U+6d66,U+6daf,U+6f01,U+6f58,U+6f6d,U+6f70,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+71d9,U+71e5,U+7235,U+7267,U+73ca,U+742a,U+74f7,U+7529,U+758f,U+75bc,U+76c6,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7c60,U+7cfe,U+7dbf,U+7e2b,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8155,U+816b,U+81df,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8606,U+868a,U+87f9,U+886b,U+8870,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+9817,U+98c6,U+9ecf,U+feff,U+ff06,U+ff0a,U+ff12-ff13", - "[109]": "U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+5606,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+58fa,U+594f,U+5951,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5ca1,U+5d29,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6062,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64b0,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+67f4,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6cdb,U+6d69,U+6db5,U+6dd1,U+6e21,U+6f06,U+6f62,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433,U+745c,U+7470,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7740,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e31,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8108,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+8277,U+82d1,U+8461,U+84b8,U+852c,U+857e,U+8587,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8776,U+87ba,U+8896,U+88c2,U+88d5,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8d64,U+8d74,U+8d81,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+905c,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f0e,U+9f52,U+9f9c,U+ff11,U+ff1e", - "[110]": "U+2022,U+2500,U+25bc,U+4e1f,U+4e95,U+4f50,U+4f54,U+4f69,U+4fb6,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+592f,U+5954,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5c6f,U+5de1,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f7c,U+5f81,U+5f90-5f92,U+6016,U+6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6155,U+6158,U+6191,U+6212,U+626e,U+62d4,U+632f,U+633a,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6597,U+66b1,U+66ec,U+6731,U+6735,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6dcb,U+6dd8,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+73b2,U+7434,U+74e6,U+758a,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78a9,U+78b0,U+790e,U+7965,U+7a4e,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+838e,U+83cc,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8cc0,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+903e,U+9059,U+9072,U+9075,U+90ce,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+95c6,U+9676-9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b", - "[111]": "U+5e,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e32,U+4ef2,U+4fd7,U+501f,U+5144,U+51c6,U+52c1,U+5440,U+54e6,U+54ed,U+5510,U+5687,U+58c1,U+5b5d,U+5bd2,U+5ee2,U+5f31,U+6012,U+6084,U+6148,U+6182,U+622a,U+6355,U+6372,U+63ee,U+6416,U+6575,U+660c,U+66c9,U+675c,U+6a6b,U+6b32,U+6b49,U+6b98,U+6d6e,U+6dda,U+6ef4,U+6efe,U+7159,U+7378,U+775b,U+78e8,U+7aa9,U+7d1b,U+7de9,U+7f6a,U+7f8a,U+7fbd,U+8000,U+809a,U+8102,U+8170,U+819c,U+8266,U+82b3,U+87f2,U+8972,U+8a17,U+8b02,U+8e22,U+904d,U+90ed,U+91c7,U+93c8,U+9451,U+9a37,U+9b27,U+ad6d,U+c5b4,U+d55c", - "[112]": "U+2502,U+2605,U+4e39,U+4e58,U+4ea1,U+4ed9,U+4f2f-4f30,U+4f38,U+4f75,U+4fc3,U+4ff1,U+500d,U+5049,U+5074,U+5077,U+5091,U+5175,U+517c,U+51cd,U+51e1,U+5269-526a,U+52aa,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5448,U+54aa,U+5674,U+56f0,U+5761,U+585e,U+588a,U+58a8,U+58fd,U+5925,U+592e,U+5948,U+5999,U+59b3,U+5a18,U+5a1c,U+5a46,U+5b30,U+5b54,U+5b6b,U+5b8f,U+5be9,U+5bf8,U+5c0a,U+5c16,U+5c24,U+5c46,U+5cf0,U+5e1d,U+5e25,U+5e2d,U+5e3d,U+5e79,U+5f04,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+61f6,U+6258,U+6293,U+62c6,U+62d2,U+62d6,U+62fc,U+63da,U+63ed,U+640d,U+6458,U+649e,U+64ec,U+64f4,U+64fe,U+651c,U+6562,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66dd,U+66fc,U+66ff,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+695a,U+69cd,U+6afb,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6d74,U+6db2,U+6dbc,U+6df7,U+6dfb,U+6e38,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+6fc3,U+6fd5,U+7070,U+70b8,U+70cf,U+70e4,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+7919,U+7956,U+795d,U+7a05,U+7a0d,U+7a3f,U+7bc9,U+7c97,U+7cd5,U+7d0b,U+7d10,U+7dfb,U+7e3e,U+7e6a,U+8036,U+808c,U+80af,U+80ce,U+80e1,U+80f8,U+817f,U+8216,U+8239,U+827e,U+8377,U+8389,U+83ab,U+83f2,U+840a,U+8584,U+85c9,U+865b,U+8766,U+87a2,U+8932,U+8a50,U+8a69,U+8a95,U+8b6f,U+8c37,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+9336,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+9846,U+98fd,U+99d5,U+9a0e,U+9a19,U+9b6f,U+9ce5,U+9cf3,U+9ece,U+9ed8,U+9f13,U+9f20", - "[113]": "U+201c-201d,U+203b,U+2192,U+25b2,U+300e-300f,U+4e01,U+4e73,U+4e82,U+4e88,U+4e8e,U+4f0a,U+4f5b,U+502b,U+504f,U+5076,U+5100,U+5104,U+5132,U+5192,U+51a0,U+51ac,U+51f1,U+5200,U+5224,U+522a,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+52ff,U+5371,U+539a,U+53e5,U+540e,U+5433,U+547c,U+552f,U+5531,U+5634,U+56c9,U+574a,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58c7,U+58de,U+5967,U+59bb,U+59d3-59d4,U+5b55,U+5b87,U+5b97,U+5bae,U+5bbf,U+5be7,U+5bec,U+5cb8,U+5df7,U+5e7b-5e7c,U+5f1f,U+5f70,U+5fd9,U+60e1,U+61b6,U+61c2,U+6200,U+6234,U+6263,U+62b5,U+62dc,U+62ec,U+6383,U+638c,U+63cf,U+63d2,U+63e1,U+63f4,U+641e,U+64cd,U+64fa,U+654f,U+6557,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6696-6697,U+66ab,U+66c6,U+671d,U+672b,U+676f,U+677e,U+67d0,U+67d3,U+684c,U+68c4,U+690d,U+694a,U+699c,U+6a4b,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6bd2,U+6c60,U+6cb3,U+6d89,U+6de1,U+6de8,U+6e6f,U+6f02,U+70c8,U+7126,U+718a,U+7236,U+723d,U+7246,U+72af,U+72d7,U+73cd,U+7532,U+760b,U+7626,U+7687,U+76df,U+7761,U+79cb,U+79d2,U+79df,U+7a69,U+7af6,U+7b80,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d2b,U+7de3,U+7e2e,U+7e54,U+7e6b,U+8010,U+80a5,U+812b,U+819a,U+81a0,U+82d7,U+838a,U+8463,U+84cb,U+8521,U+8607,U+860b,U+864e,U+871c,U+878d,U+885d,U+89f8,U+8a13,U+8aa0,U+8afe,U+8b5c,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8de8,U+8fea,U+9014,U+9055,U+906d,U+907a,U+907f,U+90a6,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+9694,U+96bb,U+9707,U+9738,U+9905,U+9aa8,U+9b25,U+9b3c,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d-ff0e", - "[114]": "U+3c,U+d7,U+2027,U+4e4e,U+4e92,U+4ea6,U+4ec1,U+4ecd,U+4f34,U+4f48,U+4f53,U+4fb5,U+5012,U+50b7,U+51b0,U+5283,U+52dd,U+532f,U+5354,U+53eb,U+53f3,U+5409,U+5496,U+54c8,U+54e5,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+590f,U+592b,U+593e,U+5976,U+599d,U+59b9,U+59d0,U+5a5a,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de7-5de8,U+5e63,U+5e8a,U+5e9c,U+5eda,U+5ef3,U+5ef6,U+5f48,U+5fb5,U+6015,U+6025,U+602a,U+6050,U+6069,U+6162,U+6176,U+61f7,U+6279,U+627f,U+6297,U+62b1,U+62bd,U+6311,U+6377,U+6388-6389,U+63a1-63a2,U+6436,U+64c1,U+64d4,U+6551,U+6563,U+65bd,U+66b4,U+66f2,U+6751,U+675f,U+6790,U+6838,U+68d2,U+68ee,U+6982,U+69ae,U+69cb,U+6a39,U+6b66,U+6bba,U+6c5f,U+6ce1,U+6d0b,U+6d3e,U+6d6a,U+6e1b,U+6ed1,U+6f22,U+6f54,U+6f6e,U+6fc0,U+6fdf,U+719f,U+71c8,U+71d2,U+7259,U+72c2,U+7389,U+73e0,U+745e,U+751a,U+751c,U+7530,U+7533,U+7562,U+7591,U+75c5,U+75db,U+7642,U+7686,U+76d2,U+76db,U+76e1,U+76e3,U+7701,U+786c,U+7981,U+79c0,U+79fb,U+7a81,U+7a97,U+7adf,U+7aef,U+7b26,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7d9c,U+7dca,U+7df4,U+7e23,U+7f3a,U+8033,U+804a,U+8056,U+805a,U+8173,U+81e8,U+8212,U+821e,U+822a,U+82e6,U+8336,U+83dc,U+8449,U+84ee,U+85e5,U+885b,U+888b,U+8907,U+8a34,U+8a5e,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8cb4,U+8dd1,U+8f2a,U+8fb2,U+9109,U+9192,U+91cb,U+91dd,U+93e1,U+964d,U+9686,U+968e,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+98ef,U+9918,U+9aee,U+9b54,U+9ebb,U+ff0f,U+ff5c", - "[115]": "U+23-25,U+3d,U+4e45,U+4e5d,U+4e7e,U+4eac,U+4eae,U+4ed4,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+505c,U+50c5,U+5145,U+51b7,U+521d,U+523b,U+525b,U+5287,U+52e2,U+5348,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+5708,U+570d,U+571f,U+5747,U+5802,U+58d3,U+5920,U+5922,U+5957,U+5979,U+5a01,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5e78,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fd7-5fd8,U+6167,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b4c,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6e56,U+6fb3,U+722d,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a7f,U+7af9,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d22,U+7d42,U+7d55,U+7da0,U+7e41,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+8349,U+85cd,U+86cb,U+8840,U+88dc,U+8986,U+8a0e,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8fd4,U+8ff0,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+983b,U+984d,U+984f,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+ff5e", - "[116]": "U+40,U+2026,U+4e03,U+4e14,U+4e9e,U+4ec0,U+4ed8,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+5019,U+503c,U+5047,U+514b,U+516b,U+5178,U+5207,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+5740,U+5883,U+589e,U+591c,U+5931,U+59cb,U+5a1b,U+5b58,U+5b98,U+5b9c,U+5ba4,U+5bcc,U+5beb,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fa9,U+5fae,U+5fb7,U+5ff5,U+600e,U+601d,U+60e0,U+614b,U+6230,U+623f,U+628a,U+6295,U+62c9,U+6309,U+64c7,U+64ca,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+7206,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+798f,U+79ae,U+7a4d,U+7a76,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d20,U+7d39,U+7d72,U+7dad,U+7e8c,U+7fa4,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+89ba,U+89d2,U+8a2a,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8c61,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+967d,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+9818,U+986f,U+990a,U+9910,U+9928,U+9e97,U+9ec3,U+9f8d,U+ff1b", - "[117]": "U+26,U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+512a,U+5143,U+5148,U+5152,U+5169,U+516d,U+5171,U+5177,U+518a,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+5404,U+559c,U+55ce,U+5668,U+56db,U+5712,U+5718,U+57ce,U+57fa,U+58eb,U+592a,U+5947,U+5bc6,U+5bf6,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+6236,U+624d,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63db,U+64da,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+6797,U+67e5,U+6848,U+6a19,U+6a23,U+6b61,U+6bcf,U+6c11,U+6c42,U+6d41,U+6d77,U+6e2f,U+6eff,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7537,U+754c,U+7559,U+767d-767e,U+78bc,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d30,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+7f6e,U+7fa9,U+8001,U+805e,U+8072,U+81f3,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88e1,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b70,U+8b77,U+8b80,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc,U+9ed1", - "[118]": "U+d,U+2b,U+7c,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4fdd,U+4fe1,U+50b3,U+50f9,U+5149,U+514d,U+5167,U+5176,U+518d,U+5217,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+53ea,U+53f8,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+56e0,U+5716,U+578b,U+5831,U+5834,U+5916,U+5973,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0b,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6216,U+624b,U+6253,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+661f,U+662d,U+670d,U+671f,U+672a,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6bd4,U+6c23,U+6c34,U+6c92,U+6cd5,U+6d3b,U+6d88,U+6e05,U+7063,U+7121,U+7136,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7531,U+7576,U+767b,U+76ee,U+76f4,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+8005,U+800c,U+806f,U+8207,U+8272,U+82b1,U+865f,U+8868,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9650,U+9762,U+982d,U+984c,U+985e,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f", - "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+a0,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+4f86,U+500b,U+5011,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5929,U+597d,U+5b50,U+5bb6,U+5c0f,U+5e73-5e74,U+5fc3,U+6210-6211,U+6240,U+6587,U+65b0,U+65b9,U+65bc,U+65e5,U+660e,U+662f,U+6642,U+66f4,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+6cbb,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+76f8,U+7db2,U+7f8e,U+80fd,U+81ea,U+884c,U+8981,U+958b,U+95dc,U+96fb,U+9801,U+9996,U+ff0c,U+ff1a", + "[100]": "U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d", + "[101]": "U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495", + "[102]": "U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33", + "[103]": "U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d", + "[104]": "U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602", + "[105]": "U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19", + "[106]": "U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464", + "[107]": "U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15", + "[108]": "U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13", + "[109]": "U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e", + "[110]": "U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4", + "[111]": "U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c", + "[112]": "U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d", + "[113]": "U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c", + "[114]": "U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54", + "[115]": "U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e", + "[116]": "U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d", + "[117]": "U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc", + "[118]": "U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f", + "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a", + "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" } \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/vietnamese-200.css b/fonts/google/noto-serif-tc/vietnamese-200.css new file mode 100644 index 00000000000..f5060ba1698 --- /dev/null +++ b/fonts/google/noto-serif-tc/vietnamese-200.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-vietnamese-200-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-tc-vietnamese-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-200-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/vietnamese-300.css b/fonts/google/noto-serif-tc/vietnamese-300.css new file mode 100644 index 00000000000..864ab798d9e --- /dev/null +++ b/fonts/google/noto-serif-tc/vietnamese-300.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-vietnamese-300-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-tc-vietnamese-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-300-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/vietnamese-400.css b/fonts/google/noto-serif-tc/vietnamese-400.css new file mode 100644 index 00000000000..3b0a7d65334 --- /dev/null +++ b/fonts/google/noto-serif-tc/vietnamese-400.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-vietnamese-400-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-tc-vietnamese-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/vietnamese-500.css b/fonts/google/noto-serif-tc/vietnamese-500.css new file mode 100644 index 00000000000..73338e44aed --- /dev/null +++ b/fonts/google/noto-serif-tc/vietnamese-500.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-vietnamese-500-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-tc-vietnamese-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-500-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/vietnamese-600.css b/fonts/google/noto-serif-tc/vietnamese-600.css new file mode 100644 index 00000000000..ece82119069 --- /dev/null +++ b/fonts/google/noto-serif-tc/vietnamese-600.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-vietnamese-600-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-tc-vietnamese-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-600-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/vietnamese-700.css b/fonts/google/noto-serif-tc/vietnamese-700.css new file mode 100644 index 00000000000..3dcba58ecba --- /dev/null +++ b/fonts/google/noto-serif-tc/vietnamese-700.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-vietnamese-700-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-tc-vietnamese-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-700-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/vietnamese-800.css b/fonts/google/noto-serif-tc/vietnamese-800.css new file mode 100644 index 00000000000..d114989aef4 --- /dev/null +++ b/fonts/google/noto-serif-tc/vietnamese-800.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-vietnamese-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-vietnamese-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-800-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/vietnamese-900.css b/fonts/google/noto-serif-tc/vietnamese-900.css new file mode 100644 index 00000000000..1af29fd5888 --- /dev/null +++ b/fonts/google/noto-serif-tc/vietnamese-900.css @@ -0,0 +1,8 @@ +/* noto-serif-tc-vietnamese-900-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-tc-vietnamese-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/noto-serif-tc/vietnamese.css b/fonts/google/noto-serif-tc/vietnamese.css new file mode 100644 index 00000000000..db58580bcfd --- /dev/null +++ b/fonts/google/noto-serif-tc/vietnamese.css @@ -0,0 +1,71 @@ +/* noto-serif-tc-vietnamese-200-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 200; + src: url(./files/noto-serif-tc-vietnamese-200-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-200-normal.woff) format('woff'); +} + +/* noto-serif-tc-vietnamese-300-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 300; + src: url(./files/noto-serif-tc-vietnamese-300-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-300-normal.woff) format('woff'); +} + +/* noto-serif-tc-vietnamese-400-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/noto-serif-tc-vietnamese-400-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-400-normal.woff) format('woff'); +} + +/* noto-serif-tc-vietnamese-500-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 500; + src: url(./files/noto-serif-tc-vietnamese-500-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-500-normal.woff) format('woff'); +} + +/* noto-serif-tc-vietnamese-600-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: url(./files/noto-serif-tc-vietnamese-600-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-600-normal.woff) format('woff'); +} + +/* noto-serif-tc-vietnamese-700-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 700; + src: url(./files/noto-serif-tc-vietnamese-700-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-700-normal.woff) format('woff'); +} + +/* noto-serif-tc-vietnamese-800-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 800; + src: url(./files/noto-serif-tc-vietnamese-800-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-800-normal.woff) format('woff'); +} + +/* noto-serif-tc-vietnamese-900-normal */ +@font-face { + font-family: 'Noto Serif TC'; + font-style: normal; + font-display: swap; + font-weight: 900; + src: url(./files/noto-serif-tc-vietnamese-900-normal.woff2) format('woff2'), url(./files/noto-serif-tc-vietnamese-900-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/google/playpen-sans/README.md b/fonts/google/playpen-sans/README.md index 8e6c3a3df6f..c6b6718c5a1 100644 --- a/fonts/google/playpen-sans/README.md +++ b/fonts/google/playpen-sans/README.md @@ -42,6 +42,6 @@ Copyright 2023 The Playpen Sans Project Authors (https://github.com/TypeTogether [OFL-1.1](http://scripts.sil.org/OFL) ## Other Notes -Font version (provided by source): `v11`. +Font version (provided by source): `v13`. If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/google/playpen-sans/metadata.json b/fonts/google/playpen-sans/metadata.json index 567ca88ce73..b696ead3208 100644 --- a/fonts/google/playpen-sans/metadata.json +++ b/fonts/google/playpen-sans/metadata.json @@ -8,8 +8,8 @@ "variable": { "wght": {"default": "400", "min": "100", "max": "800", "step": "1"} }, - "lastModified": "2024-05-06", - "version": "v11", + "lastModified": "2024-05-17", + "version": "v13", "category": "handwriting", "license": { "type": "OFL-1.1", diff --git a/fonts/google/playpen-sans/package.json b/fonts/google/playpen-sans/package.json index 358bbbfc046..83dedc9f6e3 100644 --- a/fonts/google/playpen-sans/package.json +++ b/fonts/google/playpen-sans/package.json @@ -1,6 +1,6 @@ { "name": "@fontsource/playpen-sans", - "version": "5.0.7", + "version": "5.0.8", "description": "Self-host the Playpen Sans font in a neatly bundled NPM package.", "main": "index.css", "publishConfig": {"access": "public"}, @@ -26,5 +26,5 @@ "url": "https://github.com/fontsource/font-files.git", "directory": "fonts/google/playpen-sans" }, - "publishHash": "e6379faf5654bc2c" + "publishHash": "2cf09a185cd43354" } \ No newline at end of file diff --git a/fonts/icons/material-symbols-outlined/README.md b/fonts/icons/material-symbols-outlined/README.md index 79798e89f4e..d7541583c52 100644 --- a/fonts/icons/material-symbols-outlined/README.md +++ b/fonts/icons/material-symbols-outlined/README.md @@ -42,6 +42,6 @@ Copyright 2022, 2022 Google LLC. All Rights Reserved. [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0.html) ## Other Notes -Font version (provided by source): `v179`. +Font version (provided by source): `v183`. If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-100-normal.woff b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-100-normal.woff index c78d172dca2..64c1c441e9f 100644 Binary files a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-100-normal.woff and b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-100-normal.woff differ diff --git a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-100-normal.woff2 b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-100-normal.woff2 index 43c4ad42fa6..2e4bae5bf46 100644 Binary files a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-100-normal.woff2 and b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-100-normal.woff2 differ diff --git a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-200-normal.woff b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-200-normal.woff index cb38dca744d..98b44a23637 100644 Binary files a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-200-normal.woff and b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-200-normal.woff differ diff --git a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-200-normal.woff2 b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-200-normal.woff2 index 3ab9c270384..1beeaab949d 100644 Binary files a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-200-normal.woff2 and b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-200-normal.woff2 differ diff --git a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-300-normal.woff b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-300-normal.woff index 7427d9c8c62..e638e7a2801 100644 Binary files a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-300-normal.woff and b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-300-normal.woff differ diff --git a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-300-normal.woff2 b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-300-normal.woff2 index d7c99c9b86f..7ab2b16467e 100644 Binary files a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-300-normal.woff2 and b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-300-normal.woff2 differ diff --git a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-400-normal.woff b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-400-normal.woff index 1097d06f4aa..85b0e0ab615 100644 Binary files a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-400-normal.woff and b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-400-normal.woff differ diff --git a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-400-normal.woff2 b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-400-normal.woff2 index 8ffbe21d5b2..2e883aa9e11 100644 Binary files a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-400-normal.woff2 and b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-400-normal.woff2 differ diff --git a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-500-normal.woff b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-500-normal.woff index 52ad81671e9..3771a88a50f 100644 Binary files a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-500-normal.woff and b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-500-normal.woff differ diff --git a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-500-normal.woff2 b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-500-normal.woff2 index ef41c1c0bdf..c59df482887 100644 Binary files a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-500-normal.woff2 and b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-500-normal.woff2 differ diff --git a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-600-normal.woff b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-600-normal.woff index d1be2d27fd4..88597adc817 100644 Binary files a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-600-normal.woff and b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-600-normal.woff differ diff --git a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-600-normal.woff2 b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-600-normal.woff2 index e1b049897d6..e9f12118875 100644 Binary files a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-600-normal.woff2 and b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-600-normal.woff2 differ diff --git a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-700-normal.woff b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-700-normal.woff index def7846410b..f29ae2298ed 100644 Binary files a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-700-normal.woff and b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-700-normal.woff differ diff --git a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-700-normal.woff2 b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-700-normal.woff2 index e18d4473fd5..11f76e35fde 100644 Binary files a/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-700-normal.woff2 and b/fonts/icons/material-symbols-outlined/files/material-symbols-outlined-latin-700-normal.woff2 differ diff --git a/fonts/icons/material-symbols-outlined/metadata.json b/fonts/icons/material-symbols-outlined/metadata.json index 668d390aeb3..e04e451eb2f 100644 --- a/fonts/icons/material-symbols-outlined/metadata.json +++ b/fonts/icons/material-symbols-outlined/metadata.json @@ -11,8 +11,8 @@ "GRAD": {"min": "-25", "max": "200", "default": "0", "step": "1"}, "opsz": {"default": "48", "min": "30", "max": "48", "step": "0.1"} }, - "lastModified": "2024-04-25", - "version": "v179", + "lastModified": "2024-05-13", + "version": "v183", "category": "icons", "license": { "type": "Apache-2.0", diff --git a/fonts/icons/material-symbols-outlined/package.json b/fonts/icons/material-symbols-outlined/package.json index dbd9795d3ed..59334cc2664 100644 --- a/fonts/icons/material-symbols-outlined/package.json +++ b/fonts/icons/material-symbols-outlined/package.json @@ -1,6 +1,6 @@ { "name": "@fontsource/material-symbols-outlined", - "version": "5.0.30", + "version": "5.0.31", "description": "Self-host the Material Symbols Outlined font in a neatly bundled NPM package.", "main": "index.css", "publishConfig": {"access": "public"}, @@ -26,5 +26,5 @@ "url": "https://github.com/fontsource/font-files.git", "directory": "fonts/google/material-symbols-outlined" }, - "publishHash": "6503cecd1da9203a" + "publishHash": "028b0a4ce3849032" } \ No newline at end of file diff --git a/fonts/icons/material-symbols-rounded/README.md b/fonts/icons/material-symbols-rounded/README.md index 7f4e8259062..0a9b5dd79ae 100644 --- a/fonts/icons/material-symbols-rounded/README.md +++ b/fonts/icons/material-symbols-rounded/README.md @@ -42,6 +42,6 @@ Copyright 2022, 2022 Google LLC. All Rights Reserved. [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0.html) ## Other Notes -Font version (provided by source): `v177`. +Font version (provided by source): `v181`. If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-100-normal.woff b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-100-normal.woff index 5f01203b14a..997169a45b5 100644 Binary files a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-100-normal.woff and b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-100-normal.woff differ diff --git a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-100-normal.woff2 b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-100-normal.woff2 index 9bb858459a7..f831c616e6f 100644 Binary files a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-100-normal.woff2 and b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-100-normal.woff2 differ diff --git a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-200-normal.woff b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-200-normal.woff index 8429bf96921..b91178c97e2 100644 Binary files a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-200-normal.woff and b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-200-normal.woff differ diff --git a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-200-normal.woff2 b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-200-normal.woff2 index 667e61c8ead..84f24ab523d 100644 Binary files a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-200-normal.woff2 and b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-200-normal.woff2 differ diff --git a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-300-normal.woff b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-300-normal.woff index a69b09e4843..4f88902f14a 100644 Binary files a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-300-normal.woff and b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-300-normal.woff differ diff --git a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-300-normal.woff2 b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-300-normal.woff2 index c9cbec51214..92146022d18 100644 Binary files a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-300-normal.woff2 and b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-300-normal.woff2 differ diff --git a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-400-normal.woff b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-400-normal.woff index 89517d09f93..7ca17ac46e3 100644 Binary files a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-400-normal.woff and b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-400-normal.woff differ diff --git a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-400-normal.woff2 b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-400-normal.woff2 index 2c1139b094d..f064148ec0b 100644 Binary files a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-400-normal.woff2 and b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-400-normal.woff2 differ diff --git a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-500-normal.woff b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-500-normal.woff index 52bac6e4853..e7fe0d6515e 100644 Binary files a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-500-normal.woff and b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-500-normal.woff differ diff --git a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-500-normal.woff2 b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-500-normal.woff2 index a0221a0e08c..3bba8e0bdf4 100644 Binary files a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-500-normal.woff2 and b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-500-normal.woff2 differ diff --git a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-600-normal.woff b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-600-normal.woff index 648c88052ab..9f6373f0f8c 100644 Binary files a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-600-normal.woff and b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-600-normal.woff differ diff --git a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-600-normal.woff2 b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-600-normal.woff2 index d21297becf7..411975e3a60 100644 Binary files a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-600-normal.woff2 and b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-600-normal.woff2 differ diff --git a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-700-normal.woff b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-700-normal.woff index 94c70695132..1e5239eacfa 100644 Binary files a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-700-normal.woff and b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-700-normal.woff differ diff --git a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-700-normal.woff2 b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-700-normal.woff2 index 17aadceca00..303ff79ec07 100644 Binary files a/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-700-normal.woff2 and b/fonts/icons/material-symbols-rounded/files/material-symbols-rounded-latin-700-normal.woff2 differ diff --git a/fonts/icons/material-symbols-rounded/metadata.json b/fonts/icons/material-symbols-rounded/metadata.json index 9224facb107..8f319fe24f4 100644 --- a/fonts/icons/material-symbols-rounded/metadata.json +++ b/fonts/icons/material-symbols-rounded/metadata.json @@ -11,8 +11,8 @@ "GRAD": {"min": "-25", "max": "200", "default": "0", "step": "1"}, "opsz": {"default": "48", "min": "30", "max": "48", "step": "0.1"} }, - "lastModified": "2024-04-25", - "version": "v177", + "lastModified": "2024-05-13", + "version": "v181", "category": "icons", "license": { "type": "Apache-2.0", diff --git a/fonts/icons/material-symbols-rounded/package.json b/fonts/icons/material-symbols-rounded/package.json index 49779f95f12..209d8f8a17c 100644 --- a/fonts/icons/material-symbols-rounded/package.json +++ b/fonts/icons/material-symbols-rounded/package.json @@ -1,6 +1,6 @@ { "name": "@fontsource/material-symbols-rounded", - "version": "5.0.30", + "version": "5.0.31", "description": "Self-host the Material Symbols Rounded font in a neatly bundled NPM package.", "main": "index.css", "publishConfig": {"access": "public"}, @@ -26,5 +26,5 @@ "url": "https://github.com/fontsource/font-files.git", "directory": "fonts/google/material-symbols-rounded" }, - "publishHash": "5347bbb0bd8b4d92" + "publishHash": "ae604ac8015c7036" } \ No newline at end of file diff --git a/fonts/icons/material-symbols-sharp/README.md b/fonts/icons/material-symbols-sharp/README.md index f1ebf840b53..902d8d23620 100644 --- a/fonts/icons/material-symbols-sharp/README.md +++ b/fonts/icons/material-symbols-sharp/README.md @@ -42,6 +42,6 @@ Copyright 2022, 2022 Google LLC. All Rights Reserved. [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0.html) ## Other Notes -Font version (provided by source): `v175`. +Font version (provided by source): `v179`. If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-100-normal.woff b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-100-normal.woff index 395b79fa3dc..d1301e6f53e 100644 Binary files a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-100-normal.woff and b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-100-normal.woff differ diff --git a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-100-normal.woff2 b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-100-normal.woff2 index c1e78dc003f..d55416c9537 100644 Binary files a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-100-normal.woff2 and b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-100-normal.woff2 differ diff --git a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-200-normal.woff b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-200-normal.woff index 1477086c292..8a9885c6016 100644 Binary files a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-200-normal.woff and b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-200-normal.woff differ diff --git a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-200-normal.woff2 b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-200-normal.woff2 index 1155d6fb2c5..dd133586c7b 100644 Binary files a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-200-normal.woff2 and b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-200-normal.woff2 differ diff --git a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-300-normal.woff b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-300-normal.woff index d30783c8203..ce24a780ca1 100644 Binary files a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-300-normal.woff and b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-300-normal.woff differ diff --git a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-300-normal.woff2 b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-300-normal.woff2 index 9c0323ded52..675194db168 100644 Binary files a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-300-normal.woff2 and b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-300-normal.woff2 differ diff --git a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-400-normal.woff b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-400-normal.woff index fdfc123de6e..8a49af0b643 100644 Binary files a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-400-normal.woff and b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-400-normal.woff differ diff --git a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-400-normal.woff2 b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-400-normal.woff2 index 16f6e7890b5..55a23efbb1f 100644 Binary files a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-400-normal.woff2 and b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-400-normal.woff2 differ diff --git a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-500-normal.woff b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-500-normal.woff index cb2d6ac5ed5..511bd058b78 100644 Binary files a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-500-normal.woff and b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-500-normal.woff differ diff --git a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-500-normal.woff2 b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-500-normal.woff2 index 9b92a9f50f3..a84eb47128c 100644 Binary files a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-500-normal.woff2 and b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-500-normal.woff2 differ diff --git a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-600-normal.woff b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-600-normal.woff index b0938cf3ea0..5fd2b3ca16f 100644 Binary files a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-600-normal.woff and b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-600-normal.woff differ diff --git a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-600-normal.woff2 b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-600-normal.woff2 index 9003d0977e7..7cf84801010 100644 Binary files a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-600-normal.woff2 and b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-600-normal.woff2 differ diff --git a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-700-normal.woff b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-700-normal.woff index b1fc2bb824e..a8a14a8682c 100644 Binary files a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-700-normal.woff and b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-700-normal.woff differ diff --git a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-700-normal.woff2 b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-700-normal.woff2 index d7412860509..80fb69f620e 100644 Binary files a/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-700-normal.woff2 and b/fonts/icons/material-symbols-sharp/files/material-symbols-sharp-latin-700-normal.woff2 differ diff --git a/fonts/icons/material-symbols-sharp/metadata.json b/fonts/icons/material-symbols-sharp/metadata.json index 3f6ffe3e238..3c0e10f8539 100644 --- a/fonts/icons/material-symbols-sharp/metadata.json +++ b/fonts/icons/material-symbols-sharp/metadata.json @@ -11,8 +11,8 @@ "GRAD": {"min": "-25", "max": "200", "default": "0", "step": "1"}, "opsz": {"default": "48", "min": "30", "max": "48", "step": "0.1"} }, - "lastModified": "2024-04-25", - "version": "v175", + "lastModified": "2024-05-13", + "version": "v179", "category": "icons", "license": { "type": "Apache-2.0", diff --git a/fonts/icons/material-symbols-sharp/package.json b/fonts/icons/material-symbols-sharp/package.json index 1d62e83ec50..4f31dda08a3 100644 --- a/fonts/icons/material-symbols-sharp/package.json +++ b/fonts/icons/material-symbols-sharp/package.json @@ -1,6 +1,6 @@ { "name": "@fontsource/material-symbols-sharp", - "version": "5.0.30", + "version": "5.0.31", "description": "Self-host the Material Symbols Sharp font in a neatly bundled NPM package.", "main": "index.css", "publishConfig": {"access": "public"}, @@ -26,5 +26,5 @@ "url": "https://github.com/fontsource/font-files.git", "directory": "fonts/google/material-symbols-sharp" }, - "publishHash": "127283004526812b" + "publishHash": "92c4c0451567020f" } \ No newline at end of file diff --git a/fonts/variable-icons/material-symbols-outlined/README.md b/fonts/variable-icons/material-symbols-outlined/README.md index 68d04dbc277..edb1a81f023 100644 --- a/fonts/variable-icons/material-symbols-outlined/README.md +++ b/fonts/variable-icons/material-symbols-outlined/README.md @@ -43,6 +43,6 @@ Copyright 2022, 2022 Google LLC. All Rights Reserved. [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0.html) ## Other Notes -Font version (provided by source): `v179`. +Font version (provided by source): `v183`. If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-fill-normal.woff2 b/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-fill-normal.woff2 index 1a2121a30af..36961085198 100644 Binary files a/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-fill-normal.woff2 and b/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-fill-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-full-normal.woff2 b/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-full-normal.woff2 index 936bfcaf5d5..77a5192c10f 100644 Binary files a/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-full-normal.woff2 and b/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-full-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-grad-normal.woff2 b/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-grad-normal.woff2 index 70c72d3f9f6..3ded9ddace0 100644 Binary files a/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-grad-normal.woff2 and b/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-grad-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-opsz-normal.woff2 b/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-opsz-normal.woff2 index 87a708e2a79..72090a6a798 100644 Binary files a/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-opsz-normal.woff2 and b/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-opsz-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-standard-normal.woff2 b/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-standard-normal.woff2 index 87a708e2a79..72090a6a798 100644 Binary files a/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-standard-normal.woff2 and b/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-standard-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-wght-normal.woff2 b/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-wght-normal.woff2 index 72389909352..f9a9cf87515 100644 Binary files a/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-wght-normal.woff2 and b/fonts/variable-icons/material-symbols-outlined/files/material-symbols-outlined-latin-wght-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-outlined/metadata.json b/fonts/variable-icons/material-symbols-outlined/metadata.json index 668d390aeb3..e04e451eb2f 100644 --- a/fonts/variable-icons/material-symbols-outlined/metadata.json +++ b/fonts/variable-icons/material-symbols-outlined/metadata.json @@ -11,8 +11,8 @@ "GRAD": {"min": "-25", "max": "200", "default": "0", "step": "1"}, "opsz": {"default": "48", "min": "30", "max": "48", "step": "0.1"} }, - "lastModified": "2024-04-25", - "version": "v179", + "lastModified": "2024-05-13", + "version": "v183", "category": "icons", "license": { "type": "Apache-2.0", diff --git a/fonts/variable-icons/material-symbols-outlined/package.json b/fonts/variable-icons/material-symbols-outlined/package.json index 2f90b22d089..e66184d2617 100644 --- a/fonts/variable-icons/material-symbols-outlined/package.json +++ b/fonts/variable-icons/material-symbols-outlined/package.json @@ -1,6 +1,6 @@ { "name": "@fontsource-variable/material-symbols-outlined", - "version": "5.0.30", + "version": "5.0.31", "description": "Self-host the Material Symbols Outlined font in a neatly bundled NPM package.", "main": "index.css", "publishConfig": {"access": "public"}, @@ -26,5 +26,5 @@ "url": "https://github.com/fontsource/font-files.git", "directory": "fonts/variable/material-symbols-outlined" }, - "publishHash": "36a5b993f4b4e0c6" + "publishHash": "6acb70618407b9e3" } \ No newline at end of file diff --git a/fonts/variable-icons/material-symbols-rounded/README.md b/fonts/variable-icons/material-symbols-rounded/README.md index 13e601f91aa..330bc0873a4 100644 --- a/fonts/variable-icons/material-symbols-rounded/README.md +++ b/fonts/variable-icons/material-symbols-rounded/README.md @@ -43,6 +43,6 @@ Copyright 2022, 2022 Google LLC. All Rights Reserved. [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0.html) ## Other Notes -Font version (provided by source): `v177`. +Font version (provided by source): `v181`. If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-fill-normal.woff2 b/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-fill-normal.woff2 index e5ae11bbe4c..90e548f241f 100644 Binary files a/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-fill-normal.woff2 and b/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-fill-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-full-normal.woff2 b/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-full-normal.woff2 index e96cb008bc9..8842bd5898e 100644 Binary files a/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-full-normal.woff2 and b/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-full-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-grad-normal.woff2 b/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-grad-normal.woff2 index dc84e1655ac..ebae17c07b2 100644 Binary files a/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-grad-normal.woff2 and b/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-grad-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-opsz-normal.woff2 b/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-opsz-normal.woff2 index 4b7b2e4b234..4e791dcb629 100644 Binary files a/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-opsz-normal.woff2 and b/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-opsz-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-standard-normal.woff2 b/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-standard-normal.woff2 index 4b7b2e4b234..4e791dcb629 100644 Binary files a/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-standard-normal.woff2 and b/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-standard-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-wght-normal.woff2 b/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-wght-normal.woff2 index ccd99c06e75..0318de2ba40 100644 Binary files a/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-wght-normal.woff2 and b/fonts/variable-icons/material-symbols-rounded/files/material-symbols-rounded-latin-wght-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-rounded/metadata.json b/fonts/variable-icons/material-symbols-rounded/metadata.json index 9224facb107..8f319fe24f4 100644 --- a/fonts/variable-icons/material-symbols-rounded/metadata.json +++ b/fonts/variable-icons/material-symbols-rounded/metadata.json @@ -11,8 +11,8 @@ "GRAD": {"min": "-25", "max": "200", "default": "0", "step": "1"}, "opsz": {"default": "48", "min": "30", "max": "48", "step": "0.1"} }, - "lastModified": "2024-04-25", - "version": "v177", + "lastModified": "2024-05-13", + "version": "v181", "category": "icons", "license": { "type": "Apache-2.0", diff --git a/fonts/variable-icons/material-symbols-rounded/package.json b/fonts/variable-icons/material-symbols-rounded/package.json index 3b1bc566c49..c48aa40cecb 100644 --- a/fonts/variable-icons/material-symbols-rounded/package.json +++ b/fonts/variable-icons/material-symbols-rounded/package.json @@ -1,6 +1,6 @@ { "name": "@fontsource-variable/material-symbols-rounded", - "version": "5.0.30", + "version": "5.0.31", "description": "Self-host the Material Symbols Rounded font in a neatly bundled NPM package.", "main": "index.css", "publishConfig": {"access": "public"}, @@ -26,5 +26,5 @@ "url": "https://github.com/fontsource/font-files.git", "directory": "fonts/variable/material-symbols-rounded" }, - "publishHash": "8904cb3e61a2879c" + "publishHash": "d553ad93c12e186a" } \ No newline at end of file diff --git a/fonts/variable-icons/material-symbols-sharp/README.md b/fonts/variable-icons/material-symbols-sharp/README.md index b4fff77ee37..67dfa0909bb 100644 --- a/fonts/variable-icons/material-symbols-sharp/README.md +++ b/fonts/variable-icons/material-symbols-sharp/README.md @@ -43,6 +43,6 @@ Copyright 2022, 2022 Google LLC. All Rights Reserved. [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0.html) ## Other Notes -Font version (provided by source): `v175`. +Font version (provided by source): `v179`. If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-fill-normal.woff2 b/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-fill-normal.woff2 index c1555462503..5349cb437a0 100644 Binary files a/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-fill-normal.woff2 and b/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-fill-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-full-normal.woff2 b/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-full-normal.woff2 index a07ef8a4320..3105dbf2fa4 100644 Binary files a/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-full-normal.woff2 and b/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-full-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-grad-normal.woff2 b/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-grad-normal.woff2 index 19ed95f4c54..fc5d4cca811 100644 Binary files a/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-grad-normal.woff2 and b/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-grad-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-opsz-normal.woff2 b/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-opsz-normal.woff2 index ed0e1f00c15..1bc26bafbfe 100644 Binary files a/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-opsz-normal.woff2 and b/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-opsz-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-standard-normal.woff2 b/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-standard-normal.woff2 index ed0e1f00c15..1bc26bafbfe 100644 Binary files a/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-standard-normal.woff2 and b/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-standard-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-wght-normal.woff2 b/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-wght-normal.woff2 index 400547803a8..673501f1221 100644 Binary files a/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-wght-normal.woff2 and b/fonts/variable-icons/material-symbols-sharp/files/material-symbols-sharp-latin-wght-normal.woff2 differ diff --git a/fonts/variable-icons/material-symbols-sharp/metadata.json b/fonts/variable-icons/material-symbols-sharp/metadata.json index 3f6ffe3e238..3c0e10f8539 100644 --- a/fonts/variable-icons/material-symbols-sharp/metadata.json +++ b/fonts/variable-icons/material-symbols-sharp/metadata.json @@ -11,8 +11,8 @@ "GRAD": {"min": "-25", "max": "200", "default": "0", "step": "1"}, "opsz": {"default": "48", "min": "30", "max": "48", "step": "0.1"} }, - "lastModified": "2024-04-25", - "version": "v175", + "lastModified": "2024-05-13", + "version": "v179", "category": "icons", "license": { "type": "Apache-2.0", diff --git a/fonts/variable-icons/material-symbols-sharp/package.json b/fonts/variable-icons/material-symbols-sharp/package.json index fbe4f63b1f3..50827cbe660 100644 --- a/fonts/variable-icons/material-symbols-sharp/package.json +++ b/fonts/variable-icons/material-symbols-sharp/package.json @@ -1,6 +1,6 @@ { "name": "@fontsource-variable/material-symbols-sharp", - "version": "5.0.30", + "version": "5.0.31", "description": "Self-host the Material Symbols Sharp font in a neatly bundled NPM package.", "main": "index.css", "publishConfig": {"access": "public"}, @@ -26,5 +26,5 @@ "url": "https://github.com/fontsource/font-files.git", "directory": "fonts/variable/material-symbols-sharp" }, - "publishHash": "f5eb983493c024e2" + "publishHash": "bc3539a46d64475f" } \ No newline at end of file diff --git a/fonts/variable/danfo/CHANGELOG.md b/fonts/variable/danfo/CHANGELOG.md new file mode 100644 index 00000000000..e798685bbf8 --- /dev/null +++ b/fonts/variable/danfo/CHANGELOG.md @@ -0,0 +1,2 @@ +# Changelog +See the [Fontsource CHANGELOG.md](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md). \ No newline at end of file diff --git a/fonts/variable/danfo/LICENSE b/fonts/variable/danfo/LICENSE new file mode 100644 index 00000000000..2ec3a8f6547 --- /dev/null +++ b/fonts/variable/danfo/LICENSE @@ -0,0 +1,93 @@ +Copyright 2024 The Tac Project Authors (https://github.com/Afrotype/Danfo) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/fonts/variable/danfo/README.md b/fonts/variable/danfo/README.md new file mode 100644 index 00000000000..b7474ce28e5 --- /dev/null +++ b/fonts/variable/danfo/README.md @@ -0,0 +1,48 @@ +# Fontsource Danfo + +[![npm (scoped)](https://img.shields.io/npm/v/@fontsource-variable/danfo?color=brightgreen)](https://www.npmjs.com/package/@fontsource-variable/danfo) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource-variable/danfo)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource-variable/danfo)](https://github.com/fontsource/fontsource) [![GitHub stars](https://img.shields.io/github/stars/fontsource/fontsource.svg?style=social&label=Star)](https://github.com/fontsource/fontsource/stargazers) + +The CSS and web font files to easily self-host the “Danfo” variable font. Please visit the main [Fontsource website](https://fontsource.org/fonts/danfo) to view more details on this package. + +## Quick Installation + +Fontsource offers multiple methods to import the CSS, including using a bundler like Vite or using SASS. You can find full documentation [here](https://fontsource.org/docs/getting-started/introduction). + +```javascript +npm install @fontsource-variable/danfo +``` + +Within your app entry file or site component, import it in. + +```javascript +import "@fontsource-variable/danfo"; // Defaults to wght axis +import "@fontsource-variable/danfo/wght.css"; // Specify axis +import "@fontsource-variable/danfo/wght-italic.css"; // Specify axis and style +``` + +Supported variables: +- Weights: `[400]` +- Styles: `[normal]` +- Subsets: `[latin,latin-ext,vietnamese]` +- Axes: `[ELSH]` + +> Note: `italic` may not be supported by all fonts. To learn more about what axes and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/danfo). + +Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS. + +```css +body { + font-family: "Danfo Variable"; +} +``` + +## Licensing +Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0. + +Copyright 2024 The Tac Project Authors (https://github.com/Afrotype/Danfo) +[OFL-1.1](http://scripts.sil.org/OFL) + +## Other Notes +Font version (provided by source): `v2`. + +If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/variable/danfo/elsh.css b/fonts/variable/danfo/elsh.css new file mode 100644 index 00000000000..4a2896e7d98 --- /dev/null +++ b/fonts/variable/danfo/elsh.css @@ -0,0 +1,29 @@ +/* danfo-vietnamese-elsh-normal */ +@font-face { + font-family: 'Danfo Variable'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-vietnamese-elsh-normal.woff2) format('woff2-variations'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* danfo-latin-ext-elsh-normal */ +@font-face { + font-family: 'Danfo Variable'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-latin-ext-elsh-normal.woff2) format('woff2-variations'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* danfo-latin-elsh-normal */ +@font-face { + font-family: 'Danfo Variable'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-latin-elsh-normal.woff2) format('woff2-variations'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/variable/danfo/files/danfo-latin-elsh-normal.woff2 b/fonts/variable/danfo/files/danfo-latin-elsh-normal.woff2 new file mode 100644 index 00000000000..84f8910cd41 Binary files /dev/null and b/fonts/variable/danfo/files/danfo-latin-elsh-normal.woff2 differ diff --git a/fonts/variable/danfo/files/danfo-latin-ext-elsh-normal.woff2 b/fonts/variable/danfo/files/danfo-latin-ext-elsh-normal.woff2 new file mode 100644 index 00000000000..c1b3105b6f5 Binary files /dev/null and b/fonts/variable/danfo/files/danfo-latin-ext-elsh-normal.woff2 differ diff --git a/fonts/variable/danfo/files/danfo-latin-ext-full-normal.woff2 b/fonts/variable/danfo/files/danfo-latin-ext-full-normal.woff2 new file mode 100644 index 00000000000..c1b3105b6f5 Binary files /dev/null and b/fonts/variable/danfo/files/danfo-latin-ext-full-normal.woff2 differ diff --git a/fonts/variable/danfo/files/danfo-latin-full-normal.woff2 b/fonts/variable/danfo/files/danfo-latin-full-normal.woff2 new file mode 100644 index 00000000000..84f8910cd41 Binary files /dev/null and b/fonts/variable/danfo/files/danfo-latin-full-normal.woff2 differ diff --git a/fonts/variable/danfo/files/danfo-vietnamese-elsh-normal.woff2 b/fonts/variable/danfo/files/danfo-vietnamese-elsh-normal.woff2 new file mode 100644 index 00000000000..d5b4add5619 Binary files /dev/null and b/fonts/variable/danfo/files/danfo-vietnamese-elsh-normal.woff2 differ diff --git a/fonts/variable/danfo/files/danfo-vietnamese-full-normal.woff2 b/fonts/variable/danfo/files/danfo-vietnamese-full-normal.woff2 new file mode 100644 index 00000000000..d5b4add5619 Binary files /dev/null and b/fonts/variable/danfo/files/danfo-vietnamese-full-normal.woff2 differ diff --git a/fonts/variable/danfo/full.css b/fonts/variable/danfo/full.css new file mode 100644 index 00000000000..82783767e10 --- /dev/null +++ b/fonts/variable/danfo/full.css @@ -0,0 +1,29 @@ +/* danfo-vietnamese-full-normal */ +@font-face { + font-family: 'Danfo Variable'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-vietnamese-full-normal.woff2) format('woff2-variations'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* danfo-latin-ext-full-normal */ +@font-face { + font-family: 'Danfo Variable'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-latin-ext-full-normal.woff2) format('woff2-variations'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* danfo-latin-full-normal */ +@font-face { + font-family: 'Danfo Variable'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/danfo-latin-full-normal.woff2) format('woff2-variations'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/variable/danfo/index.css b/fonts/variable/danfo/index.css new file mode 100644 index 00000000000..e69de29bb2d diff --git a/fonts/variable/danfo/metadata.json b/fonts/variable/danfo/metadata.json new file mode 100644 index 00000000000..1e52a6f7534 --- /dev/null +++ b/fonts/variable/danfo/metadata.json @@ -0,0 +1,21 @@ +{ + "id": "danfo", + "family": "Danfo", + "subsets": ["latin", "latin-ext", "vietnamese"], + "weights": [400], + "styles": ["normal"], + "defSubset": "latin", + "variable": { + "ELSH": {"default": "0", "min": "0", "max": "100", "step": "0.1"} + }, + "lastModified": "2024-05-13", + "version": "v2", + "category": "serif", + "license": { + "type": "OFL-1.1", + "url": "http://scripts.sil.org/OFL", + "attribution": "Copyright 2024 The Tac Project Authors (https://github.com/Afrotype/Danfo)" + }, + "source": "https://github.com/google/fonts", + "type": "google" +} \ No newline at end of file diff --git a/fonts/variable/danfo/package.json b/fonts/variable/danfo/package.json new file mode 100644 index 00000000000..3289e87b8b1 --- /dev/null +++ b/fonts/variable/danfo/package.json @@ -0,0 +1,30 @@ +{ + "name": "@fontsource-variable/danfo", + "version": "5.0.1", + "description": "Self-host the Danfo font in a neatly bundled NPM package.", + "main": "index.css", + "publishConfig": {"access": "public"}, + "keywords": [ + "fontsource", + "font", + "font family", + "google fonts", + "danfo", + "Danfo", + "css", + "sass", + "front-end", + "web", + "typeface", + "variable" + ], + "author": "Google Inc.", + "license": "OFL-1.1", + "homepage": "https://fontsource.org/fonts/danfo", + "repository": { + "type": "git", + "url": "https://github.com/fontsource/font-files.git", + "directory": "fonts/variable/danfo" + }, + "publishHash": "b13b4c82cd0bfc79" +} \ No newline at end of file diff --git a/fonts/variable/danfo/scss/metadata.scss b/fonts/variable/danfo/scss/metadata.scss new file mode 100644 index 00000000000..246beae286a --- /dev/null +++ b/fonts/variable/danfo/scss/metadata.scss @@ -0,0 +1,25 @@ +$id: 'danfo' !default; +$family: 'Danfo' !default; +$category: serif !default; +$subsets: (latin, latin-ext, vietnamese) !default; +$weights: (400) !default; +$styles: (normal) !default; +$axes: ( + ELSH: ( + default: 0, + min: 0, + max: 100, + step: 0.1, + ), +) !default; +$defaults: ( + subset: latin, + weight: 400, + style: normal, + axis: ELSH, +) !default; +$unicode: ( + vietnamese: (U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB), + latin-ext: (U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF), + latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD), +) !default; diff --git a/fonts/variable/danfo/scss/mixins.scss b/fonts/variable/danfo/scss/mixins.scss new file mode 100644 index 00000000000..0571337fab3 --- /dev/null +++ b/fonts/variable/danfo/scss/mixins.scss @@ -0,0 +1,192 @@ +@use 'sass:list'; +@use 'sass:map'; +@use 'sass:math'; +@use 'sass:meta'; +@use 'sass:string'; + +@use 'metadata'; + +$metadata: meta.module-variables(metadata) !default; +$directory: null !default; + +$family: null !default; +$display: null !default; +$formats: null !default; +$subsets: null !default; +$weights: null !default; +$styles: null !default; +$axes: null !default; + +// Deprecated +$displayVar: null !default; + +@mixin generator( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + // Deprecated + $displayVar: $displayVar +) { + + @if $displayVar != null { + @warn "$displayVar is deprecated due to the limitation of using css variables in @font-face (https://github.com/fontsource/fontsource/issues/726)."; + } + + $isVariable: map.get($metadata, axes) != null; + + $directory: if( + $directory, + $directory, + '~@fontsource#{if($isVariable, '-variable', '')}/#{map.get($metadata, id)}/files' + ); + + $family: if($family, $family, map.get($metadata, family) + if($isVariable, ' Variable', '')); + $display: if($display, $display, swap); + $formats: if(not $formats or $formats == all, if($isVariable, woff2, (woff2, woff)), $formats); + $subsets: if( + $subsets, + if($subsets == all, map.get($metadata, subsets), $subsets), + map.get($metadata, subsets) + ); + $weights: if( + $weights, + if($weights == all, map.get($metadata, weights), $weights), + map.get($metadata, defaults, weight) + ); + $styles: if( + $styles, + if($styles == all, map.get($metadata, styles), $styles), + map.get($metadata, defaults, style) + ); + $axes: if( + $axes, + if($axes == all, full, $axes), + if($isVariable, if(map.has-key($metadata, axes, wght), wght, full), null) + ); + + @each $subset in $subsets { + @each $unicodeSubset, $unicodeRange in map.get($metadata, unicode) { + // If condition is true, generate faces for the current subset + @if ( + // If there is no unicode information for the font or + ($unicodeSubset == null) or + // If the subset match a unicode subset or + ($subset == $unicodeSubset) or + ( + // If $unicodeSubset is a numeric unicode subset + // and current subset exists in the list of font subsets but does not match any unicode subset + // then generate faces for this numeric unicode subset as it is representing part of the current subset + list.index(map.get($metadata, subsets), $subset) and not + map.has-key($metadata, unicode, $subset) and not + list.index(map.get($metadata, subsets), $unicodeSubset) + ) + ) { + @each $weight in if($axes, null, $weights) { + @each $axis in $axes { + @each $style in $styles { + $variant: '#{map.get($metadata, id)}-#{if($unicodeSubset, $unicodeSubset, $subset)}-#{if($axis, $axis, $weight)}-#{$style}'; + + $src: (); + @each $format in $formats { + $src: append( + $src, + url('#{$directory}/#{$variant}.#{$format}') + format('#{$format}#{if($axis, '-variations', '')}'), + comma + ); + } + + @content (( + metadata: $metadata, + directory: $directory, + family: $family, + display: $display, + formats: $formats, + subsets: $subsets, + weights: $weights, + styles: $styles, + axes: $axes, + + variant: $variant, + subset: $subset, + unicodeSubset: $unicodeSubset, + unicodeRange: $unicodeRange, + weight: $weight, + axis: $axis, + style: $style, + + font-family: string.quote($family), + font-style: if( + (($axis == full) or ($axis == slnt)) and map.has-key($metadata, axes, slnt), + oblique map.get($metadata, axes, slnt, min) + deg map.get($metadata, axes, slnt, max) + deg, + $style + ), + font-display: $display, + font-weight: if( + (($axis == full) or ($axis == wght)) and map.has-key($metadata, axes, wght), + map.get($metadata, axes, wght, min) map.get($metadata, axes, wght, max), + $weight + ), + font-stretch: if( + (($axis == full) or ($axis == wdth)) and map.has-key($metadata, axes, wdth), + '#{map.get($metadata, axes, wdth, min)}% #{map.get($metadata, axes, wdth, max)}%', + null + ), + src: $src, + unicode-range: $unicodeRange, + )); + } + } + } + } + } + } +} + +@mixin faces( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + // Deprecated + $displayVar: $displayVar +) { + @include generator( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + $displayVar: $displayVar + ) + using ($props) { + /* #{map.get($props, variant)} */ + @font-face { + font-family: map.get($props, font-family); + font-style: map.get($props, font-style); + font-display: map.get($props, font-display); + font-weight: map.get($props, font-weight); + font-stretch: map.get($props, font-stretch); + unicode-range: map.get($props, unicode-range); + src: map.get($props, src); + } + } +} diff --git a/fonts/variable/danfo/unicode.json b/fonts/variable/danfo/unicode.json new file mode 100644 index 00000000000..099a6986c02 --- /dev/null +++ b/fonts/variable/danfo/unicode.json @@ -0,0 +1,5 @@ +{ + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-hk/LICENSE b/fonts/variable/noto-serif-hk/LICENSE index b383feba255..664f22fa729 100644 --- a/fonts/variable/noto-serif-hk/LICENSE +++ b/fonts/variable/noto-serif-hk/LICENSE @@ -1,4 +1,4 @@ -(c) 2017-2022 Adobe (http://www.adobe.com/). +(c) 2017-2023 Adobe (http://www.adobe.com/). This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: diff --git a/fonts/variable/noto-serif-hk/README.md b/fonts/variable/noto-serif-hk/README.md index 8b363b69314..6cab7ddac39 100644 --- a/fonts/variable/noto-serif-hk/README.md +++ b/fonts/variable/noto-serif-hk/README.md @@ -39,10 +39,10 @@ body { ## Licensing Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0. -(c) 2017-2022 Adobe (http://www.adobe.com/). +(c) 2017-2023 Adobe (http://www.adobe.com/). [OFL-1.1](http://scripts.sil.org/OFL) ## Other Notes -Font version (provided by source): `v2`. +Font version (provided by source): `v7`. If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-0-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-0-wght-normal.woff2 index 275f8b8ba08..869eaaff92a 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-0-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-0-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-1-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-1-wght-normal.woff2 index ab6e8006ecd..5dd8e39600b 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-1-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-1-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-10-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-10-wght-normal.woff2 index b63c6cbc170..57f87a88651 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-10-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-10-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-100-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-100-wght-normal.woff2 index 276526a7382..78ee9c2e67d 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-100-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-100-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-101-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-101-wght-normal.woff2 index 000185d24d6..c8667b6f228 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-101-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-101-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-102-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-102-wght-normal.woff2 index 4f225d60e12..f2d0da5c05d 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-102-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-102-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-103-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-103-wght-normal.woff2 index 684237f9df2..293b79088ba 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-103-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-103-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-104-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-104-wght-normal.woff2 index ac3dbc7aeb7..a79173cb871 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-104-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-104-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-105-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-105-wght-normal.woff2 index b2305943d09..1fb2d88995b 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-105-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-105-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-106-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-106-wght-normal.woff2 index 3ab0976293d..6fd870414e4 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-106-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-106-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-107-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-107-wght-normal.woff2 index 90e91c14b6e..405a3d27c8d 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-107-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-107-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-108-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-108-wght-normal.woff2 index 6e8ae531517..5cc16f658aa 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-108-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-108-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-109-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-109-wght-normal.woff2 index d839f34d773..5fe0e8d39f3 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-109-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-109-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-110-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-110-wght-normal.woff2 index 187302098a3..16a00b83223 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-110-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-110-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-111-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-111-wght-normal.woff2 index 9efe9e715a0..bf314c44708 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-111-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-111-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-112-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-112-wght-normal.woff2 index 35ede7898c5..f96b3778b4e 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-112-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-112-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-113-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-113-wght-normal.woff2 index 87e76c00656..4400607947d 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-113-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-113-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-114-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-114-wght-normal.woff2 index 3263e3e9b84..8d62fecaa90 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-114-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-114-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-115-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-115-wght-normal.woff2 index 8f54c26076d..ede15a2675a 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-115-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-115-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-116-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-116-wght-normal.woff2 index 80c425e8ba8..08b4b826c5f 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-116-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-116-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-117-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-117-wght-normal.woff2 index 571947b9b1f..b1cfb0f132b 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-117-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-117-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-118-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-118-wght-normal.woff2 index 7c78a46ff07..852061ed53d 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-118-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-118-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-119-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-119-wght-normal.woff2 index 5643b52ec1d..7fc55a49da4 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-119-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-119-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-15-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-15-wght-normal.woff2 index 8f4ac884712..db05de69b34 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-15-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-15-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-16-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-16-wght-normal.woff2 index c75f9afbb56..1923b5c5369 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-16-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-16-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-17-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-17-wght-normal.woff2 index 7e1d4b2a3e4..61f63b86f70 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-17-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-17-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-2-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-2-wght-normal.woff2 index 0cb6e8263a4..3c5d0c1c199 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-2-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-2-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-20-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-20-wght-normal.woff2 deleted file mode 100644 index 4229d9f14d6..00000000000 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-20-wght-normal.woff2 and /dev/null differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-21-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-21-wght-normal.woff2 deleted file mode 100644 index 26e4d03cd80..00000000000 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-21-wght-normal.woff2 and /dev/null differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-22-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-22-wght-normal.woff2 deleted file mode 100644 index 6e51ee52c43..00000000000 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-22-wght-normal.woff2 and /dev/null differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-23-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-23-wght-normal.woff2 deleted file mode 100644 index 432fca5ff8a..00000000000 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-23-wght-normal.woff2 and /dev/null differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-24-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-24-wght-normal.woff2 deleted file mode 100644 index f5b0eab550d..00000000000 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-24-wght-normal.woff2 and /dev/null differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-25-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-25-wght-normal.woff2 index 246eb1cf1d5..3968cbbcabd 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-25-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-25-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-26-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-26-wght-normal.woff2 index 1d3bf8b719d..c50d4ffdb7b 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-26-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-26-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-27-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-27-wght-normal.woff2 index 5d1da1f291f..c187ca7bb69 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-27-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-27-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-28-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-28-wght-normal.woff2 index 96380c67317..093a817d632 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-28-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-28-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-29-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-29-wght-normal.woff2 index 09160492b1b..4a2cd07ef94 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-29-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-29-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-3-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-3-wght-normal.woff2 index 366c6a99cce..84376b524c0 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-3-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-3-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-30-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-30-wght-normal.woff2 index 45f354e01bd..d4bf2850034 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-30-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-30-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-31-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-31-wght-normal.woff2 index 506a5bc4787..f5e6f964a4e 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-31-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-31-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-32-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-32-wght-normal.woff2 index 42c0e445d0b..53b14e0b1d1 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-32-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-32-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-33-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-33-wght-normal.woff2 index efa803150d2..595a7ebfbd2 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-33-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-33-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-34-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-34-wght-normal.woff2 index 31938f5066d..f56305dc896 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-34-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-34-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-35-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-35-wght-normal.woff2 index 771592909fa..c6468ab20a3 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-35-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-35-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-36-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-36-wght-normal.woff2 index 48c33acb13f..f96367b5af9 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-36-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-36-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-37-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-37-wght-normal.woff2 index f0aad8e4f9c..e0767b55be5 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-37-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-37-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-38-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-38-wght-normal.woff2 index cc54939bbe0..97c79a9b06a 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-38-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-38-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-39-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-39-wght-normal.woff2 index 2c943114602..269d301fb98 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-39-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-39-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-4-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-4-wght-normal.woff2 index 89a84f2cb10..97eef8050fe 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-4-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-4-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-40-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-40-wght-normal.woff2 index ddd1d20e944..ff97db20bd2 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-40-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-40-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-41-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-41-wght-normal.woff2 index 667421b3ec0..2c569972977 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-41-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-41-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-42-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-42-wght-normal.woff2 index 108279c2b3e..cc5cae16077 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-42-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-42-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-43-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-43-wght-normal.woff2 index 66e1585e1e4..11d3d9ac2f3 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-43-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-43-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-44-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-44-wght-normal.woff2 index aec619a61c8..e4400dd020b 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-44-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-44-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-45-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-45-wght-normal.woff2 index 3a2f703d54e..fd3b85c2559 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-45-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-45-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-46-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-46-wght-normal.woff2 index ffd73ca56ba..2a36ce03314 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-46-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-46-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-47-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-47-wght-normal.woff2 index a816a9db982..559c7f73096 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-47-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-47-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-48-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-48-wght-normal.woff2 index 73d2902d076..1f0b1bcd396 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-48-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-48-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-49-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-49-wght-normal.woff2 index 0d4322f02e9..851a35144da 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-49-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-49-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-5-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-5-wght-normal.woff2 index 67a786b77e9..4cdcc130ccd 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-5-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-5-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-50-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-50-wght-normal.woff2 index 0d707404e81..0ee43470e4b 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-50-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-50-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-51-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-51-wght-normal.woff2 index 358aab62870..803e106fb77 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-51-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-51-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-52-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-52-wght-normal.woff2 index db455502052..c439a07344a 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-52-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-52-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-53-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-53-wght-normal.woff2 index edd4c483691..02a48f44958 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-53-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-53-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-54-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-54-wght-normal.woff2 index f07f0dc8143..4b778d6329f 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-54-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-54-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-55-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-55-wght-normal.woff2 index 903a6a6f557..baa193b6547 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-55-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-55-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-56-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-56-wght-normal.woff2 index 95830a59e4c..ec8cd66abf9 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-56-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-56-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-57-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-57-wght-normal.woff2 index 2b35069217f..1d45ed534ee 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-57-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-57-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-58-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-58-wght-normal.woff2 index 5c97d491713..ce852719a83 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-58-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-58-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-59-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-59-wght-normal.woff2 index 11bef0ca7fa..c401c6653b3 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-59-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-59-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-6-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-6-wght-normal.woff2 index 56e0ba97fef..e832e05da5a 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-6-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-6-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-60-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-60-wght-normal.woff2 index 421ab07a776..dc64212c183 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-60-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-60-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-61-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-61-wght-normal.woff2 index ae9e3d56c21..7506ff82b79 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-61-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-61-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-62-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-62-wght-normal.woff2 index 41f83420c7d..fb74644c813 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-62-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-62-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-63-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-63-wght-normal.woff2 index 230acf0335c..3ae4c33be85 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-63-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-63-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-64-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-64-wght-normal.woff2 index 448a04aad7e..061f07dbd14 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-64-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-64-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-65-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-65-wght-normal.woff2 index 31905c2dc81..7b1c8731292 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-65-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-65-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-66-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-66-wght-normal.woff2 index e874c9fb893..fe197d6264e 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-66-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-66-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-67-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-67-wght-normal.woff2 index aa1ad42c2cc..f8a89fd02ac 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-67-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-67-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-68-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-68-wght-normal.woff2 index 23bf0151845..c65c7d2fd53 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-68-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-68-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-69-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-69-wght-normal.woff2 index 89a0357898f..bc246360d3f 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-69-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-69-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-7-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-7-wght-normal.woff2 index 319ed313ccb..7bdde82dd63 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-7-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-7-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-70-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-70-wght-normal.woff2 index 673e14e0fad..d074a3e127e 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-70-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-70-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-71-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-71-wght-normal.woff2 index 38d3e235e1f..7df15588ea3 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-71-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-71-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-72-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-72-wght-normal.woff2 index 41525ee747c..aa7e2682ba2 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-72-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-72-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-73-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-73-wght-normal.woff2 index 86c2024bb71..c838a5b2f1d 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-73-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-73-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-74-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-74-wght-normal.woff2 index 9bc418ac532..090756d90d5 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-74-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-74-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-75-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-75-wght-normal.woff2 index 4fedfb14121..1c74bd8f1e1 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-75-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-75-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-76-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-76-wght-normal.woff2 index 65f01975428..bee19dfbe88 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-76-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-76-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-77-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-77-wght-normal.woff2 index e2bc772b052..63fcda464b1 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-77-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-77-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-78-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-78-wght-normal.woff2 index bf1a3e6dde4..78b4c6fd0c4 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-78-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-78-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-79-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-79-wght-normal.woff2 index 46aec66a3e4..960e0d67581 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-79-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-79-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-8-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-8-wght-normal.woff2 index eaa274e3008..6016e905e0d 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-8-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-8-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-80-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-80-wght-normal.woff2 index 01760d399cb..a8fbe3b5046 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-80-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-80-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-81-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-81-wght-normal.woff2 index d32c67aba51..9ced07b4440 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-81-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-81-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-82-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-82-wght-normal.woff2 index 6af10d6539f..3022c65f767 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-82-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-82-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-83-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-83-wght-normal.woff2 index ff4adbfe3ba..22ef3b788c6 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-83-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-83-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-84-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-84-wght-normal.woff2 index 5a63e63a6b2..ec0c7920b41 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-84-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-84-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-85-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-85-wght-normal.woff2 index 850aaa2eca6..806df825986 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-85-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-85-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-86-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-86-wght-normal.woff2 index 1800c4ffb3b..7d2326ba302 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-86-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-86-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-87-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-87-wght-normal.woff2 index c9d32733578..bbe34a68274 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-87-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-87-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-88-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-88-wght-normal.woff2 index 259d181006c..fb6556c1790 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-88-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-88-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-89-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-89-wght-normal.woff2 index 6763effa231..67a785f9bd5 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-89-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-89-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-9-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-9-wght-normal.woff2 index 78b1553d42b..a6848f3e9e2 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-9-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-9-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-90-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-90-wght-normal.woff2 index 5ff85322908..25cbf0a41f4 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-90-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-90-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-91-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-91-wght-normal.woff2 index 8fc2981da3c..cf5c990182d 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-91-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-91-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-92-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-92-wght-normal.woff2 index ef1ab4e12f4..10d764d6283 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-92-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-92-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-93-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-93-wght-normal.woff2 index a3c5cd3160c..6e2f8c9615a 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-93-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-93-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-94-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-94-wght-normal.woff2 deleted file mode 100644 index a7c669bc4b0..00000000000 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-94-wght-normal.woff2 and /dev/null differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-98-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-98-wght-normal.woff2 index 631ea4bad51..39c274adcc2 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-98-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-98-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-99-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-99-wght-normal.woff2 index afae70c5bf9..8ff4c844f11 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-99-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-99-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-cyrillic-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-cyrillic-wght-normal.woff2 index 161e8f55cb1..534a0352f5e 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-cyrillic-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-cyrillic-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-latin-ext-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-latin-ext-wght-normal.woff2 index c6a284683e1..5bd490490e1 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-latin-ext-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-latin-ext-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-latin-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-latin-wght-normal.woff2 index b09da075440..a6778ef6460 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-latin-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-latin-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/files/noto-serif-hk-vietnamese-wght-normal.woff2 b/fonts/variable/noto-serif-hk/files/noto-serif-hk-vietnamese-wght-normal.woff2 index f416bc0464d..0d3fb8a4035 100644 Binary files a/fonts/variable/noto-serif-hk/files/noto-serif-hk-vietnamese-wght-normal.woff2 and b/fonts/variable/noto-serif-hk/files/noto-serif-hk-vietnamese-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-hk/index.css b/fonts/variable/noto-serif-hk/index.css index caaff3bf317..2b5725b13d9 100644 --- a/fonts/variable/noto-serif-hk/index.css +++ b/fonts/variable/noto-serif-hk/index.css @@ -138,56 +138,6 @@ unicode-range: U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e; } -/* noto-serif-hk-[20]-wght-normal */ -@font-face { - font-family: 'Noto Serif HK Variable'; - font-style: normal; - font-display: swap; - font-weight: 200 900; - src: url(./files/noto-serif-hk-20-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018; -} - -/* noto-serif-hk-[21]-wght-normal */ -@font-face { - font-family: 'Noto Serif HK Variable'; - font-style: normal; - font-display: swap; - font-weight: 200 900; - src: url(./files/noto-serif-hk-21-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69; -} - -/* noto-serif-hk-[22]-wght-normal */ -@font-face { - font-family: 'Noto Serif HK Variable'; - font-style: normal; - font-display: swap; - font-weight: 200 900; - src: url(./files/noto-serif-hk-22-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708; -} - -/* noto-serif-hk-[23]-wght-normal */ -@font-face { - font-family: 'Noto Serif HK Variable'; - font-style: normal; - font-display: swap; - font-weight: 200 900; - src: url(./files/noto-serif-hk-23-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0; -} - -/* noto-serif-hk-[24]-wght-normal */ -@font-face { - font-family: 'Noto Serif HK Variable'; - font-style: normal; - font-display: swap; - font-weight: 200 900; - src: url(./files/noto-serif-hk-24-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec; -} - /* noto-serif-hk-[25]-wght-normal */ @font-face { font-family: 'Noto Serif HK Variable'; @@ -195,7 +145,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-25-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; + unicode-range: U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; } /* noto-serif-hk-[26]-wght-normal */ @@ -205,7 +155,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-26-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26; + unicode-range: U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e; } /* noto-serif-hk-[27]-wght-normal */ @@ -215,7 +165,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-27-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98; + unicode-range: U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf; } /* noto-serif-hk-[28]-wght-normal */ @@ -225,7 +175,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-28-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9; + unicode-range: U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a; } /* noto-serif-hk-[29]-wght-normal */ @@ -235,7 +185,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-29-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a; + unicode-range: U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82; } /* noto-serif-hk-[30]-wght-normal */ @@ -245,7 +195,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-30-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb; + unicode-range: U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917; } /* noto-serif-hk-[31]-wght-normal */ @@ -255,7 +205,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-31-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f; + unicode-range: U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6; } /* noto-serif-hk-[32]-wght-normal */ @@ -265,7 +215,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-32-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601; + unicode-range: U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621; } /* noto-serif-hk-[33]-wght-normal */ @@ -275,7 +225,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-33-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c; + unicode-range: U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af; } /* noto-serif-hk-[34]-wght-normal */ @@ -285,7 +235,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-34-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e; + unicode-range: U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387; } /* noto-serif-hk-[35]-wght-normal */ @@ -295,7 +245,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-35-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267; + unicode-range: U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e; } /* noto-serif-hk-[36]-wght-normal */ @@ -305,7 +255,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-36-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139; + unicode-range: U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a; } /* noto-serif-hk-[37]-wght-normal */ @@ -315,7 +265,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-37-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7; + unicode-range: U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2; } /* noto-serif-hk-[38]-wght-normal */ @@ -325,7 +275,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-38-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35; + unicode-range: U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e; } /* noto-serif-hk-[39]-wght-normal */ @@ -335,7 +285,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-39-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda; } /* noto-serif-hk-[40]-wght-normal */ @@ -345,7 +295,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-40-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22; + unicode-range: U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e; } /* noto-serif-hk-[41]-wght-normal */ @@ -355,7 +305,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-41-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982; + unicode-range: U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c; } /* noto-serif-hk-[42]-wght-normal */ @@ -365,7 +315,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-42-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803; + unicode-range: U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818; } /* noto-serif-hk-[43]-wght-normal */ @@ -375,7 +325,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-43-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695; + unicode-range: U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad; } /* noto-serif-hk-[44]-wght-normal */ @@ -385,7 +335,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-44-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510; + unicode-range: U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535; } /* noto-serif-hk-[45]-wght-normal */ @@ -395,7 +345,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-45-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba; + unicode-range: U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd; } /* noto-serif-hk-[46]-wght-normal */ @@ -405,7 +355,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-46-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a; + unicode-range: U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e; } /* noto-serif-hk-[47]-wght-normal */ @@ -415,7 +365,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-47-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114; + unicode-range: U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125; } /* noto-serif-hk-[48]-wght-normal */ @@ -425,7 +375,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-48-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99; + unicode-range: U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf; } /* noto-serif-hk-[49]-wght-normal */ @@ -435,7 +385,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-49-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a; + unicode-range: U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76; } /* noto-serif-hk-[50]-wght-normal */ @@ -445,7 +395,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-50-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06; + unicode-range: U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c; } /* noto-serif-hk-[51]-wght-normal */ @@ -455,7 +405,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-51-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90; + unicode-range: U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2; } /* noto-serif-hk-[52]-wght-normal */ @@ -465,7 +415,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-52-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a; + unicode-range: U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42; } /* noto-serif-hk-[53]-wght-normal */ @@ -475,7 +425,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-53-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1; + unicode-range: U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6; } /* noto-serif-hk-[54]-wght-normal */ @@ -485,7 +435,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-54-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a; + unicode-range: U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d; } /* noto-serif-hk-[55]-wght-normal */ @@ -495,7 +445,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-55-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600; + unicode-range: U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615; } /* noto-serif-hk-[56]-wght-normal */ @@ -505,7 +455,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-56-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9; + unicode-range: U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba; } /* noto-serif-hk-[57]-wght-normal */ @@ -515,7 +465,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-57-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8; + unicode-range: U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb; } /* noto-serif-hk-[58]-wght-normal */ @@ -525,7 +475,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-58-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264; + unicode-range: U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275; } /* noto-serif-hk-[59]-wght-normal */ @@ -535,7 +485,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-59-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd; + unicode-range: U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-hk-[60]-wght-normal */ @@ -545,7 +495,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-60-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb; + unicode-range: U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce; } /* noto-serif-hk-[61]-wght-normal */ @@ -555,7 +505,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-61-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86; + unicode-range: U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a; } /* noto-serif-hk-[62]-wght-normal */ @@ -565,7 +515,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-62-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63; + unicode-range: U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75; } /* noto-serif-hk-[63]-wght-normal */ @@ -575,7 +525,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-63-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e; + unicode-range: U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f; } /* noto-serif-hk-[64]-wght-normal */ @@ -585,7 +535,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-64-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99; + unicode-range: U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7; } /* noto-serif-hk-[65]-wght-normal */ @@ -595,7 +545,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-65-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956; + unicode-range: U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963; } /* noto-serif-hk-[66]-wght-normal */ @@ -605,7 +555,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-66-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb; + unicode-range: U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809; } /* noto-serif-hk-[67]-wght-normal */ @@ -615,7 +565,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-67-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2; + unicode-range: U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be; } /* noto-serif-hk-[68]-wght-normal */ @@ -625,7 +575,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-68-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534; + unicode-range: U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c; } /* noto-serif-hk-[69]-wght-normal */ @@ -635,7 +585,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-69-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0; + unicode-range: U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc; } /* noto-serif-hk-[70]-wght-normal */ @@ -645,7 +595,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-70-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c; + unicode-range: U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0; } /* noto-serif-hk-[71]-wght-normal */ @@ -655,7 +605,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-71-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e; + unicode-range: U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f; } /* noto-serif-hk-[72]-wght-normal */ @@ -665,7 +615,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-72-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4; + unicode-range: U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3; } /* noto-serif-hk-[73]-wght-normal */ @@ -675,7 +625,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-73-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a; + unicode-range: U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80; } /* noto-serif-hk-[74]-wght-normal */ @@ -685,7 +635,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-74-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced; + unicode-range: U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5; } /* noto-serif-hk-[75]-wght-normal */ @@ -695,7 +645,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-75-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c; + unicode-range: U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70; } /* noto-serif-hk-[76]-wght-normal */ @@ -705,7 +655,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-76-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32; + unicode-range: U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34; } /* noto-serif-hk-[77]-wght-normal */ @@ -715,7 +665,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-77-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb; + unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc; } /* noto-serif-hk-[78]-wght-normal */ @@ -725,7 +675,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-78-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; + unicode-range: U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; } /* noto-serif-hk-[79]-wght-normal */ @@ -735,7 +685,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-79-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f; + unicode-range: U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c; } /* noto-serif-hk-[80]-wght-normal */ @@ -745,7 +695,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-80-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be; + unicode-range: U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7; } /* noto-serif-hk-[81]-wght-normal */ @@ -755,7 +705,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-81-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d; + unicode-range: U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364; } /* noto-serif-hk-[82]-wght-normal */ @@ -765,7 +715,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-82-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf; + unicode-range: U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5; } /* noto-serif-hk-[83]-wght-normal */ @@ -775,7 +725,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-83-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058; + unicode-range: U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c; } /* noto-serif-hk-[84]-wght-normal */ @@ -785,7 +735,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-84-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08; } /* noto-serif-hk-[85]-wght-normal */ @@ -795,7 +745,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-85-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8; + unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1; } /* noto-serif-hk-[86]-wght-normal */ @@ -878,16 +828,6 @@ unicode-range: U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a; } -/* noto-serif-hk-[94]-wght-normal */ -@font-face { - font-family: 'Noto Serif HK Variable'; - font-style: normal; - font-display: swap; - font-weight: 200 900; - src: url(./files/noto-serif-hk-94-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07; -} - /* noto-serif-hk-[98]-wght-normal */ @font-face { font-family: 'Noto Serif HK Variable'; @@ -915,7 +855,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-100-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-hk-[101]-wght-normal */ @@ -925,7 +865,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-101-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-hk-[102]-wght-normal */ @@ -935,7 +875,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-102-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-hk-[103]-wght-normal */ @@ -945,7 +885,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-103-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-hk-[104]-wght-normal */ @@ -955,7 +895,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-104-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-hk-[105]-wght-normal */ @@ -965,7 +905,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-105-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-hk-[106]-wght-normal */ @@ -975,7 +915,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-106-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-hk-[107]-wght-normal */ @@ -985,7 +925,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-107-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-hk-[108]-wght-normal */ @@ -995,7 +935,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-108-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-hk-[109]-wght-normal */ @@ -1005,7 +945,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-109-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-hk-[110]-wght-normal */ @@ -1065,7 +1005,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-115-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-hk-[116]-wght-normal */ @@ -1075,7 +1015,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-116-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-hk-[117]-wght-normal */ @@ -1085,7 +1025,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-117-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-hk-[118]-wght-normal */ @@ -1095,7 +1035,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-118-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-hk-[119]-wght-normal */ diff --git a/fonts/variable/noto-serif-hk/metadata.json b/fonts/variable/noto-serif-hk/metadata.json index ee190130695..ca62970987f 100644 --- a/fonts/variable/noto-serif-hk/metadata.json +++ b/fonts/variable/noto-serif-hk/metadata.json @@ -14,13 +14,13 @@ "variable": { "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} }, - "lastModified": "2022-09-27", - "version": "v2", + "lastModified": "2024-05-14", + "version": "v7", "category": "serif", "license": { "type": "OFL-1.1", "url": "http://scripts.sil.org/OFL", - "attribution": "(c) 2017-2022 Adobe (http://www.adobe.com/)." + "attribution": "(c) 2017-2023 Adobe (http://www.adobe.com/)." }, "source": "https://github.com/google/fonts", "type": "google" diff --git a/fonts/variable/noto-serif-hk/package.json b/fonts/variable/noto-serif-hk/package.json index 3730028b5d4..735bcda5feb 100644 --- a/fonts/variable/noto-serif-hk/package.json +++ b/fonts/variable/noto-serif-hk/package.json @@ -1,6 +1,6 @@ { "name": "@fontsource-variable/noto-serif-hk", - "version": "5.0.13", + "version": "5.0.14", "description": "Self-host the Noto Serif HK font in a neatly bundled NPM package.", "main": "index.css", "publishConfig": {"access": "public"}, @@ -26,5 +26,5 @@ "url": "https://github.com/fontsource/font-files.git", "directory": "fonts/variable/noto-serif-hk" }, - "publishHash": "3ee36e410757ea36" + "publishHash": "bf9ac3983be3c41d" } \ No newline at end of file diff --git a/fonts/variable/noto-serif-hk/scss/metadata.scss b/fonts/variable/noto-serif-hk/scss/metadata.scss index 1dabe950b3a..af61df71a32 100644 --- a/fonts/variable/noto-serif-hk/scss/metadata.scss +++ b/fonts/variable/noto-serif-hk/scss/metadata.scss @@ -33,72 +33,67 @@ $unicode: ( 15: (U+ff37,U+ff39-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff68,U+ff6a,U+ff6c-ff7e,U+ff80-ff86,U+ff89-ff94,U+ff97-ff9e,U+ffb9,U+ffe0-ffe3,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1d7c7,U+1f004,U+1f0cf,U+1f141-1f142,U+1f150,U+1f154,U+1f158,U+1f15b,U+1f15d-1f15e,U+1f162-1f163,U+1f170-1f171,U+1f174,U+1f177-1f178,U+1f17d-1f17f,U+1f192-1f195,U+1f197-1f19a,U+1f1e6-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f22f,U+1f232-1f237,U+1f239-1f23a,U+1f250-1f251,U+1f300,U+1f302-1f304), 16: (U+f94f,U+f95a,U+f95d-f95e,U+f961-f963,U+f965-f970,U+f974,U+f976-f97a,U+f97c,U+f97e-f97f,U+f981,U+f983,U+f988,U+f98a,U+f98c,U+f98e,U+f996-f997,U+f999-f99a,U+f99c,U+f99f-f9a0,U+f9a3,U+f9a8,U+f9ad,U+f9b2-f9b6,U+f9b9-f9ba,U+f9bd-f9be,U+f9c1,U+f9c4,U+f9c7,U+f9ca,U+f9cd,U+f9d0-f9d1,U+f9d3-f9d4,U+f9d7-f9d8,U+f9dc-f9dd,U+f9df-f9e1,U+f9e4,U+f9e8-f9ea,U+f9f4,U+f9f6-f9f7,U+f9f9-f9fa,U+f9fc-fa01,U+fa03-fa04,U+fa06,U+fa08-fa0a,U+fa0c,U+fa11,U+fa17,U+fa19,U+fa1b,U+fa1d,U+fa26,U+fa2c,U+fb01,U+fdfc,U+fe0e,U+fe33-fe36,U+fe38-fe44,U+fe49-fe51,U+fe54,U+fe56-fe57,U+fe59-fe5c,U+fe5f-fe6a,U+fe8e,U+fe92-fe93,U+feae,U+fecb-fecc,U+fee0,U+feec,U+fef3,U+ff04,U+ff07,U+ff26-ff2c,U+ff31-ff32,U+ff35-ff36), 17: (U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e), - 20: (U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018), - 21: (U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69), - 22: (U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708), - 23: (U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0), - 24: (U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec), - 25: (U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8), - 26: (U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26), - 27: (U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98), - 28: (U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9), - 29: (U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a), - 30: (U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb), - 31: (U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f), - 32: (U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601), - 33: (U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c), - 34: (U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e), - 35: (U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267), - 36: (U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139), - 37: (U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7), - 38: (U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35), - 39: (U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd), - 40: (U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22), - 41: (U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982), - 42: (U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803), - 43: (U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695), - 44: (U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510), - 45: (U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba), - 46: (U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a), - 47: (U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114), - 48: (U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99), - 49: (U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a), - 50: (U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06), - 51: (U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90), - 52: (U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a), - 53: (U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1), - 54: (U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a), - 55: (U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600), - 56: (U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9), - 57: (U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8), - 58: (U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264), - 59: (U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd), - 60: (U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb), - 61: (U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86), - 62: (U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63), - 63: (U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e), - 64: (U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99), - 65: (U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956), - 66: (U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb), - 67: (U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2), - 68: (U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534), - 69: (U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0), - 70: (U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c), - 71: (U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e), - 72: (U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4), - 73: (U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a), - 74: (U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced), - 75: (U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c), - 76: (U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32), - 77: (U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb), - 78: (U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a), - 79: (U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f), - 80: (U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be), - 81: (U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d), - 82: (U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf), - 83: (U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058), - 84: (U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f), - 85: (U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8), + 25: (U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8), + 26: (U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e), + 27: (U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf), + 28: (U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a), + 29: (U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82), + 30: (U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917), + 31: (U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6), + 32: (U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621), + 33: (U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af), + 34: (U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387), + 35: (U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e), + 36: (U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a), + 37: (U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2), + 38: (U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e), + 39: (U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda), + 40: (U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e), + 41: (U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c), + 42: (U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818), + 43: (U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad), + 44: (U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535), + 45: (U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd), + 46: (U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e), + 47: (U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125), + 48: (U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf), + 49: (U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76), + 50: (U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c), + 51: (U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2), + 52: (U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42), + 53: (U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6), + 54: (U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d), + 55: (U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615), + 56: (U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba), + 57: (U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb), + 58: (U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275), + 59: (U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114), + 60: (U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce), + 61: (U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a), + 62: (U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75), + 63: (U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f), + 64: (U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7), + 65: (U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963), + 66: (U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809), + 67: (U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be), + 68: (U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c), + 69: (U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc), + 70: (U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0), + 71: (U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f), + 72: (U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3), + 73: (U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80), + 74: (U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5), + 75: (U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70), + 76: (U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34), + 77: (U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc), + 78: (U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a), + 79: (U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c), + 80: (U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7), + 81: (U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364), + 82: (U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5), + 83: (U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c), + 84: (U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08), + 85: (U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1), 86: (U+3b95-3b96,U+3b99,U+3ba1,U+3bbc,U+3bbe,U+3bc2,U+3bc4,U+3bd7,U+3bdd,U+3bec,U+3bf2-3bf4,U+3bff,U+3c0d,U+3c11,U+3c15,U+3c18,U+3c54,U+3c8b,U+3ca5,U+3ccb,U+3ccd,U+3cd1,U+3cd6,U+3cdc,U+3ceb,U+3cef,U+3d12-3d13,U+3d1d,U+3d32,U+3d3b,U+3d46,U+3d4c,U+3d4e,U+3d51,U+3d5f,U+3d62,U+3d68-3d6a,U+3d6f,U+3d75,U+3d7d,U+3d85,U+3d88,U+3d8a,U+3d8f,U+3d91,U+3da5,U+3dad,U+3db4,U+3dbf,U+3dc6-3dc7,U+3dc9,U+3dcc-3dcd,U+3dd3,U+3ddb,U+3de7-3de8,U+3deb,U+3df3-3df4,U+3df7,U+3dfc-3dfd,U+3e03,U+3e06,U+3e40,U+3e43,U+3e48,U+3e55,U+3e74,U+3ea8-3eaa,U+3ead,U+3eb1,U+3eb8,U+3ebf,U+3ec2,U+3ec7,U+3eca,U+3ecc,U+3ed0-3ed1,U+3ed6-3ed7,U+3eda-3edb,U+3ede,U+3ee1-3ee2,U+3ee7,U+3ee9,U+3eeb-3eec,U+3ef0,U+3ef3-3ef4,U+3efa,U+3efc,U+3eff-3f00,U+3f04,U+3f06-3f08,U+3f0e,U+3f21,U+3f53,U+3f58-3f59,U+3f63,U+3f7c,U+3f93,U+3f97,U+3fc0,U+3fc8,U+3fd7,U+3fdc,U+3fe5,U+3fed,U+3ff9-3ffa,U+4004,U+4009,U+401d,U+4039,U+4045,U+4053,U+4057,U+4062,U+4065,U+406a,U+406f,U+4071,U+40a8,U+40b4,U+40bb,U+40bf,U+40c8,U+40d8,U+40df,U+40f8,U+40fa,U+4102-4104,U+4109,U+410e,U+411b,U+4131-4132,U+4167,U+416c,U+416e,U+417c,U+417f,U+4181,U+4190,U+41b2,U+41c4,U+41ca,U+41cf), 87: (U+3572,U+3577-3578,U+3584,U+3597-3598,U+35a1,U+35a5,U+35ad,U+35bf,U+35c1,U+35c5,U+35c7,U+35ca,U+35ce,U+35d2,U+35d6,U+35db,U+35dd,U+35f1-35f3,U+35fb,U+35fe,U+3609,U+3618,U+361a,U+3623,U+3625,U+362d,U+3635,U+3639,U+363e,U+3647-3649,U+364e,U+365f,U+3661,U+367a,U+3681,U+369a,U+36a5,U+36aa,U+36ac,U+36b0-36b1,U+36b5,U+36b9,U+36bc,U+36c1,U+36c3-36c5,U+36c7-36c8,U+36d3-36d4,U+36d6,U+36dd,U+36e1-36e2,U+36e5-36e6,U+36f5,U+3701,U+3703,U+3708,U+370a,U+370d,U+371c,U+3722-3723,U+3725,U+372c-372d,U+3730,U+3732-3733,U+373a,U+3740,U+3743,U+3762,U+376f,U+3797,U+37a0,U+37b9,U+37be,U+37d6,U+37f2,U+37f8,U+37fb,U+380f,U+3819,U+3820,U+382d,U+3836,U+3838,U+3863,U+3875,U+38a0,U+38c3,U+38cc,U+38d1,U+38d4,U+38ec,U+38fa,U+3908,U+3914,U+3927,U+3932,U+393f,U+394d,U+3963,U+3978,U+3980,U+3989-398a,U+3992,U+3999,U+399b,U+39a1,U+39a4,U+39b8,U+39dc,U+39e2,U+39e5,U+39ec,U+39f8,U+39fb,U+39fe,U+3a01-3a03,U+3a06,U+3a17-3a18,U+3a29-3a2a,U+3a34,U+3a4b,U+3a52,U+3a57,U+3a5c,U+3a5e,U+3a66-3a67,U+3a97,U+3aab,U+3abd,U+3ade,U+3ae0,U+3af0,U+3af2,U+3af5,U+3afb,U+3b0e,U+3b19,U+3b22,U+3b2b,U+3b39,U+3b42,U+3b58,U+3b60,U+3b71-3b72,U+3b7b-3b7c,U+3b80), 88: (U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3435,U+3440,U+3449-344a,U+344c,U+3464,U+3473,U+3479-347a,U+347d-347e,U+3493,U+3496,U+34a5,U+34af,U+34bc,U+34c1,U+34c8,U+34df,U+34e4,U+34e6,U+34fb,U+3506,U+353e,U+3551,U+3553,U+3559,U+3561,U+3569,U+356d,U+3570), @@ -107,28 +102,27 @@ $unicode: ( 91: (U+2477-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597), 92: (U+208d-208e,U+20a1,U+20a4,U+20a6,U+20a8-20ab,U+20ad-20ae,U+20b1-20b3,U+20b5,U+20b8-20ba,U+20bd,U+20dd,U+20e3,U+2105,U+2109,U+2112-2113,U+2115-2117,U+2120-2121,U+2126,U+212b,U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474-2476), 93: (U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a), - 94: (U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07), 98: (U+1fb-1ff,U+219,U+221,U+225-226,U+228-22b,U+22e-22f,U+231-235,U+239,U+23b,U+23e,U+250-252,U+254-255,U+259-25e,U+261-263,U+268-26b,U+26d,U+26f-277,U+279-27a,U+27d-281,U+283,U+28a-28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a2,U+2a4-2a7,U+2a9-2aa,U+2ae-2b3,U+2b5-2b7,U+2b9-2bf,U+2c2-2c4,U+2c6-2c9,U+2cc-2cd,U+2d0,U+2d8,U+2da,U+2dc,U+2e1-2e3,U+2e7,U+2eb,U+2ee,U+2f1-2ff,U+302-304,U+306-309,U+30c-30d,U+311,U+31b,U+321,U+323-325,U+328-329,U+32b-32c,U+32e-32f,U+331-33a,U+33c-33f,U+348,U+353,U+358-359), 99: (U+a1-a2,U+a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b5-b6,U+b8-ba,U+bc-be,U+c0-c8,U+ca-cc,U+ce-d5,U+d8-df,U+f0,U+f5,U+f8,U+fb,U+fe-100,U+102,U+105,U+107,U+109-10b,U+10f,U+112,U+115,U+117,U+119,U+11b,U+11f,U+121,U+123-124,U+127,U+129,U+12c-12d,U+130-13f,U+141-142,U+144,U+148,U+14b-14c,U+14f-153,U+159-15b,U+15e-160,U+163-166,U+169-16a,U+16d-171,U+173-17e,U+192,U+1a0,U+1a4,U+1aa,U+1ac-1ad,U+1af,U+1b1,U+1b4-1be,U+1d0,U+1d2,U+1d4,U+1da,U+1dc-1dd,U+1e1,U+1e3-1e4,U+1e7,U+1e9,U+1eb-1ec,U+1f0-1f1,U+1f3-1f5,U+1f7,U+1f9-1fa), - 100: (U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d), - 101: (U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495), - 102: (U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33), - 103: (U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d), - 104: (U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602), - 105: (U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19), - 106: (U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464), - 107: (U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15), - 108: (U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13), - 109: (U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e), + 100: (U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d), + 101: (U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495), + 102: (U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33), + 103: (U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d), + 104: (U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602), + 105: (U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19), + 106: (U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464), + 107: (U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15), + 108: (U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13), + 109: (U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e), 110: (U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4), 111: (U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c), 112: (U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d), 113: (U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c), 114: (U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54), - 115: (U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e), - 116: (U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d), - 117: (U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc), - 118: (U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f), + 115: (U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e), + 116: (U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d), + 117: (U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc), + 118: (U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f), 119: (U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a), cyrillic: (U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116), vietnamese: (U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB), diff --git a/fonts/variable/noto-serif-hk/unicode.json b/fonts/variable/noto-serif-hk/unicode.json index 9b338a1ed2c..727e632b92e 100644 --- a/fonts/variable/noto-serif-hk/unicode.json +++ b/fonts/variable/noto-serif-hk/unicode.json @@ -13,72 +13,67 @@ "[15]": "U+ff37,U+ff39-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff68,U+ff6a,U+ff6c-ff7e,U+ff80-ff86,U+ff89-ff94,U+ff97-ff9e,U+ffb9,U+ffe0-ffe3,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1d7c7,U+1f004,U+1f0cf,U+1f141-1f142,U+1f150,U+1f154,U+1f158,U+1f15b,U+1f15d-1f15e,U+1f162-1f163,U+1f170-1f171,U+1f174,U+1f177-1f178,U+1f17d-1f17f,U+1f192-1f195,U+1f197-1f19a,U+1f1e6-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f22f,U+1f232-1f237,U+1f239-1f23a,U+1f250-1f251,U+1f300,U+1f302-1f304", "[16]": "U+f94f,U+f95a,U+f95d-f95e,U+f961-f963,U+f965-f970,U+f974,U+f976-f97a,U+f97c,U+f97e-f97f,U+f981,U+f983,U+f988,U+f98a,U+f98c,U+f98e,U+f996-f997,U+f999-f99a,U+f99c,U+f99f-f9a0,U+f9a3,U+f9a8,U+f9ad,U+f9b2-f9b6,U+f9b9-f9ba,U+f9bd-f9be,U+f9c1,U+f9c4,U+f9c7,U+f9ca,U+f9cd,U+f9d0-f9d1,U+f9d3-f9d4,U+f9d7-f9d8,U+f9dc-f9dd,U+f9df-f9e1,U+f9e4,U+f9e8-f9ea,U+f9f4,U+f9f6-f9f7,U+f9f9-f9fa,U+f9fc-fa01,U+fa03-fa04,U+fa06,U+fa08-fa0a,U+fa0c,U+fa11,U+fa17,U+fa19,U+fa1b,U+fa1d,U+fa26,U+fa2c,U+fb01,U+fdfc,U+fe0e,U+fe33-fe36,U+fe38-fe44,U+fe49-fe51,U+fe54,U+fe56-fe57,U+fe59-fe5c,U+fe5f-fe6a,U+fe8e,U+fe92-fe93,U+feae,U+fecb-fecc,U+fee0,U+feec,U+fef3,U+ff04,U+ff07,U+ff26-ff2c,U+ff31-ff32,U+ff35-ff36", "[17]": "U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e", - "[20]": "U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018", - "[21]": "U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69", - "[22]": "U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708", - "[23]": "U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0", - "[24]": "U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec", - "[25]": "U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8", - "[26]": "U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26", - "[27]": "U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98", - "[28]": "U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9", - "[29]": "U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a", - "[30]": "U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb", - "[31]": "U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f", - "[32]": "U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601", - "[33]": "U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c", - "[34]": "U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e", - "[35]": "U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267", - "[36]": "U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139", - "[37]": "U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7", - "[38]": "U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35", - "[39]": "U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd", - "[40]": "U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22", - "[41]": "U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982", - "[42]": "U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803", - "[43]": "U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695", - "[44]": "U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510", - "[45]": "U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba", - "[46]": "U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a", - "[47]": "U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114", - "[48]": "U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99", - "[49]": "U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a", - "[50]": "U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06", - "[51]": "U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90", - "[52]": "U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a", - "[53]": "U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1", - "[54]": "U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a", - "[55]": "U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600", - "[56]": "U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9", - "[57]": "U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8", - "[58]": "U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264", - "[59]": "U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd", - "[60]": "U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb", - "[61]": "U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86", - "[62]": "U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63", - "[63]": "U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e", - "[64]": "U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99", - "[65]": "U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956", - "[66]": "U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb", - "[67]": "U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2", - "[68]": "U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534", - "[69]": "U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0", - "[70]": "U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c", - "[71]": "U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e", - "[72]": "U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4", - "[73]": "U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a", - "[74]": "U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced", - "[75]": "U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c", - "[76]": "U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32", - "[77]": "U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb", - "[78]": "U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a", - "[79]": "U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f", - "[80]": "U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be", - "[81]": "U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d", - "[82]": "U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf", - "[83]": "U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058", - "[84]": "U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f", - "[85]": "U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8", + "[25]": "U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8", + "[26]": "U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e", + "[27]": "U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf", + "[28]": "U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a", + "[29]": "U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82", + "[30]": "U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917", + "[31]": "U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6", + "[32]": "U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621", + "[33]": "U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af", + "[34]": "U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387", + "[35]": "U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e", + "[36]": "U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a", + "[37]": "U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2", + "[38]": "U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e", + "[39]": "U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda", + "[40]": "U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e", + "[41]": "U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c", + "[42]": "U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818", + "[43]": "U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad", + "[44]": "U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535", + "[45]": "U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd", + "[46]": "U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e", + "[47]": "U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125", + "[48]": "U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf", + "[49]": "U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76", + "[50]": "U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c", + "[51]": "U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2", + "[52]": "U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42", + "[53]": "U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6", + "[54]": "U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d", + "[55]": "U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615", + "[56]": "U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba", + "[57]": "U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb", + "[58]": "U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275", + "[59]": "U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114", + "[60]": "U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce", + "[61]": "U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a", + "[62]": "U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75", + "[63]": "U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f", + "[64]": "U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7", + "[65]": "U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963", + "[66]": "U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809", + "[67]": "U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be", + "[68]": "U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c", + "[69]": "U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc", + "[70]": "U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0", + "[71]": "U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f", + "[72]": "U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3", + "[73]": "U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80", + "[74]": "U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5", + "[75]": "U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70", + "[76]": "U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34", + "[77]": "U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc", + "[78]": "U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a", + "[79]": "U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c", + "[80]": "U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7", + "[81]": "U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364", + "[82]": "U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5", + "[83]": "U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c", + "[84]": "U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08", + "[85]": "U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1", "[86]": "U+3b95-3b96,U+3b99,U+3ba1,U+3bbc,U+3bbe,U+3bc2,U+3bc4,U+3bd7,U+3bdd,U+3bec,U+3bf2-3bf4,U+3bff,U+3c0d,U+3c11,U+3c15,U+3c18,U+3c54,U+3c8b,U+3ca5,U+3ccb,U+3ccd,U+3cd1,U+3cd6,U+3cdc,U+3ceb,U+3cef,U+3d12-3d13,U+3d1d,U+3d32,U+3d3b,U+3d46,U+3d4c,U+3d4e,U+3d51,U+3d5f,U+3d62,U+3d68-3d6a,U+3d6f,U+3d75,U+3d7d,U+3d85,U+3d88,U+3d8a,U+3d8f,U+3d91,U+3da5,U+3dad,U+3db4,U+3dbf,U+3dc6-3dc7,U+3dc9,U+3dcc-3dcd,U+3dd3,U+3ddb,U+3de7-3de8,U+3deb,U+3df3-3df4,U+3df7,U+3dfc-3dfd,U+3e03,U+3e06,U+3e40,U+3e43,U+3e48,U+3e55,U+3e74,U+3ea8-3eaa,U+3ead,U+3eb1,U+3eb8,U+3ebf,U+3ec2,U+3ec7,U+3eca,U+3ecc,U+3ed0-3ed1,U+3ed6-3ed7,U+3eda-3edb,U+3ede,U+3ee1-3ee2,U+3ee7,U+3ee9,U+3eeb-3eec,U+3ef0,U+3ef3-3ef4,U+3efa,U+3efc,U+3eff-3f00,U+3f04,U+3f06-3f08,U+3f0e,U+3f21,U+3f53,U+3f58-3f59,U+3f63,U+3f7c,U+3f93,U+3f97,U+3fc0,U+3fc8,U+3fd7,U+3fdc,U+3fe5,U+3fed,U+3ff9-3ffa,U+4004,U+4009,U+401d,U+4039,U+4045,U+4053,U+4057,U+4062,U+4065,U+406a,U+406f,U+4071,U+40a8,U+40b4,U+40bb,U+40bf,U+40c8,U+40d8,U+40df,U+40f8,U+40fa,U+4102-4104,U+4109,U+410e,U+411b,U+4131-4132,U+4167,U+416c,U+416e,U+417c,U+417f,U+4181,U+4190,U+41b2,U+41c4,U+41ca,U+41cf", "[87]": "U+3572,U+3577-3578,U+3584,U+3597-3598,U+35a1,U+35a5,U+35ad,U+35bf,U+35c1,U+35c5,U+35c7,U+35ca,U+35ce,U+35d2,U+35d6,U+35db,U+35dd,U+35f1-35f3,U+35fb,U+35fe,U+3609,U+3618,U+361a,U+3623,U+3625,U+362d,U+3635,U+3639,U+363e,U+3647-3649,U+364e,U+365f,U+3661,U+367a,U+3681,U+369a,U+36a5,U+36aa,U+36ac,U+36b0-36b1,U+36b5,U+36b9,U+36bc,U+36c1,U+36c3-36c5,U+36c7-36c8,U+36d3-36d4,U+36d6,U+36dd,U+36e1-36e2,U+36e5-36e6,U+36f5,U+3701,U+3703,U+3708,U+370a,U+370d,U+371c,U+3722-3723,U+3725,U+372c-372d,U+3730,U+3732-3733,U+373a,U+3740,U+3743,U+3762,U+376f,U+3797,U+37a0,U+37b9,U+37be,U+37d6,U+37f2,U+37f8,U+37fb,U+380f,U+3819,U+3820,U+382d,U+3836,U+3838,U+3863,U+3875,U+38a0,U+38c3,U+38cc,U+38d1,U+38d4,U+38ec,U+38fa,U+3908,U+3914,U+3927,U+3932,U+393f,U+394d,U+3963,U+3978,U+3980,U+3989-398a,U+3992,U+3999,U+399b,U+39a1,U+39a4,U+39b8,U+39dc,U+39e2,U+39e5,U+39ec,U+39f8,U+39fb,U+39fe,U+3a01-3a03,U+3a06,U+3a17-3a18,U+3a29-3a2a,U+3a34,U+3a4b,U+3a52,U+3a57,U+3a5c,U+3a5e,U+3a66-3a67,U+3a97,U+3aab,U+3abd,U+3ade,U+3ae0,U+3af0,U+3af2,U+3af5,U+3afb,U+3b0e,U+3b19,U+3b22,U+3b2b,U+3b39,U+3b42,U+3b58,U+3b60,U+3b71-3b72,U+3b7b-3b7c,U+3b80", "[88]": "U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3435,U+3440,U+3449-344a,U+344c,U+3464,U+3473,U+3479-347a,U+347d-347e,U+3493,U+3496,U+34a5,U+34af,U+34bc,U+34c1,U+34c8,U+34df,U+34e4,U+34e6,U+34fb,U+3506,U+353e,U+3551,U+3553,U+3559,U+3561,U+3569,U+356d,U+3570", @@ -87,28 +82,27 @@ "[91]": "U+2477-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597", "[92]": "U+208d-208e,U+20a1,U+20a4,U+20a6,U+20a8-20ab,U+20ad-20ae,U+20b1-20b3,U+20b5,U+20b8-20ba,U+20bd,U+20dd,U+20e3,U+2105,U+2109,U+2112-2113,U+2115-2117,U+2120-2121,U+2126,U+212b,U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474-2476", "[93]": "U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a", - "[94]": "U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07", "[98]": "U+1fb-1ff,U+219,U+221,U+225-226,U+228-22b,U+22e-22f,U+231-235,U+239,U+23b,U+23e,U+250-252,U+254-255,U+259-25e,U+261-263,U+268-26b,U+26d,U+26f-277,U+279-27a,U+27d-281,U+283,U+28a-28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a2,U+2a4-2a7,U+2a9-2aa,U+2ae-2b3,U+2b5-2b7,U+2b9-2bf,U+2c2-2c4,U+2c6-2c9,U+2cc-2cd,U+2d0,U+2d8,U+2da,U+2dc,U+2e1-2e3,U+2e7,U+2eb,U+2ee,U+2f1-2ff,U+302-304,U+306-309,U+30c-30d,U+311,U+31b,U+321,U+323-325,U+328-329,U+32b-32c,U+32e-32f,U+331-33a,U+33c-33f,U+348,U+353,U+358-359", "[99]": "U+a1-a2,U+a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b5-b6,U+b8-ba,U+bc-be,U+c0-c8,U+ca-cc,U+ce-d5,U+d8-df,U+f0,U+f5,U+f8,U+fb,U+fe-100,U+102,U+105,U+107,U+109-10b,U+10f,U+112,U+115,U+117,U+119,U+11b,U+11f,U+121,U+123-124,U+127,U+129,U+12c-12d,U+130-13f,U+141-142,U+144,U+148,U+14b-14c,U+14f-153,U+159-15b,U+15e-160,U+163-166,U+169-16a,U+16d-171,U+173-17e,U+192,U+1a0,U+1a4,U+1aa,U+1ac-1ad,U+1af,U+1b1,U+1b4-1be,U+1d0,U+1d2,U+1d4,U+1da,U+1dc-1dd,U+1e1,U+1e3-1e4,U+1e7,U+1e9,U+1eb-1ec,U+1f0-1f1,U+1f3-1f5,U+1f7,U+1f9-1fa", - "[100]": "U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d", - "[101]": "U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495", - "[102]": "U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33", - "[103]": "U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d", - "[104]": "U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602", - "[105]": "U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19", - "[106]": "U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464", - "[107]": "U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15", - "[108]": "U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13", - "[109]": "U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e", + "[100]": "U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d", + "[101]": "U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495", + "[102]": "U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33", + "[103]": "U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d", + "[104]": "U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602", + "[105]": "U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19", + "[106]": "U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464", + "[107]": "U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15", + "[108]": "U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13", + "[109]": "U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e", "[110]": "U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4", "[111]": "U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c", "[112]": "U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d", "[113]": "U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c", "[114]": "U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54", - "[115]": "U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e", - "[116]": "U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d", - "[117]": "U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc", - "[118]": "U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f", + "[115]": "U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e", + "[116]": "U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d", + "[117]": "U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc", + "[118]": "U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f", "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a", "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", diff --git a/fonts/variable/noto-serif-hk/wght.css b/fonts/variable/noto-serif-hk/wght.css index caaff3bf317..2b5725b13d9 100644 --- a/fonts/variable/noto-serif-hk/wght.css +++ b/fonts/variable/noto-serif-hk/wght.css @@ -138,56 +138,6 @@ unicode-range: U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e; } -/* noto-serif-hk-[20]-wght-normal */ -@font-face { - font-family: 'Noto Serif HK Variable'; - font-style: normal; - font-display: swap; - font-weight: 200 900; - src: url(./files/noto-serif-hk-20-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018; -} - -/* noto-serif-hk-[21]-wght-normal */ -@font-face { - font-family: 'Noto Serif HK Variable'; - font-style: normal; - font-display: swap; - font-weight: 200 900; - src: url(./files/noto-serif-hk-21-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69; -} - -/* noto-serif-hk-[22]-wght-normal */ -@font-face { - font-family: 'Noto Serif HK Variable'; - font-style: normal; - font-display: swap; - font-weight: 200 900; - src: url(./files/noto-serif-hk-22-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708; -} - -/* noto-serif-hk-[23]-wght-normal */ -@font-face { - font-family: 'Noto Serif HK Variable'; - font-style: normal; - font-display: swap; - font-weight: 200 900; - src: url(./files/noto-serif-hk-23-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0; -} - -/* noto-serif-hk-[24]-wght-normal */ -@font-face { - font-family: 'Noto Serif HK Variable'; - font-style: normal; - font-display: swap; - font-weight: 200 900; - src: url(./files/noto-serif-hk-24-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec; -} - /* noto-serif-hk-[25]-wght-normal */ @font-face { font-family: 'Noto Serif HK Variable'; @@ -195,7 +145,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-25-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; + unicode-range: U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8; } /* noto-serif-hk-[26]-wght-normal */ @@ -205,7 +155,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-26-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26; + unicode-range: U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e; } /* noto-serif-hk-[27]-wght-normal */ @@ -215,7 +165,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-27-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98; + unicode-range: U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf; } /* noto-serif-hk-[28]-wght-normal */ @@ -225,7 +175,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-28-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9; + unicode-range: U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a; } /* noto-serif-hk-[29]-wght-normal */ @@ -235,7 +185,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-29-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a; + unicode-range: U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82; } /* noto-serif-hk-[30]-wght-normal */ @@ -245,7 +195,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-30-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb; + unicode-range: U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917; } /* noto-serif-hk-[31]-wght-normal */ @@ -255,7 +205,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-31-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f; + unicode-range: U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6; } /* noto-serif-hk-[32]-wght-normal */ @@ -265,7 +215,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-32-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601; + unicode-range: U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621; } /* noto-serif-hk-[33]-wght-normal */ @@ -275,7 +225,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-33-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c; + unicode-range: U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af; } /* noto-serif-hk-[34]-wght-normal */ @@ -285,7 +235,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-34-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e; + unicode-range: U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387; } /* noto-serif-hk-[35]-wght-normal */ @@ -295,7 +245,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-35-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267; + unicode-range: U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e; } /* noto-serif-hk-[36]-wght-normal */ @@ -305,7 +255,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-36-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139; + unicode-range: U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a; } /* noto-serif-hk-[37]-wght-normal */ @@ -315,7 +265,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-37-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7; + unicode-range: U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2; } /* noto-serif-hk-[38]-wght-normal */ @@ -325,7 +275,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-38-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35; + unicode-range: U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e; } /* noto-serif-hk-[39]-wght-normal */ @@ -335,7 +285,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-39-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd; + unicode-range: U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda; } /* noto-serif-hk-[40]-wght-normal */ @@ -345,7 +295,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-40-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22; + unicode-range: U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e; } /* noto-serif-hk-[41]-wght-normal */ @@ -355,7 +305,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-41-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982; + unicode-range: U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c; } /* noto-serif-hk-[42]-wght-normal */ @@ -365,7 +315,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-42-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803; + unicode-range: U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818; } /* noto-serif-hk-[43]-wght-normal */ @@ -375,7 +325,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-43-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695; + unicode-range: U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad; } /* noto-serif-hk-[44]-wght-normal */ @@ -385,7 +335,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-44-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510; + unicode-range: U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535; } /* noto-serif-hk-[45]-wght-normal */ @@ -395,7 +345,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-45-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba; + unicode-range: U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd; } /* noto-serif-hk-[46]-wght-normal */ @@ -405,7 +355,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-46-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a; + unicode-range: U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e; } /* noto-serif-hk-[47]-wght-normal */ @@ -415,7 +365,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-47-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114; + unicode-range: U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125; } /* noto-serif-hk-[48]-wght-normal */ @@ -425,7 +375,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-48-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99; + unicode-range: U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf; } /* noto-serif-hk-[49]-wght-normal */ @@ -435,7 +385,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-49-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a; + unicode-range: U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76; } /* noto-serif-hk-[50]-wght-normal */ @@ -445,7 +395,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-50-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06; + unicode-range: U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c; } /* noto-serif-hk-[51]-wght-normal */ @@ -455,7 +405,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-51-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90; + unicode-range: U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2; } /* noto-serif-hk-[52]-wght-normal */ @@ -465,7 +415,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-52-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a; + unicode-range: U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42; } /* noto-serif-hk-[53]-wght-normal */ @@ -475,7 +425,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-53-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1; + unicode-range: U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6; } /* noto-serif-hk-[54]-wght-normal */ @@ -485,7 +435,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-54-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a; + unicode-range: U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d; } /* noto-serif-hk-[55]-wght-normal */ @@ -495,7 +445,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-55-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600; + unicode-range: U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615; } /* noto-serif-hk-[56]-wght-normal */ @@ -505,7 +455,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-56-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9; + unicode-range: U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba; } /* noto-serif-hk-[57]-wght-normal */ @@ -515,7 +465,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-57-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8; + unicode-range: U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb; } /* noto-serif-hk-[58]-wght-normal */ @@ -525,7 +475,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-58-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264; + unicode-range: U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275; } /* noto-serif-hk-[59]-wght-normal */ @@ -535,7 +485,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-59-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd; + unicode-range: U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114; } /* noto-serif-hk-[60]-wght-normal */ @@ -545,7 +495,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-60-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb; + unicode-range: U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce; } /* noto-serif-hk-[61]-wght-normal */ @@ -555,7 +505,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-61-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86; + unicode-range: U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a; } /* noto-serif-hk-[62]-wght-normal */ @@ -565,7 +515,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-62-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63; + unicode-range: U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75; } /* noto-serif-hk-[63]-wght-normal */ @@ -575,7 +525,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-63-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e; + unicode-range: U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f; } /* noto-serif-hk-[64]-wght-normal */ @@ -585,7 +535,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-64-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99; + unicode-range: U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7; } /* noto-serif-hk-[65]-wght-normal */ @@ -595,7 +545,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-65-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956; + unicode-range: U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963; } /* noto-serif-hk-[66]-wght-normal */ @@ -605,7 +555,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-66-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb; + unicode-range: U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809; } /* noto-serif-hk-[67]-wght-normal */ @@ -615,7 +565,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-67-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2; + unicode-range: U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be; } /* noto-serif-hk-[68]-wght-normal */ @@ -625,7 +575,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-68-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534; + unicode-range: U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c; } /* noto-serif-hk-[69]-wght-normal */ @@ -635,7 +585,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-69-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0; + unicode-range: U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc; } /* noto-serif-hk-[70]-wght-normal */ @@ -645,7 +595,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-70-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c; + unicode-range: U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0; } /* noto-serif-hk-[71]-wght-normal */ @@ -655,7 +605,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-71-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e; + unicode-range: U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f; } /* noto-serif-hk-[72]-wght-normal */ @@ -665,7 +615,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-72-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4; + unicode-range: U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3; } /* noto-serif-hk-[73]-wght-normal */ @@ -675,7 +625,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-73-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a; + unicode-range: U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80; } /* noto-serif-hk-[74]-wght-normal */ @@ -685,7 +635,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-74-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced; + unicode-range: U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5; } /* noto-serif-hk-[75]-wght-normal */ @@ -695,7 +645,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-75-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c; + unicode-range: U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70; } /* noto-serif-hk-[76]-wght-normal */ @@ -705,7 +655,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-76-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32; + unicode-range: U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34; } /* noto-serif-hk-[77]-wght-normal */ @@ -715,7 +665,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-77-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb; + unicode-range: U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc; } /* noto-serif-hk-[78]-wght-normal */ @@ -725,7 +675,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-78-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; + unicode-range: U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a; } /* noto-serif-hk-[79]-wght-normal */ @@ -735,7 +685,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-79-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f; + unicode-range: U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c; } /* noto-serif-hk-[80]-wght-normal */ @@ -745,7 +695,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-80-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be; + unicode-range: U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7; } /* noto-serif-hk-[81]-wght-normal */ @@ -755,7 +705,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-81-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d; + unicode-range: U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364; } /* noto-serif-hk-[82]-wght-normal */ @@ -765,7 +715,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-82-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf; + unicode-range: U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5; } /* noto-serif-hk-[83]-wght-normal */ @@ -775,7 +725,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-83-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058; + unicode-range: U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c; } /* noto-serif-hk-[84]-wght-normal */ @@ -785,7 +735,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-84-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f; + unicode-range: U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08; } /* noto-serif-hk-[85]-wght-normal */ @@ -795,7 +745,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-85-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8; + unicode-range: U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1; } /* noto-serif-hk-[86]-wght-normal */ @@ -878,16 +828,6 @@ unicode-range: U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a; } -/* noto-serif-hk-[94]-wght-normal */ -@font-face { - font-family: 'Noto Serif HK Variable'; - font-style: normal; - font-display: swap; - font-weight: 200 900; - src: url(./files/noto-serif-hk-94-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07; -} - /* noto-serif-hk-[98]-wght-normal */ @font-face { font-family: 'Noto Serif HK Variable'; @@ -915,7 +855,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-100-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; } /* noto-serif-hk-[101]-wght-normal */ @@ -925,7 +865,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-101-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495; + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; } /* noto-serif-hk-[102]-wght-normal */ @@ -935,7 +875,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-102-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; } /* noto-serif-hk-[103]-wght-normal */ @@ -945,7 +885,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-103-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; } /* noto-serif-hk-[104]-wght-normal */ @@ -955,7 +895,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-104-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; } /* noto-serif-hk-[105]-wght-normal */ @@ -965,7 +905,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-105-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19; + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; } /* noto-serif-hk-[106]-wght-normal */ @@ -975,7 +915,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-106-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; } /* noto-serif-hk-[107]-wght-normal */ @@ -985,7 +925,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-107-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; } /* noto-serif-hk-[108]-wght-normal */ @@ -995,7 +935,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-108-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; } /* noto-serif-hk-[109]-wght-normal */ @@ -1005,7 +945,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-109-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; } /* noto-serif-hk-[110]-wght-normal */ @@ -1065,7 +1005,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-115-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; } /* noto-serif-hk-[116]-wght-normal */ @@ -1075,7 +1015,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-116-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; } /* noto-serif-hk-[117]-wght-normal */ @@ -1085,7 +1025,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-117-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; } /* noto-serif-hk-[118]-wght-normal */ @@ -1095,7 +1035,7 @@ font-display: swap; font-weight: 200 900; src: url(./files/noto-serif-hk-118-wght-normal.woff2) format('woff2-variations'); - unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; } /* noto-serif-hk-[119]-wght-normal */ diff --git a/fonts/variable/noto-serif-jp/CHANGELOG.md b/fonts/variable/noto-serif-jp/CHANGELOG.md new file mode 100644 index 00000000000..e798685bbf8 --- /dev/null +++ b/fonts/variable/noto-serif-jp/CHANGELOG.md @@ -0,0 +1,2 @@ +# Changelog +See the [Fontsource CHANGELOG.md](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md). \ No newline at end of file diff --git a/fonts/variable/noto-serif-jp/LICENSE b/fonts/variable/noto-serif-jp/LICENSE new file mode 100644 index 00000000000..664f22fa729 --- /dev/null +++ b/fonts/variable/noto-serif-jp/LICENSE @@ -0,0 +1,93 @@ +(c) 2017-2023 Adobe (http://www.adobe.com/). + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/fonts/variable/noto-serif-jp/README.md b/fonts/variable/noto-serif-jp/README.md new file mode 100644 index 00000000000..1b0ac228e48 --- /dev/null +++ b/fonts/variable/noto-serif-jp/README.md @@ -0,0 +1,48 @@ +# Fontsource Noto Serif JP + +[![npm (scoped)](https://img.shields.io/npm/v/@fontsource-variable/noto-serif-jp?color=brightgreen)](https://www.npmjs.com/package/@fontsource-variable/noto-serif-jp) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource-variable/noto-serif-jp)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource-variable/noto-serif-jp)](https://github.com/fontsource/fontsource) [![GitHub stars](https://img.shields.io/github/stars/fontsource/fontsource.svg?style=social&label=Star)](https://github.com/fontsource/fontsource/stargazers) + +The CSS and web font files to easily self-host the “Noto Serif JP” variable font. Please visit the main [Fontsource website](https://fontsource.org/fonts/noto-serif-jp) to view more details on this package. + +## Quick Installation + +Fontsource offers multiple methods to import the CSS, including using a bundler like Vite or using SASS. You can find full documentation [here](https://fontsource.org/docs/getting-started/introduction). + +```javascript +npm install @fontsource-variable/noto-serif-jp +``` + +Within your app entry file or site component, import it in. + +```javascript +import "@fontsource-variable/noto-serif-jp"; // Defaults to wght axis +import "@fontsource-variable/noto-serif-jp/wght.css"; // Specify axis +import "@fontsource-variable/noto-serif-jp/wght-italic.css"; // Specify axis and style +``` + +Supported variables: +- Weights: `[200,300,400,500,600,700,800,900]` +- Styles: `[normal]` +- Subsets: `[cyrillic,japanese,latin,latin-ext,vietnamese]` +- Axes: `[wght]` + +> Note: `italic` may not be supported by all fonts. To learn more about what axes and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/noto-serif-jp). + +Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS. + +```css +body { + font-family: "Noto Serif JP Variable"; +} +``` + +## Licensing +Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0. + +(c) 2017-2023 Adobe (http://www.adobe.com/). +[OFL-1.1](http://scripts.sil.org/OFL) + +## Other Notes +Font version (provided by source): `v28`. + +If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-0-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-0-wght-normal.woff2 new file mode 100644 index 00000000000..5d1d86f199f Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-0-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-1-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-1-wght-normal.woff2 new file mode 100644 index 00000000000..b19b239397d Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-1-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-10-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-10-wght-normal.woff2 new file mode 100644 index 00000000000..e9e913d7446 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-10-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-100-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-100-wght-normal.woff2 new file mode 100644 index 00000000000..52f4e58133c Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-100-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-101-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-101-wght-normal.woff2 new file mode 100644 index 00000000000..5f7509decb4 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-101-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-102-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-102-wght-normal.woff2 new file mode 100644 index 00000000000..124d481fcde Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-102-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-103-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-103-wght-normal.woff2 new file mode 100644 index 00000000000..190b5d6c669 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-103-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-104-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-104-wght-normal.woff2 new file mode 100644 index 00000000000..324ac299a0e Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-104-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-105-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-105-wght-normal.woff2 new file mode 100644 index 00000000000..1d8bb084959 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-105-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-106-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-106-wght-normal.woff2 new file mode 100644 index 00000000000..62a03644fa6 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-106-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-107-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-107-wght-normal.woff2 new file mode 100644 index 00000000000..e6f3525b6b9 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-107-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-108-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-108-wght-normal.woff2 new file mode 100644 index 00000000000..4fa461539fc Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-108-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-109-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-109-wght-normal.woff2 new file mode 100644 index 00000000000..c42a1c0bea0 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-109-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-11-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-11-wght-normal.woff2 new file mode 100644 index 00000000000..114919f1061 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-11-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-110-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-110-wght-normal.woff2 new file mode 100644 index 00000000000..1d4528b2a1a Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-110-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-111-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-111-wght-normal.woff2 new file mode 100644 index 00000000000..a3bc4f9f7f2 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-111-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-112-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-112-wght-normal.woff2 new file mode 100644 index 00000000000..ba581f48b86 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-112-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-113-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-113-wght-normal.woff2 new file mode 100644 index 00000000000..eae1ba46acc Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-113-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-114-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-114-wght-normal.woff2 new file mode 100644 index 00000000000..c4b528837e6 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-114-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-115-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-115-wght-normal.woff2 new file mode 100644 index 00000000000..5ceb3b3d044 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-115-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-116-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-116-wght-normal.woff2 new file mode 100644 index 00000000000..d1b719b1f8d Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-116-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-117-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-117-wght-normal.woff2 new file mode 100644 index 00000000000..eac54565d4b Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-117-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-118-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-118-wght-normal.woff2 new file mode 100644 index 00000000000..231dbd40da8 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-118-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-119-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-119-wght-normal.woff2 new file mode 100644 index 00000000000..4ce1b04c133 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-119-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-12-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-12-wght-normal.woff2 new file mode 100644 index 00000000000..8e128d39d16 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-12-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-13-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-13-wght-normal.woff2 new file mode 100644 index 00000000000..10bd0d95c9a Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-13-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-14-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-14-wght-normal.woff2 new file mode 100644 index 00000000000..f82ed6a3204 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-14-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-15-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-15-wght-normal.woff2 new file mode 100644 index 00000000000..f0c0e3d3b8f Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-15-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-16-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-16-wght-normal.woff2 new file mode 100644 index 00000000000..999c81874b1 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-16-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-17-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-17-wght-normal.woff2 new file mode 100644 index 00000000000..e46932e8591 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-17-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-18-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-18-wght-normal.woff2 new file mode 100644 index 00000000000..a4b4a0edfe0 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-18-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-19-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-19-wght-normal.woff2 new file mode 100644 index 00000000000..ebde62bb5a9 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-19-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-2-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-2-wght-normal.woff2 new file mode 100644 index 00000000000..0d1e39da233 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-2-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-20-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-20-wght-normal.woff2 new file mode 100644 index 00000000000..3a50d27de36 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-20-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-21-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-21-wght-normal.woff2 new file mode 100644 index 00000000000..66691a552a0 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-21-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-22-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-22-wght-normal.woff2 new file mode 100644 index 00000000000..639bad1c7dd Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-22-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-23-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-23-wght-normal.woff2 new file mode 100644 index 00000000000..d7143727216 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-23-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-24-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-24-wght-normal.woff2 new file mode 100644 index 00000000000..d6beea9f978 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-24-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-25-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-25-wght-normal.woff2 new file mode 100644 index 00000000000..ec108fc52d3 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-25-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-26-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-26-wght-normal.woff2 new file mode 100644 index 00000000000..2fe80260077 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-26-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-27-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-27-wght-normal.woff2 new file mode 100644 index 00000000000..d697bf55027 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-27-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-28-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-28-wght-normal.woff2 new file mode 100644 index 00000000000..8044c38780d Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-28-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-29-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-29-wght-normal.woff2 new file mode 100644 index 00000000000..187fa207793 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-29-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-3-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-3-wght-normal.woff2 new file mode 100644 index 00000000000..c87d48eed1d Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-3-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-30-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-30-wght-normal.woff2 new file mode 100644 index 00000000000..32a9a61acc6 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-30-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-31-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-31-wght-normal.woff2 new file mode 100644 index 00000000000..267afc0b0be Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-31-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-32-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-32-wght-normal.woff2 new file mode 100644 index 00000000000..a86aca5fda6 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-32-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-33-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-33-wght-normal.woff2 new file mode 100644 index 00000000000..f4d56ebd7c9 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-33-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-34-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-34-wght-normal.woff2 new file mode 100644 index 00000000000..86b0cbdb750 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-34-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-35-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-35-wght-normal.woff2 new file mode 100644 index 00000000000..b9b906fbd84 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-35-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-36-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-36-wght-normal.woff2 new file mode 100644 index 00000000000..9954098b6b9 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-36-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-37-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-37-wght-normal.woff2 new file mode 100644 index 00000000000..567f9be52b2 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-37-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-38-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-38-wght-normal.woff2 new file mode 100644 index 00000000000..78f19c4ec49 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-38-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-39-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-39-wght-normal.woff2 new file mode 100644 index 00000000000..1f15ef517fa Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-39-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-4-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-4-wght-normal.woff2 new file mode 100644 index 00000000000..fcee1c429bc Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-4-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-40-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-40-wght-normal.woff2 new file mode 100644 index 00000000000..755b4acaa91 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-40-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-41-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-41-wght-normal.woff2 new file mode 100644 index 00000000000..d259d28e57b Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-41-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-42-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-42-wght-normal.woff2 new file mode 100644 index 00000000000..d9276c8185b Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-42-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-43-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-43-wght-normal.woff2 new file mode 100644 index 00000000000..1932d600271 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-43-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-44-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-44-wght-normal.woff2 new file mode 100644 index 00000000000..a0ac26b833a Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-44-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-45-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-45-wght-normal.woff2 new file mode 100644 index 00000000000..416fda5a809 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-45-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-46-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-46-wght-normal.woff2 new file mode 100644 index 00000000000..97a1deb1db1 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-46-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-47-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-47-wght-normal.woff2 new file mode 100644 index 00000000000..cbacabb93ed Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-47-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-48-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-48-wght-normal.woff2 new file mode 100644 index 00000000000..d057c9a98de Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-48-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-49-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-49-wght-normal.woff2 new file mode 100644 index 00000000000..fde3ed7cb64 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-49-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-5-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-5-wght-normal.woff2 new file mode 100644 index 00000000000..73fa5f5c468 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-5-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-50-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-50-wght-normal.woff2 new file mode 100644 index 00000000000..a35f319331c Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-50-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-51-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-51-wght-normal.woff2 new file mode 100644 index 00000000000..73979ae020d Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-51-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-52-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-52-wght-normal.woff2 new file mode 100644 index 00000000000..f7f493e47aa Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-52-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-53-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-53-wght-normal.woff2 new file mode 100644 index 00000000000..5ac34bf6328 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-53-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-54-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-54-wght-normal.woff2 new file mode 100644 index 00000000000..cc96a914936 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-54-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-55-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-55-wght-normal.woff2 new file mode 100644 index 00000000000..8b08df01094 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-55-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-56-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-56-wght-normal.woff2 new file mode 100644 index 00000000000..885ab15594c Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-56-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-57-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-57-wght-normal.woff2 new file mode 100644 index 00000000000..a3c5ab1f650 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-57-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-58-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-58-wght-normal.woff2 new file mode 100644 index 00000000000..9fbd26008e2 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-58-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-59-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-59-wght-normal.woff2 new file mode 100644 index 00000000000..5d1ef7bfbbb Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-59-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-6-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-6-wght-normal.woff2 new file mode 100644 index 00000000000..6a3245604ab Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-6-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-60-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-60-wght-normal.woff2 new file mode 100644 index 00000000000..f3672341291 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-60-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-61-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-61-wght-normal.woff2 new file mode 100644 index 00000000000..de27152dd21 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-61-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-62-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-62-wght-normal.woff2 new file mode 100644 index 00000000000..87f726cac0f Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-62-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-63-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-63-wght-normal.woff2 new file mode 100644 index 00000000000..b9656fb3aeb Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-63-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-64-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-64-wght-normal.woff2 new file mode 100644 index 00000000000..365f2f45a7f Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-64-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-65-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-65-wght-normal.woff2 new file mode 100644 index 00000000000..c2b9d6921d8 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-65-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-66-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-66-wght-normal.woff2 new file mode 100644 index 00000000000..aed89e1e98c Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-66-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-67-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-67-wght-normal.woff2 new file mode 100644 index 00000000000..2a3b7cd1449 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-67-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-68-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-68-wght-normal.woff2 new file mode 100644 index 00000000000..fe38a50dd6a Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-68-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-69-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-69-wght-normal.woff2 new file mode 100644 index 00000000000..6c426b12dab Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-69-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-7-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-7-wght-normal.woff2 new file mode 100644 index 00000000000..0f544ce578e Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-7-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-70-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-70-wght-normal.woff2 new file mode 100644 index 00000000000..a795e8b9490 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-70-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-71-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-71-wght-normal.woff2 new file mode 100644 index 00000000000..c8aedf41fd5 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-71-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-72-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-72-wght-normal.woff2 new file mode 100644 index 00000000000..3542e9e9a35 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-72-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-73-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-73-wght-normal.woff2 new file mode 100644 index 00000000000..bd4fd52031d Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-73-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-74-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-74-wght-normal.woff2 new file mode 100644 index 00000000000..8e875b30e0a Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-74-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-75-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-75-wght-normal.woff2 new file mode 100644 index 00000000000..66b78866adb Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-75-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-76-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-76-wght-normal.woff2 new file mode 100644 index 00000000000..a196065254f Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-76-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-77-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-77-wght-normal.woff2 new file mode 100644 index 00000000000..7efc8ad2761 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-77-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-78-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-78-wght-normal.woff2 new file mode 100644 index 00000000000..5cb3706446c Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-78-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-79-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-79-wght-normal.woff2 new file mode 100644 index 00000000000..2bc78b3e001 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-79-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-8-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-8-wght-normal.woff2 new file mode 100644 index 00000000000..a26e154e854 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-8-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-80-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-80-wght-normal.woff2 new file mode 100644 index 00000000000..75885110345 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-80-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-81-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-81-wght-normal.woff2 new file mode 100644 index 00000000000..33e5e399fe5 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-81-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-82-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-82-wght-normal.woff2 new file mode 100644 index 00000000000..7628acd91e6 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-82-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-83-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-83-wght-normal.woff2 new file mode 100644 index 00000000000..f54082c3b96 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-83-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-84-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-84-wght-normal.woff2 new file mode 100644 index 00000000000..3f32ff71447 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-84-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-85-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-85-wght-normal.woff2 new file mode 100644 index 00000000000..80e97afc6e9 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-85-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-86-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-86-wght-normal.woff2 new file mode 100644 index 00000000000..e6232d3cdc0 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-86-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-87-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-87-wght-normal.woff2 new file mode 100644 index 00000000000..001a068d817 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-87-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-88-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-88-wght-normal.woff2 new file mode 100644 index 00000000000..284cc97427a Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-88-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-89-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-89-wght-normal.woff2 new file mode 100644 index 00000000000..2a9d14e6499 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-89-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-9-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-9-wght-normal.woff2 new file mode 100644 index 00000000000..aa989bed767 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-9-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-90-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-90-wght-normal.woff2 new file mode 100644 index 00000000000..56d8036a24c Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-90-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-91-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-91-wght-normal.woff2 new file mode 100644 index 00000000000..ed957680e5d Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-91-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-92-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-92-wght-normal.woff2 new file mode 100644 index 00000000000..449b61e6ab7 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-92-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-93-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-93-wght-normal.woff2 new file mode 100644 index 00000000000..a3b4681eee7 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-93-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-94-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-94-wght-normal.woff2 new file mode 100644 index 00000000000..7e2edbd164f Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-94-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-95-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-95-wght-normal.woff2 new file mode 100644 index 00000000000..f8bf7b541d8 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-95-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-96-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-96-wght-normal.woff2 new file mode 100644 index 00000000000..3d4df892f60 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-96-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-97-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-97-wght-normal.woff2 new file mode 100644 index 00000000000..9fd56319523 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-97-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-98-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-98-wght-normal.woff2 new file mode 100644 index 00000000000..08ba73f9ae3 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-98-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-99-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-99-wght-normal.woff2 new file mode 100644 index 00000000000..f72bf900985 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-99-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-cyrillic-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-cyrillic-wght-normal.woff2 new file mode 100644 index 00000000000..46357e7a206 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-cyrillic-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-latin-ext-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-latin-ext-wght-normal.woff2 new file mode 100644 index 00000000000..924ec2aa2bd Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-latin-ext-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-latin-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-latin-wght-normal.woff2 new file mode 100644 index 00000000000..8cad0e1731a Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-latin-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/files/noto-serif-jp-vietnamese-wght-normal.woff2 b/fonts/variable/noto-serif-jp/files/noto-serif-jp-vietnamese-wght-normal.woff2 new file mode 100644 index 00000000000..7e95ba9eb27 Binary files /dev/null and b/fonts/variable/noto-serif-jp/files/noto-serif-jp-vietnamese-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-jp/index.css b/fonts/variable/noto-serif-jp/index.css new file mode 100644 index 00000000000..1aa451db534 --- /dev/null +++ b/fonts/variable/noto-serif-jp/index.css @@ -0,0 +1,1239 @@ +/* noto-serif-jp-[0]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-0-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25ee8,U+25f23,U+25f5c,U+25fd4,U+25fe0,U+25ffb,U+2600c,U+26017,U+26060,U+260ed,U+26222,U+2626a,U+26270,U+26286,U+2634c,U+26402,U+2667e,U+266b0,U+2671d,U+268dd,U+268ea,U+26951,U+2696f,U+26999,U+269dd,U+26a1e,U+26a58,U+26a8c,U+26ab7,U+26aff,U+26c29,U+26c73,U+26c9e,U+26cdd,U+26e40,U+26e65,U+26f94,U+26ff6-26ff8,U+270f4,U+2710d,U+27139,U+273da-273db,U+273fe,U+27410,U+27449,U+27614-27615,U+27631,U+27684,U+27693,U+2770e,U+27723,U+27752,U+278b2,U+27985,U+279b4,U+27a84,U+27bb3,U+27bbe,U+27bc7,U+27c3c,U+27cb8,U+27d73,U+27da0,U+27e10,U+27eaf,U+27fb7,U+2808a,U+280bb,U+28277,U+28282,U+282f3,U+283cd,U+2840c,U+28455,U+284dc,U+2856b,U+285c8-285c9,U+286d7,U+286fa,U+28946,U+28949,U+2896b,U+28987-28988,U+289ba-289bb,U+28a1e,U+28a29,U+28a43,U+28a71,U+28a99,U+28acd,U+28add,U+28ae4,U+28bc1,U+28bef,U+28cdd,U+28d10,U+28d71,U+28dfb,U+28e0f,U+28e17,U+28e1f,U+28e36,U+28e89,U+28eeb,U+28ef6,U+28f32,U+28ff8,U+292a0,U+292b1,U+29490,U+295cf,U+2967f,U+296f0,U+29719,U+29750,U+29810,U+298c6,U+29a72,U+29d4b,U+29ddb,U+29e15,U+29e3d,U+29e49,U+29e8a,U+29ec4,U+29edb,U+29ee9,U+29fce,U+29fd7,U+2a01a,U+2a02f,U+2a082,U+2a0f9,U+2a190,U+2a2b2,U+2a38c,U+2a437,U+2a5f1,U+2a602,U+2a61a,U+2a6b2,U+2a9e6,U+2b746,U+2b751,U+2b753,U+2b75a,U+2b75c,U+2b765,U+2b776-2b777,U+2b77c,U+2b782,U+2b789,U+2b78b,U+2b78e,U+2b794,U+2b7ac,U+2b7af,U+2b7bd,U+2b7c9,U+2b7cf,U+2b7d2,U+2b7d8,U+2b7f0,U+2b80d,U+2b817,U+2b81a,U+2d544,U+2e278,U+2e569,U+2e6ea,U+2f804,U+2f80f,U+2f815,U+2f818,U+2f81a,U+2f822,U+2f828,U+2f82c,U+2f833,U+2f83f,U+2f846,U+2f852,U+2f862,U+2f86d,U+2f873,U+2f877,U+2f884,U+2f899-2f89a,U+2f8a6,U+2f8ac,U+2f8b2,U+2f8b6,U+2f8d3,U+2f8db-2f8dc,U+2f8e1,U+2f8e5,U+2f8ea,U+2f8ed,U+2f8fc,U+2f903,U+2f90b,U+2f90f,U+2f91a,U+2f920-2f921,U+2f945,U+2f947,U+2f96c,U+2f995,U+2f9d0,U+2f9de-2f9df,U+2f9f4; +} + +/* noto-serif-jp-[1]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-1-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+1f235-1f23b,U+1f240-1f248,U+1f250-1f251,U+2000b,U+20089-2008a,U+200a2,U+200a4,U+200b0,U+200f5,U+20158,U+201a2,U+20213,U+2032b,U+20371,U+20381,U+203f9,U+2044a,U+20509,U+2053f,U+205b1,U+205d6,U+20611,U+20628,U+206ec,U+2074f,U+207c8,U+20807,U+2083a,U+208b9,U+2090e,U+2097c,U+20984,U+2099d,U+20a64,U+20ad3,U+20b1d,U+20b9f,U+20bb7,U+20d45,U+20d58,U+20de1,U+20e64,U+20e6d,U+20e95,U+20f5f,U+21201,U+2123d,U+21255,U+21274,U+2127b,U+212d7,U+212e4,U+212fd,U+2131b,U+21336,U+21344,U+213c4,U+2146d-2146e,U+215d7,U+21647,U+216b4,U+21706,U+21742,U+218bd,U+219c3,U+21a1a,U+21c56,U+21d2d,U+21d45,U+21d62,U+21d78,U+21d92,U+21d9c,U+21da1,U+21db7,U+21de0,U+21e33-21e34,U+21f1e,U+21f76,U+21ffa,U+2217b,U+22218,U+2231e,U+223ad,U+22609,U+226f3,U+2285b,U+228ab,U+2298f,U+22ab8,U+22b46,U+22b4f-22b50,U+22ba6,U+22c1d,U+22c24,U+22de1,U+22e42,U+22feb,U+231b6,U+231c3-231c4,U+231f5,U+23372,U+233cc,U+233d0,U+233d2-233d3,U+233d5,U+233da,U+233df,U+233e4,U+233fe,U+2344a-2344b,U+23451,U+23465,U+234e4,U+2355a,U+23594,U+235c4,U+23638-2363a,U+23647,U+2370c,U+2371c,U+2373f,U+23763-23764,U+237e7,U+237f1,U+237ff,U+23824,U+2383d,U+23a98,U+23c7f,U+23cbe,U+23cfe,U+23d00,U+23d0e,U+23d40,U+23dd3,U+23df9-23dfa,U+23f7e,U+2404b,U+24096,U+24103,U+241c6,U+241fe,U+242ee,U+243bc,U+243d0,U+24629,U+246a5,U+247f1,U+24896,U+248e9,U+24a4d,U+24b56,U+24b6f,U+24c16,U+24d14,U+24e04,U+24e0e,U+24e37,U+24e6a,U+24e8b,U+24ff2,U+2504a,U+25055,U+25122,U+251a9,U+251cd,U+251e5,U+2521e,U+2524c,U+2542e,U+2548e,U+254d9,U+2550e,U+255a7,U+2567f,U+25771,U+257a9,U+257b4,U+25874,U+259c4,U+259cc,U+259d4,U+25ad7,U+25ae3-25ae4,U+25af1,U+25bb2,U+25c4b,U+25c64,U+25da1,U+25e2e,U+25e56,U+25e62,U+25e65,U+25ec2,U+25ed8; +} + +/* noto-serif-jp-[2]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-2-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ffd7,U+ffda-ffdc,U+ffe0-ffe2,U+ffe4,U+ffe6,U+ffe8-ffee,U+1f100-1f10c,U+1f110-1f16c,U+1f170-1f1ac,U+1f200-1f202,U+1f210-1f234; +} + +/* noto-serif-jp-[3]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-3-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+fa10,U+fa12-fa6d,U+fb00-fb04,U+fe10-fe19,U+fe30-fe42,U+fe44-fe52,U+fe54-fe66,U+fe68-fe6b,U+ff02,U+ff04,U+ff07,U+ff51,U+ff5b,U+ff5d,U+ff5f-ff60,U+ff66,U+ff69,U+ff87,U+ffa1-ffbe,U+ffc2-ffc7,U+ffca-ffcf,U+ffd2-ffd6; +} + +/* noto-serif-jp-[4]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-4-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+f92d-f959,U+f95b-f9f2,U+f9f4-fa0b,U+fa0e-fa0f; +} + +/* noto-serif-jp-[5]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-5-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9e8b-9e8c,U+9e8e-9e8f,U+9e91-9e92,U+9e95-9e96,U+9e98,U+9e9b,U+9e9d-9e9e,U+9ea4-9ea5,U+9ea8-9eaa,U+9eac-9eb0,U+9eb3-9eb5,U+9eb8,U+9ebc-9ebf,U+9ec3,U+9ec6,U+9ec8,U+9ecb-9ecd,U+9ecf-9ed1,U+9ed4-9ed5,U+9ed8,U+9edb-9ee0,U+9ee4-9ee5,U+9ee7-9ee8,U+9eec-9ef2,U+9ef4-9ef9,U+9efb-9eff,U+9f02-9f03,U+9f07-9f09,U+9f0e-9f12,U+9f14-9f17,U+9f19-9f1b,U+9f1f-9f22,U+9f26,U+9f2a-9f2c,U+9f2f,U+9f31-9f32,U+9f34,U+9f37,U+9f39-9f3a,U+9f3c-9f3f,U+9f41,U+9f43-9f47,U+9f4a,U+9f4e-9f50,U+9f52-9f58,U+9f5a,U+9f5d-9f61,U+9f63,U+9f66-9f6a,U+9f6c-9f73,U+9f75-9f77,U+9f7a,U+9f7d,U+9f7f,U+9f8f-9f92,U+9f94-9f97,U+9f99,U+9f9c-9fa3,U+9fa5,U+9fb4,U+9fbc-9fc2,U+9fc4,U+9fc6,U+9fcc,U+f900-f92c; +} + +/* noto-serif-jp-[6]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-6-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9c3e,U+9c41,U+9c43-9c4a,U+9c4e-9c50,U+9c52-9c54,U+9c56,U+9c58,U+9c5a-9c61,U+9c63,U+9c65,U+9c67-9c6b,U+9c6d-9c6e,U+9c70,U+9c72,U+9c75-9c78,U+9c7a-9c7c,U+9ce6-9ce7,U+9ceb-9cec,U+9cf0,U+9cf2,U+9cf6-9cf7,U+9cf9,U+9d02-9d03,U+9d06-9d09,U+9d0b,U+9d0e,U+9d11-9d12,U+9d15,U+9d17-9d18,U+9d1b-9d1f,U+9d23,U+9d26,U+9d2a-9d2c,U+9d2f-9d30,U+9d32-9d34,U+9d3a,U+9d3c-9d3f,U+9d41-9d48,U+9d4a,U+9d50-9d54,U+9d59,U+9d5d-9d65,U+9d69-9d6c,U+9d6f-9d70,U+9d72-9d73,U+9d76-9d77,U+9d7a-9d7c,U+9d7e,U+9d83-9d84,U+9d86-9d87,U+9d89-9d8a,U+9d8d-9d8e,U+9d92-9d93,U+9d95-9d9a,U+9da1,U+9da4,U+9da9-9dac,U+9dae,U+9db1-9db2,U+9db5,U+9db8-9dbd,U+9dbf-9dc4,U+9dc6-9dc7,U+9dc9-9dca,U+9dcf,U+9dd3-9dd7,U+9dd9-9dda,U+9dde-9de0,U+9de3,U+9de5-9de7,U+9de9,U+9deb,U+9ded-9df0,U+9df3-9df4,U+9df8,U+9dfd-9dfe,U+9e02,U+9e07,U+9e0a,U+9e0d-9e0e,U+9e10-9e12,U+9e15-9e16,U+9e19-9e1f,U+9e75,U+9e79-9e7d,U+9e80-9e85,U+9e87-9e88; +} + +/* noto-serif-jp-[7]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-7-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9ae5-9ae7,U+9ae9,U+9aeb-9aec,U+9aee-9aef,U+9af1-9af5,U+9af7,U+9af9-9afb,U+9afd,U+9aff-9b06,U+9b08-9b09,U+9b0b-9b0e,U+9b10,U+9b12,U+9b16,U+9b18-9b1d,U+9b1f-9b20,U+9b22-9b23,U+9b25-9b2f,U+9b32-9b35,U+9b37,U+9b39-9b3b,U+9b3d,U+9b43-9b44,U+9b48,U+9b4b-9b4f,U+9b51,U+9b55-9b58,U+9b5b,U+9b5e,U+9b61,U+9b63,U+9b65-9b66,U+9b68,U+9b6a-9b6f,U+9b72-9b79,U+9b7f-9b80,U+9b83-9b87,U+9b89-9b8b,U+9b8d,U+9b8f-9b94,U+9b96-9b97,U+9b9a,U+9b9d-9ba0,U+9ba6-9ba7,U+9ba9-9baa,U+9bac,U+9bb0-9bb2,U+9bb4,U+9bb7-9bb9,U+9bbb-9bbc,U+9bbe-9bc1,U+9bc6-9bc8,U+9bca,U+9bce-9bd2,U+9bd4,U+9bd7-9bd8,U+9bdd,U+9bdf,U+9be1-9be5,U+9be7,U+9bea-9beb,U+9bee-9bf3,U+9bf5,U+9bf7-9bfa,U+9bfd,U+9bff-9c00,U+9c02,U+9c04,U+9c06,U+9c08-9c0d,U+9c0f-9c16,U+9c18-9c1e,U+9c21-9c2a,U+9c2d-9c32,U+9c35-9c37,U+9c39-9c3a,U+9c3d; +} + +/* noto-serif-jp-[8]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-8-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+98eb,U+98ed-98ee,U+98f0-98f1,U+98f3,U+98f6,U+9902,U+9907-9909,U+9911-9912,U+9914-9918,U+991a-9922,U+9924,U+9926-9927,U+992b-992c,U+992e,U+9931-9935,U+9939-993e,U+9940-9942,U+9945-9949,U+994b-994e,U+9950-9952,U+9954-9955,U+9958-9959,U+995b-995c,U+995e-9960,U+9963,U+9997-9998,U+999b,U+999d-999f,U+99a3,U+99a5-99a6,U+99a8,U+99ad-99ae,U+99b0-99b2,U+99b5,U+99b9-99ba,U+99bc-99bd,U+99bf,U+99c1,U+99c3,U+99c8-99c9,U+99d1,U+99d3-99d5,U+99d8-99df,U+99e1-99e2,U+99e7,U+99ea-99ee,U+99f0-99f2,U+99f4-99f5,U+99f8-99f9,U+99fb-99fe,U+9a01-9a05,U+9a08,U+9a0a-9a0c,U+9a0f-9a11,U+9a16,U+9a1a,U+9a1e,U+9a20,U+9a22-9a24,U+9a27,U+9a2b,U+9a2d-9a2e,U+9a31,U+9a33,U+9a35-9a38,U+9a3e,U+9a40-9a45,U+9a47,U+9a4a-9a4e,U+9a51-9a52,U+9a54-9a58,U+9a5b,U+9a5d,U+9a5f,U+9a62,U+9a64-9a65,U+9a69-9a6c,U+9aaa,U+9aac-9ab0,U+9ab2,U+9ab4-9ab7,U+9ab9,U+9abb-9ac1,U+9ac3,U+9ac6,U+9ac8,U+9ace-9ad3,U+9ad5-9ad7,U+9adb-9adc,U+9ade-9ae0,U+9ae2-9ae4; +} + +/* noto-serif-jp-[9]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-9-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+971d,U+9721-9724,U+9728,U+972a,U+9730-9731,U+9733,U+9736,U+9738-9739,U+973b,U+973d-973e,U+9741-9744,U+9746-974a,U+974d-974f,U+9751,U+9755,U+9757-9758,U+975a-975c,U+9760-9761,U+9763-9764,U+9766-9768,U+976a-976b,U+976e,U+9771,U+9773,U+9776-977d,U+977f-9781,U+9785-9786,U+9789,U+978b,U+978f-9790,U+9795-9797,U+9799-979a,U+979c,U+979e-97a0,U+97a2-97a3,U+97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b6,U+97b8-97ba,U+97bc,U+97be-97bf,U+97c1,U+97c3-97ce,U+97d0-97d1,U+97d4,U+97d7-97d9,U+97db-97de,U+97e0-97e1,U+97e4,U+97e6,U+97ed-97ef,U+97f1-97f2,U+97f4-97f8,U+97fa,U+9804,U+9807,U+980a,U+980c-980f,U+9814,U+9816-9817,U+9819-981a,U+981c,U+981e,U+9820-9821,U+9823-9826,U+982b,U+982e-9830,U+9832-9835,U+9837,U+9839,U+983d-983e,U+9844,U+9846-9847,U+984a-984b,U+984f,U+9851-9853,U+9856-9857,U+9859-985b,U+9862-9863,U+9865-9866,U+986a-986c,U+986f-9871,U+9873-9875,U+98aa-98ab,U+98ad-98ae,U+98b0-98b1,U+98b4,U+98b6-98b8,U+98ba-98bc,U+98bf,U+98c2-98c8,U+98cb-98cc,U+98ce,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e7,U+98e9-98ea; +} + +/* noto-serif-jp-[10]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-10-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+944a,U+944c,U+9452-9453,U+9455,U+9459-945c,U+945e-9463,U+9468,U+946a-946b,U+946d-9472,U+9475,U+9477,U+947c-947f,U+9481,U+9483-9485,U+9578-9579,U+957e-957f,U+9582,U+9584,U+9586-9588,U+958a,U+958c-958f,U+9592,U+9594,U+9596,U+9598-9599,U+959d-95a1,U+95a4,U+95a6-95a9,U+95ab-95ad,U+95b1,U+95b4,U+95b6,U+95b9-95bf,U+95c3,U+95c6,U+95c8-95cd,U+95d0-95d6,U+95d9-95da,U+95dc-95e2,U+95e4-95e6,U+95e8,U+961d-961e,U+9621-9622,U+9624-9626,U+9628,U+962c,U+962e-962f,U+9631,U+9633-9634,U+9637-963a,U+963c-963d,U+9641-9642,U+964b-964c,U+964f,U+9652,U+9654,U+9656-9658,U+965c-965f,U+9661,U+9666,U+966a,U+966c,U+966e,U+9672,U+9674,U+9677,U+967b-967c,U+967e-967f,U+9681-9684,U+9689,U+968b,U+968d,U+9691,U+9695-9698,U+969a,U+969d,U+969f,U+96a4-96aa,U+96ae-96b4,U+96b6,U+96b8-96bb,U+96bd,U+96c1,U+96c9-96cb,U+96cd-96ce,U+96d2,U+96d5-96d6,U+96d8-96da,U+96dc-96df,U+96e9,U+96ef,U+96f1,U+96f9-96fa,U+9702-9706,U+9708-9709,U+970d-970f,U+9711,U+9713-9714,U+9716,U+9719-971b; +} + +/* noto-serif-jp-[11]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-11-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+92bc-92bd,U+92bf-92c3,U+92c5-92c8,U+92cb-92d0,U+92d2-92d3,U+92d5,U+92d7-92d9,U+92dc-92dd,U+92df-92e1,U+92e3-92e5,U+92e7-92ea,U+92ec,U+92ee,U+92f0,U+92f2,U+92f7-92fb,U+92ff-9300,U+9302,U+9304,U+9308,U+930d,U+930f-9311,U+9314-9315,U+9318-931a,U+931c-931f,U+9321-9325,U+9327-932b,U+932e,U+9333-9337,U+933a-933b,U+9344,U+9347-934a,U+934d,U+9350-9352,U+9354-9358,U+935a,U+935c,U+935e,U+9360,U+9364-9365,U+9367,U+9369-936d,U+936f-9371,U+9373-9374,U+9376,U+937a,U+937d-9382,U+9388,U+938a-938b,U+938d,U+938f,U+9392,U+9394-9395,U+9397-9398,U+939a-939b,U+939e,U+93a1,U+93a3-93a4,U+93a6,U+93a8-93a9,U+93ab-93ad,U+93b0,U+93b4-93b6,U+93b9-93bb,U+93c1,U+93c3-93cd,U+93d0-93d1,U+93d3,U+93d6-93d9,U+93dc-93df,U+93e2,U+93e4-93e8,U+93f1,U+93f5,U+93f7-93fb,U+93fd,U+9401-9404,U+9407-9409,U+940d-9410,U+9413-9417,U+9419-941a,U+941f,U+9421,U+942b,U+942e-942f,U+9431-9434,U+9436,U+9438,U+943a-943b,U+943d,U+943f,U+9441,U+9443-9445,U+9448; +} + +/* noto-serif-jp-[12]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-12-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9143,U+9146-914c,U+914f,U+9153,U+9156-915b,U+9161,U+9163-9165,U+9167,U+9169,U+916d,U+9172-9174,U+9179-917b,U+9181-9183,U+9185-9187,U+9189-918b,U+918e,U+9191,U+9193-9195,U+9197-9198,U+919e,U+91a1-91a2,U+91a6,U+91a8,U+91aa-91b6,U+91ba-91bd,U+91bf-91c6,U+91c9,U+91cb,U+91d0,U+91d3-91d4,U+91d6-91d7,U+91d9-91db,U+91de-91df,U+91e1,U+91e4-91e6,U+91e9-91ea,U+91ec-91f1,U+91f5-91f7,U+91f9,U+91fb-91fd,U+91ff-9201,U+9204-9207,U+9209-920a,U+920c,U+920e,U+9210-9218,U+921c-921e,U+9223-9226,U+9228-9229,U+922c,U+922e-9230,U+9233,U+9235-923a,U+923c,U+923e-9240,U+9242-9243,U+9245-924b,U+924d-9251,U+9256-925a,U+925c-925e,U+9260-9261,U+9264-9269,U+926e-9270,U+9275-9279,U+927b-927f,U+9288-928a,U+928d-928e,U+9291-9293,U+9295-9297,U+9299,U+929b-929c,U+929f-92a0,U+92a4-92a5,U+92a7-92a8,U+92ab,U+92af,U+92b2-92b3,U+92b6-92bb; +} + +/* noto-serif-jp-[13]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-13-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8f52-8f55,U+8f57-8f58,U+8f5c-8f5e,U+8f61-8f66,U+8f9c-8f9d,U+8f9f-8fa2,U+8fa4-8fa8,U+8fad-8faf,U+8fb4-8fb8,U+8fbe,U+8fc0-8fc2,U+8fc6,U+8fc8,U+8fca-8fcb,U+8fcd,U+8fd0,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fe0,U+8fe2-8fe5,U+8fe8-8fea,U+8fed-8fef,U+8ff1,U+8ff4-8ff6,U+8ff8-8ffb,U+8ffe,U+9002,U+9004-9005,U+9008,U+900b-900e,U+9011,U+9013,U+9015-9016,U+9018,U+901b,U+901e,U+9021,U+9027-902a,U+902c-902d,U+902f,U+9033-9037,U+9039,U+903c,U+903e-903f,U+9041,U+9043-9044,U+9049,U+904c,U+904f-9052,U+9056,U+9058,U+905b-905e,U+9062,U+9066-9068,U+906c,U+906f-9070,U+9072,U+9074,U+9076,U+9079,U+9080-9083,U+9085,U+9087-9088,U+908b-908c,U+908e-9090,U+9095,U+9097-9099,U+909b,U+90a0-90a2,U+90a5,U+90a8,U+90af-90b6,U+90bd-90be,U+90c3-90c5,U+90c7-90c9,U+90cc,U+90d2,U+90d5,U+90d7-90d9,U+90db-90df,U+90e2,U+90e4-90e5,U+90eb,U+90ef-90f0,U+90f2,U+90f4,U+90f6,U+90fe-9100,U+9102,U+9104-9106,U+9108,U+910d,U+9110,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9125,U+9127,U+9129,U+912d-9132,U+9134,U+9136-9137,U+9139-913a,U+913c-913d; +} + +/* noto-serif-jp-[14]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-14-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8dc0,U+8dc2,U+8dc5-8dc8,U+8dca-8dcc,U+8dce-8dcf,U+8dd1,U+8dd4-8dd7,U+8dd9-8ddb,U+8ddf,U+8de3-8de5,U+8de7,U+8dea-8dec,U+8df0-8df2,U+8df4,U+8dfc-8dfd,U+8dff,U+8e01,U+8e04-8e06,U+8e08-8e09,U+8e0b-8e0c,U+8e10-8e11,U+8e14,U+8e16,U+8e1d-8e23,U+8e26-8e27,U+8e30-8e31,U+8e33-8e39,U+8e3d,U+8e40-8e42,U+8e44,U+8e47-8e50,U+8e54-8e55,U+8e59,U+8e5b-8e64,U+8e69,U+8e6c-8e6d,U+8e6f-8e72,U+8e75-8e77,U+8e79-8e7c,U+8e81-8e85,U+8e89,U+8e8b,U+8e90-8e95,U+8e98-8e9b,U+8e9d-8e9e,U+8ea1-8ea2,U+8ea7,U+8ea9-8eaa,U+8eac-8eb1,U+8eb3,U+8eb5-8eb6,U+8eba-8ebb,U+8ebe,U+8ec0-8ec1,U+8ec3-8ec8,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8edb-8edc,U+8ee3,U+8ee8,U+8eeb,U+8eed-8eee,U+8ef0-8ef1,U+8ef7,U+8ef9-8efc,U+8efe,U+8f00,U+8f02,U+8f05,U+8f07-8f08,U+8f0a,U+8f0f-8f10,U+8f12-8f13,U+8f15-8f19,U+8f1b-8f1c,U+8f1e-8f21,U+8f23,U+8f25-8f28,U+8f2b-8f2f,U+8f33-8f37,U+8f39-8f3b,U+8f3e,U+8f40-8f43,U+8f45-8f47,U+8f49-8f4a,U+8f4c-8f4f,U+8f51; +} + +/* noto-serif-jp-[15]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-15-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8b2d,U+8b30,U+8b37,U+8b3c,U+8b3e,U+8b41-8b46,U+8b48-8b49,U+8b4c-8b4f,U+8b51-8b54,U+8b56,U+8b59,U+8b5b,U+8b5e-8b5f,U+8b63,U+8b69,U+8b6b-8b6d,U+8b6f,U+8b71,U+8b74,U+8b76,U+8b78-8b79,U+8b7c-8b81,U+8b84-8b85,U+8b8a-8b8f,U+8b92-8b96,U+8b99-8b9a,U+8b9c-8ba0,U+8c38-8c3a,U+8c3d-8c3f,U+8c41,U+8c45,U+8c47-8c49,U+8c4b-8c4c,U+8c4e-8c51,U+8c53-8c55,U+8c57-8c59,U+8c5b,U+8c5d,U+8c62-8c64,U+8c66,U+8c68-8c69,U+8c6b-8c6d,U+8c73,U+8c75-8c76,U+8c78,U+8c7a-8c7c,U+8c7e,U+8c82,U+8c85-8c87,U+8c89-8c8b,U+8c8d-8c8e,U+8c90,U+8c92-8c94,U+8c98-8c99,U+8c9b-8c9c,U+8c9f,U+8ca4,U+8cad-8cae,U+8cb2-8cb3,U+8cb6,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc6,U+8cc8-8cc9,U+8ccb,U+8ccd-8ccf,U+8cd2,U+8cd5-8cd6,U+8cd9-8cda,U+8cdd,U+8ce1,U+8ce3-8ce4,U+8ce6,U+8ce8,U+8cec,U+8cef-8cf2,U+8cf4-8cf5,U+8cf7-8cf8,U+8cfa-8cfb,U+8cfd-8cff,U+8d01,U+8d03-8d04,U+8d07,U+8d09-8d0b,U+8d0d-8d10,U+8d12-8d14,U+8d16-8d17,U+8d1b-8d1d,U+8d65,U+8d67,U+8d69,U+8d6b-8d6e,U+8d71,U+8d73,U+8d76,U+8d7f,U+8d81-8d82,U+8d84,U+8d88,U+8d8d,U+8d90-8d91,U+8d95,U+8d99,U+8d9e-8da0,U+8da6,U+8da8,U+8dab-8dac,U+8daf,U+8db2,U+8db5,U+8db7,U+8db9-8dbc,U+8dbe; +} + +/* noto-serif-jp-[16]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-16-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8973-8975,U+8977,U+897a-897e,U+8980,U+8983,U+8988-898a,U+898d,U+8990,U+8993-8995,U+8998,U+899b-899c,U+899f-89a1,U+89a5-89a6,U+89a9,U+89ac,U+89af-89b0,U+89b2,U+89b4-89b7,U+89ba,U+89bc-89bd,U+89bf-89c1,U+89d4-89d8,U+89da,U+89dc-89dd,U+89e5,U+89e7,U+89e9,U+89eb,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89f8-89f9,U+89fd,U+89ff,U+8a01,U+8a04-8a05,U+8a07,U+8a0c,U+8a0f-8a12,U+8a14-8a16,U+8a1b,U+8a1d-8a1e,U+8a20-8a22,U+8a24-8a26,U+8a2b-8a2c,U+8a2f,U+8a35-8a37,U+8a3b,U+8a3d-8a3e,U+8a40-8a41,U+8a43,U+8a45-8a49,U+8a4d-8a4e,U+8a51-8a54,U+8a56-8a58,U+8a5b-8a5d,U+8a61-8a62,U+8a65,U+8a67,U+8a6c-8a6d,U+8a75-8a77,U+8a79-8a7c,U+8a7e-8a80,U+8a82-8a86,U+8a8b,U+8a8f-8a92,U+8a96-8a97,U+8a99-8a9a,U+8a9f,U+8aa1,U+8aa3,U+8aa5-8aaa,U+8aae-8aaf,U+8ab3,U+8ab6-8ab7,U+8abb-8abc,U+8abe,U+8ac2-8ac4,U+8ac6,U+8ac8-8aca,U+8acc-8acd,U+8ad0-8ad1,U+8ad3-8ad5,U+8ad7,U+8ada-8ae2,U+8ae4,U+8ae7,U+8aeb-8aec,U+8aee,U+8af0-8af1,U+8af3-8af7,U+8afa,U+8afc,U+8aff,U+8b01-8b02,U+8b04-8b07,U+8b0a-8b0d,U+8b0f-8b11,U+8b14,U+8b16,U+8b1a,U+8b1c,U+8b1e-8b20,U+8b26,U+8b28,U+8b2b-8b2c; +} + +/* noto-serif-jp-[17]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-17-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+87e2-87e6,U+87ea-87ed,U+87ef,U+87f1,U+87f3,U+87f5-87f8,U+87fa-87fb,U+87fe-87ff,U+8801,U+8803,U+8805-8807,U+8809-880b,U+880d-8816,U+8818-881c,U+881e-881f,U+8821-8822,U+8827-8828,U+882d-882e,U+8830-8832,U+8835-8836,U+8839-883c,U+8841-8845,U+8848-884b,U+884d-884e,U+8851-8852,U+8855-8856,U+8858-885a,U+885c,U+885e-8860,U+8862,U+8864,U+8869,U+886b,U+886e-886f,U+8871-8872,U+8875,U+8877,U+8879,U+887b,U+887d-887e,U+8880-8882,U+8888,U+888d,U+8892,U+8897-889c,U+889e-88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ae,U+88b0-88b1,U+88b5,U+88b7,U+88ba,U+88bc-88c0,U+88c3-88c4,U+88c6,U+88ca-88ce,U+88d1-88d4,U+88d8-88d9,U+88db,U+88dd-88e1,U+88e7-88e8,U+88ef-88f2,U+88f4-88f5,U+88f7,U+88f9,U+88fc,U+8901-8902,U+8904,U+8906,U+890a,U+890c-890f,U+8913,U+8915-8916,U+8918-891a,U+891c-891e,U+8920,U+8925-8928,U+892a-892b,U+8930-8932,U+8935-893b,U+893e,U+8940-8946,U+8949,U+894c-894d,U+894f,U+8952,U+8956-8957,U+895a-895c,U+895e,U+8960-8964,U+8966,U+896a-896b,U+896d-8970; +} + +/* noto-serif-jp-[18]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-18-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8655-8659,U+865b,U+865d-8664,U+8667,U+8669,U+866c,U+866f,U+8671,U+8675-8677,U+867a-867b,U+867d,U+8687-8689,U+868b-868d,U+8691,U+8693,U+8695-8696,U+8698,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a6-86ab,U+86ad,U+86af-86b1,U+86b3-86b9,U+86bf-86c1,U+86c3-86c6,U+86c9,U+86cb,U+86ce,U+86d1-86d2,U+86d4-86d5,U+86d7,U+86da,U+86dc,U+86de-86e0,U+86e3-86e7,U+86e9,U+86ec-86ed,U+86ef,U+86f8-86fe,U+8700,U+8703-870b,U+870d-8714,U+8719-871a,U+871e-871f,U+8721-8723,U+8725,U+8728-8729,U+872e-872f,U+8731-8732,U+8734,U+8737,U+8739-8740,U+8743,U+8745,U+8749,U+874b-874e,U+8751,U+8753,U+8755,U+8757-8759,U+875d,U+875f-8761,U+8763-8766,U+8768,U+876a,U+876e-876f,U+8771-8772,U+8774,U+8778,U+877b-877c,U+877f,U+8782-8789,U+878b-878c,U+878e,U+8790,U+8793,U+8795,U+8797-8799,U+879e-87a0,U+87a2-87a3,U+87a7,U+87ab-87af,U+87b1,U+87b3,U+87b5,U+87bb,U+87bd-87c1,U+87c4,U+87c6-87cb,U+87ce,U+87d0,U+87d2,U+87d5-87d6,U+87d9-87da,U+87dc,U+87df-87e0; +} + +/* noto-serif-jp-[19]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-19-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+84b4,U+84b9-84bb,U+84bd-84c2,U+84c6-84ca,U+84cc-84d1,U+84d3,U+84d6,U+84d9-84da,U+84dc,U+84e7,U+84ea,U+84ec,U+84ef-84f2,U+84f4,U+84f7,U+84fa-84fd,U+84ff-8500,U+8502-8503,U+8506-8507,U+850c,U+850e,U+8510,U+8514-8515,U+8517-8518,U+851a-851c,U+851e-851f,U+8521-8525,U+8527,U+852a-852c,U+852f,U+8532-8534,U+8536,U+853e-8541,U+8543,U+8546,U+8548,U+854a-854b,U+854f-8553,U+8555-855a,U+855c-8564,U+8569-856b,U+856d,U+856f,U+8577,U+8579-857b,U+857d-8581,U+8585-8586,U+8588-858c,U+858f-8591,U+8593,U+8597-8598,U+859b-859d,U+859f-85a0,U+85a2,U+85a4-85a5,U+85a7-85a8,U+85ad-85b0,U+85b4,U+85b6-85ba,U+85bc-85bf,U+85c1-85c2,U+85c7,U+85c9-85cb,U+85ce-85d0,U+85d5,U+85d8-85da,U+85dc,U+85df-85e1,U+85e5-85e6,U+85e8,U+85ed,U+85f3-85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85fe-8600,U+8602,U+8604-8606,U+860a-860b,U+860d-860e,U+8610-8613,U+8616-861b,U+861e,U+8621-8622,U+8624,U+8627,U+8629,U+862f-8630,U+8636,U+8638-863a,U+863c-863d,U+863f-8642,U+8646,U+864d,U+8652-8654; +} + +/* noto-serif-jp-[20]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-20-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+82e8,U+82ea,U+82ed,U+82ef,U+82f3-82f4,U+82f6-82f7,U+82f9,U+82fb,U+82fd-82fe,U+8300-8301,U+8303,U+8306-8308,U+830a-830c,U+8316-8318,U+831b,U+831d-831f,U+8321-8323,U+832b-8335,U+8337,U+833a,U+833c-833d,U+8340,U+8342-8347,U+834a,U+834d-8351,U+8353-8357,U+835a,U+8362-8363,U+8370,U+8373,U+8375,U+8378,U+837c-837d,U+837f-8380,U+8382,U+8384-8387,U+838a,U+838d-838e,U+8392-8396,U+8398-83a0,U+83a2,U+83a6-83ad,U+83b1,U+83b5,U+83bd-83c1,U+83c7,U+83c9,U+83ce-83d1,U+83d4,U+83d6,U+83d8,U+83dd,U+83df-83e1,U+83e5,U+83e8,U+83ea-83eb,U+83f0,U+83f2,U+83f4,U+83f6-83f9,U+83fb-83fd,U+8401,U+8403-8404,U+8406-8407,U+840a-840b,U+840d,U+840f,U+8411,U+8413,U+8415,U+8417,U+8419,U+8420,U+8422,U+842a,U+842f,U+8431,U+8435,U+8438-8439,U+843c,U+8445-8448,U+844a,U+844d-844f,U+8451-8452,U+8456,U+8458-845a,U+845c,U+845f-8462,U+8464-8467,U+8469-846b,U+846d-8470,U+8473-8474,U+8476-847a,U+847c-847d,U+8481-8482,U+8484-8485,U+848b,U+8490,U+8492-8493,U+8495,U+8497,U+849c,U+849e-849f,U+84a1,U+84a6,U+84a8-84aa,U+84ad,U+84af,U+84b1; +} + +/* noto-serif-jp-[21]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-21-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+814a,U+814c,U+8151-8153,U+8157,U+815f-8161,U+8165-8169,U+816d-816f,U+8171,U+8173-8174,U+8177,U+8180-8186,U+8188,U+818a-818b,U+818e,U+8190,U+8193,U+8195-8196,U+8198,U+819b,U+819e,U+81a0,U+81a2,U+81a4,U+81a9,U+81ae,U+81b0,U+81b2,U+81b4-81b5,U+81b8,U+81ba-81bb,U+81bd-81be,U+81c0-81c3,U+81c5-81c6,U+81c8-81cb,U+81cd-81cf,U+81d1,U+81d5-81db,U+81dd-81e1,U+81e4-81e5,U+81e7,U+81eb-81ec,U+81ef-81f2,U+81f5-81f6,U+81f8-81fb,U+81fd-8205,U+8209-820b,U+820d,U+820f,U+8212-8214,U+8216,U+8219-821d,U+8221-8222,U+8228-8229,U+822b,U+822e,U+8232-8235,U+8237-8238,U+823a,U+823c,U+8240,U+8243-8246,U+8249,U+824b,U+824e-824f,U+8251,U+8256-825a,U+825c-825d,U+825f-8260,U+8262-8264,U+8267-8268,U+826a-826b,U+826d-826e,U+8271,U+8274,U+8277,U+8279,U+827b,U+827d-8281,U+8283-8284,U+8287,U+8289-828a,U+828d-828e,U+8291-8294,U+8296,U+8298-829b,U+829f-82a1,U+82a3-82a4,U+82a7-82ac,U+82ae,U+82b0,U+82b2,U+82b4,U+82b7,U+82ba-82bc,U+82be-82bf,U+82c5-82c6,U+82d0,U+82d2-82d3,U+82d5,U+82d9-82da,U+82dc,U+82de-82e4,U+82e7; +} + +/* noto-serif-jp-[22]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-22-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7f77-7f79,U+7f7d-7f80,U+7f82-7f83,U+7f86-7f88,U+7f8b-7f8d,U+7f8f-7f91,U+7f94,U+7f96-7f97,U+7f9a,U+7f9c-7f9d,U+7fa1-7fa3,U+7fa6,U+7faa,U+7fad-7faf,U+7fb2,U+7fb4,U+7fb6,U+7fb8-7fb9,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fc5-7fc6,U+7fc8,U+7fca,U+7fce-7fcf,U+7fd5,U+7fdb,U+7fdf,U+7fe1,U+7fe3,U+7fe5-7fe6,U+7fe8-7fe9,U+7feb-7fec,U+7fee-7ff0,U+7ff2-7ff3,U+7ff9-7ffa,U+7ffd-7fff,U+8002,U+8004,U+8006-8008,U+800a-800f,U+8011-8014,U+8016,U+8018-8019,U+801c-8021,U+8024,U+8026,U+8028,U+802c,U+802e,U+8030,U+8034-8035,U+8037,U+8039-8040,U+8043-8044,U+8046,U+804a,U+8052,U+8058,U+805a,U+805f-8060,U+8062,U+8064,U+8066,U+8068,U+806d,U+806f-8073,U+8075-8076,U+8079,U+807b,U+807d-8081,U+8084-8088,U+808b,U+808e,U+8093,U+8099-809a,U+809c,U+809e,U+80a4,U+80a6-80a7,U+80ab-80ad,U+80b1,U+80b8-80b9,U+80c4-80c5,U+80c8,U+80ca,U+80cd,U+80cf,U+80d2,U+80d4-80db,U+80dd,U+80e0,U+80e4-80e6,U+80ed-80f3,U+80f5-80f7,U+80f9-80fc,U+80fe,U+8101,U+8103,U+8109,U+810b,U+810d,U+8116-8118,U+811b-811c,U+811e,U+8120,U+8123-8124,U+8127,U+8129,U+812b-812c,U+812f-8130,U+8135,U+8139-813a,U+813c-813e,U+8141,U+8145-8147; +} + +/* noto-serif-jp-[23]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-23-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7d57,U+7d59-7d5d,U+7d63,U+7d65,U+7d67,U+7d6a,U+7d6e,U+7d70,U+7d72-7d73,U+7d78,U+7d7a-7d7b,U+7d7d,U+7d7f,U+7d81-7d83,U+7d85-7d86,U+7d88-7d89,U+7d8b-7d8d,U+7d8f,U+7d91,U+7d93,U+7d96-7d97,U+7d9b-7da0,U+7da2-7da3,U+7da6-7da7,U+7daa-7dac,U+7dae-7db0,U+7db3,U+7db5-7db9,U+7dbd,U+7dc0,U+7dc2-7dc7,U+7dcc-7dce,U+7dd0,U+7dd5-7dd9,U+7ddc-7dde,U+7de1-7de6,U+7dea-7ded,U+7df1-7df2,U+7df5-7df6,U+7df9-7dfa,U+7e00,U+7e05,U+7e08-7e0b,U+7e10-7e12,U+7e15,U+7e17,U+7e1c-7e1d,U+7e1f-7e23,U+7e27-7e28,U+7e2c-7e2d,U+7e2f,U+7e31-7e33,U+7e35-7e37,U+7e39-7e3b,U+7e3d,U+7e3f,U+7e43-7e48,U+7e4e,U+7e50,U+7e52,U+7e56,U+7e58-7e5a,U+7e5d-7e5f,U+7e61-7e62,U+7e65-7e67,U+7e69-7e6b,U+7e6d-7e6f,U+7e73,U+7e75,U+7e78-7e79,U+7e7b-7e7f,U+7e81-7e83,U+7e86-7e8a,U+7e8c-7e8e,U+7e90-7e96,U+7e98,U+7e9a-7e9f,U+7f38,U+7f3a-7f3f,U+7f43-7f45,U+7f47,U+7f4c-7f50,U+7f52-7f55,U+7f58,U+7f5b-7f5d,U+7f5f,U+7f61,U+7f63-7f69,U+7f6b,U+7f6d,U+7f71; +} + +/* noto-serif-jp-[24]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-24-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7bc8,U+7bca-7bcc,U+7bcf,U+7bd4,U+7bd6-7bd7,U+7bd9-7bdb,U+7bdd,U+7be5-7be6,U+7be8-7bea,U+7bf0,U+7bf2-7bfa,U+7bfc,U+7bfe,U+7c00-7c04,U+7c06-7c07,U+7c09,U+7c0b-7c0f,U+7c11-7c14,U+7c17,U+7c19,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c28,U+7c2a-7c2c,U+7c2f,U+7c31,U+7c33-7c34,U+7c36-7c3a,U+7c3d-7c3e,U+7c40,U+7c42-7c43,U+7c45-7c46,U+7c4a,U+7c4c,U+7c4f-7c5f,U+7c61,U+7c63-7c65,U+7c67,U+7c69,U+7c6c-7c70,U+7c72,U+7c75,U+7c79,U+7c7b-7c7e,U+7c81-7c83,U+7c86-7c87,U+7c8d,U+7c8f-7c90,U+7c94,U+7c9e,U+7ca0-7ca2,U+7ca4-7ca6,U+7ca8,U+7cab,U+7cad-7cae,U+7cb0-7cb3,U+7cb6-7cb7,U+7cb9-7cbd,U+7cbf-7cc0,U+7cc2,U+7cc4-7cc5,U+7cc7-7cca,U+7ccd-7ccf,U+7cd2-7cd5,U+7cd7-7cda,U+7cdc-7cdd,U+7cdf-7ce0,U+7ce2,U+7ce6,U+7ce9,U+7ceb,U+7cef,U+7cf2,U+7cf4-7cf6,U+7cf9-7cfa,U+7cfe,U+7d02-7d03,U+7d06-7d0a,U+7d0f,U+7d11-7d13,U+7d15-7d16,U+7d1c-7d1e,U+7d23,U+7d26,U+7d2a,U+7d2c-7d2e,U+7d31-7d32,U+7d35,U+7d3c-7d41,U+7d43,U+7d45,U+7d47-7d48,U+7d4b,U+7d4d-7d4f,U+7d51,U+7d53,U+7d55-7d56; +} + +/* noto-serif-jp-[25]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-25-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7a17-7a19,U+7a1b,U+7a1e-7a21,U+7a27,U+7a2b,U+7a2d,U+7a2f-7a31,U+7a34-7a35,U+7a37-7a3b,U+7a3e,U+7a43-7a49,U+7a4c,U+7a4e,U+7a50,U+7a55-7a57,U+7a59,U+7a5c-7a5d,U+7a5f-7a63,U+7a65,U+7a67,U+7a69-7a6a,U+7a6d,U+7a70,U+7a75,U+7a78-7a79,U+7a7d-7a7e,U+7a80,U+7a82,U+7a84-7a86,U+7a88,U+7a8a-7a8b,U+7a90-7a91,U+7a94-7a98,U+7a9e,U+7aa0,U+7aa3,U+7aa9,U+7aac,U+7ab0,U+7ab3,U+7ab5-7ab6,U+7ab9-7abf,U+7ac3,U+7ac5-7aca,U+7acc-7acf,U+7ad1-7ad3,U+7ad5,U+7ada-7adb,U+7add,U+7adf,U+7ae1-7ae2,U+7ae6-7aed,U+7af0-7af1,U+7af4,U+7af8,U+7afa-7afb,U+7afd-7afe,U+7b02,U+7b04,U+7b06-7b08,U+7b0a-7b0b,U+7b0f,U+7b12,U+7b14,U+7b18-7b19,U+7b1e-7b1f,U+7b23,U+7b25,U+7b27-7b2b,U+7b2d-7b31,U+7b33-7b36,U+7b3b,U+7b3d,U+7b3f-7b41,U+7b45,U+7b47,U+7b4c-7b50,U+7b53,U+7b55,U+7b5d,U+7b60,U+7b64-7b66,U+7b69-7b6a,U+7b6c-7b75,U+7b77,U+7b79-7b7a,U+7b7f,U+7b84,U+7b86,U+7b89,U+7b8d-7b92,U+7b96,U+7b98-7ba0,U+7ba5,U+7bac-7bad,U+7baf-7bb0,U+7bb2,U+7bb4-7bb6,U+7bba-7bbd,U+7bc1-7bc2,U+7bc5-7bc6; +} + +/* noto-serif-jp-[26]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-26-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7851-7852,U+785c,U+785e,U+7860-7861,U+7863-7864,U+7868,U+786a,U+786e-786f,U+7872,U+7874,U+787a,U+787c,U+787e,U+7886-7887,U+788a,U+788c-788f,U+7893-7895,U+7898,U+789a,U+789d-789f,U+78a1,U+78a3-78a4,U+78a8-78aa,U+78ac-78ad,U+78af-78b3,U+78b5,U+78bb-78bf,U+78c5-78cc,U+78ce,U+78d1-78d6,U+78da-78db,U+78df-78e1,U+78e4,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78f6-78f7,U+78f9-78fb,U+78fd-7901,U+7906-7907,U+790c,U+7910-7912,U+7919-791c,U+791e-7920,U+7925-792e,U+7930-7931,U+7934-7935,U+793b,U+793d,U+793f,U+7941-7942,U+7944-7946,U+794a-794b,U+794f,U+7951,U+7954-7955,U+7957-7958,U+795a-795c,U+795f-7960,U+7962,U+7967,U+7969,U+796b,U+7972,U+7977,U+7979-797c,U+797e-7980,U+798a-798e,U+7991,U+7993-7996,U+7998,U+799b-799d,U+79a1,U+79a6-79ab,U+79ae-79b1,U+79b3-79b4,U+79b8-79bb,U+79bd-79be,U+79c2,U+79c4,U+79c7-79ca,U+79cc-79cd,U+79cf,U+79d4-79d6,U+79da,U+79dd-79e3,U+79e5,U+79e7,U+79ea-79ed,U+79f1,U+79f8,U+79fc,U+7a02-7a03,U+7a05,U+7a07-7a0a,U+7a0c-7a0d,U+7a11,U+7a15; +} + +/* noto-serif-jp-[27]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-27-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+768c-768e,U+7690,U+7693,U+7695-7696,U+7699-76a8,U+76aa,U+76ad,U+76af-76b0,U+76b4,U+76b6-76ba,U+76bd,U+76c1-76c3,U+76c5,U+76c8-76c9,U+76cb-76ce,U+76d2,U+76d4,U+76d6,U+76d9,U+76dc,U+76de,U+76e0-76e1,U+76e5-76e8,U+76ea-76ec,U+76f0-76f1,U+76f6,U+76f9,U+76fb-76fc,U+7700,U+7704,U+7706-7708,U+770a,U+770e,U+7712,U+7714-7715,U+7717,U+7719-771c,U+7722,U+7724-7726,U+7728,U+772d-772f,U+7734-7739,U+773d-773e,U+7742,U+7745-7747,U+774a,U+774d-774f,U+7752,U+7756-7758,U+775a-775c,U+775e-7760,U+7762,U+7764-7765,U+7767,U+776a-776c,U+7770,U+7772-7774,U+7779-777a,U+777c-7780,U+7784,U+778b-778e,U+7794-7796,U+779a,U+779e-77a0,U+77a2,U+77a4-77a5,U+77a7,U+77a9-77aa,U+77ae-77b1,U+77b5-77b7,U+77b9,U+77bb-77bf,U+77c3,U+77c7,U+77c9,U+77cd,U+77d1-77d2,U+77d5,U+77d7,U+77d9-77da,U+77dc,U+77de-77e0,U+77e3-77e4,U+77e6-77e7,U+77e9-77ea,U+77ec,U+77ee,U+77f0-77f1,U+77f4,U+77f8,U+77fb-77fc,U+7805-7806,U+7809,U+780c-780e,U+7811-7812,U+7819,U+781d,U+7820-7823,U+7826-7827,U+782c-782e,U+7830,U+7835,U+7837,U+783a,U+783f,U+7843-7845,U+7847-7848,U+784c,U+784e-784f; +} + +/* noto-serif-jp-[28]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-28-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7511-7513,U+7515-7517,U+751c,U+751e,U+7520-7522,U+7524,U+7526-7527,U+7529-752c,U+752f,U+7536,U+7538-7539,U+753c-7540,U+7543-7544,U+7546-754b,U+754d-7550,U+7552,U+7557,U+755a-755b,U+755d-755f,U+7561-7562,U+7564,U+7566-7567,U+7569,U+756b-756d,U+756f,U+7571-7572,U+7574-757e,U+7581-7582,U+7585-7587,U+7589-758c,U+758f-7590,U+7592-7595,U+7599-759a,U+759c-759d,U+75a2-75a5,U+75b0-75b1,U+75b3-75b5,U+75b7-75b8,U+75ba,U+75bd,U+75bf-75c4,U+75c6,U+75ca,U+75cc-75cf,U+75d3-75d4,U+75d7-75d8,U+75dc-75e1,U+75e3-75e4,U+75e7,U+75ec,U+75ee-75f3,U+75f9,U+75fc,U+75fe-7604,U+7607-760c,U+760f,U+7612-7613,U+7615-7616,U+7618-7619,U+761b-7629,U+762d,U+7630,U+7632-7635,U+7638-763c,U+7640-7641,U+7643-764b,U+764e,U+7655,U+7658-7659,U+765c,U+765f,U+7661-7662,U+7664-7665,U+7667-766a,U+766c-7672,U+7674,U+7676,U+7678,U+7680-7683,U+7685,U+7688,U+768b; +} + +/* noto-serif-jp-[29]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-29-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+736c,U+736e-7371,U+7375,U+7377-737c,U+7380-7381,U+7383,U+7385-7386,U+738a,U+738e,U+7390,U+7393-7398,U+739c,U+739e-73a0,U+73a2,U+73a5-73a6,U+73a8,U+73aa-73ab,U+73ad,U+73b3,U+73b5,U+73b7,U+73b9-73bd,U+73bf,U+73c5-73c6,U+73c9-73cc,U+73ce-73cf,U+73d2-73d3,U+73d6,U+73d9,U+73dd-73de,U+73e1,U+73e3-73e7,U+73e9-73ea,U+73ee,U+73f1,U+73f4-73f5,U+73f7-73fb,U+73fd,U+73ff-7401,U+7404-7405,U+7407,U+740a,U+7411,U+7413,U+741a-741b,U+7421,U+7424,U+7426,U+7428-7431,U+7433,U+7439-743a,U+743f-7441,U+7443-7444,U+7446-7447,U+744b,U+744d,U+7451-7453,U+7455,U+7457,U+7459-745a,U+745c-745d,U+745f,U+7462-7464,U+7466-746b,U+746d-7473,U+7476,U+747e,U+7480-7481,U+7485-7489,U+748b,U+748f-7492,U+7497-749a,U+749c,U+749e-74a3,U+74a5-74a6,U+74a8-74ab,U+74ae-74af,U+74b1-74b2,U+74b5,U+74b9-74bb,U+74bd,U+74bf,U+74c8-74ca,U+74cc,U+74cf-74d0,U+74d3-74d4,U+74d6,U+74d8,U+74da-74db,U+74de-74e0,U+74e3-74e4,U+74e7-74eb,U+74ee-74f2,U+74f4,U+74f7-74f8,U+74fa-74fc,U+74ff,U+7501,U+7503-7506,U+750c-750e; +} + +/* noto-serif-jp-[30]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-30-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7166,U+7168,U+716c,U+7179,U+7180,U+7184-7185,U+7187-7188,U+718c,U+718f,U+7192,U+7194-7196,U+7199-719b,U+71a0,U+71a2,U+71a8,U+71ac,U+71ae-71b0,U+71b2-71b3,U+71b9-71ba,U+71be-71c1,U+71c4,U+71c9,U+71cb-71cc,U+71ce,U+71d0,U+71d2-71d4,U+71d6-71d7,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e7,U+71ec-71ee,U+71f4-71f5,U+71f8-71f9,U+71fc,U+71fe-7200,U+7207-7209,U+720d,U+7210,U+7213,U+7215,U+7217,U+721a,U+721d,U+721f,U+7224,U+7228,U+722b,U+722d,U+722f-7230,U+7232,U+7234,U+7238-7239,U+723b-723c,U+723e-7243,U+7245-7246,U+724b,U+724e-7250,U+7252-7253,U+7255-7258,U+725a,U+725c,U+725e,U+7260,U+7263,U+7268,U+726b,U+726e-726f,U+7271,U+7274,U+7277-7278,U+727b-727c,U+727e-7282,U+7284,U+7287,U+7289,U+728d-728e,U+7292-7293,U+7296,U+729b,U+72a2,U+72a7-72a8,U+72ad-72ae,U+72b0-72b2,U+72b4,U+72b9,U+72be,U+72c0-72c1,U+72c3-72c4,U+72c6-72c7,U+72c9,U+72cc,U+72ce,U+72d2,U+72d5-72d6,U+72d8,U+72df-72e2,U+72e5,U+72f3-72f4,U+72f7,U+72f9-72fb,U+72fd-72fe,U+7302,U+7304-7305,U+7307,U+730a-730b,U+730d,U+7312-7313,U+7316-7319,U+731c-731e,U+7322,U+7324,U+7327-7329,U+732c,U+732f,U+7331-7337,U+7339-733b,U+733d-733e,U+7343,U+734d-7350,U+7352,U+7356-7358,U+735d-7360,U+7366-736b; +} + +/* noto-serif-jp-[31]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-31-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6f58-6f5b,U+6f5d-6f5e,U+6f60-6f62,U+6f66,U+6f68,U+6f6c-6f6d,U+6f6f,U+6f74,U+6f78,U+6f7a,U+6f7c-6f7e,U+6f80,U+6f82-6f83,U+6f86-6f88,U+6f8b-6f8e,U+6f90-6f94,U+6f96-6f98,U+6f9a,U+6f9d,U+6f9f-6fa1,U+6fa3,U+6fa5-6fa8,U+6fae-6fb1,U+6fb3,U+6fb5-6fb7,U+6fb9,U+6fbc,U+6fbe,U+6fc2,U+6fc5-6fca,U+6fd4-6fd5,U+6fd8,U+6fda-6fdb,U+6fde-6fe0,U+6fe4,U+6fe8-6fe9,U+6feb-6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff9-6ffa,U+6ffc-6ffe,U+7000-7001,U+7005-7007,U+7009-700b,U+700d,U+700f,U+7011,U+7015,U+7017-7018,U+701a-701b,U+701d-7020,U+7023,U+7026,U+7028,U+702f-7030,U+7032,U+7034,U+7037,U+7039-703a,U+703c,U+703e,U+7043-7044,U+7047-704c,U+704e,U+7051,U+7054-7055,U+705d-705e,U+7064-7065,U+7069,U+706c,U+706e,U+7075-7076,U+707e,U+7081,U+7085-7086,U+7094-7098,U+709b,U+709f,U+70a4,U+70ab-70ac,U+70ae-70b1,U+70b3-70b4,U+70b7,U+70bb,U+70ca-70cb,U+70d1,U+70d3-70d6,U+70d8-70d9,U+70dc-70dd,U+70df,U+70e4,U+70ec,U+70f1,U+70fa,U+70fd,U+7103-7108,U+710b-710c,U+710f,U+7114,U+7119,U+711c,U+711e,U+7120,U+712b,U+712d-7131,U+7138,U+7141,U+7145-7147,U+7149-714b,U+7150-7153,U+7155-7157,U+715a,U+715c,U+715e,U+7160,U+7162,U+7164-7165; +} + +/* noto-serif-jp-[32]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-32-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6d7c,U+6d80-6d82,U+6d85,U+6d87,U+6d89-6d8a,U+6d8c-6d8e,U+6d91-6d98,U+6d9c,U+6daa-6dac,U+6dae,U+6db4-6db5,U+6db7-6db9,U+6dbd,U+6dbf,U+6dc2,U+6dc4-6dc8,U+6dca,U+6dcc,U+6dce-6dd0,U+6dd2,U+6dd5-6dd6,U+6dd8-6ddb,U+6ddd-6de0,U+6de2,U+6de4-6de6,U+6de8-6dea,U+6dec,U+6dee-6df0,U+6df2,U+6df4,U+6df6,U+6df8-6dfa,U+6dfc,U+6e00,U+6e04,U+6e0a,U+6e17,U+6e19,U+6e1d-6e20,U+6e22-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e32,U+6e34,U+6e36,U+6e38-6e3c,U+6e42-6e45,U+6e48-6e49,U+6e4b-6e4f,U+6e51-6e54,U+6e57,U+6e5b-6e5f,U+6e62-6e63,U+6e68,U+6e6b,U+6e6e,U+6e72-6e73,U+6e76,U+6e7b,U+6e7d,U+6e82,U+6e89,U+6e8c-6e8d,U+6e8f,U+6e93,U+6e98-6e99,U+6e9f-6ea0,U+6ea5,U+6ea7,U+6eaa-6eab,U+6ead-6eaf,U+6eb1-6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec4,U+6ec7-6eca,U+6ecc-6ecf,U+6ed3-6ed5,U+6ed9-6edb,U+6ee6,U+6eeb-6eef,U+6ef7-6ef9,U+6efb,U+6efd-6eff,U+6f04,U+6f08-6f0a,U+6f0c-6f0d,U+6f10-6f11,U+6f13,U+6f15-6f16,U+6f18,U+6f1a-6f1b,U+6f25-6f26,U+6f29-6f2a,U+6f2d,U+6f2f-6f33,U+6f35-6f36,U+6f38,U+6f3b-6f3c,U+6f3e-6f3f,U+6f41,U+6f45,U+6f4f,U+6f51-6f53,U+6f57; +} + +/* noto-serif-jp-[33]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-33-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6b85,U+6b89,U+6b8d,U+6b95,U+6b97-6b98,U+6b9b,U+6b9e-6ba0,U+6ba2-6ba4,U+6ba8-6bb3,U+6bb7-6bb9,U+6bbc-6bbe,U+6bc0,U+6bc3-6bc4,U+6bc6-6bc9,U+6bcb-6bcc,U+6bcf,U+6bd3,U+6bd6-6bd8,U+6bda,U+6bdf,U+6be1,U+6be3,U+6be6-6be7,U+6beb-6bec,U+6bee,U+6bf1,U+6bf3,U+6bf7,U+6bf9,U+6bff,U+6c02,U+6c04-6c05,U+6c08-6c0a,U+6c0d-6c0e,U+6c10,U+6c12-6c14,U+6c19,U+6c1b,U+6c1f,U+6c24,U+6c26-6c28,U+6c2c,U+6c2e,U+6c33,U+6c35-6c36,U+6c3a-6c3b,U+6c3e-6c40,U+6c4a-6c4b,U+6c4d,U+6c4f,U+6c52,U+6c54-6c55,U+6c59,U+6c5b-6c5e,U+6c62,U+6c67-6c68,U+6c6a-6c6b,U+6c6d,U+6c6f,U+6c73-6c74,U+6c76,U+6c78-6c79,U+6c7b,U+6c7e,U+6c81-6c87,U+6c89,U+6c8c-6c8d,U+6c90,U+6c92-6c95,U+6c97-6c98,U+6c9a-6c9c,U+6c9f,U+6caa-6cae,U+6cb0-6cb2,U+6cb4,U+6cba,U+6cbd-6cbe,U+6cc2,U+6cc5-6cc6,U+6ccd,U+6ccf-6cd4,U+6cd6-6cd7,U+6cd9-6cdd,U+6ce0,U+6ce7,U+6ce9-6cef,U+6cf1-6cf2,U+6cf4,U+6cfb,U+6d00-6d01,U+6d04,U+6d07,U+6d0a,U+6d0c,U+6d0e-6d0f,U+6d11,U+6d13,U+6d19-6d1a,U+6d1f,U+6d24,U+6d26-6d28,U+6d2b,U+6d2e-6d2f,U+6d31,U+6d33-6d36,U+6d38-6d39,U+6d3c-6d3d,U+6d3f,U+6d57-6d5b,U+6d5e-6d61,U+6d64-6d65,U+6d67,U+6d6c,U+6d6f-6d70,U+6d79; +} + +/* noto-serif-jp-[34]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-34-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+69dd-69de,U+69e2-69e3,U+69e5,U+69e7-69eb,U+69ed-69ef,U+69f1-69f6,U+69f9,U+69fe-6a01,U+6a03,U+6a05,U+6a0a,U+6a0c,U+6a0f,U+6a11-6a15,U+6a17,U+6a1a-6a1b,U+6a1d-6a20,U+6a22-6a24,U+6a28,U+6a2e,U+6a30,U+6a32-6a38,U+6a3b,U+6a3e-6a3f,U+6a44-6a4a,U+6a4e,U+6a50-6a52,U+6a54-6a56,U+6a5b,U+6a61-6a62,U+6a64,U+6a66-6a67,U+6a6a-6a6b,U+6a71-6a73,U+6a78,U+6a7a,U+6a7e-6a7f,U+6a81,U+6a83-6a84,U+6a86-6a87,U+6a89,U+6a8b,U+6a8d,U+6a90-6a91,U+6a94,U+6a97,U+6a9b,U+6a9d-6aa3,U+6aa5,U+6aaa-6aac,U+6aae-6ab1,U+6ab3-6ab4,U+6ab8,U+6abb,U+6abd-6abf,U+6ac1-6ac3,U+6ac6,U+6ac8-6ac9,U+6acc,U+6ad0-6ad1,U+6ad3-6ad6,U+6ada-6adf,U+6ae2,U+6ae4,U+6ae7-6ae8,U+6aea,U+6aec,U+6af0-6af3,U+6af8,U+6afa,U+6afc-6afd,U+6b02-6b03,U+6b06-6b07,U+6b09-6b0b,U+6b0f-6b12,U+6b16-6b17,U+6b1b,U+6b1d-6b1f,U+6b23-6b24,U+6b28,U+6b2b-6b2c,U+6b2f,U+6b35-6b39,U+6b3b,U+6b3d,U+6b3f,U+6b43,U+6b46-6b47,U+6b49-6b4a,U+6b4d-6b4e,U+6b50,U+6b52,U+6b54,U+6b56,U+6b58-6b59,U+6b5b,U+6b5d,U+6b5f-6b61,U+6b65,U+6b67,U+6b6b-6b6c,U+6b6e,U+6b70,U+6b72,U+6b75,U+6b77-6b7a,U+6b7d-6b84; +} + +/* noto-serif-jp-[35]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-35-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6855,U+6857-6859,U+685b,U+685d,U+685f,U+6863,U+6867,U+686b,U+686e-6872,U+6874-6875,U+6877,U+6879-687c,U+687e-687f,U+6882-6884,U+6886,U+6888,U+688d-6890,U+6894,U+6896,U+6898-689c,U+689f-68a3,U+68a5-68a7,U+68a9-68ab,U+68ad-68af,U+68b2-68b5,U+68b9-68bc,U+68c3,U+68c5-68c6,U+68c8-68ca,U+68cc-68cd,U+68cf-68d1,U+68d3-68d9,U+68dc-68dd,U+68e0-68e1,U+68e3-68e5,U+68e7-68e8,U+68ea-68ed,U+68ef-68f1,U+68f5-68f7,U+68f9,U+68fb-68fd,U+6900-6901,U+6903-6904,U+6906-690c,U+690f-6911,U+6913,U+6916-6917,U+6919-691b,U+6921-6923,U+6925-6926,U+6928,U+692a,U+6930-6931,U+6933-6936,U+6938-6939,U+693b,U+693d,U+6942,U+6945-6946,U+6949,U+694e,U+6954,U+6957,U+6959,U+695b-695e,U+6961-6966,U+6968-696c,U+696e-6974,U+6977-697b,U+697e-6981,U+6986,U+698d,U+6991-6992,U+6994-6996,U+6998,U+699c,U+69a0-69a1,U+69a5-69a8,U+69ab,U+69ad,U+69af-69b2,U+69b4,U+69b7-69b8,U+69ba-69bc,U+69be-69c1,U+69c3,U+69c5,U+69c7-69c8,U+69ca,U+69ce-69d1,U+69d3,U+69d6-69d7,U+69d9; +} + +/* noto-serif-jp-[36]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-36-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+667e-6680,U+6683-6684,U+6688,U+668b-668e,U+6690,U+6692,U+6698-669d,U+669f-66a0,U+66a2,U+66a4,U+66ad,U+66b1-66b3,U+66b5,U+66b8-66b9,U+66bb-66bc,U+66be-66c4,U+66c6,U+66c8-66c9,U+66cc,U+66ce-66cf,U+66d4,U+66da-66db,U+66dd,U+66df-66e0,U+66e6,U+66e8-66e9,U+66eb-66ec,U+66ee,U+66f5,U+66f7,U+66fa-66fc,U+6701,U+6705,U+6707,U+670c,U+670e-6710,U+6712-6716,U+6719,U+671c,U+671e,U+6720,U+6722,U+6725-6726,U+672e,U+6733,U+6735-6738,U+673e-673f,U+6741,U+6743,U+6745-6748,U+674c-674d,U+6753-6755,U+6759,U+675d-675e,U+6760,U+6762-6764,U+6766,U+676a,U+676c,U+676e,U+6770,U+6772-6774,U+6776-6777,U+677b-677c,U+6780-6781,U+6784-6785,U+6787,U+6789,U+678b-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679b,U+67a1,U+67a4,U+67a6,U+67a9,U+67b0-67b5,U+67b7-67b9,U+67bb-67be,U+67c0-67c3,U+67c5-67c6,U+67c8-67c9,U+67ce,U+67d2,U+67d7-67d9,U+67db-67de,U+67e1-67e2,U+67e4,U+67e6-67e7,U+67e9,U+67ec,U+67ee-67f0,U+67f2,U+67f6-67f7,U+67f9-67fa,U+67fc,U+67fe,U+6801-6802,U+6805,U+6810,U+6814,U+6818-6819,U+681d,U+681f,U+6822,U+6827-6829,U+682b-682d,U+682f-6834,U+683b,U+683e-6840,U+6844-6846,U+6849-684a,U+684c-684e,U+6852-6854; +} + +/* noto-serif-jp-[37]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-37-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+64d2,U+64d4-64d5,U+64d7-64d8,U+64da,U+64e0-64e1,U+64e3-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f2,U+64f4-64f7,U+64fa-64fb,U+64fd-6501,U+6504-6505,U+6508-650a,U+650f,U+6513-6514,U+6516,U+6518-6519,U+651b-651f,U+6522,U+6524,U+6526,U+6529-652c,U+652e,U+6531-6532,U+6534-6538,U+653a,U+653c-653d,U+6543-6544,U+6547-6549,U+654d-654e,U+6550,U+6552,U+6554-6556,U+6558,U+655d-6560,U+6567,U+656b,U+6572,U+6578,U+657a,U+657d,U+6581-6585,U+6588,U+658a,U+658c,U+6592,U+6595,U+6598,U+659b,U+659d,U+659f-65a1,U+65a3-65a6,U+65ab,U+65ae,U+65b2-65b5,U+65b7-65b8,U+65be-65bf,U+65c1-65c4,U+65c6,U+65c8-65c9,U+65cc,U+65ce,U+65d0,U+65d2,U+65d4,U+65d6,U+65d8-65d9,U+65db,U+65df-65e1,U+65e3,U+65f0-65f2,U+65f4-65f5,U+65f9,U+65fb-65fc,U+65fe-6600,U+6603-6604,U+6608-660a,U+660d,U+6611-6612,U+6615-6616,U+661c-661e,U+6621-6624,U+6626,U+6629-662c,U+662e,U+6630-6631,U+6633-6637,U+6639-663b,U+663f-6641,U+6644-6646,U+6648-664a,U+664c,U+664e-664f,U+6651,U+6657-6665,U+6667-6668,U+666a-666d,U+6670,U+6673,U+6675,U+6677-6679,U+667b-667c; +} + +/* noto-serif-jp-[38]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-38-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+62cf,U+62d1,U+62d4-62d6,U+62da,U+62dc,U+62ea,U+62ee-62ef,U+62f1-62f2,U+62f4-62f5,U+62fc-62fd,U+62ff,U+6302-6304,U+6308-630d,U+6310,U+6313,U+6316,U+6318,U+631b,U+6327,U+6329-632a,U+632d,U+6332,U+6335-6336,U+6339-633c,U+633e,U+6341-6344,U+6346,U+634a-634e,U+6350,U+6352-6354,U+6358-6359,U+635b,U+6365-6366,U+6369,U+636b-636d,U+6371-6372,U+6374-6378,U+637a,U+637c-637d,U+637f-6380,U+6382,U+6384,U+6387,U+6389-638a,U+638e-6390,U+6394-6396,U+6399-639a,U+639e,U+63a0,U+63a3-63a4,U+63a6,U+63a9,U+63ab-63af,U+63b5,U+63bd-63be,U+63c0-63c1,U+63c4-63c6,U+63c8,U+63ce,U+63d1-63d6,U+63dc,U+63e0,U+63e3,U+63e5,U+63e9-63ed,U+63f2-63f3,U+63f5-63f9,U+6406,U+6409-640a,U+640f-6410,U+6412-6414,U+6416-6418,U+641e,U+6420,U+6422,U+6424-6426,U+6428-642a,U+642f-6430,U+6434-6436,U+643d,U+643f,U+644b,U+644e-644f,U+6451-6454,U+645a-645d,U+645f-6461,U+6463,U+6467,U+646d,U+6473-6474,U+6476,U+6478-6479,U+647b,U+647d,U+6485,U+6487-6488,U+648f-6491,U+6493,U+6495,U+6498-649b,U+649d-649f,U+64a1,U+64a3,U+64a6,U+64a8-64a9,U+64ac,U+64b3,U+64bb-64bf,U+64c2,U+64c4-64c5,U+64c7,U+64c9-64cc,U+64ce,U+64d0-64d1; +} + +/* noto-serif-jp-[39]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-39-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6117,U+6119,U+611c,U+611e,U+6120-6122,U+6127-6128,U+612a-612c,U+6130-6131,U+6134-6137,U+6139-613a,U+613c-613f,U+6141-6142,U+6144-6147,U+6149-614a,U+614d,U+6153,U+6158-615a,U+615d-6160,U+6164-6165,U+616b-616c,U+616f,U+6171-6175,U+6177-6178,U+617b-6181,U+6183-6184,U+6187,U+618a-618b,U+618d,U+6192-6194,U+6196-619a,U+619c-619d,U+619f-61a0,U+61a5,U+61a8,U+61aa-61ae,U+61b8-61ba,U+61bc,U+61be,U+61c0-61c3,U+61c6,U+61c8,U+61ca-61cf,U+61d5,U+61dc-61df,U+61e1-61e3,U+61e5-61e9,U+61ec-61ed,U+61ef,U+61f4-61f7,U+61fa,U+61fc-6201,U+6203-6204,U+6207-620a,U+620d-620e,U+6213-6215,U+621b-621e,U+6220-6223,U+6227,U+6229-622b,U+622e,U+6230-6233,U+6236,U+6239,U+623d-623e,U+6241-6244,U+6246,U+6248,U+624c,U+624e,U+6250-6252,U+6254,U+6256,U+6258,U+625a-625c,U+625e,U+6260-6261,U+6263-6264,U+6268,U+626d,U+626f,U+6273,U+627a-627e,U+6282-6283,U+6285,U+6289,U+628d-6290,U+6292-6294,U+6296,U+6299,U+629b,U+62a6,U+62a8,U+62ac,U+62b3,U+62b6-62b7,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4,U+62c6-62c8,U+62ca,U+62ce; +} + +/* noto-serif-jp-[40]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-40-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5f6c-5f6d,U+5f6f,U+5f72-5f75,U+5f78,U+5f7a,U+5f7d-5f7f,U+5f82-5f83,U+5f87-5f89,U+5f8d,U+5f8f,U+5f91,U+5f96,U+5f99,U+5f9c-5f9d,U+5fa0,U+5fa2,U+5fa4,U+5fa7-5fa8,U+5fab-5fad,U+5faf-5fb1,U+5fb5,U+5fb7-5fb8,U+5fbc-5fbd,U+5fc4,U+5fc7-5fc9,U+5fcb,U+5fd0-5fd4,U+5fdd-5fde,U+5fe1-5fe2,U+5fe4,U+5fe8-5fea,U+5fec-5ff3,U+5ff6,U+5ff8,U+5ffa-5ffd,U+5fff,U+6007,U+600a,U+600d-6010,U+6013-6015,U+6017-601b,U+601f,U+6021-6022,U+6024,U+6026,U+6029,U+602b,U+602d,U+6031,U+6033,U+6035,U+603a,U+6040-6043,U+6046-604a,U+604c-604d,U+6051,U+6054-6057,U+6059-605a,U+605d,U+605f-6064,U+6067,U+606a-606c,U+6070-6071,U+6077,U+607e-607f,U+6081-6086,U+6088-608e,U+6091-6093,U+6095-6098,U+609a-609b,U+609d-609e,U+60a2,U+60a4-60a5,U+60a7-60a8,U+60b0-60b1,U+60b3-60b5,U+60b7-60b8,U+60bb,U+60bd-60be,U+60c2,U+60c4,U+60c6-60cb,U+60ce-60cf,U+60d3-60d5,U+60d8-60d9,U+60db,U+60dd-60df,U+60e1-60e2,U+60e5,U+60ee,U+60f0-60f2,U+60f4-60f8,U+60fa-60fd,U+6100,U+6102-6103,U+6106-6108,U+610a,U+610c-610e,U+6110-6114,U+6116; +} + +/* noto-serif-jp-[41]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-41-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5d9b,U+5d9d,U+5d9f-5da0,U+5da2,U+5da4,U+5da7,U+5dab-5dac,U+5dae,U+5db0,U+5db2,U+5db4,U+5db7-5db9,U+5dbc-5dbd,U+5dc3,U+5dc7,U+5dc9,U+5dcb-5dce,U+5dd0-5dd3,U+5dd6-5dd9,U+5ddb,U+5de0,U+5de2,U+5de4,U+5de9,U+5df2,U+5df5,U+5df8-5df9,U+5dfd,U+5dff-5e00,U+5e07,U+5e0b,U+5e0d,U+5e11-5e12,U+5e14-5e15,U+5e18-5e1b,U+5e1f-5e20,U+5e25,U+5e28,U+5e2e,U+5e32,U+5e35-5e37,U+5e3e,U+5e40,U+5e43-5e44,U+5e47,U+5e49,U+5e4b,U+5e4e,U+5e50-5e51,U+5e54,U+5e56-5e58,U+5e5b-5e5c,U+5e5e-5e5f,U+5e62,U+5e64,U+5e68,U+5e6a-5e6e,U+5e70,U+5e75-5e77,U+5e7a,U+5e7f-5e80,U+5e87,U+5e8b,U+5e8e,U+5e96,U+5e99-5e9a,U+5ea0,U+5ea2,U+5ea4-5ea5,U+5ea8,U+5eaa,U+5eac,U+5eb1,U+5eb3,U+5eb8-5eb9,U+5ebd-5ebf,U+5ec1-5ec2,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ece-5ed6,U+5ed9-5ee2,U+5ee5,U+5ee8-5ee9,U+5eeb-5eec,U+5ef0-5ef1,U+5ef3-5ef4,U+5ef8-5ef9,U+5efc-5f00,U+5f02-5f03,U+5f06-5f09,U+5f0b-5f0e,U+5f11,U+5f16-5f17,U+5f19,U+5f1b-5f1e,U+5f21-5f24,U+5f27-5f29,U+5f2b-5f30,U+5f34,U+5f36,U+5f38,U+5f3a-5f3d,U+5f3f-5f41,U+5f44-5f45,U+5f47-5f48,U+5f4a,U+5f4c-5f4e,U+5f50-5f51,U+5f54,U+5f56-5f58,U+5f5b-5f5d,U+5f60,U+5f63-5f65,U+5f67,U+5f6a; +} + +/* noto-serif-jp-[42]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-42-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5bbc,U+5bc0-5bc1,U+5bc3,U+5bc7,U+5bc9,U+5bcd-5bd0,U+5bd3-5bd4,U+5bd6-5bda,U+5bde,U+5be0-5be2,U+5be4-5be6,U+5be8,U+5beb-5bec,U+5bef-5bf1,U+5bf3-5bf6,U+5bfd,U+5c03,U+5c05,U+5c07-5c09,U+5c0c-5c0d,U+5c12-5c14,U+5c17,U+5c19,U+5c1e-5c20,U+5c22-5c24,U+5c26,U+5c28-5c2e,U+5c30,U+5c32,U+5c35-5c36,U+5c38-5c39,U+5c46,U+5c4d-5c50,U+5c53,U+5c59-5c5c,U+5c5f-5c63,U+5c67-5c69,U+5c6c-5c70,U+5c74-5c76,U+5c79-5c7d,U+5c87-5c88,U+5c8a,U+5c8c,U+5c8f,U+5c91-5c92,U+5c94,U+5c9d,U+5c9f-5ca0,U+5ca2-5ca3,U+5ca6-5ca8,U+5caa-5cab,U+5cad,U+5cb1-5cb2,U+5cb4-5cb7,U+5cba-5cbc,U+5cbe,U+5cc5,U+5cc7,U+5cc9,U+5ccb,U+5cd0,U+5cd2,U+5cd7,U+5cd9,U+5cdd,U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1-5cf2,U+5cf4-5cf5,U+5cfa-5cfb,U+5cfd,U+5d01,U+5d06,U+5d0b,U+5d0d,U+5d10-5d12,U+5d14-5d15,U+5d17-5d1b,U+5d1d,U+5d1f-5d20,U+5d22-5d24,U+5d26-5d27,U+5d2b,U+5d31,U+5d34,U+5d39,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d51-5d53,U+5d55,U+5d59,U+5d5c,U+5d5f-5d62,U+5d64,U+5d69-5d6a,U+5d6c-5d6d,U+5d6f-5d70,U+5d73,U+5d76,U+5d79-5d7a,U+5d7e-5d7f,U+5d81-5d84,U+5d87-5d88,U+5d8a,U+5d8c,U+5d90,U+5d92-5d95,U+5d97,U+5d99; +} + +/* noto-serif-jp-[43]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-43-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+598b-598e,U+5992,U+5995,U+5997,U+599b,U+599d,U+599f,U+59a3-59a4,U+59a7,U+59ad-59b0,U+59b2-59b3,U+59b7,U+59ba,U+59bc,U+59be,U+59c1,U+59c3-59c4,U+59c6,U+59c8,U+59ca,U+59cd,U+59d2,U+59d9-59da,U+59dd-59df,U+59e3-59e5,U+59e7-59e8,U+59ec,U+59ee-59ef,U+59f1-59f2,U+59f4,U+59f6-59f8,U+5a00,U+5a03-5a04,U+5a09,U+5a0c-5a0e,U+5a11-5a13,U+5a17,U+5a1a-5a1c,U+5a1e-5a1f,U+5a23-5a25,U+5a27-5a28,U+5a2a,U+5a2d,U+5a30,U+5a35-5a36,U+5a40-5a41,U+5a44-5a45,U+5a47-5a49,U+5a4c,U+5a50,U+5a55,U+5a5e,U+5a62-5a63,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a77,U+5a7a-5a7b,U+5a7e,U+5a84,U+5a8b,U+5a90,U+5a93,U+5a96,U+5a99,U+5a9c,U+5a9e-5aa0,U+5aa2,U+5aa7,U+5aac,U+5ab1-5ab3,U+5ab5,U+5ab8,U+5aba-5abf,U+5ac2,U+5ac4,U+5ac6,U+5ac8,U+5acb,U+5acf-5ad0,U+5ad6-5ad7,U+5ada,U+5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae9-5aea,U+5aee,U+5af0,U+5af5-5af6,U+5afa-5afb,U+5afd,U+5b00-5b01,U+5b08,U+5b0b,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21,U+5b25,U+5b2a,U+5b2c-5b2d,U+5b30,U+5b32,U+5b34,U+5b36,U+5b38,U+5b3e,U+5b40-5b41,U+5b43,U+5b45,U+5b4b-5b4c,U+5b51-5b52,U+5b56,U+5b5a-5b5c,U+5b5e-5b5f,U+5b65,U+5b68-5b69,U+5b6e-5b71,U+5b73,U+5b75-5b76,U+5b7a,U+5b7c-5b84,U+5b86,U+5b8a-5b8b,U+5b8d-5b8e,U+5b90-5b91,U+5b93-5b94,U+5b96,U+5ba5-5ba6,U+5ba8-5ba9,U+5bac-5bad,U+5baf,U+5bb1-5bb2,U+5bb7-5bb8,U+5bba; +} + +/* noto-serif-jp-[44]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-44-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+57b3,U+57b8,U+57bd,U+57c0,U+57c3,U+57c6-57c8,U+57cc,U+57cf,U+57d2-57d7,U+57dc-57de,U+57e0-57e1,U+57e3-57e4,U+57e6-57e7,U+57e9,U+57ed,U+57f0,U+57f4-57f6,U+57f8,U+57fb,U+57fd-57ff,U+5803-5804,U+5808-580d,U+5819,U+581b,U+581d-5821,U+5826-5827,U+582d,U+582f-5830,U+5832,U+5835,U+5839,U+583d,U+583f-5840,U+5849,U+584b-584d,U+584f-5852,U+5855,U+5858-5859,U+585f,U+5861-5862,U+5864,U+5867-5868,U+586d,U+5870,U+5872,U+5878-5879,U+587c,U+587f-5881,U+5885,U+5887-588d,U+588f-5890,U+5894,U+5896,U+5898,U+589d-589e,U+58a0-58a2,U+58a6,U+58a9-58ab,U+58ae,U+58b1-58b3,U+58b8-58bc,U+58be,U+58c2-58c5,U+58c8,U+58cd-58ce,U+58d0-58da,U+58dc-58e2,U+58e4-58e5,U+58e9,U+58ec,U+58ef,U+58f3-58f4,U+58f7,U+58f9,U+58fb-58fd,U+5902,U+5905-5906,U+590a-590d,U+5910,U+5912-5914,U+5918-5919,U+591b,U+591d,U+591f,U+5921,U+5923-5925,U+5928,U+592c-592d,U+592f-5930,U+5932-5933,U+5935-5936,U+5938-5939,U+593d-593f,U+5943,U+5946,U+594e,U+5950,U+5952-5953,U+5955,U+5957-595b,U+595d-5961,U+5963,U+5967,U+5969,U+596b-596d,U+596f,U+5972,U+5975-5976,U+5978-5979,U+597b-597c,U+5981; +} + +/* noto-serif-jp-[45]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-45-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5616-5617,U+5619,U+561b,U+5620,U+5628,U+562c,U+562f-5639,U+563b-563d,U+563f-5641,U+5643-5644,U+5646-5647,U+5649,U+564b,U+564d-5650,U+5653-5654,U+565e,U+5660-5664,U+5666,U+5669-566d,U+566f,U+5671-5672,U+5675-5676,U+5678,U+567a,U+5680,U+5684-5688,U+568a-568c,U+568f,U+5694-5695,U+5699-569a,U+569d-56a0,U+56a5-56a9,U+56ab-56ae,U+56b1-56b4,U+56b6-56b7,U+56bc,U+56be,U+56c0,U+56c2-56c3,U+56c5,U+56c8-56d1,U+56d3,U+56d7-56d9,U+56dc-56dd,U+56df,U+56e1,U+56e4-56e8,U+56eb,U+56ed-56ee,U+56f1,U+56f6-56f7,U+56f9,U+56ff-5704,U+5707-570a,U+570c-570d,U+5711,U+5713,U+5715-5716,U+5718,U+571a-571d,U+5720-5726,U+5729-572a,U+572c,U+572e-572f,U+5733-5734,U+5737-5738,U+573b,U+573d-573f,U+5745-5746,U+574c-574f,U+5751-5752,U+5759,U+575f,U+5761-5762,U+5764-5765,U+5767-5769,U+576b,U+576d-5771,U+5773-5775,U+5777,U+5779-577c,U+577e-577f,U+5781,U+5783,U+5788-5789,U+578c,U+5793-5795,U+5797,U+5799-579a,U+579c-57a1,U+57a4,U+57a7-57aa,U+57ac,U+57ae,U+57b0; +} + +/* noto-serif-jp-[46]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-46-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+543f-5440,U+5443-5444,U+5447,U+544c-544f,U+5455,U+545e,U+5462,U+5464,U+5466-5467,U+5469,U+546b-546e,U+5470-5471,U+5474-5477,U+547b,U+547f-5481,U+5483-5486,U+5488-548b,U+548d-5492,U+5495-5496,U+549c,U+549f-54a2,U+54a4,U+54a6-54af,U+54b1,U+54b7-54bc,U+54be-54bf,U+54c2-54c4,U+54c6-54c8,U+54ca,U+54cd-54ce,U+54d8,U+54e0,U+54e2,U+54e5-54e6,U+54e8-54ea,U+54ec-54ef,U+54f1,U+54f3,U+54f6,U+54fc-5501,U+5505,U+5508-5509,U+550c-550f,U+5514-5516,U+5527,U+552a-552b,U+552e,U+5532-5533,U+5535-5536,U+5538-5539,U+553b-553d,U+5540-5541,U+5544-5545,U+5547,U+5549-554a,U+554c-554d,U+5550-5551,U+5556-5558,U+555a-555e,U+5560-5561,U+5563-5564,U+5566,U+557b-5583,U+5586-5588,U+558a,U+558e-558f,U+5591-5594,U+5597,U+5599,U+559e-559f,U+55a3-55a4,U+55a8-55a9,U+55ac-55ae,U+55b2,U+55bf,U+55c1,U+55c3-55c4,U+55c6-55c7,U+55c9,U+55cb-55cc,U+55ce,U+55d1-55d4,U+55d7-55d8,U+55da-55db,U+55dd-55df,U+55e2,U+55e4,U+55e9,U+55ec,U+55ee,U+55f1,U+55f6-55f9,U+55fd-55ff,U+5605,U+5607-5608,U+560a,U+560d-5612; +} + +/* noto-serif-jp-[47]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-47-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+528d,U+5291-5298,U+529a,U+529c,U+52a4-52a7,U+52ab-52ad,U+52af-52b0,U+52b5-52b8,U+52ba-52be,U+52c0-52c1,U+52c4-52c6,U+52c8,U+52ca,U+52cc-52cd,U+52cf-52d2,U+52d4,U+52d6-52d7,U+52db-52dc,U+52de,U+52e0-52e1,U+52e3,U+52e5-52e6,U+52e8-52ea,U+52ec,U+52f0-52f1,U+52f3-52fb,U+5300-5301,U+5303,U+5306-5308,U+530a-530d,U+530f-5311,U+5313,U+5315,U+5318-531f,U+5321,U+5323-5325,U+5327-532d,U+532f-5333,U+5335,U+5338,U+533c-533e,U+5340,U+5342,U+5345-5346,U+5349,U+534b-534c,U+5359,U+535b,U+535e,U+5361,U+5363-5367,U+5369,U+536c-536e,U+5372,U+5377,U+5379-537b,U+537d-537f,U+5382-5383,U+5387-5389,U+538e,U+5393-5394,U+5396,U+5398-5399,U+539d,U+53a0-53a1,U+53a4-53a6,U+53a9-53ab,U+53ad-53b0,U+53b2,U+53b4-53b8,U+53ba,U+53bd,U+53c0-53c1,U+53c3-53c5,U+53cf,U+53d2-53d3,U+53d5,U+53da-53db,U+53dd-53e0,U+53e2,U+53e6-53e8,U+53ed-53ee,U+53f4-53f5,U+53fa,U+5401-5403,U+540b,U+540f,U+5412-5413,U+541a,U+541d-541e,U+5421,U+5424,U+5427-542a,U+542c-542f,U+5431,U+5433-5436,U+543c-543d; +} + +/* noto-serif-jp-[48]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-48-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+50dd-50df,U+50e1-50e6,U+50e8-50e9,U+50ed-50f6,U+50f9-50fb,U+50fe,U+5101-5103,U+5106-5109,U+510b-510e,U+5110,U+5112,U+5114-511e,U+5121,U+5123,U+5127-5128,U+512c-512d,U+512f,U+5131,U+5133-5135,U+5137-513c,U+513f-5142,U+5147,U+514a,U+514c,U+514f,U+5152-5155,U+5157-5158,U+515f-5160,U+5162,U+5164,U+5166-5167,U+5169-516a,U+516e,U+5173-5174,U+5179,U+517b,U+517e,U+5180,U+5182-5184,U+5189,U+518b-518c,U+518e-5191,U+5193,U+5195-5196,U+5198,U+519d,U+51a1-51a4,U+51a6,U+51a9-51ab,U+51ad,U+51b0-51b3,U+51b5,U+51b8,U+51ba,U+51bc-51bf,U+51c2-51c3,U+51c5,U+51c8-51cb,U+51cf,U+51d1-51d6,U+51d8,U+51de-51e0,U+51e2,U+51e5,U+51e7,U+51e9,U+51ec-51ee,U+51f2-51f5,U+51f7,U+51fe,U+5201-5202,U+5204-5205,U+520b,U+520e,U+5212-5216,U+5218,U+5222,U+5226-5228,U+522a-522b,U+522e,U+5231-5233,U+5235,U+523c,U+5244-5245,U+5249,U+524b-524c,U+524f,U+5254-5255,U+5257-5258,U+525a,U+525c-5261,U+5266,U+5269,U+526c,U+526e,U+5271,U+5273-5274,U+5277-5279,U+527d,U+527f-5280,U+5282-5285,U+5288-528a,U+528c; +} + +/* noto-serif-jp-[49]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-49-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4f57-4f58,U+4f5a-4f5b,U+4f5d-4f5f,U+4f63-4f64,U+4f69-4f6a,U+4f6c,U+4f6e-4f71,U+4f76-4f7e,U+4f81-4f85,U+4f88-4f8a,U+4f8c,U+4f8e-4f90,U+4f92-4f94,U+4f96-4f9a,U+4f9e-4fa0,U+4fab,U+4fad,U+4faf,U+4fb2,U+4fb7,U+4fb9,U+4fbb-4fbe,U+4fc0-4fc1,U+4fc4-4fc6,U+4fc8-4fc9,U+4fcb-4fd4,U+4fd8,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2,U+4fe4-4fe6,U+4fef-4ff2,U+4ff6,U+4ffc-5002,U+5004-5007,U+500a,U+500c,U+500e-5011,U+5013-5014,U+5016-5018,U+501a-501e,U+5021-5023,U+5025-502a,U+502c-502e,U+5030,U+5032-5033,U+5035,U+5039,U+503b,U+5040-5043,U+5045-5048,U+504a,U+504c,U+504e,U+5050-5053,U+5055-5057,U+5059-505a,U+505f-5060,U+5062-5063,U+5066-5067,U+506a,U+506c-506d,U+5070-5072,U+5077-5078,U+5080-5081,U+5083-5086,U+5088,U+508a,U+508e-5090,U+5092-5096,U+509a-509c,U+509e-50a3,U+50aa,U+50ad,U+50af-50b4,U+50b9-50bb,U+50bd,U+50c0,U+50c2-50c4,U+50c7,U+50c9-50ca,U+50cc,U+50ce,U+50d0-50d1,U+50d3-50d4,U+50d6,U+50d8-50d9,U+50dc; +} + +/* noto-serif-jp-[50]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-50-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4093,U+4103,U+4105,U+4148,U+414f,U+4163,U+41b4,U+41bf,U+41e6,U+41ee,U+41f3,U+4207,U+420e,U+4264,U+4293,U+42c6,U+42d6,U+42dd,U+4302,U+432b,U+4343,U+43ee,U+43f0,U+4408,U+440c,U+4417,U+441c,U+4422,U+4453,U+445b,U+4476,U+447a,U+4491,U+44b3,U+44be,U+44d4,U+4508,U+450d,U+4525,U+4543,U+457a,U+459d,U+45b8,U+45be,U+45e5,U+45ea,U+460f-4610,U+4641,U+4665,U+46a1,U+46ae-46af,U+470c,U+471f,U+4764,U+47e6,U+47fd,U+4816,U+481e,U+4844,U+484e,U+48b5,U+49b0,U+49e7,U+49fa,U+4a04,U+4a29,U+4abc,U+4b38,U+4b3b,U+4b7e,U+4bc2,U+4bca,U+4bd2,U+4be8,U+4c17,U+4c20,U+4c38,U+4cc4,U+4cd1,U+4ce1,U+4d07,U+4d77,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e12,U+4e15,U+4e17,U+4e19,U+4e1e-4e1f,U+4e23-4e24,U+4e28-4e2c,U+4e2e-4e31,U+4e35-4e37,U+4e3f-4e42,U+4e44,U+4e47-4e48,U+4e4d-4e4e,U+4e51,U+4e55-4e56,U+4e58,U+4e5a-4e5c,U+4e62-4e63,U+4e68-4e69,U+4e74-4e75,U+4e79,U+4e7f,U+4e82,U+4e85,U+4e8a,U+4e8d-4e8e,U+4e96-4e99,U+4e9d-4ea0,U+4ea2,U+4ea5-4ea6,U+4ea8,U+4eaf-4eb0,U+4eb3,U+4eb6,U+4eb9,U+4ebb-4ebc,U+4ec2-4ec4,U+4ec6-4ec8,U+4ecd,U+4ed0,U+4ed7,U+4eda-4edb,U+4edd-4ee2,U+4ee8,U+4eeb,U+4eed,U+4eef,U+4ef1,U+4ef3,U+4ef5,U+4ef7,U+4efc-4f00,U+4f02-4f03,U+4f08-4f09,U+4f0b-4f0d,U+4f12,U+4f15-4f17,U+4f19,U+4f1c,U+4f2b,U+4f2e,U+4f30-4f31,U+4f33,U+4f35-4f37,U+4f39,U+4f3b,U+4f3e,U+4f40,U+4f42-4f43,U+4f48-4f49,U+4f4b-4f4c,U+4f52,U+4f54,U+4f56; +} + +/* noto-serif-jp-[51]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-51-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3395-339b,U+339e-33a0,U+33a2-33ff,U+3402,U+3405-3406,U+3427,U+342c,U+342e,U+3468,U+346a,U+3488,U+3492,U+34b5,U+34bc,U+34c1,U+34c7,U+34db,U+351f,U+353e,U+355d-355e,U+3563,U+356e,U+35a6,U+35a8,U+35c5,U+35da,U+35de,U+35f4,U+3605,U+3614,U+364a,U+3691,U+3696,U+3699,U+36cf,U+3761-3762,U+376b-376c,U+3775,U+378d,U+37c1,U+37e2,U+37e8,U+37f4,U+37fd,U+3800,U+382f,U+3836,U+3840,U+385c,U+3861,U+38a1,U+38ad,U+38fa,U+3917,U+391a,U+396f,U+39a4,U+39b8,U+3a5c,U+3a6e,U+3a73,U+3a85,U+3ac4,U+3acb,U+3ad6-3ad7,U+3aea,U+3af3,U+3b0e,U+3b1a,U+3b1c,U+3b22,U+3b35,U+3b6d,U+3b77,U+3b87-3b88,U+3b8d,U+3ba4,U+3bb6,U+3bc3,U+3bcd,U+3bf0,U+3bf3,U+3c0f,U+3c26,U+3cc3,U+3cd2,U+3d11,U+3d1e,U+3d31,U+3d4e,U+3d64,U+3d9a,U+3dc0,U+3dcc,U+3dd4,U+3e05,U+3e3f-3e40,U+3e60,U+3e66,U+3e68,U+3e83,U+3e8a,U+3e94,U+3eda,U+3f57,U+3f72,U+3f75,U+3f77,U+3fae,U+3fb1,U+3fc9,U+3fd7,U+3fdc,U+4039,U+4058; +} + +/* noto-serif-jp-[52]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-52-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+32b5-332b,U+332d-3394; +} + +/* noto-serif-jp-[53]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-53-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+31c8-31e3,U+31f0-321e,U+3220-3230,U+3232-32b4; +} + +/* noto-serif-jp-[54]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-54-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3028-303f,U+3094-3096,U+309f-30a0,U+30ee,U+30f7-30fa,U+30ff,U+3105-312f,U+3131-3163,U+3165-318e,U+3190-31bb,U+31c0-31c7; +} + +/* noto-serif-jp-[55]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-55-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2f14-2fd5,U+2ff0-2ffb,U+3004,U+3013,U+3016-301b,U+301e,U+3020-3027; +} + +/* noto-serif-jp-[56]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-56-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25e4-25e6,U+2601-2603,U+2609,U+260e-260f,U+2616-2617,U+261c-261f,U+262f,U+2641,U+2660,U+2662-2664,U+2666-2668,U+266d-266e,U+2672-267d,U+26bd-26be,U+2702,U+271a,U+273d,U+2740,U+2756,U+2776-2793,U+27a1,U+2934-2935,U+29bf,U+29fa-29fb,U+2b05-2b07,U+2b1a,U+2b95,U+2e3a-2e3b,U+2e80-2e99,U+2e9b-2ef3,U+2f00-2f13; +} + +/* noto-serif-jp-[57]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-57-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+24d1-24ff,U+2503-2513,U+2515-2516,U+2518-251b,U+251d-2522,U+2524-259f,U+25a2-25ab,U+25b1,U+25b7,U+25c0-25c1,U+25c9-25ca,U+25cc,U+25d0-25d3,U+25e2-25e3; +} + +/* noto-serif-jp-[58]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-58-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2105,U+2109-210a,U+210f,U+2116,U+2121,U+2126-2127,U+212b,U+212e,U+2135,U+213b,U+2194-2199,U+21b8-21b9,U+21c4-21c6,U+21cb-21cc,U+21d0,U+21e6-21e9,U+21f5,U+2202-2203,U+2205-2206,U+2208-220b,U+220f,U+2211,U+2213,U+2215,U+221a,U+221d,U+2220,U+2223,U+2225-2226,U+2228,U+222a-222e,U+2234-2237,U+223d,U+2243,U+2245,U+2248,U+224c,U+2260,U+2262,U+2264-2265,U+226e-226f,U+2272-2273,U+2276-2277,U+2283-2287,U+228a-228b,U+2295-2299,U+22a0,U+22a5,U+22bf,U+22da-22db,U+22ef,U+2305-2307,U+2318,U+2329-232a,U+23b0-23b1,U+23be-23cc,U+23ce,U+23da-23db,U+2423,U+2469-24d0; +} + +/* noto-serif-jp-[59]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-59-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a1-a4,U+a6-a7,U+aa,U+ac-ad,U+b5-b6,U+b8-ba,U+bc-c8,U+ca-cc,U+ce-d5,U+d9-db,U+dd-df,U+e6,U+ee,U+f0,U+f5,U+f7,U+f9,U+fb,U+fe-102,U+110-113,U+11a-11b,U+128-12b,U+143-144,U+147-148,U+14c,U+14e-14f,U+152-153,U+168-16d,U+192,U+1a0-1a1,U+1af,U+1cd-1dc,U+1f8-1f9,U+251,U+261,U+2bb,U+2c7,U+2c9,U+2ea-2eb,U+304,U+307,U+30c,U+1e3e-1e3f,U+1ea0-1ebe,U+1ec0-1ec6,U+1ec8-1ef9,U+2011-2012,U+2016,U+2018-201a,U+201e,U+2021,U+2030,U+2033,U+2035,U+2042,U+2047,U+2051,U+2074,U+20a9,U+20ab-20ac,U+20dd-20de,U+2100; +} + +/* noto-serif-jp-[60]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-60-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2227,U+26a0,U+2713,U+301f,U+4ff8,U+5239,U+526a,U+54fa,U+5740,U+5937,U+5993,U+59fb,U+5a3c,U+5c41,U+6028,U+626e,U+646f,U+647a,U+64b0,U+64e2,U+65a7,U+66fe,U+6727,U+6955,U+6bef,U+6f23,U+724c,U+767c,U+7a83,U+7ac4,U+7b67,U+8000,U+8471,U+8513,U+8599,U+86db,U+8718,U+87f2,U+88f3,U+8ad2,U+8e2a,U+8fa3,U+95a5,U+9798,U+9910,U+9957,U+9bab,U+9c3b,U+9daf,U+ff95; +} + +/* noto-serif-jp-[61]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-61-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a8,U+2032,U+2261,U+2282,U+3090,U+30f1,U+339c,U+535c,U+53d9,U+56a2,U+56c1,U+5806,U+589f,U+59d0,U+5a7f,U+60e0,U+639f,U+65af,U+68fa,U+69ae,U+6d1b,U+6ef2,U+71fb,U+725d,U+7262,U+75bc,U+7768,U+7940,U+79bf,U+7bed,U+7d68,U+7dfb,U+814b,U+8207,U+83e9,U+8494,U+8526,U+8568,U+85ea,U+86d9,U+87ba,U+8861,U+887f,U+8fe6,U+9059,U+9061,U+916a,U+976d,U+97ad,U+9ece; +} + +/* noto-serif-jp-[62]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-62-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2d9,U+21d4,U+301d,U+515c,U+52fe,U+5420,U+5750,U+5766,U+5954,U+5b95,U+5f8a,U+5f98,U+620c,U+621f,U+641c,U+66d9,U+676d,U+6775,U+67f5,U+694a,U+6a02,U+6a3a,U+6a80,U+6c23,U+6c72,U+6dcb,U+6faa,U+707c,U+71c8,U+7422,U+74e2,U+7791,U+7825,U+7a14,U+7a1c,U+7c95,U+7fc1,U+82a5,U+82db,U+8304,U+853d,U+8cd3,U+8de8,U+8f0c,U+8f3f,U+9091,U+91c7,U+929a,U+98af,U+9913; +} + +/* noto-serif-jp-[63]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-63-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2ca-2cb,U+2229,U+2468,U+2669,U+266f,U+273f,U+4ec0,U+4f60,U+4fb6,U+5347,U+540e,U+543b,U+5b0c,U+5d4c,U+5f14,U+5f9e,U+6155,U+62d0,U+6602,U+6666,U+66f3,U+67a2,U+67ca,U+69cc,U+6d29,U+6d9b,U+6e3e,U+6f81,U+7109,U+73c0,U+73c2,U+7425,U+7435-7436,U+7525,U+7554,U+785d,U+786b,U+7ae3,U+7b94,U+7d18,U+81bf,U+8511,U+8549,U+9075,U+9640,U+98e2,U+9e9f,U+ff96; +} + +/* noto-serif-jp-[64]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-64-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2467,U+4ece,U+4ed4,U+4f91,U+4fae,U+534d,U+53c9,U+54b3,U+586b,U+5944,U+5b78,U+5df7,U+5f77,U+6101,U+6167-6168,U+61a4,U+62d9,U+698a,U+699b,U+6a59,U+6cc4,U+6e07,U+7099,U+75d2,U+77ad,U+7953,U+7984,U+7a92,U+7baa,U+7dbb,U+817f,U+82ad,U+85e9,U+868a,U+8caa,U+8f44,U+9017,U+907c,U+908a,U+92f3,U+936e,U+9435,U+978d,U+9838,U+9a28,U+9b41,U+9ba8,U+9c57,U+9eb9; +} + +/* noto-serif-jp-[65]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-65-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b1,U+309b,U+4e5e,U+51f1,U+5506,U+55c5,U+58cc,U+59d1,U+5c51,U+5ef7,U+6284,U+62d7,U+6689,U+673d,U+6a2b,U+6a8e,U+6a9c,U+6d63,U+6dd1,U+70b8,U+7235,U+72db,U+72f8,U+7560,U+7c9b,U+7ce7,U+7e1e,U+80af,U+82eb,U+8463,U+8499,U+85dd,U+86ee,U+8a60,U+8a6e,U+8c79,U+8e87,U+8e8a,U+8f5f,U+9010,U+918d,U+9190,U+965b,U+97fb,U+9ab8,U+9bad,U+9d3b,U+9d5c,U+9dfa,U+9e93; +} + +/* noto-serif-jp-[66]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-66-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2020,U+3003,U+3231,U+4e9b,U+4f3d,U+4f47,U+51b6,U+51dc,U+53e1,U+5bc5,U+602f,U+60bc,U+61c9,U+633d,U+637b,U+6492,U+65fa,U+660f,U+66f0,U+6703,U+681e,U+6876,U+6893,U+6912,U+698e,U+6c7d,U+714c,U+7169,U+71d5,U+725f,U+72d7,U+745b,U+74dc,U+75e2,U+7891,U+7897,U+7dcb,U+810a,U+8218,U+8339,U+840e,U+852d,U+8823,U+8a0a,U+9089,U+919c,U+971c,U+9ad9,U+ff4a,U+ff5a; +} + +/* noto-serif-jp-[67]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-67-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2466,U+2600,U+4eab,U+4fe3,U+4ff5,U+51a5,U+51f0,U+536f,U+53d4,U+53f1,U+54a5,U+559d,U+55e3,U+58fa,U+5962,U+59ea,U+5c16,U+5cef,U+5d16,U+5f10,U+5fd6,U+6190,U+6216,U+634f,U+63bb,U+66d6,U+6756,U+6bc5,U+6e26,U+727d,U+731f,U+76f2,U+7729,U+7a7f,U+7aff,U+7c9f,U+818f,U+8236,U+82b9,U+8338,U+85aa,U+88b4,U+8b33,U+904d,U+93a7,U+96cc,U+96eb,U+9aed,U+9b8e,U+fa11; +} + +/* noto-serif-jp-[68]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-68-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+251c,U+2523,U+4e14,U+545f,U+54bd,U+553e,U+55dc,U+56da,U+589c,U+5b55,U+5bb5,U+5ce1,U+5df4,U+5eb6,U+5ec9,U+6191,U+62f7,U+6357,U+64a5,U+6591,U+65bc,U+6897,U+6e1a,U+7063,U+711a,U+721b,U+722c,U+75b9,U+75d5,U+75fa,U+7766,U+7aae,U+7b48,U+7b8b,U+7d21,U+7e55,U+7f75,U+842c,U+8910,U+8a63,U+8b39,U+8b5a,U+8cdc,U+8d74,U+907d,U+91e7,U+9306,U+96bc,U+98f4,U+9ac4; +} + +/* noto-serif-jp-[69]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-69-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2003,U+2312,U+266c,U+4f86,U+51ea,U+5243,U+5256,U+541f,U+5841,U+59dc,U+5df3,U+601c,U+60e7,U+632b,U+638c,U+64ad,U+6881,U+697c,U+69cd,U+6c50,U+6d2a,U+6fc1,U+7027,U+7058,U+70f9,U+714e,U+7345,U+751a,U+760d,U+764c,U+77db,U+7d79,U+7e8f,U+80ce,U+814e,U+81fc,U+8247,U+8278,U+85a9,U+8a03,U+90ed,U+9784,U+9801,U+984e,U+99b3,U+9bc9,U+9bdb,U+9be8,U+9e78,U+ff6b; +} + +/* noto-serif-jp-[70]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-70-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+266b,U+3006,U+5176,U+5197,U+51a8,U+51c6,U+52f2,U+5614,U+5875,U+5a2f,U+5b54,U+5ce0,U+5dba,U+5deb,U+5e63,U+5f59,U+5fcc,U+6068,U+6367,U+68b6,U+6a0b,U+6b64,U+6e15,U+6eba,U+7272,U+72a0,U+7947,U+7985,U+79e6,U+79e9,U+7a3d,U+7a9f,U+7aaf,U+7b95,U+7f60,U+7f9e,U+7fe0,U+8098,U+80ba,U+8106,U+82d4,U+831c,U+87f9,U+8a1f,U+8acf,U+90c1,U+920d,U+9756,U+fe43,U+ff94; +} + +/* noto-serif-jp-[71]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-71-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+af,U+2465,U+2517,U+33a1,U+4f10,U+50c5,U+51b4,U+5384,U+5606,U+5bb0,U+5cac,U+5ee3,U+618e,U+61f2,U+62c9,U+66ab,U+66f9,U+6816,U+6960,U+6b3e,U+6f20,U+7078,U+72d0,U+73ed,U+7ad9,U+7b1b,U+7be4,U+7d62,U+7f51,U+80b4,U+80f4,U+8154,U+85fb,U+865c,U+8702,U+895f,U+8aed,U+8b90,U+8ced,U+8fbf,U+91d8,U+9418,U+9583,U+9591,U+9813,U+982c,U+9bd6,U+ff46,U+ff7f,U+ff88; +} + +/* noto-serif-jp-[72]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-72-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e91,U+508d,U+50e7,U+514e,U+51f6,U+5446,U+5504,U+584a,U+59a8,U+59d3,U+5a46,U+5ac9,U+6020,U+60a6,U+6148,U+621a,U+6234,U+64c1,U+6523,U+675c,U+67d1,U+6953,U+6ccc,U+6df5,U+6e13,U+6f06,U+723a,U+7325,U+74e6,U+758e,U+75ab,U+75d9,U+7a40,U+8096,U+82fa,U+8587,U+8594,U+8a6b,U+8ab9,U+8b17,U+8b83,U+937c,U+963b,U+9673,U+96db,U+9ce9,U+9f4b,U+ff67,U+ff82,U+ff93; +} + +/* noto-serif-jp-[73]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-73-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+221e,U+2514,U+51f9,U+5270,U+5449,U+5824,U+59a5,U+5a29,U+5d07,U+5e16,U+60e3,U+614c,U+6276,U+643e,U+64ab,U+6562,U+6681,U+670b,U+6734,U+67af,U+6a3d,U+6b05,U+6dc0,U+6e4a,U+7259,U+732a,U+7409,U+78a7,U+7a6b,U+8015,U+809b,U+817a,U+830e,U+837b,U+85ab,U+8a23,U+8a93,U+8b00,U+8b19,U+8b21,U+8cbf,U+8fb0,U+901d,U+91b8,U+9320,U+932c,U+9688,U+96f6,U+9df2,U+ff6a; +} + +/* noto-serif-jp-[74]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-74-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2002,U+2025,U+4f8d,U+51e1,U+51f8,U+5507,U+5598,U+58f1,U+5983,U+59ac,U+5c3c,U+5de7,U+5e7d,U+5eca,U+5f61,U+606d,U+60f9,U+636e,U+64ec,U+67da,U+67ff,U+6813,U+68f2,U+693f,U+6b6a,U+6bbb,U+6ef4,U+7092,U+717d,U+7261,U+73c8,U+7432,U+7483,U+76fe,U+7709,U+78d0,U+81a3,U+81b3,U+82af,U+8305,U+8309,U+8870,U+88fe,U+8cd1,U+8d66,U+906e,U+971e,U+9812,U+ff79,U+ff90; +} + +/* noto-serif-jp-[75]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-75-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2464,U+2501,U+2640,U+2642,U+339d,U+4f0e,U+5091,U+50b5,U+5132,U+51cc,U+558b,U+55aa,U+585e,U+5bee,U+5dfe,U+60b6,U+62b9,U+6349,U+6566,U+6590,U+6842,U+689d,U+6a58,U+6c70,U+6ff1,U+7815,U+7881,U+7aaa,U+7bc7,U+7def,U+7fa8,U+8017,U+8036,U+8061,U+821f,U+8429,U+8ce0,U+8e74,U+9019,U+90ca,U+9162,U+932f,U+93ae,U+9644,U+990c,U+9cf3,U+ff56,U+ff6e,U+ff7e,U+ff85; +} + +/* noto-serif-jp-[76]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-76-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2266-2267,U+4f2f,U+5208,U+5451,U+546a,U+5589,U+576a,U+5815,U+5a9a,U+5b9b,U+5c3a,U+5efb,U+5faa,U+6109,U+6643,U+6652,U+695a,U+69fd,U+6b86,U+6bb4,U+6daf,U+7089,U+70cf,U+7a00,U+7a4f,U+7b39,U+7d33,U+80e1,U+828b,U+82a6,U+86cd,U+8c8c,U+8cca,U+8df3,U+9077,U+9175,U+91dc,U+925b,U+9262,U+9271,U+92ed,U+9855,U+9905,U+9d28,U+ff3f,U+ff58,U+ff68,U+ff6d,U+ff9c; +} + +/* noto-serif-jp-[77]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-77-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2207,U+25ef,U+309c,U+4e4f,U+5146,U+51dd,U+5351,U+540a,U+5629,U+5eb5,U+5f04,U+5f13,U+60dc,U+6212,U+63b4,U+642c,U+6627,U+66a6,U+66c7,U+66fd,U+674e,U+6b96,U+6c4e,U+6df3,U+6e67,U+6f84,U+72fc,U+733f,U+7c97,U+7db1,U+7e4d,U+816b,U+82d1,U+84cb,U+854e,U+8607,U+86c7,U+871c,U+8776,U+8a89,U+8fc4,U+91a4,U+9285,U+9685,U+9903,U+9b31,U+9f13,U+ff42,U+ff74,U+ff91; +} + +/* noto-serif-jp-[78]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-78-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e32,U+51db,U+53a8,U+53ea,U+5609,U+5674,U+5a92,U+5e7e,U+6115,U+611a,U+62cc,U+62ed,U+63c9,U+64b9,U+64e6,U+65cb,U+6606,U+6731,U+683d,U+6afb,U+7460,U+771e,U+78ef,U+7b26,U+7b51,U+7cde,U+7d10,U+7d2f,U+7d46,U+80de,U+819c,U+84b2,U+85cd,U+865a,U+8ecc,U+9022,U+90b8,U+9192,U+9675,U+96b7,U+99ff,U+ff44,U+ff55,U+ff6c,U+ff73,U+ff75,U+ff86,U+ff8d,U+ff92,U+ffe3; +} + +/* noto-serif-jp-[79]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-79-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25b3,U+30f5,U+4eae,U+4f46,U+4f51,U+5203,U+52ff,U+55a7,U+564c,U+565b,U+57f9,U+5805,U+5b64,U+5e06,U+5f70,U+5f90,U+60e8,U+6182,U+62f3,U+62fe,U+63aa,U+64a4,U+65d7,U+673a,U+6851,U+68cb,U+68df,U+6d1e,U+6e58,U+6e9d,U+77b3,U+7832,U+7c3f,U+7db4,U+7f70,U+80aa,U+80c6,U+8105,U+819d,U+8276,U+8679,U+8986,U+8c9d,U+8fc5,U+916c,U+9665,U+9699,U+96c0,U+9a19,U+ff8b; +} + +/* noto-serif-jp-[80]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-80-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2463,U+25a1,U+4ef0,U+5076,U+5098,U+51fd,U+5302,U+5448,U+54c9,U+570b,U+583a,U+5893,U+58a8,U+58ee,U+5949,U+5bdb,U+5f26,U+5f81,U+6052,U+6170,U+61c7,U+631f,U+635c,U+664b,U+69fb,U+6f01,U+7070,U+722a,U+745e,U+755c,U+76c6,U+78c1,U+79e4,U+7bb8,U+7d0b,U+81a8,U+82d7,U+8b5c,U+8f14,U+8fb1,U+8fbb,U+9283,U+9298,U+9a30,U+ff03,U+ff50,U+ff59,U+ff7b,U+ff8e-ff8f; +} + +/* noto-serif-jp-[81]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-81-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2010,U+2502,U+25b6,U+4f3a,U+514b,U+5265,U+52c3,U+5339,U+53ec,U+54c0,U+55b0,U+5854,U+5b8f,U+5cb3,U+5e84,U+60da,U+6247,U+6249,U+628a,U+62cd,U+65ac,U+6838,U+690e,U+6cf0,U+6f02,U+6f2c,U+6f70,U+708a,U+7434,U+75be,U+77ef,U+7c60,U+7c98,U+7d1b,U+7e2b,U+80a5,U+81e3,U+820c,U+8210,U+8475,U+862d,U+8650,U+8997,U+906d,U+91c8,U+9700,U+9727,U+9df9,U+ff3a,U+ff9a; +} + +/* noto-serif-jp-[82]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-82-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2103,U+5049,U+52b1,U+5320,U+5553,U+572d,U+58c7,U+5b5d,U+5bc2,U+5de3,U+5e61,U+5f80,U+61a9,U+67d0,U+67f4,U+6c88,U+6ca1,U+6ce5,U+6d78,U+6e9c,U+6f54,U+731b,U+73b2,U+74a7,U+74f6,U+75e9,U+7b20,U+7c8b,U+7f72,U+809d,U+8108,U+82b3,U+82bd,U+84b8,U+84c4,U+88c2,U+8ae6,U+8ef8,U+902e,U+9065,U+9326,U+935b,U+938c,U+9676,U+9694,U+96f7,U+9ed9,U+ff48,U+ff4c,U+ff81; +} + +/* noto-serif-jp-[83]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-83-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2500,U+3008-3009,U+4ead,U+4f0f,U+4fca,U+53eb,U+543e,U+57a2,U+5cf0,U+5e8f,U+5fe0,U+61b2,U+62d8,U+6442,U+64b2,U+6589,U+659c,U+67f1,U+68c4,U+6cb8,U+6d12,U+6de1,U+6fe1,U+70c8,U+723d,U+73e0,U+7656,U+773a,U+7948,U+7b87,U+7c92,U+7d3a,U+7e1b,U+7e4a,U+819a,U+8358,U+83c5,U+84bc,U+864e,U+8912,U+8c9e,U+8d05,U+92fc,U+9396,U+98fd,U+99d2,U+ff64,U+ff7a,U+ff83; +} + +/* noto-serif-jp-[84]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-84-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3014-3015,U+4e3c,U+5036,U+5075,U+533f,U+53e9,U+5531,U+5642,U+5984,U+59e6,U+5a01,U+5b6b,U+5c0b,U+5f25,U+6069,U+60a0,U+614e,U+62b5,U+62d2-62d3,U+6597,U+660c,U+674f,U+67cf,U+6841,U+6905,U+6cf3,U+6d32,U+6d69,U+6f64,U+716e,U+7761,U+7b52,U+7be0,U+7dbf,U+7de9,U+7f36,U+81d3,U+8302,U+8389,U+846c,U+84ee,U+8a69,U+9038,U+9d8f,U+ff47,U+ff4b,U+ff76,U+ff9b; +} + +/* noto-serif-jp-[85]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-85-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25c7,U+3007,U+504f,U+507d,U+51a0,U+52a3,U+5410,U+5510,U+559a,U+5782,U+582a,U+5c0a,U+5c3f,U+5c48,U+5f6b,U+6176,U+622f,U+6279,U+62bd,U+62dd,U+65ed,U+67b6,U+6817,U+6850,U+6d6a,U+6deb,U+6ea2,U+6edd,U+6f5c,U+72e9,U+73a9,U+7573,U+76bf,U+7950,U+7956,U+7f8a,U+7ffc,U+80a2,U+80c3,U+83ca,U+8a02,U+8a13,U+8df5,U+9375,U+983b,U+99b4,U+ff4e,U+ff71,U+ff89,U+ff97; +} + +/* noto-serif-jp-[86]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-86-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+24,U+2022,U+2212,U+221f,U+2665,U+4ecf,U+5100,U+51cd,U+52d8,U+5378,U+53f6,U+574a,U+5982,U+5996,U+5c1a,U+5e1d,U+5f84,U+609f,U+61a7,U+61f8,U+6398,U+63ee,U+6676,U+6691,U+6eb6,U+7126,U+71e5,U+7687,U+7965,U+7d17,U+80a1,U+8107,U+8266,U+85a6,U+8987,U+8ca2,U+8cab,U+8e0a,U+9042,U+95c7,U+9810,U+9867,U+98fc,U+ff52-ff54,U+ff61,U+ff77,U+ff98-ff99; +} + +/* noto-serif-jp-[87]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-87-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b0,U+226a,U+2462,U+4e39,U+4fc3,U+4fd7,U+50be,U+50da,U+5200,U+5211,U+54f2,U+5618,U+596a,U+5b22,U+5bb4,U+5d50,U+60a3,U+63fa,U+658e,U+65e8,U+6669,U+6795,U+679d,U+67a0,U+6b3a,U+6e09,U+757f,U+7cd6,U+7dbe,U+7ffb,U+83cc,U+83f1,U+840c,U+845b,U+8846,U+8972,U+8a34,U+8a50,U+8a87,U+8edf,U+8ff0,U+90a6,U+9154,U+95a3,U+9663,U+9686,U+96c7,U+ff3c,U+ff7c,U+ff8a; +} + +/* noto-serif-jp-[88]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-88-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25bd,U+4e59,U+4ec1,U+4ff3,U+515a,U+518a,U+525b,U+5375,U+552f,U+57a3,U+5b9c,U+5c3d,U+5e3d,U+5e7b,U+5f0a,U+6094,U+6458,U+654f,U+67f3,U+6b8a,U+6bd2,U+6c37,U+6ce1,U+6e56,U+6e7f,U+6ed1,U+6ede,U+6f0f,U+70ad,U+7267,U+7363,U+786c,U+7a42,U+7db2,U+7f85,U+8178,U+829d,U+8896,U+8c5a,U+8cb0,U+8ce2,U+8ed2,U+9047,U+9177,U+970a,U+9ea6,U+ff1b,U+ff31,U+ff39,U+ff80; +} + +/* noto-serif-jp-[89]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-89-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a5,U+4e80,U+4f34,U+4f73,U+4f75,U+511f,U+5192,U+52aa,U+53c8,U+570f,U+57cb,U+596e,U+5d8b,U+5f66,U+5fd9,U+62db,U+62f6,U+6328,U+633f,U+63a7,U+6469,U+6bbf,U+6c41,U+6c57,U+6d44,U+6dbc,U+706f,U+72c2,U+72ed,U+7551,U+75f4,U+7949,U+7e26,U+7fd4,U+8150,U+8af8,U+8b0e,U+8b72,U+8ca7,U+934b,U+9a0e,U+9a12,U+9b42,U+ff41,U+ff43,U+ff45,U+ff49,U+ff4f,U+ff62-ff63; +} + +/* noto-serif-jp-[90]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-90-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e18,U+4fb5,U+5104,U+52c7,U+5353,U+5374,U+53e5,U+587e,U+594f,U+5a20,U+5de1,U+5f18,U+5fcd,U+6291,U+62ab,U+6355,U+6392,U+63da,U+63e1,U+656c,U+6687,U+68b0-68b1,U+68d2,U+68da,U+6b27,U+6cbc,U+7159,U+7344,U+73cd,U+76df,U+790e,U+7cf8,U+8102,U+88c1,U+8aa0,U+8e0f,U+9178,U+92ad,U+9670,U+96c5,U+9cf4,U+9db4,U+ff3e,U+ff6f,U+ff72,U+ff78,U+ff7d,U+ff84,U+ff8c; +} + +/* noto-serif-jp-[91]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-91-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+60,U+2200,U+226b,U+2461,U+517c,U+526f,U+5800,U+5b97,U+5bf8,U+5c01,U+5d29,U+5e4c,U+5e81,U+6065,U+61d0,U+667a,U+6696,U+6843,U+6c99,U+6d99,U+6ec5,U+6f22,U+6f6e,U+6fa4,U+6fef,U+71c3,U+72d9,U+7384,U+78e8,U+7a1a,U+7a32,U+7a3c,U+7adc,U+7ca7,U+7d2b,U+7dad,U+7e4b,U+80a9,U+8170,U+81ed,U+820e,U+8a17,U+8afe,U+90aa,U+914e,U+963f,U+99c4,U+9eba,U+9f3b,U+ff38; +} + +/* noto-serif-jp-[92]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-92-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2460,U+4e5f,U+4e7e,U+4ed9,U+501f,U+502b,U+5968,U+5974,U+5ac1,U+5b99,U+5ba3,U+5be7,U+5be9,U+5c64,U+5cb8,U+5ec3,U+5f1f,U+616e,U+6297,U+62e0,U+62ec,U+6368,U+642d,U+65e6,U+6717,U+676f,U+6b04,U+732e,U+7652,U+76ca,U+76d7,U+7802,U+7e70,U+7f6a,U+8133,U+81e8,U+866b,U+878d,U+88f8,U+8a5e,U+8cdb,U+8d08,U+907a,U+90e1,U+96f2,U+9f8d,U+ff35,U+ff37,U+ff40,U+ff9d; +} + +/* noto-serif-jp-[93]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-93-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+21d2,U+25ce,U+300a-300b,U+4e89,U+4e9c,U+4ea1,U+5263,U+53cc,U+5426,U+5869,U+5947,U+598a,U+5999,U+5e55,U+5e72,U+5e79,U+5fae,U+5fb9,U+602a,U+6163,U+624d,U+6749,U+6c5a,U+6cbf,U+6d45,U+6dfb,U+6e7e,U+708e,U+725b,U+7763,U+79c0,U+7bc4,U+7c89,U+7e01,U+7e2e,U+8010,U+8033,U+8c6a,U+8cc3,U+8f1d,U+8f9b,U+8fb2,U+907f,U+90f7,U+9707,U+9818,U+9b3c,U+ff0a,U+ff4d; +} + +/* noto-serif-jp-[94]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-94-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2015,U+2190,U+4e43,U+5019,U+5247,U+52e7,U+5438,U+54b2,U+55ab,U+57f7,U+5bd2,U+5e8a,U+5ef6,U+6016,U+60b2,U+6162,U+6319,U+6551,U+6607,U+66b4,U+675f,U+67d4,U+6b20,U+6b53,U+6ce3,U+719f,U+75b2,U+770b,U+7720,U+77ac,U+79d2,U+7af9,U+7d05,U+7dca,U+8056,U+80f8,U+81f3,U+8352,U+885d,U+8a70,U+8aa4,U+8cbc,U+900f,U+9084,U+91e3,U+9451,U+96c4,U+99c6,U+9ad4,U+ff70; +} + +/* noto-serif-jp-[95]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-95-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2193,U+25b2,U+4e4b,U+516d,U+51c4,U+529f,U+52c9,U+5360,U+5442,U+5857,U+5915,U+59eb,U+5a9b,U+5c3b,U+6012,U+61b6,U+62b1,U+6311,U+6577,U+65e2,U+65ec,U+6613,U+6790,U+6cb9,U+7372,U+76ae,U+7d5e,U+7fcc,U+88ab,U+88d5,U+8caf,U+8ddd,U+8ecd,U+8f38,U+8f9e,U+8feb,U+9063,U+90f5,U+93e1,U+968a,U+968f,U+98fe,U+9ec4,U+ff1d,U+ff27,U+ff2a,U+ff36,U+ff3b,U+ff3d,U+ffe5; +} + +/* noto-serif-jp-[96]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-96-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e03,U+4f38,U+50b7,U+5264,U+5348,U+5371,U+585a,U+58ca,U+5951,U+59b9,U+59d4,U+5b98,U+5f8b,U+6388,U+64cd,U+65e7,U+6803,U+6b6f,U+6d66,U+6e0b,U+6ecb,U+6fc3,U+72ac,U+773c,U+77e2,U+7968,U+7a74,U+7dba,U+7dd1,U+7e3e,U+808c,U+811a,U+8179,U+8239,U+8584,U+8a0e,U+8a72,U+8b66,U+8c46,U+8f29,U+90a3,U+9234,U+96f0,U+9769,U+9774,U+9aa8,U+ff26,U+ff28,U+ff9e-ff9f; +} + +/* noto-serif-jp-[97]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-97-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7e,U+b4,U+25c6,U+2661,U+4e92,U+4eee,U+4ffa,U+5144,U+5237,U+5287,U+52b4,U+58c1,U+5bff,U+5c04,U+5c06,U+5e95,U+5f31,U+5f93,U+63c3,U+640d,U+6557,U+6614,U+662f,U+67d3,U+690d,U+6bba,U+6e6f,U+72af,U+732b,U+7518,U+7ae0,U+7ae5,U+7af6,U+822a,U+89e6,U+8a3a,U+8a98,U+8cb8,U+8de1,U+8e8d,U+95d8,U+961c,U+96a3,U+96ea,U+9bae,U+ff20,U+ff22,U+ff29,U+ff2b-ff2c; +} + +/* noto-serif-jp-[98]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-98-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25cb,U+4e71,U+4f59,U+50d5,U+520a,U+5217,U+5230,U+523a-523b,U+541b,U+5439,U+5747,U+59c9,U+5bdf,U+5c31,U+5de8,U+5e7c,U+5f69,U+6050,U+60d1,U+63cf,U+663c,U+67c4,U+6885,U+6c38,U+6d6e,U+6db2,U+6df7,U+6e2c,U+6f5f,U+7532,U+76e3-76e4,U+7701,U+793c,U+79f0,U+7a93,U+7d00,U+7de0,U+7e54,U+8328,U+8840,U+969c,U+96e8,U+9811,U+9aea,U+9b5a,U+ff24,U+ff2e,U+ff57; +} + +/* noto-serif-jp-[99]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-99-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2191,U+505c,U+52e4,U+5305,U+535a,U+56e0,U+59bb,U+5acc,U+5b09,U+5b87,U+5c90,U+5df1,U+5e2d,U+5e33,U+5f3e,U+6298,U+6383,U+653b,U+6697,U+6804,U+6a39,U+6cca,U+6e90,U+6f2b,U+702c,U+7206,U+7236,U+7559,U+7565,U+7591,U+75c7,U+75db,U+7b4b,U+7bb1,U+7d99,U+7fbd,U+8131,U+885b,U+8b1d,U+8ff7,U+9003,U+9045,U+96a0,U+9732,U+990a,U+99d0,U+9e97,U+9f62,U+ff25,U+ff2d; +} + +/* noto-serif-jp-[100]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-100-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e08,U+4f9d,U+5012,U+514d,U+51b7,U+5275,U+53ca,U+53f8,U+5584,U+57fc,U+5b9d,U+5bfa,U+5c3e,U+5f01,U+5fb4,U+5fd7,U+606f,U+62e1,U+6563,U+6674,U+6cb3,U+6d3e,U+6d74,U+6e1b,U+6e2f,U+718a,U+7247,U+79d8,U+7d14,U+7d66,U+7d71,U+7df4,U+7e41,U+80cc,U+8155,U+83d3,U+8a95,U+8ab2,U+8ad6,U+8ca1,U+9000,U+9006,U+9678,U+97d3,U+9808,U+98ef,U+9a5a,U+9b45,U+ff23,U+ff30; +} + +/* noto-serif-jp-[101]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-101-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25bc,U+3012,U+4ef2,U+4f0a,U+516b,U+5373,U+539a,U+53b3,U+559c,U+56f0,U+5727,U+5742,U+5965,U+59ff,U+5bc6,U+5dfb,U+5e45,U+5ead,U+5fb3,U+6211,U+6253,U+639b,U+63a8,U+6545,U+6575,U+6628,U+672d,U+68a8,U+6bdb,U+6d25,U+707d,U+767e,U+7834,U+7b46,U+7bc9,U+8074,U+82e6,U+8349,U+8a2a,U+8d70,U+8da3,U+8fce,U+91cc,U+967d,U+97ff,U+9996,U+ff1c,U+ff2f,U+ff32,U+ff34; +} + +/* noto-serif-jp-[102]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-102-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3d,U+5e,U+25cf,U+4e0e,U+4e5d,U+4e73,U+4e94,U+4f3c,U+5009,U+5145,U+51ac,U+5238,U+524a,U+53f3,U+547c,U+5802,U+5922,U+5a66,U+5c0e,U+5de6,U+5fd8,U+5feb,U+6797,U+685c,U+6b7b,U+6c5f-6c60,U+6cc9,U+6ce2,U+6d17,U+6e21,U+7167,U+7642,U+76db,U+8001,U+821e,U+8857,U+89d2,U+8b1b,U+8b70,U+8cb4,U+8cde,U+8f03,U+8f2a,U+968e,U+9b54,U+9e7f,U+9ebb,U+ff05,U+ff33; +} + +/* noto-serif-jp-[103]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-103-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+500d,U+5074,U+50cd,U+5175,U+52e2,U+5352,U+5354,U+53f2,U+5409,U+56fa,U+5a18,U+5b88,U+5bdd,U+5ca9,U+5f92,U+5fa9,U+60a9,U+623f,U+6483,U+653f,U+666f,U+66ae,U+66f2,U+6a21,U+6b66,U+6bcd,U+6d5c,U+796d,U+7a4d,U+7aef,U+7b56,U+7b97,U+7c4d,U+7e04,U+7fa9,U+8377,U+83dc,U+83ef,U+8535,U+8863,U+88cf,U+88dc,U+8907,U+8acb,U+90ce,U+91dd,U+ff0b,U+ff0d,U+ff19,U+ff65; +} + +/* noto-serif-jp-[104]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-104-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e01,U+4e21,U+4e38,U+52a9,U+547d,U+592e,U+5931,U+5b63,U+5c40,U+5dde,U+5e78,U+5efa,U+5fa1,U+604b,U+6075,U+62c5,U+632f,U+6a19,U+6c0f,U+6c11,U+6c96,U+6e05,U+70ba,U+71b1,U+7387,U+7403,U+75c5,U+77ed,U+795d,U+7b54,U+7cbe,U+7d19,U+7fa4,U+8089,U+81f4,U+8208,U+8336,U+8457,U+8a33,U+8c4a,U+8ca0,U+8ca8,U+8cc0,U+9014,U+964d,U+9803,U+983c,U+98db,U+ff17,U+ff21; +} + +/* noto-serif-jp-[105]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-105-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25,U+25a0,U+4e26,U+4f4e,U+5341,U+56f2,U+5bbf,U+5c45,U+5c55,U+5c5e,U+5dee,U+5e9c,U+5f7c,U+6255,U+627f,U+62bc,U+65cf,U+661f,U+666e,U+66dc,U+67fb,U+6975,U+6a4b,U+6b32,U+6df1,U+6e29,U+6fc0,U+738b,U+7686,U+7a76,U+7a81,U+7c73,U+7d75,U+7dd2,U+82e5,U+82f1,U+85ac,U+888b,U+899a,U+8a31,U+8a8c,U+8ab0,U+8b58,U+904a,U+9060,U+9280,U+95b2,U+984d,U+9ce5,U+ff18; +} + +/* noto-serif-jp-[106]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-106-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+30f6,U+50ac,U+5178,U+51e6,U+5224,U+52dd,U+5883,U+5897,U+590f,U+5a5a,U+5bb3,U+5c65,U+5e03,U+5e2b,U+5e30,U+5eb7,U+6271,U+63f4,U+64ae,U+6574,U+672b,U+679a,U+6a29-6a2a,U+6ca2,U+6cc1,U+6d0b,U+713c,U+74b0,U+7981,U+7a0b,U+7bc0,U+7d1a,U+7d61,U+7fd2,U+822c,U+8996,U+89aa,U+8cac,U+8cbb,U+8d77,U+8def,U+9020,U+9152,U+9244,U+9662,U+967a,U+96e3,U+9759,U+ff16; +} + +/* noto-serif-jp-[107]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-107-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+23,U+3c,U+2192,U+4e45,U+4efb,U+4f50,U+4f8b,U+4fc2,U+5024,U+5150,U+5272,U+5370,U+53bb,U+542b,U+56db,U+56e3,U+57ce,U+5bc4,U+5bcc,U+5f71,U+60aa,U+6238,U+6280,U+629c,U+6539,U+66ff,U+670d,U+677e-677f,U+6839,U+69cb,U+6b4c,U+6bb5,U+6e96,U+6f14,U+72ec,U+7389,U+7814,U+79cb,U+79d1,U+79fb,U+7a0e,U+7d0d,U+85e4,U+8d64,U+9632,U+96e2,U+9805,U+99ac,U+ff1e; +} + +/* noto-serif-jp-[108]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-108-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2605-2606,U+301c,U+4e57,U+4fee,U+5065,U+52df,U+533b,U+5357,U+57df,U+58eb,U+58f0,U+591c,U+592a-592b,U+5948,U+5b85,U+5d0e,U+5ea7,U+5ff5,U+6025,U+63a1,U+63a5,U+63db,U+643a,U+65bd,U+671d,U+68ee,U+6982,U+6b73,U+6bd4,U+6d88,U+7570,U+7b11,U+7d76,U+8077,U+8217,U+8c37,U+8c61,U+8cc7,U+8d85,U+901f,U+962a,U+9802,U+9806,U+9854,U+98f2,U+9928,U+99c5,U+9ed2; +} + +/* noto-serif-jp-[109]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-109-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+266a,U+4f11,U+533a,U+5343,U+534a,U+53cd,U+5404,U+56f3,U+5b57-5b58,U+5bae,U+5c4a,U+5e0c,U+5e2f,U+5eab,U+5f35,U+5f79,U+614b,U+6226,U+629e,U+65c5,U+6625,U+6751,U+6821,U+6b69,U+6b8b,U+6bce,U+6c42,U+706b,U+7c21,U+7cfb,U+805e,U+80b2,U+82b8,U+843d,U+8853,U+88c5,U+8a3c,U+8a66,U+8d8a,U+8fba,U+9069,U+91cf,U+9752,U+975e,U+9999,U+ff0f-ff10,U+ff14-ff15; +} + +/* noto-serif-jp-[110]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-110-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+40,U+4e86,U+4e95,U+4f01,U+4f1d,U+4fbf,U+5099,U+5171,U+5177,U+53cb,U+53ce,U+53f0,U+5668,U+5712,U+5ba4,U+5ca1,U+5f85,U+60f3,U+653e,U+65ad,U+65e9,U+6620,U+6750,U+6761,U+6b62,U+6b74,U+6e08,U+6e80,U+7248,U+7531,U+7533,U+753a,U+77f3,U+798f,U+7f6e,U+8449,U+88fd,U+89b3,U+8a55,U+8ac7,U+8b77,U+8db3,U+8efd,U+8fd4,U+9031-9032,U+9580,U+9589,U+96d1,U+985e; +} + +/* noto-serif-jp-[111]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-111-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2b,U+d7,U+300e-300f,U+4e07,U+4e8c,U+512a,U+5149,U+518d,U+5236,U+52b9,U+52d9,U+5468,U+578b,U+57fa,U+5b8c,U+5ba2,U+5c02,U+5de5,U+5f37,U+5f62,U+623b,U+63d0,U+652f,U+672a,U+6848,U+6d41,U+7136,U+7537,U+754c,U+76f4,U+79c1,U+7ba1,U+7d44,U+7d4c,U+7dcf,U+7dda,U+7de8,U+82b1,U+897f,U+8ca9,U+8cfc,U+904e,U+9664,U+982d,U+9858,U+98a8,U+9a13,U+ff13,U+ff5c; +} + +/* noto-serif-jp-[112]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-112-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e16,U+4e3b,U+4ea4,U+4ee4,U+4f4d,U+4f4f,U+4f55,U+4f9b,U+5317,U+5358,U+53c2,U+53e4,U+548c,U+571f,U+59cb,U+5cf6,U+5e38,U+63a2,U+63b2,U+6559,U+662d,U+679c,U+6c7a,U+72b6,U+7523,U+767d,U+770c,U+7a2e,U+7a3f,U+7a7a,U+7b2c,U+7b49,U+7d20,U+7d42,U+8003,U+8272,U+8a08,U+8aac,U+8cb7,U+8eab,U+8ee2,U+9054-9055,U+90fd,U+914d,U+91cd,U+969b,U+97f3,U+984c,U+ff06; +} + +/* noto-serif-jp-[113]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-113-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+26,U+5f,U+2026,U+203b,U+4e09,U+4eac,U+4ed5,U+4fa1,U+5143,U+5199,U+5207,U+539f,U+53e3,U+53f7,U+5411,U+5473,U+5546,U+55b6,U+5929,U+597d,U+5bb9,U+5c11,U+5c4b,U+5ddd,U+5f97,U+5fc5,U+6295,U+6301,U+6307,U+671b,U+76f8,U+78ba,U+795e,U+7d30,U+7d39,U+7d9a,U+89e3,U+8a00,U+8a73,U+8a8d,U+8a9e,U+8aad,U+8abf,U+8cea,U+8eca,U+8ffd,U+904b,U+9650,U+ff11-ff12; +} + +/* noto-serif-jp-[114]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-114-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3e,U+3005,U+4e0d,U+4e88,U+4ecb,U+4ee3,U+4ef6,U+4fdd,U+4fe1,U+500b,U+50cf,U+5186,U+5316,U+53d7,U+540c,U+544a,U+54e1,U+5728,U+58f2,U+5973,U+5b89,U+5c71,U+5e02,U+5e97,U+5f15,U+5fc3,U+5fdc,U+601d,U+611b,U+611f,U+671f,U+6728,U+6765,U+683c,U+6b21,U+6ce8,U+6d3b,U+6d77,U+7530,U+7740,U+7acb,U+7d50,U+826f,U+8f09,U+8fbc,U+9001,U+9053,U+91ce,U+9762,U+98df; +} + +/* noto-serif-jp-[115]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-115-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7c,U+3080,U+4ee5,U+5148,U+516c,U+521d,U+5225,U+529b,U+52a0,U+53ef,U+56de,U+56fd,U+5909,U+591a,U+5b66,U+5b9f,U+5bb6,U+5bfe,U+5e73,U+5e83,U+5ea6,U+5f53,U+6027,U+610f,U+6210,U+6240,U+660e,U+66f4,U+66f8,U+6709,U+6771,U+697d,U+69d8,U+6a5f,U+6c34,U+6cbb,U+73fe,U+756a,U+7684,U+771f,U+793a,U+7f8e,U+898f,U+8a2d,U+8a71,U+8fd1,U+9078,U+9577,U+96fb,U+ff5e; +} + +/* noto-serif-jp-[116]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-116-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a9,U+3010-3011,U+30e2,U+4e0b,U+4eca,U+4ed6,U+4ed8,U+4f53,U+4f5c,U+4f7f,U+53d6,U+540d,U+54c1,U+5730,U+5916,U+5b50,U+5c0f,U+5f8c,U+624b,U+6570,U+6587,U+6599,U+691c,U+696d,U+6cd5,U+7269,U+7279,U+7406,U+767a-767b,U+77e5,U+7d04,U+7d22,U+8005,U+80fd,U+81ea,U+8868,U+8981,U+89a7,U+901a,U+9023,U+90e8,U+91d1,U+9332,U+958b,U+96c6,U+9ad8,U+ff1a,U+ff1f; +} + +/* noto-serif-jp-[117]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-117-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e,U+a0,U+3000,U+300c-300d,U+4e00,U+4e0a,U+4e2d,U+4e8b,U+4eba,U+4f1a,U+5165,U+5168,U+5185,U+51fa,U+5206,U+5229,U+524d,U+52d5,U+5408,U+554f,U+5831,U+5834,U+5927,U+5b9a,U+5e74,U+5f0f,U+60c5,U+65b0,U+65b9,U+6642,U+6700,U+672c,U+682a,U+6b63,U+6c17,U+7121,U+751f,U+7528,U+753b,U+76ee,U+793e,U+884c,U+898b,U+8a18,U+9593,U+95a2,U+ff01,U+ff08-ff09; +} + +/* noto-serif-jp-[118]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-118-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+21-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+c9,U+cd,U+d6,U+d8,U+dc,U+e0-e5,U+e7-ed,U+ef,U+f1-f4,U+f6,U+f8,U+fa,U+fc-fd,U+103,U+14d,U+1b0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+201c-201d,U+2039-203a,U+203c,U+2048-2049,U+2113,U+2122,U+65e5,U+6708,U+70b9; +} + +/* noto-serif-jp-[119]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-119-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e; +} + +/* noto-serif-jp-cyrillic-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-cyrillic-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-jp-vietnamese-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-vietnamese-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-jp-latin-ext-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-latin-ext-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* noto-serif-jp-latin-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-latin-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-jp/metadata.json b/fonts/variable/noto-serif-jp/metadata.json new file mode 100644 index 00000000000..9c01af15d7c --- /dev/null +++ b/fonts/variable/noto-serif-jp/metadata.json @@ -0,0 +1,21 @@ +{ + "id": "noto-serif-jp", + "family": "Noto Serif JP", + "subsets": ["cyrillic", "japanese", "latin", "latin-ext", "vietnamese"], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], + "styles": ["normal"], + "defSubset": "latin", + "variable": { + "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} + }, + "lastModified": "2024-05-14", + "version": "v28", + "category": "serif", + "license": { + "type": "OFL-1.1", + "url": "http://scripts.sil.org/OFL", + "attribution": "(c) 2017-2023 Adobe (http://www.adobe.com/)." + }, + "source": "https://github.com/google/fonts", + "type": "google" +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-jp/package.json b/fonts/variable/noto-serif-jp/package.json new file mode 100644 index 00000000000..abdab76f0ef --- /dev/null +++ b/fonts/variable/noto-serif-jp/package.json @@ -0,0 +1,30 @@ +{ + "name": "@fontsource-variable/noto-serif-jp", + "version": "5.0.1", + "description": "Self-host the Noto Serif JP font in a neatly bundled NPM package.", + "main": "index.css", + "publishConfig": {"access": "public"}, + "keywords": [ + "fontsource", + "font", + "font family", + "google fonts", + "noto-serif-jp", + "Noto Serif JP", + "css", + "sass", + "front-end", + "web", + "typeface", + "variable" + ], + "author": "Google Inc.", + "license": "OFL-1.1", + "homepage": "https://fontsource.org/fonts/noto-serif-jp", + "repository": { + "type": "git", + "url": "https://github.com/fontsource/font-files.git", + "directory": "fonts/variable/noto-serif-jp" + }, + "publishHash": "0391b7f74a564c88" +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-jp/scss/metadata.scss b/fonts/variable/noto-serif-jp/scss/metadata.scss new file mode 100644 index 00000000000..66a6714c4ec --- /dev/null +++ b/fonts/variable/noto-serif-jp/scss/metadata.scss @@ -0,0 +1,146 @@ +$id: 'noto-serif-jp' !default; +$family: 'Noto Serif JP' !default; +$category: serif !default; +$subsets: (cyrillic, japanese, latin, latin-ext, vietnamese) !default; +$weights: (200, 300, 400, 500, 600, 700, 800, 900) !default; +$styles: (normal) !default; +$axes: ( + wght: ( + default: 400, + min: 200, + max: 900, + step: 1, + ), +) !default; +$defaults: ( + subset: latin, + weight: 400, + style: normal, + axis: wght, +) !default; +$unicode: ( + 0: (U+25ee8,U+25f23,U+25f5c,U+25fd4,U+25fe0,U+25ffb,U+2600c,U+26017,U+26060,U+260ed,U+26222,U+2626a,U+26270,U+26286,U+2634c,U+26402,U+2667e,U+266b0,U+2671d,U+268dd,U+268ea,U+26951,U+2696f,U+26999,U+269dd,U+26a1e,U+26a58,U+26a8c,U+26ab7,U+26aff,U+26c29,U+26c73,U+26c9e,U+26cdd,U+26e40,U+26e65,U+26f94,U+26ff6-26ff8,U+270f4,U+2710d,U+27139,U+273da-273db,U+273fe,U+27410,U+27449,U+27614-27615,U+27631,U+27684,U+27693,U+2770e,U+27723,U+27752,U+278b2,U+27985,U+279b4,U+27a84,U+27bb3,U+27bbe,U+27bc7,U+27c3c,U+27cb8,U+27d73,U+27da0,U+27e10,U+27eaf,U+27fb7,U+2808a,U+280bb,U+28277,U+28282,U+282f3,U+283cd,U+2840c,U+28455,U+284dc,U+2856b,U+285c8-285c9,U+286d7,U+286fa,U+28946,U+28949,U+2896b,U+28987-28988,U+289ba-289bb,U+28a1e,U+28a29,U+28a43,U+28a71,U+28a99,U+28acd,U+28add,U+28ae4,U+28bc1,U+28bef,U+28cdd,U+28d10,U+28d71,U+28dfb,U+28e0f,U+28e17,U+28e1f,U+28e36,U+28e89,U+28eeb,U+28ef6,U+28f32,U+28ff8,U+292a0,U+292b1,U+29490,U+295cf,U+2967f,U+296f0,U+29719,U+29750,U+29810,U+298c6,U+29a72,U+29d4b,U+29ddb,U+29e15,U+29e3d,U+29e49,U+29e8a,U+29ec4,U+29edb,U+29ee9,U+29fce,U+29fd7,U+2a01a,U+2a02f,U+2a082,U+2a0f9,U+2a190,U+2a2b2,U+2a38c,U+2a437,U+2a5f1,U+2a602,U+2a61a,U+2a6b2,U+2a9e6,U+2b746,U+2b751,U+2b753,U+2b75a,U+2b75c,U+2b765,U+2b776-2b777,U+2b77c,U+2b782,U+2b789,U+2b78b,U+2b78e,U+2b794,U+2b7ac,U+2b7af,U+2b7bd,U+2b7c9,U+2b7cf,U+2b7d2,U+2b7d8,U+2b7f0,U+2b80d,U+2b817,U+2b81a,U+2d544,U+2e278,U+2e569,U+2e6ea,U+2f804,U+2f80f,U+2f815,U+2f818,U+2f81a,U+2f822,U+2f828,U+2f82c,U+2f833,U+2f83f,U+2f846,U+2f852,U+2f862,U+2f86d,U+2f873,U+2f877,U+2f884,U+2f899-2f89a,U+2f8a6,U+2f8ac,U+2f8b2,U+2f8b6,U+2f8d3,U+2f8db-2f8dc,U+2f8e1,U+2f8e5,U+2f8ea,U+2f8ed,U+2f8fc,U+2f903,U+2f90b,U+2f90f,U+2f91a,U+2f920-2f921,U+2f945,U+2f947,U+2f96c,U+2f995,U+2f9d0,U+2f9de-2f9df,U+2f9f4), + 1: (U+1f235-1f23b,U+1f240-1f248,U+1f250-1f251,U+2000b,U+20089-2008a,U+200a2,U+200a4,U+200b0,U+200f5,U+20158,U+201a2,U+20213,U+2032b,U+20371,U+20381,U+203f9,U+2044a,U+20509,U+2053f,U+205b1,U+205d6,U+20611,U+20628,U+206ec,U+2074f,U+207c8,U+20807,U+2083a,U+208b9,U+2090e,U+2097c,U+20984,U+2099d,U+20a64,U+20ad3,U+20b1d,U+20b9f,U+20bb7,U+20d45,U+20d58,U+20de1,U+20e64,U+20e6d,U+20e95,U+20f5f,U+21201,U+2123d,U+21255,U+21274,U+2127b,U+212d7,U+212e4,U+212fd,U+2131b,U+21336,U+21344,U+213c4,U+2146d-2146e,U+215d7,U+21647,U+216b4,U+21706,U+21742,U+218bd,U+219c3,U+21a1a,U+21c56,U+21d2d,U+21d45,U+21d62,U+21d78,U+21d92,U+21d9c,U+21da1,U+21db7,U+21de0,U+21e33-21e34,U+21f1e,U+21f76,U+21ffa,U+2217b,U+22218,U+2231e,U+223ad,U+22609,U+226f3,U+2285b,U+228ab,U+2298f,U+22ab8,U+22b46,U+22b4f-22b50,U+22ba6,U+22c1d,U+22c24,U+22de1,U+22e42,U+22feb,U+231b6,U+231c3-231c4,U+231f5,U+23372,U+233cc,U+233d0,U+233d2-233d3,U+233d5,U+233da,U+233df,U+233e4,U+233fe,U+2344a-2344b,U+23451,U+23465,U+234e4,U+2355a,U+23594,U+235c4,U+23638-2363a,U+23647,U+2370c,U+2371c,U+2373f,U+23763-23764,U+237e7,U+237f1,U+237ff,U+23824,U+2383d,U+23a98,U+23c7f,U+23cbe,U+23cfe,U+23d00,U+23d0e,U+23d40,U+23dd3,U+23df9-23dfa,U+23f7e,U+2404b,U+24096,U+24103,U+241c6,U+241fe,U+242ee,U+243bc,U+243d0,U+24629,U+246a5,U+247f1,U+24896,U+248e9,U+24a4d,U+24b56,U+24b6f,U+24c16,U+24d14,U+24e04,U+24e0e,U+24e37,U+24e6a,U+24e8b,U+24ff2,U+2504a,U+25055,U+25122,U+251a9,U+251cd,U+251e5,U+2521e,U+2524c,U+2542e,U+2548e,U+254d9,U+2550e,U+255a7,U+2567f,U+25771,U+257a9,U+257b4,U+25874,U+259c4,U+259cc,U+259d4,U+25ad7,U+25ae3-25ae4,U+25af1,U+25bb2,U+25c4b,U+25c64,U+25da1,U+25e2e,U+25e56,U+25e62,U+25e65,U+25ec2,U+25ed8), + 2: (U+ffd7,U+ffda-ffdc,U+ffe0-ffe2,U+ffe4,U+ffe6,U+ffe8-ffee,U+1f100-1f10c,U+1f110-1f16c,U+1f170-1f1ac,U+1f200-1f202,U+1f210-1f234), + 3: (U+fa10,U+fa12-fa6d,U+fb00-fb04,U+fe10-fe19,U+fe30-fe42,U+fe44-fe52,U+fe54-fe66,U+fe68-fe6b,U+ff02,U+ff04,U+ff07,U+ff51,U+ff5b,U+ff5d,U+ff5f-ff60,U+ff66,U+ff69,U+ff87,U+ffa1-ffbe,U+ffc2-ffc7,U+ffca-ffcf,U+ffd2-ffd6), + 4: (U+f92d-f959,U+f95b-f9f2,U+f9f4-fa0b,U+fa0e-fa0f), + 5: (U+9e8b-9e8c,U+9e8e-9e8f,U+9e91-9e92,U+9e95-9e96,U+9e98,U+9e9b,U+9e9d-9e9e,U+9ea4-9ea5,U+9ea8-9eaa,U+9eac-9eb0,U+9eb3-9eb5,U+9eb8,U+9ebc-9ebf,U+9ec3,U+9ec6,U+9ec8,U+9ecb-9ecd,U+9ecf-9ed1,U+9ed4-9ed5,U+9ed8,U+9edb-9ee0,U+9ee4-9ee5,U+9ee7-9ee8,U+9eec-9ef2,U+9ef4-9ef9,U+9efb-9eff,U+9f02-9f03,U+9f07-9f09,U+9f0e-9f12,U+9f14-9f17,U+9f19-9f1b,U+9f1f-9f22,U+9f26,U+9f2a-9f2c,U+9f2f,U+9f31-9f32,U+9f34,U+9f37,U+9f39-9f3a,U+9f3c-9f3f,U+9f41,U+9f43-9f47,U+9f4a,U+9f4e-9f50,U+9f52-9f58,U+9f5a,U+9f5d-9f61,U+9f63,U+9f66-9f6a,U+9f6c-9f73,U+9f75-9f77,U+9f7a,U+9f7d,U+9f7f,U+9f8f-9f92,U+9f94-9f97,U+9f99,U+9f9c-9fa3,U+9fa5,U+9fb4,U+9fbc-9fc2,U+9fc4,U+9fc6,U+9fcc,U+f900-f92c), + 6: (U+9c3e,U+9c41,U+9c43-9c4a,U+9c4e-9c50,U+9c52-9c54,U+9c56,U+9c58,U+9c5a-9c61,U+9c63,U+9c65,U+9c67-9c6b,U+9c6d-9c6e,U+9c70,U+9c72,U+9c75-9c78,U+9c7a-9c7c,U+9ce6-9ce7,U+9ceb-9cec,U+9cf0,U+9cf2,U+9cf6-9cf7,U+9cf9,U+9d02-9d03,U+9d06-9d09,U+9d0b,U+9d0e,U+9d11-9d12,U+9d15,U+9d17-9d18,U+9d1b-9d1f,U+9d23,U+9d26,U+9d2a-9d2c,U+9d2f-9d30,U+9d32-9d34,U+9d3a,U+9d3c-9d3f,U+9d41-9d48,U+9d4a,U+9d50-9d54,U+9d59,U+9d5d-9d65,U+9d69-9d6c,U+9d6f-9d70,U+9d72-9d73,U+9d76-9d77,U+9d7a-9d7c,U+9d7e,U+9d83-9d84,U+9d86-9d87,U+9d89-9d8a,U+9d8d-9d8e,U+9d92-9d93,U+9d95-9d9a,U+9da1,U+9da4,U+9da9-9dac,U+9dae,U+9db1-9db2,U+9db5,U+9db8-9dbd,U+9dbf-9dc4,U+9dc6-9dc7,U+9dc9-9dca,U+9dcf,U+9dd3-9dd7,U+9dd9-9dda,U+9dde-9de0,U+9de3,U+9de5-9de7,U+9de9,U+9deb,U+9ded-9df0,U+9df3-9df4,U+9df8,U+9dfd-9dfe,U+9e02,U+9e07,U+9e0a,U+9e0d-9e0e,U+9e10-9e12,U+9e15-9e16,U+9e19-9e1f,U+9e75,U+9e79-9e7d,U+9e80-9e85,U+9e87-9e88), + 7: (U+9ae5-9ae7,U+9ae9,U+9aeb-9aec,U+9aee-9aef,U+9af1-9af5,U+9af7,U+9af9-9afb,U+9afd,U+9aff-9b06,U+9b08-9b09,U+9b0b-9b0e,U+9b10,U+9b12,U+9b16,U+9b18-9b1d,U+9b1f-9b20,U+9b22-9b23,U+9b25-9b2f,U+9b32-9b35,U+9b37,U+9b39-9b3b,U+9b3d,U+9b43-9b44,U+9b48,U+9b4b-9b4f,U+9b51,U+9b55-9b58,U+9b5b,U+9b5e,U+9b61,U+9b63,U+9b65-9b66,U+9b68,U+9b6a-9b6f,U+9b72-9b79,U+9b7f-9b80,U+9b83-9b87,U+9b89-9b8b,U+9b8d,U+9b8f-9b94,U+9b96-9b97,U+9b9a,U+9b9d-9ba0,U+9ba6-9ba7,U+9ba9-9baa,U+9bac,U+9bb0-9bb2,U+9bb4,U+9bb7-9bb9,U+9bbb-9bbc,U+9bbe-9bc1,U+9bc6-9bc8,U+9bca,U+9bce-9bd2,U+9bd4,U+9bd7-9bd8,U+9bdd,U+9bdf,U+9be1-9be5,U+9be7,U+9bea-9beb,U+9bee-9bf3,U+9bf5,U+9bf7-9bfa,U+9bfd,U+9bff-9c00,U+9c02,U+9c04,U+9c06,U+9c08-9c0d,U+9c0f-9c16,U+9c18-9c1e,U+9c21-9c2a,U+9c2d-9c32,U+9c35-9c37,U+9c39-9c3a,U+9c3d), + 8: (U+98eb,U+98ed-98ee,U+98f0-98f1,U+98f3,U+98f6,U+9902,U+9907-9909,U+9911-9912,U+9914-9918,U+991a-9922,U+9924,U+9926-9927,U+992b-992c,U+992e,U+9931-9935,U+9939-993e,U+9940-9942,U+9945-9949,U+994b-994e,U+9950-9952,U+9954-9955,U+9958-9959,U+995b-995c,U+995e-9960,U+9963,U+9997-9998,U+999b,U+999d-999f,U+99a3,U+99a5-99a6,U+99a8,U+99ad-99ae,U+99b0-99b2,U+99b5,U+99b9-99ba,U+99bc-99bd,U+99bf,U+99c1,U+99c3,U+99c8-99c9,U+99d1,U+99d3-99d5,U+99d8-99df,U+99e1-99e2,U+99e7,U+99ea-99ee,U+99f0-99f2,U+99f4-99f5,U+99f8-99f9,U+99fb-99fe,U+9a01-9a05,U+9a08,U+9a0a-9a0c,U+9a0f-9a11,U+9a16,U+9a1a,U+9a1e,U+9a20,U+9a22-9a24,U+9a27,U+9a2b,U+9a2d-9a2e,U+9a31,U+9a33,U+9a35-9a38,U+9a3e,U+9a40-9a45,U+9a47,U+9a4a-9a4e,U+9a51-9a52,U+9a54-9a58,U+9a5b,U+9a5d,U+9a5f,U+9a62,U+9a64-9a65,U+9a69-9a6c,U+9aaa,U+9aac-9ab0,U+9ab2,U+9ab4-9ab7,U+9ab9,U+9abb-9ac1,U+9ac3,U+9ac6,U+9ac8,U+9ace-9ad3,U+9ad5-9ad7,U+9adb-9adc,U+9ade-9ae0,U+9ae2-9ae4), + 9: (U+971d,U+9721-9724,U+9728,U+972a,U+9730-9731,U+9733,U+9736,U+9738-9739,U+973b,U+973d-973e,U+9741-9744,U+9746-974a,U+974d-974f,U+9751,U+9755,U+9757-9758,U+975a-975c,U+9760-9761,U+9763-9764,U+9766-9768,U+976a-976b,U+976e,U+9771,U+9773,U+9776-977d,U+977f-9781,U+9785-9786,U+9789,U+978b,U+978f-9790,U+9795-9797,U+9799-979a,U+979c,U+979e-97a0,U+97a2-97a3,U+97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b6,U+97b8-97ba,U+97bc,U+97be-97bf,U+97c1,U+97c3-97ce,U+97d0-97d1,U+97d4,U+97d7-97d9,U+97db-97de,U+97e0-97e1,U+97e4,U+97e6,U+97ed-97ef,U+97f1-97f2,U+97f4-97f8,U+97fa,U+9804,U+9807,U+980a,U+980c-980f,U+9814,U+9816-9817,U+9819-981a,U+981c,U+981e,U+9820-9821,U+9823-9826,U+982b,U+982e-9830,U+9832-9835,U+9837,U+9839,U+983d-983e,U+9844,U+9846-9847,U+984a-984b,U+984f,U+9851-9853,U+9856-9857,U+9859-985b,U+9862-9863,U+9865-9866,U+986a-986c,U+986f-9871,U+9873-9875,U+98aa-98ab,U+98ad-98ae,U+98b0-98b1,U+98b4,U+98b6-98b8,U+98ba-98bc,U+98bf,U+98c2-98c8,U+98cb-98cc,U+98ce,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e7,U+98e9-98ea), + 10: (U+944a,U+944c,U+9452-9453,U+9455,U+9459-945c,U+945e-9463,U+9468,U+946a-946b,U+946d-9472,U+9475,U+9477,U+947c-947f,U+9481,U+9483-9485,U+9578-9579,U+957e-957f,U+9582,U+9584,U+9586-9588,U+958a,U+958c-958f,U+9592,U+9594,U+9596,U+9598-9599,U+959d-95a1,U+95a4,U+95a6-95a9,U+95ab-95ad,U+95b1,U+95b4,U+95b6,U+95b9-95bf,U+95c3,U+95c6,U+95c8-95cd,U+95d0-95d6,U+95d9-95da,U+95dc-95e2,U+95e4-95e6,U+95e8,U+961d-961e,U+9621-9622,U+9624-9626,U+9628,U+962c,U+962e-962f,U+9631,U+9633-9634,U+9637-963a,U+963c-963d,U+9641-9642,U+964b-964c,U+964f,U+9652,U+9654,U+9656-9658,U+965c-965f,U+9661,U+9666,U+966a,U+966c,U+966e,U+9672,U+9674,U+9677,U+967b-967c,U+967e-967f,U+9681-9684,U+9689,U+968b,U+968d,U+9691,U+9695-9698,U+969a,U+969d,U+969f,U+96a4-96aa,U+96ae-96b4,U+96b6,U+96b8-96bb,U+96bd,U+96c1,U+96c9-96cb,U+96cd-96ce,U+96d2,U+96d5-96d6,U+96d8-96da,U+96dc-96df,U+96e9,U+96ef,U+96f1,U+96f9-96fa,U+9702-9706,U+9708-9709,U+970d-970f,U+9711,U+9713-9714,U+9716,U+9719-971b), + 11: (U+92bc-92bd,U+92bf-92c3,U+92c5-92c8,U+92cb-92d0,U+92d2-92d3,U+92d5,U+92d7-92d9,U+92dc-92dd,U+92df-92e1,U+92e3-92e5,U+92e7-92ea,U+92ec,U+92ee,U+92f0,U+92f2,U+92f7-92fb,U+92ff-9300,U+9302,U+9304,U+9308,U+930d,U+930f-9311,U+9314-9315,U+9318-931a,U+931c-931f,U+9321-9325,U+9327-932b,U+932e,U+9333-9337,U+933a-933b,U+9344,U+9347-934a,U+934d,U+9350-9352,U+9354-9358,U+935a,U+935c,U+935e,U+9360,U+9364-9365,U+9367,U+9369-936d,U+936f-9371,U+9373-9374,U+9376,U+937a,U+937d-9382,U+9388,U+938a-938b,U+938d,U+938f,U+9392,U+9394-9395,U+9397-9398,U+939a-939b,U+939e,U+93a1,U+93a3-93a4,U+93a6,U+93a8-93a9,U+93ab-93ad,U+93b0,U+93b4-93b6,U+93b9-93bb,U+93c1,U+93c3-93cd,U+93d0-93d1,U+93d3,U+93d6-93d9,U+93dc-93df,U+93e2,U+93e4-93e8,U+93f1,U+93f5,U+93f7-93fb,U+93fd,U+9401-9404,U+9407-9409,U+940d-9410,U+9413-9417,U+9419-941a,U+941f,U+9421,U+942b,U+942e-942f,U+9431-9434,U+9436,U+9438,U+943a-943b,U+943d,U+943f,U+9441,U+9443-9445,U+9448), + 12: (U+9143,U+9146-914c,U+914f,U+9153,U+9156-915b,U+9161,U+9163-9165,U+9167,U+9169,U+916d,U+9172-9174,U+9179-917b,U+9181-9183,U+9185-9187,U+9189-918b,U+918e,U+9191,U+9193-9195,U+9197-9198,U+919e,U+91a1-91a2,U+91a6,U+91a8,U+91aa-91b6,U+91ba-91bd,U+91bf-91c6,U+91c9,U+91cb,U+91d0,U+91d3-91d4,U+91d6-91d7,U+91d9-91db,U+91de-91df,U+91e1,U+91e4-91e6,U+91e9-91ea,U+91ec-91f1,U+91f5-91f7,U+91f9,U+91fb-91fd,U+91ff-9201,U+9204-9207,U+9209-920a,U+920c,U+920e,U+9210-9218,U+921c-921e,U+9223-9226,U+9228-9229,U+922c,U+922e-9230,U+9233,U+9235-923a,U+923c,U+923e-9240,U+9242-9243,U+9245-924b,U+924d-9251,U+9256-925a,U+925c-925e,U+9260-9261,U+9264-9269,U+926e-9270,U+9275-9279,U+927b-927f,U+9288-928a,U+928d-928e,U+9291-9293,U+9295-9297,U+9299,U+929b-929c,U+929f-92a0,U+92a4-92a5,U+92a7-92a8,U+92ab,U+92af,U+92b2-92b3,U+92b6-92bb), + 13: (U+8f52-8f55,U+8f57-8f58,U+8f5c-8f5e,U+8f61-8f66,U+8f9c-8f9d,U+8f9f-8fa2,U+8fa4-8fa8,U+8fad-8faf,U+8fb4-8fb8,U+8fbe,U+8fc0-8fc2,U+8fc6,U+8fc8,U+8fca-8fcb,U+8fcd,U+8fd0,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fe0,U+8fe2-8fe5,U+8fe8-8fea,U+8fed-8fef,U+8ff1,U+8ff4-8ff6,U+8ff8-8ffb,U+8ffe,U+9002,U+9004-9005,U+9008,U+900b-900e,U+9011,U+9013,U+9015-9016,U+9018,U+901b,U+901e,U+9021,U+9027-902a,U+902c-902d,U+902f,U+9033-9037,U+9039,U+903c,U+903e-903f,U+9041,U+9043-9044,U+9049,U+904c,U+904f-9052,U+9056,U+9058,U+905b-905e,U+9062,U+9066-9068,U+906c,U+906f-9070,U+9072,U+9074,U+9076,U+9079,U+9080-9083,U+9085,U+9087-9088,U+908b-908c,U+908e-9090,U+9095,U+9097-9099,U+909b,U+90a0-90a2,U+90a5,U+90a8,U+90af-90b6,U+90bd-90be,U+90c3-90c5,U+90c7-90c9,U+90cc,U+90d2,U+90d5,U+90d7-90d9,U+90db-90df,U+90e2,U+90e4-90e5,U+90eb,U+90ef-90f0,U+90f2,U+90f4,U+90f6,U+90fe-9100,U+9102,U+9104-9106,U+9108,U+910d,U+9110,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9125,U+9127,U+9129,U+912d-9132,U+9134,U+9136-9137,U+9139-913a,U+913c-913d), + 14: (U+8dc0,U+8dc2,U+8dc5-8dc8,U+8dca-8dcc,U+8dce-8dcf,U+8dd1,U+8dd4-8dd7,U+8dd9-8ddb,U+8ddf,U+8de3-8de5,U+8de7,U+8dea-8dec,U+8df0-8df2,U+8df4,U+8dfc-8dfd,U+8dff,U+8e01,U+8e04-8e06,U+8e08-8e09,U+8e0b-8e0c,U+8e10-8e11,U+8e14,U+8e16,U+8e1d-8e23,U+8e26-8e27,U+8e30-8e31,U+8e33-8e39,U+8e3d,U+8e40-8e42,U+8e44,U+8e47-8e50,U+8e54-8e55,U+8e59,U+8e5b-8e64,U+8e69,U+8e6c-8e6d,U+8e6f-8e72,U+8e75-8e77,U+8e79-8e7c,U+8e81-8e85,U+8e89,U+8e8b,U+8e90-8e95,U+8e98-8e9b,U+8e9d-8e9e,U+8ea1-8ea2,U+8ea7,U+8ea9-8eaa,U+8eac-8eb1,U+8eb3,U+8eb5-8eb6,U+8eba-8ebb,U+8ebe,U+8ec0-8ec1,U+8ec3-8ec8,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8edb-8edc,U+8ee3,U+8ee8,U+8eeb,U+8eed-8eee,U+8ef0-8ef1,U+8ef7,U+8ef9-8efc,U+8efe,U+8f00,U+8f02,U+8f05,U+8f07-8f08,U+8f0a,U+8f0f-8f10,U+8f12-8f13,U+8f15-8f19,U+8f1b-8f1c,U+8f1e-8f21,U+8f23,U+8f25-8f28,U+8f2b-8f2f,U+8f33-8f37,U+8f39-8f3b,U+8f3e,U+8f40-8f43,U+8f45-8f47,U+8f49-8f4a,U+8f4c-8f4f,U+8f51), + 15: (U+8b2d,U+8b30,U+8b37,U+8b3c,U+8b3e,U+8b41-8b46,U+8b48-8b49,U+8b4c-8b4f,U+8b51-8b54,U+8b56,U+8b59,U+8b5b,U+8b5e-8b5f,U+8b63,U+8b69,U+8b6b-8b6d,U+8b6f,U+8b71,U+8b74,U+8b76,U+8b78-8b79,U+8b7c-8b81,U+8b84-8b85,U+8b8a-8b8f,U+8b92-8b96,U+8b99-8b9a,U+8b9c-8ba0,U+8c38-8c3a,U+8c3d-8c3f,U+8c41,U+8c45,U+8c47-8c49,U+8c4b-8c4c,U+8c4e-8c51,U+8c53-8c55,U+8c57-8c59,U+8c5b,U+8c5d,U+8c62-8c64,U+8c66,U+8c68-8c69,U+8c6b-8c6d,U+8c73,U+8c75-8c76,U+8c78,U+8c7a-8c7c,U+8c7e,U+8c82,U+8c85-8c87,U+8c89-8c8b,U+8c8d-8c8e,U+8c90,U+8c92-8c94,U+8c98-8c99,U+8c9b-8c9c,U+8c9f,U+8ca4,U+8cad-8cae,U+8cb2-8cb3,U+8cb6,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc6,U+8cc8-8cc9,U+8ccb,U+8ccd-8ccf,U+8cd2,U+8cd5-8cd6,U+8cd9-8cda,U+8cdd,U+8ce1,U+8ce3-8ce4,U+8ce6,U+8ce8,U+8cec,U+8cef-8cf2,U+8cf4-8cf5,U+8cf7-8cf8,U+8cfa-8cfb,U+8cfd-8cff,U+8d01,U+8d03-8d04,U+8d07,U+8d09-8d0b,U+8d0d-8d10,U+8d12-8d14,U+8d16-8d17,U+8d1b-8d1d,U+8d65,U+8d67,U+8d69,U+8d6b-8d6e,U+8d71,U+8d73,U+8d76,U+8d7f,U+8d81-8d82,U+8d84,U+8d88,U+8d8d,U+8d90-8d91,U+8d95,U+8d99,U+8d9e-8da0,U+8da6,U+8da8,U+8dab-8dac,U+8daf,U+8db2,U+8db5,U+8db7,U+8db9-8dbc,U+8dbe), + 16: (U+8973-8975,U+8977,U+897a-897e,U+8980,U+8983,U+8988-898a,U+898d,U+8990,U+8993-8995,U+8998,U+899b-899c,U+899f-89a1,U+89a5-89a6,U+89a9,U+89ac,U+89af-89b0,U+89b2,U+89b4-89b7,U+89ba,U+89bc-89bd,U+89bf-89c1,U+89d4-89d8,U+89da,U+89dc-89dd,U+89e5,U+89e7,U+89e9,U+89eb,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89f8-89f9,U+89fd,U+89ff,U+8a01,U+8a04-8a05,U+8a07,U+8a0c,U+8a0f-8a12,U+8a14-8a16,U+8a1b,U+8a1d-8a1e,U+8a20-8a22,U+8a24-8a26,U+8a2b-8a2c,U+8a2f,U+8a35-8a37,U+8a3b,U+8a3d-8a3e,U+8a40-8a41,U+8a43,U+8a45-8a49,U+8a4d-8a4e,U+8a51-8a54,U+8a56-8a58,U+8a5b-8a5d,U+8a61-8a62,U+8a65,U+8a67,U+8a6c-8a6d,U+8a75-8a77,U+8a79-8a7c,U+8a7e-8a80,U+8a82-8a86,U+8a8b,U+8a8f-8a92,U+8a96-8a97,U+8a99-8a9a,U+8a9f,U+8aa1,U+8aa3,U+8aa5-8aaa,U+8aae-8aaf,U+8ab3,U+8ab6-8ab7,U+8abb-8abc,U+8abe,U+8ac2-8ac4,U+8ac6,U+8ac8-8aca,U+8acc-8acd,U+8ad0-8ad1,U+8ad3-8ad5,U+8ad7,U+8ada-8ae2,U+8ae4,U+8ae7,U+8aeb-8aec,U+8aee,U+8af0-8af1,U+8af3-8af7,U+8afa,U+8afc,U+8aff,U+8b01-8b02,U+8b04-8b07,U+8b0a-8b0d,U+8b0f-8b11,U+8b14,U+8b16,U+8b1a,U+8b1c,U+8b1e-8b20,U+8b26,U+8b28,U+8b2b-8b2c), + 17: (U+87e2-87e6,U+87ea-87ed,U+87ef,U+87f1,U+87f3,U+87f5-87f8,U+87fa-87fb,U+87fe-87ff,U+8801,U+8803,U+8805-8807,U+8809-880b,U+880d-8816,U+8818-881c,U+881e-881f,U+8821-8822,U+8827-8828,U+882d-882e,U+8830-8832,U+8835-8836,U+8839-883c,U+8841-8845,U+8848-884b,U+884d-884e,U+8851-8852,U+8855-8856,U+8858-885a,U+885c,U+885e-8860,U+8862,U+8864,U+8869,U+886b,U+886e-886f,U+8871-8872,U+8875,U+8877,U+8879,U+887b,U+887d-887e,U+8880-8882,U+8888,U+888d,U+8892,U+8897-889c,U+889e-88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ae,U+88b0-88b1,U+88b5,U+88b7,U+88ba,U+88bc-88c0,U+88c3-88c4,U+88c6,U+88ca-88ce,U+88d1-88d4,U+88d8-88d9,U+88db,U+88dd-88e1,U+88e7-88e8,U+88ef-88f2,U+88f4-88f5,U+88f7,U+88f9,U+88fc,U+8901-8902,U+8904,U+8906,U+890a,U+890c-890f,U+8913,U+8915-8916,U+8918-891a,U+891c-891e,U+8920,U+8925-8928,U+892a-892b,U+8930-8932,U+8935-893b,U+893e,U+8940-8946,U+8949,U+894c-894d,U+894f,U+8952,U+8956-8957,U+895a-895c,U+895e,U+8960-8964,U+8966,U+896a-896b,U+896d-8970), + 18: (U+8655-8659,U+865b,U+865d-8664,U+8667,U+8669,U+866c,U+866f,U+8671,U+8675-8677,U+867a-867b,U+867d,U+8687-8689,U+868b-868d,U+8691,U+8693,U+8695-8696,U+8698,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a6-86ab,U+86ad,U+86af-86b1,U+86b3-86b9,U+86bf-86c1,U+86c3-86c6,U+86c9,U+86cb,U+86ce,U+86d1-86d2,U+86d4-86d5,U+86d7,U+86da,U+86dc,U+86de-86e0,U+86e3-86e7,U+86e9,U+86ec-86ed,U+86ef,U+86f8-86fe,U+8700,U+8703-870b,U+870d-8714,U+8719-871a,U+871e-871f,U+8721-8723,U+8725,U+8728-8729,U+872e-872f,U+8731-8732,U+8734,U+8737,U+8739-8740,U+8743,U+8745,U+8749,U+874b-874e,U+8751,U+8753,U+8755,U+8757-8759,U+875d,U+875f-8761,U+8763-8766,U+8768,U+876a,U+876e-876f,U+8771-8772,U+8774,U+8778,U+877b-877c,U+877f,U+8782-8789,U+878b-878c,U+878e,U+8790,U+8793,U+8795,U+8797-8799,U+879e-87a0,U+87a2-87a3,U+87a7,U+87ab-87af,U+87b1,U+87b3,U+87b5,U+87bb,U+87bd-87c1,U+87c4,U+87c6-87cb,U+87ce,U+87d0,U+87d2,U+87d5-87d6,U+87d9-87da,U+87dc,U+87df-87e0), + 19: (U+84b4,U+84b9-84bb,U+84bd-84c2,U+84c6-84ca,U+84cc-84d1,U+84d3,U+84d6,U+84d9-84da,U+84dc,U+84e7,U+84ea,U+84ec,U+84ef-84f2,U+84f4,U+84f7,U+84fa-84fd,U+84ff-8500,U+8502-8503,U+8506-8507,U+850c,U+850e,U+8510,U+8514-8515,U+8517-8518,U+851a-851c,U+851e-851f,U+8521-8525,U+8527,U+852a-852c,U+852f,U+8532-8534,U+8536,U+853e-8541,U+8543,U+8546,U+8548,U+854a-854b,U+854f-8553,U+8555-855a,U+855c-8564,U+8569-856b,U+856d,U+856f,U+8577,U+8579-857b,U+857d-8581,U+8585-8586,U+8588-858c,U+858f-8591,U+8593,U+8597-8598,U+859b-859d,U+859f-85a0,U+85a2,U+85a4-85a5,U+85a7-85a8,U+85ad-85b0,U+85b4,U+85b6-85ba,U+85bc-85bf,U+85c1-85c2,U+85c7,U+85c9-85cb,U+85ce-85d0,U+85d5,U+85d8-85da,U+85dc,U+85df-85e1,U+85e5-85e6,U+85e8,U+85ed,U+85f3-85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85fe-8600,U+8602,U+8604-8606,U+860a-860b,U+860d-860e,U+8610-8613,U+8616-861b,U+861e,U+8621-8622,U+8624,U+8627,U+8629,U+862f-8630,U+8636,U+8638-863a,U+863c-863d,U+863f-8642,U+8646,U+864d,U+8652-8654), + 20: (U+82e8,U+82ea,U+82ed,U+82ef,U+82f3-82f4,U+82f6-82f7,U+82f9,U+82fb,U+82fd-82fe,U+8300-8301,U+8303,U+8306-8308,U+830a-830c,U+8316-8318,U+831b,U+831d-831f,U+8321-8323,U+832b-8335,U+8337,U+833a,U+833c-833d,U+8340,U+8342-8347,U+834a,U+834d-8351,U+8353-8357,U+835a,U+8362-8363,U+8370,U+8373,U+8375,U+8378,U+837c-837d,U+837f-8380,U+8382,U+8384-8387,U+838a,U+838d-838e,U+8392-8396,U+8398-83a0,U+83a2,U+83a6-83ad,U+83b1,U+83b5,U+83bd-83c1,U+83c7,U+83c9,U+83ce-83d1,U+83d4,U+83d6,U+83d8,U+83dd,U+83df-83e1,U+83e5,U+83e8,U+83ea-83eb,U+83f0,U+83f2,U+83f4,U+83f6-83f9,U+83fb-83fd,U+8401,U+8403-8404,U+8406-8407,U+840a-840b,U+840d,U+840f,U+8411,U+8413,U+8415,U+8417,U+8419,U+8420,U+8422,U+842a,U+842f,U+8431,U+8435,U+8438-8439,U+843c,U+8445-8448,U+844a,U+844d-844f,U+8451-8452,U+8456,U+8458-845a,U+845c,U+845f-8462,U+8464-8467,U+8469-846b,U+846d-8470,U+8473-8474,U+8476-847a,U+847c-847d,U+8481-8482,U+8484-8485,U+848b,U+8490,U+8492-8493,U+8495,U+8497,U+849c,U+849e-849f,U+84a1,U+84a6,U+84a8-84aa,U+84ad,U+84af,U+84b1), + 21: (U+814a,U+814c,U+8151-8153,U+8157,U+815f-8161,U+8165-8169,U+816d-816f,U+8171,U+8173-8174,U+8177,U+8180-8186,U+8188,U+818a-818b,U+818e,U+8190,U+8193,U+8195-8196,U+8198,U+819b,U+819e,U+81a0,U+81a2,U+81a4,U+81a9,U+81ae,U+81b0,U+81b2,U+81b4-81b5,U+81b8,U+81ba-81bb,U+81bd-81be,U+81c0-81c3,U+81c5-81c6,U+81c8-81cb,U+81cd-81cf,U+81d1,U+81d5-81db,U+81dd-81e1,U+81e4-81e5,U+81e7,U+81eb-81ec,U+81ef-81f2,U+81f5-81f6,U+81f8-81fb,U+81fd-8205,U+8209-820b,U+820d,U+820f,U+8212-8214,U+8216,U+8219-821d,U+8221-8222,U+8228-8229,U+822b,U+822e,U+8232-8235,U+8237-8238,U+823a,U+823c,U+8240,U+8243-8246,U+8249,U+824b,U+824e-824f,U+8251,U+8256-825a,U+825c-825d,U+825f-8260,U+8262-8264,U+8267-8268,U+826a-826b,U+826d-826e,U+8271,U+8274,U+8277,U+8279,U+827b,U+827d-8281,U+8283-8284,U+8287,U+8289-828a,U+828d-828e,U+8291-8294,U+8296,U+8298-829b,U+829f-82a1,U+82a3-82a4,U+82a7-82ac,U+82ae,U+82b0,U+82b2,U+82b4,U+82b7,U+82ba-82bc,U+82be-82bf,U+82c5-82c6,U+82d0,U+82d2-82d3,U+82d5,U+82d9-82da,U+82dc,U+82de-82e4,U+82e7), + 22: (U+7f77-7f79,U+7f7d-7f80,U+7f82-7f83,U+7f86-7f88,U+7f8b-7f8d,U+7f8f-7f91,U+7f94,U+7f96-7f97,U+7f9a,U+7f9c-7f9d,U+7fa1-7fa3,U+7fa6,U+7faa,U+7fad-7faf,U+7fb2,U+7fb4,U+7fb6,U+7fb8-7fb9,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fc5-7fc6,U+7fc8,U+7fca,U+7fce-7fcf,U+7fd5,U+7fdb,U+7fdf,U+7fe1,U+7fe3,U+7fe5-7fe6,U+7fe8-7fe9,U+7feb-7fec,U+7fee-7ff0,U+7ff2-7ff3,U+7ff9-7ffa,U+7ffd-7fff,U+8002,U+8004,U+8006-8008,U+800a-800f,U+8011-8014,U+8016,U+8018-8019,U+801c-8021,U+8024,U+8026,U+8028,U+802c,U+802e,U+8030,U+8034-8035,U+8037,U+8039-8040,U+8043-8044,U+8046,U+804a,U+8052,U+8058,U+805a,U+805f-8060,U+8062,U+8064,U+8066,U+8068,U+806d,U+806f-8073,U+8075-8076,U+8079,U+807b,U+807d-8081,U+8084-8088,U+808b,U+808e,U+8093,U+8099-809a,U+809c,U+809e,U+80a4,U+80a6-80a7,U+80ab-80ad,U+80b1,U+80b8-80b9,U+80c4-80c5,U+80c8,U+80ca,U+80cd,U+80cf,U+80d2,U+80d4-80db,U+80dd,U+80e0,U+80e4-80e6,U+80ed-80f3,U+80f5-80f7,U+80f9-80fc,U+80fe,U+8101,U+8103,U+8109,U+810b,U+810d,U+8116-8118,U+811b-811c,U+811e,U+8120,U+8123-8124,U+8127,U+8129,U+812b-812c,U+812f-8130,U+8135,U+8139-813a,U+813c-813e,U+8141,U+8145-8147), + 23: (U+7d57,U+7d59-7d5d,U+7d63,U+7d65,U+7d67,U+7d6a,U+7d6e,U+7d70,U+7d72-7d73,U+7d78,U+7d7a-7d7b,U+7d7d,U+7d7f,U+7d81-7d83,U+7d85-7d86,U+7d88-7d89,U+7d8b-7d8d,U+7d8f,U+7d91,U+7d93,U+7d96-7d97,U+7d9b-7da0,U+7da2-7da3,U+7da6-7da7,U+7daa-7dac,U+7dae-7db0,U+7db3,U+7db5-7db9,U+7dbd,U+7dc0,U+7dc2-7dc7,U+7dcc-7dce,U+7dd0,U+7dd5-7dd9,U+7ddc-7dde,U+7de1-7de6,U+7dea-7ded,U+7df1-7df2,U+7df5-7df6,U+7df9-7dfa,U+7e00,U+7e05,U+7e08-7e0b,U+7e10-7e12,U+7e15,U+7e17,U+7e1c-7e1d,U+7e1f-7e23,U+7e27-7e28,U+7e2c-7e2d,U+7e2f,U+7e31-7e33,U+7e35-7e37,U+7e39-7e3b,U+7e3d,U+7e3f,U+7e43-7e48,U+7e4e,U+7e50,U+7e52,U+7e56,U+7e58-7e5a,U+7e5d-7e5f,U+7e61-7e62,U+7e65-7e67,U+7e69-7e6b,U+7e6d-7e6f,U+7e73,U+7e75,U+7e78-7e79,U+7e7b-7e7f,U+7e81-7e83,U+7e86-7e8a,U+7e8c-7e8e,U+7e90-7e96,U+7e98,U+7e9a-7e9f,U+7f38,U+7f3a-7f3f,U+7f43-7f45,U+7f47,U+7f4c-7f50,U+7f52-7f55,U+7f58,U+7f5b-7f5d,U+7f5f,U+7f61,U+7f63-7f69,U+7f6b,U+7f6d,U+7f71), + 24: (U+7bc8,U+7bca-7bcc,U+7bcf,U+7bd4,U+7bd6-7bd7,U+7bd9-7bdb,U+7bdd,U+7be5-7be6,U+7be8-7bea,U+7bf0,U+7bf2-7bfa,U+7bfc,U+7bfe,U+7c00-7c04,U+7c06-7c07,U+7c09,U+7c0b-7c0f,U+7c11-7c14,U+7c17,U+7c19,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c28,U+7c2a-7c2c,U+7c2f,U+7c31,U+7c33-7c34,U+7c36-7c3a,U+7c3d-7c3e,U+7c40,U+7c42-7c43,U+7c45-7c46,U+7c4a,U+7c4c,U+7c4f-7c5f,U+7c61,U+7c63-7c65,U+7c67,U+7c69,U+7c6c-7c70,U+7c72,U+7c75,U+7c79,U+7c7b-7c7e,U+7c81-7c83,U+7c86-7c87,U+7c8d,U+7c8f-7c90,U+7c94,U+7c9e,U+7ca0-7ca2,U+7ca4-7ca6,U+7ca8,U+7cab,U+7cad-7cae,U+7cb0-7cb3,U+7cb6-7cb7,U+7cb9-7cbd,U+7cbf-7cc0,U+7cc2,U+7cc4-7cc5,U+7cc7-7cca,U+7ccd-7ccf,U+7cd2-7cd5,U+7cd7-7cda,U+7cdc-7cdd,U+7cdf-7ce0,U+7ce2,U+7ce6,U+7ce9,U+7ceb,U+7cef,U+7cf2,U+7cf4-7cf6,U+7cf9-7cfa,U+7cfe,U+7d02-7d03,U+7d06-7d0a,U+7d0f,U+7d11-7d13,U+7d15-7d16,U+7d1c-7d1e,U+7d23,U+7d26,U+7d2a,U+7d2c-7d2e,U+7d31-7d32,U+7d35,U+7d3c-7d41,U+7d43,U+7d45,U+7d47-7d48,U+7d4b,U+7d4d-7d4f,U+7d51,U+7d53,U+7d55-7d56), + 25: (U+7a17-7a19,U+7a1b,U+7a1e-7a21,U+7a27,U+7a2b,U+7a2d,U+7a2f-7a31,U+7a34-7a35,U+7a37-7a3b,U+7a3e,U+7a43-7a49,U+7a4c,U+7a4e,U+7a50,U+7a55-7a57,U+7a59,U+7a5c-7a5d,U+7a5f-7a63,U+7a65,U+7a67,U+7a69-7a6a,U+7a6d,U+7a70,U+7a75,U+7a78-7a79,U+7a7d-7a7e,U+7a80,U+7a82,U+7a84-7a86,U+7a88,U+7a8a-7a8b,U+7a90-7a91,U+7a94-7a98,U+7a9e,U+7aa0,U+7aa3,U+7aa9,U+7aac,U+7ab0,U+7ab3,U+7ab5-7ab6,U+7ab9-7abf,U+7ac3,U+7ac5-7aca,U+7acc-7acf,U+7ad1-7ad3,U+7ad5,U+7ada-7adb,U+7add,U+7adf,U+7ae1-7ae2,U+7ae6-7aed,U+7af0-7af1,U+7af4,U+7af8,U+7afa-7afb,U+7afd-7afe,U+7b02,U+7b04,U+7b06-7b08,U+7b0a-7b0b,U+7b0f,U+7b12,U+7b14,U+7b18-7b19,U+7b1e-7b1f,U+7b23,U+7b25,U+7b27-7b2b,U+7b2d-7b31,U+7b33-7b36,U+7b3b,U+7b3d,U+7b3f-7b41,U+7b45,U+7b47,U+7b4c-7b50,U+7b53,U+7b55,U+7b5d,U+7b60,U+7b64-7b66,U+7b69-7b6a,U+7b6c-7b75,U+7b77,U+7b79-7b7a,U+7b7f,U+7b84,U+7b86,U+7b89,U+7b8d-7b92,U+7b96,U+7b98-7ba0,U+7ba5,U+7bac-7bad,U+7baf-7bb0,U+7bb2,U+7bb4-7bb6,U+7bba-7bbd,U+7bc1-7bc2,U+7bc5-7bc6), + 26: (U+7851-7852,U+785c,U+785e,U+7860-7861,U+7863-7864,U+7868,U+786a,U+786e-786f,U+7872,U+7874,U+787a,U+787c,U+787e,U+7886-7887,U+788a,U+788c-788f,U+7893-7895,U+7898,U+789a,U+789d-789f,U+78a1,U+78a3-78a4,U+78a8-78aa,U+78ac-78ad,U+78af-78b3,U+78b5,U+78bb-78bf,U+78c5-78cc,U+78ce,U+78d1-78d6,U+78da-78db,U+78df-78e1,U+78e4,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78f6-78f7,U+78f9-78fb,U+78fd-7901,U+7906-7907,U+790c,U+7910-7912,U+7919-791c,U+791e-7920,U+7925-792e,U+7930-7931,U+7934-7935,U+793b,U+793d,U+793f,U+7941-7942,U+7944-7946,U+794a-794b,U+794f,U+7951,U+7954-7955,U+7957-7958,U+795a-795c,U+795f-7960,U+7962,U+7967,U+7969,U+796b,U+7972,U+7977,U+7979-797c,U+797e-7980,U+798a-798e,U+7991,U+7993-7996,U+7998,U+799b-799d,U+79a1,U+79a6-79ab,U+79ae-79b1,U+79b3-79b4,U+79b8-79bb,U+79bd-79be,U+79c2,U+79c4,U+79c7-79ca,U+79cc-79cd,U+79cf,U+79d4-79d6,U+79da,U+79dd-79e3,U+79e5,U+79e7,U+79ea-79ed,U+79f1,U+79f8,U+79fc,U+7a02-7a03,U+7a05,U+7a07-7a0a,U+7a0c-7a0d,U+7a11,U+7a15), + 27: (U+768c-768e,U+7690,U+7693,U+7695-7696,U+7699-76a8,U+76aa,U+76ad,U+76af-76b0,U+76b4,U+76b6-76ba,U+76bd,U+76c1-76c3,U+76c5,U+76c8-76c9,U+76cb-76ce,U+76d2,U+76d4,U+76d6,U+76d9,U+76dc,U+76de,U+76e0-76e1,U+76e5-76e8,U+76ea-76ec,U+76f0-76f1,U+76f6,U+76f9,U+76fb-76fc,U+7700,U+7704,U+7706-7708,U+770a,U+770e,U+7712,U+7714-7715,U+7717,U+7719-771c,U+7722,U+7724-7726,U+7728,U+772d-772f,U+7734-7739,U+773d-773e,U+7742,U+7745-7747,U+774a,U+774d-774f,U+7752,U+7756-7758,U+775a-775c,U+775e-7760,U+7762,U+7764-7765,U+7767,U+776a-776c,U+7770,U+7772-7774,U+7779-777a,U+777c-7780,U+7784,U+778b-778e,U+7794-7796,U+779a,U+779e-77a0,U+77a2,U+77a4-77a5,U+77a7,U+77a9-77aa,U+77ae-77b1,U+77b5-77b7,U+77b9,U+77bb-77bf,U+77c3,U+77c7,U+77c9,U+77cd,U+77d1-77d2,U+77d5,U+77d7,U+77d9-77da,U+77dc,U+77de-77e0,U+77e3-77e4,U+77e6-77e7,U+77e9-77ea,U+77ec,U+77ee,U+77f0-77f1,U+77f4,U+77f8,U+77fb-77fc,U+7805-7806,U+7809,U+780c-780e,U+7811-7812,U+7819,U+781d,U+7820-7823,U+7826-7827,U+782c-782e,U+7830,U+7835,U+7837,U+783a,U+783f,U+7843-7845,U+7847-7848,U+784c,U+784e-784f), + 28: (U+7511-7513,U+7515-7517,U+751c,U+751e,U+7520-7522,U+7524,U+7526-7527,U+7529-752c,U+752f,U+7536,U+7538-7539,U+753c-7540,U+7543-7544,U+7546-754b,U+754d-7550,U+7552,U+7557,U+755a-755b,U+755d-755f,U+7561-7562,U+7564,U+7566-7567,U+7569,U+756b-756d,U+756f,U+7571-7572,U+7574-757e,U+7581-7582,U+7585-7587,U+7589-758c,U+758f-7590,U+7592-7595,U+7599-759a,U+759c-759d,U+75a2-75a5,U+75b0-75b1,U+75b3-75b5,U+75b7-75b8,U+75ba,U+75bd,U+75bf-75c4,U+75c6,U+75ca,U+75cc-75cf,U+75d3-75d4,U+75d7-75d8,U+75dc-75e1,U+75e3-75e4,U+75e7,U+75ec,U+75ee-75f3,U+75f9,U+75fc,U+75fe-7604,U+7607-760c,U+760f,U+7612-7613,U+7615-7616,U+7618-7619,U+761b-7629,U+762d,U+7630,U+7632-7635,U+7638-763c,U+7640-7641,U+7643-764b,U+764e,U+7655,U+7658-7659,U+765c,U+765f,U+7661-7662,U+7664-7665,U+7667-766a,U+766c-7672,U+7674,U+7676,U+7678,U+7680-7683,U+7685,U+7688,U+768b), + 29: (U+736c,U+736e-7371,U+7375,U+7377-737c,U+7380-7381,U+7383,U+7385-7386,U+738a,U+738e,U+7390,U+7393-7398,U+739c,U+739e-73a0,U+73a2,U+73a5-73a6,U+73a8,U+73aa-73ab,U+73ad,U+73b3,U+73b5,U+73b7,U+73b9-73bd,U+73bf,U+73c5-73c6,U+73c9-73cc,U+73ce-73cf,U+73d2-73d3,U+73d6,U+73d9,U+73dd-73de,U+73e1,U+73e3-73e7,U+73e9-73ea,U+73ee,U+73f1,U+73f4-73f5,U+73f7-73fb,U+73fd,U+73ff-7401,U+7404-7405,U+7407,U+740a,U+7411,U+7413,U+741a-741b,U+7421,U+7424,U+7426,U+7428-7431,U+7433,U+7439-743a,U+743f-7441,U+7443-7444,U+7446-7447,U+744b,U+744d,U+7451-7453,U+7455,U+7457,U+7459-745a,U+745c-745d,U+745f,U+7462-7464,U+7466-746b,U+746d-7473,U+7476,U+747e,U+7480-7481,U+7485-7489,U+748b,U+748f-7492,U+7497-749a,U+749c,U+749e-74a3,U+74a5-74a6,U+74a8-74ab,U+74ae-74af,U+74b1-74b2,U+74b5,U+74b9-74bb,U+74bd,U+74bf,U+74c8-74ca,U+74cc,U+74cf-74d0,U+74d3-74d4,U+74d6,U+74d8,U+74da-74db,U+74de-74e0,U+74e3-74e4,U+74e7-74eb,U+74ee-74f2,U+74f4,U+74f7-74f8,U+74fa-74fc,U+74ff,U+7501,U+7503-7506,U+750c-750e), + 30: (U+7166,U+7168,U+716c,U+7179,U+7180,U+7184-7185,U+7187-7188,U+718c,U+718f,U+7192,U+7194-7196,U+7199-719b,U+71a0,U+71a2,U+71a8,U+71ac,U+71ae-71b0,U+71b2-71b3,U+71b9-71ba,U+71be-71c1,U+71c4,U+71c9,U+71cb-71cc,U+71ce,U+71d0,U+71d2-71d4,U+71d6-71d7,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e7,U+71ec-71ee,U+71f4-71f5,U+71f8-71f9,U+71fc,U+71fe-7200,U+7207-7209,U+720d,U+7210,U+7213,U+7215,U+7217,U+721a,U+721d,U+721f,U+7224,U+7228,U+722b,U+722d,U+722f-7230,U+7232,U+7234,U+7238-7239,U+723b-723c,U+723e-7243,U+7245-7246,U+724b,U+724e-7250,U+7252-7253,U+7255-7258,U+725a,U+725c,U+725e,U+7260,U+7263,U+7268,U+726b,U+726e-726f,U+7271,U+7274,U+7277-7278,U+727b-727c,U+727e-7282,U+7284,U+7287,U+7289,U+728d-728e,U+7292-7293,U+7296,U+729b,U+72a2,U+72a7-72a8,U+72ad-72ae,U+72b0-72b2,U+72b4,U+72b9,U+72be,U+72c0-72c1,U+72c3-72c4,U+72c6-72c7,U+72c9,U+72cc,U+72ce,U+72d2,U+72d5-72d6,U+72d8,U+72df-72e2,U+72e5,U+72f3-72f4,U+72f7,U+72f9-72fb,U+72fd-72fe,U+7302,U+7304-7305,U+7307,U+730a-730b,U+730d,U+7312-7313,U+7316-7319,U+731c-731e,U+7322,U+7324,U+7327-7329,U+732c,U+732f,U+7331-7337,U+7339-733b,U+733d-733e,U+7343,U+734d-7350,U+7352,U+7356-7358,U+735d-7360,U+7366-736b), + 31: (U+6f58-6f5b,U+6f5d-6f5e,U+6f60-6f62,U+6f66,U+6f68,U+6f6c-6f6d,U+6f6f,U+6f74,U+6f78,U+6f7a,U+6f7c-6f7e,U+6f80,U+6f82-6f83,U+6f86-6f88,U+6f8b-6f8e,U+6f90-6f94,U+6f96-6f98,U+6f9a,U+6f9d,U+6f9f-6fa1,U+6fa3,U+6fa5-6fa8,U+6fae-6fb1,U+6fb3,U+6fb5-6fb7,U+6fb9,U+6fbc,U+6fbe,U+6fc2,U+6fc5-6fca,U+6fd4-6fd5,U+6fd8,U+6fda-6fdb,U+6fde-6fe0,U+6fe4,U+6fe8-6fe9,U+6feb-6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff9-6ffa,U+6ffc-6ffe,U+7000-7001,U+7005-7007,U+7009-700b,U+700d,U+700f,U+7011,U+7015,U+7017-7018,U+701a-701b,U+701d-7020,U+7023,U+7026,U+7028,U+702f-7030,U+7032,U+7034,U+7037,U+7039-703a,U+703c,U+703e,U+7043-7044,U+7047-704c,U+704e,U+7051,U+7054-7055,U+705d-705e,U+7064-7065,U+7069,U+706c,U+706e,U+7075-7076,U+707e,U+7081,U+7085-7086,U+7094-7098,U+709b,U+709f,U+70a4,U+70ab-70ac,U+70ae-70b1,U+70b3-70b4,U+70b7,U+70bb,U+70ca-70cb,U+70d1,U+70d3-70d6,U+70d8-70d9,U+70dc-70dd,U+70df,U+70e4,U+70ec,U+70f1,U+70fa,U+70fd,U+7103-7108,U+710b-710c,U+710f,U+7114,U+7119,U+711c,U+711e,U+7120,U+712b,U+712d-7131,U+7138,U+7141,U+7145-7147,U+7149-714b,U+7150-7153,U+7155-7157,U+715a,U+715c,U+715e,U+7160,U+7162,U+7164-7165), + 32: (U+6d7c,U+6d80-6d82,U+6d85,U+6d87,U+6d89-6d8a,U+6d8c-6d8e,U+6d91-6d98,U+6d9c,U+6daa-6dac,U+6dae,U+6db4-6db5,U+6db7-6db9,U+6dbd,U+6dbf,U+6dc2,U+6dc4-6dc8,U+6dca,U+6dcc,U+6dce-6dd0,U+6dd2,U+6dd5-6dd6,U+6dd8-6ddb,U+6ddd-6de0,U+6de2,U+6de4-6de6,U+6de8-6dea,U+6dec,U+6dee-6df0,U+6df2,U+6df4,U+6df6,U+6df8-6dfa,U+6dfc,U+6e00,U+6e04,U+6e0a,U+6e17,U+6e19,U+6e1d-6e20,U+6e22-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e32,U+6e34,U+6e36,U+6e38-6e3c,U+6e42-6e45,U+6e48-6e49,U+6e4b-6e4f,U+6e51-6e54,U+6e57,U+6e5b-6e5f,U+6e62-6e63,U+6e68,U+6e6b,U+6e6e,U+6e72-6e73,U+6e76,U+6e7b,U+6e7d,U+6e82,U+6e89,U+6e8c-6e8d,U+6e8f,U+6e93,U+6e98-6e99,U+6e9f-6ea0,U+6ea5,U+6ea7,U+6eaa-6eab,U+6ead-6eaf,U+6eb1-6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec4,U+6ec7-6eca,U+6ecc-6ecf,U+6ed3-6ed5,U+6ed9-6edb,U+6ee6,U+6eeb-6eef,U+6ef7-6ef9,U+6efb,U+6efd-6eff,U+6f04,U+6f08-6f0a,U+6f0c-6f0d,U+6f10-6f11,U+6f13,U+6f15-6f16,U+6f18,U+6f1a-6f1b,U+6f25-6f26,U+6f29-6f2a,U+6f2d,U+6f2f-6f33,U+6f35-6f36,U+6f38,U+6f3b-6f3c,U+6f3e-6f3f,U+6f41,U+6f45,U+6f4f,U+6f51-6f53,U+6f57), + 33: (U+6b85,U+6b89,U+6b8d,U+6b95,U+6b97-6b98,U+6b9b,U+6b9e-6ba0,U+6ba2-6ba4,U+6ba8-6bb3,U+6bb7-6bb9,U+6bbc-6bbe,U+6bc0,U+6bc3-6bc4,U+6bc6-6bc9,U+6bcb-6bcc,U+6bcf,U+6bd3,U+6bd6-6bd8,U+6bda,U+6bdf,U+6be1,U+6be3,U+6be6-6be7,U+6beb-6bec,U+6bee,U+6bf1,U+6bf3,U+6bf7,U+6bf9,U+6bff,U+6c02,U+6c04-6c05,U+6c08-6c0a,U+6c0d-6c0e,U+6c10,U+6c12-6c14,U+6c19,U+6c1b,U+6c1f,U+6c24,U+6c26-6c28,U+6c2c,U+6c2e,U+6c33,U+6c35-6c36,U+6c3a-6c3b,U+6c3e-6c40,U+6c4a-6c4b,U+6c4d,U+6c4f,U+6c52,U+6c54-6c55,U+6c59,U+6c5b-6c5e,U+6c62,U+6c67-6c68,U+6c6a-6c6b,U+6c6d,U+6c6f,U+6c73-6c74,U+6c76,U+6c78-6c79,U+6c7b,U+6c7e,U+6c81-6c87,U+6c89,U+6c8c-6c8d,U+6c90,U+6c92-6c95,U+6c97-6c98,U+6c9a-6c9c,U+6c9f,U+6caa-6cae,U+6cb0-6cb2,U+6cb4,U+6cba,U+6cbd-6cbe,U+6cc2,U+6cc5-6cc6,U+6ccd,U+6ccf-6cd4,U+6cd6-6cd7,U+6cd9-6cdd,U+6ce0,U+6ce7,U+6ce9-6cef,U+6cf1-6cf2,U+6cf4,U+6cfb,U+6d00-6d01,U+6d04,U+6d07,U+6d0a,U+6d0c,U+6d0e-6d0f,U+6d11,U+6d13,U+6d19-6d1a,U+6d1f,U+6d24,U+6d26-6d28,U+6d2b,U+6d2e-6d2f,U+6d31,U+6d33-6d36,U+6d38-6d39,U+6d3c-6d3d,U+6d3f,U+6d57-6d5b,U+6d5e-6d61,U+6d64-6d65,U+6d67,U+6d6c,U+6d6f-6d70,U+6d79), + 34: (U+69dd-69de,U+69e2-69e3,U+69e5,U+69e7-69eb,U+69ed-69ef,U+69f1-69f6,U+69f9,U+69fe-6a01,U+6a03,U+6a05,U+6a0a,U+6a0c,U+6a0f,U+6a11-6a15,U+6a17,U+6a1a-6a1b,U+6a1d-6a20,U+6a22-6a24,U+6a28,U+6a2e,U+6a30,U+6a32-6a38,U+6a3b,U+6a3e-6a3f,U+6a44-6a4a,U+6a4e,U+6a50-6a52,U+6a54-6a56,U+6a5b,U+6a61-6a62,U+6a64,U+6a66-6a67,U+6a6a-6a6b,U+6a71-6a73,U+6a78,U+6a7a,U+6a7e-6a7f,U+6a81,U+6a83-6a84,U+6a86-6a87,U+6a89,U+6a8b,U+6a8d,U+6a90-6a91,U+6a94,U+6a97,U+6a9b,U+6a9d-6aa3,U+6aa5,U+6aaa-6aac,U+6aae-6ab1,U+6ab3-6ab4,U+6ab8,U+6abb,U+6abd-6abf,U+6ac1-6ac3,U+6ac6,U+6ac8-6ac9,U+6acc,U+6ad0-6ad1,U+6ad3-6ad6,U+6ada-6adf,U+6ae2,U+6ae4,U+6ae7-6ae8,U+6aea,U+6aec,U+6af0-6af3,U+6af8,U+6afa,U+6afc-6afd,U+6b02-6b03,U+6b06-6b07,U+6b09-6b0b,U+6b0f-6b12,U+6b16-6b17,U+6b1b,U+6b1d-6b1f,U+6b23-6b24,U+6b28,U+6b2b-6b2c,U+6b2f,U+6b35-6b39,U+6b3b,U+6b3d,U+6b3f,U+6b43,U+6b46-6b47,U+6b49-6b4a,U+6b4d-6b4e,U+6b50,U+6b52,U+6b54,U+6b56,U+6b58-6b59,U+6b5b,U+6b5d,U+6b5f-6b61,U+6b65,U+6b67,U+6b6b-6b6c,U+6b6e,U+6b70,U+6b72,U+6b75,U+6b77-6b7a,U+6b7d-6b84), + 35: (U+6855,U+6857-6859,U+685b,U+685d,U+685f,U+6863,U+6867,U+686b,U+686e-6872,U+6874-6875,U+6877,U+6879-687c,U+687e-687f,U+6882-6884,U+6886,U+6888,U+688d-6890,U+6894,U+6896,U+6898-689c,U+689f-68a3,U+68a5-68a7,U+68a9-68ab,U+68ad-68af,U+68b2-68b5,U+68b9-68bc,U+68c3,U+68c5-68c6,U+68c8-68ca,U+68cc-68cd,U+68cf-68d1,U+68d3-68d9,U+68dc-68dd,U+68e0-68e1,U+68e3-68e5,U+68e7-68e8,U+68ea-68ed,U+68ef-68f1,U+68f5-68f7,U+68f9,U+68fb-68fd,U+6900-6901,U+6903-6904,U+6906-690c,U+690f-6911,U+6913,U+6916-6917,U+6919-691b,U+6921-6923,U+6925-6926,U+6928,U+692a,U+6930-6931,U+6933-6936,U+6938-6939,U+693b,U+693d,U+6942,U+6945-6946,U+6949,U+694e,U+6954,U+6957,U+6959,U+695b-695e,U+6961-6966,U+6968-696c,U+696e-6974,U+6977-697b,U+697e-6981,U+6986,U+698d,U+6991-6992,U+6994-6996,U+6998,U+699c,U+69a0-69a1,U+69a5-69a8,U+69ab,U+69ad,U+69af-69b2,U+69b4,U+69b7-69b8,U+69ba-69bc,U+69be-69c1,U+69c3,U+69c5,U+69c7-69c8,U+69ca,U+69ce-69d1,U+69d3,U+69d6-69d7,U+69d9), + 36: (U+667e-6680,U+6683-6684,U+6688,U+668b-668e,U+6690,U+6692,U+6698-669d,U+669f-66a0,U+66a2,U+66a4,U+66ad,U+66b1-66b3,U+66b5,U+66b8-66b9,U+66bb-66bc,U+66be-66c4,U+66c6,U+66c8-66c9,U+66cc,U+66ce-66cf,U+66d4,U+66da-66db,U+66dd,U+66df-66e0,U+66e6,U+66e8-66e9,U+66eb-66ec,U+66ee,U+66f5,U+66f7,U+66fa-66fc,U+6701,U+6705,U+6707,U+670c,U+670e-6710,U+6712-6716,U+6719,U+671c,U+671e,U+6720,U+6722,U+6725-6726,U+672e,U+6733,U+6735-6738,U+673e-673f,U+6741,U+6743,U+6745-6748,U+674c-674d,U+6753-6755,U+6759,U+675d-675e,U+6760,U+6762-6764,U+6766,U+676a,U+676c,U+676e,U+6770,U+6772-6774,U+6776-6777,U+677b-677c,U+6780-6781,U+6784-6785,U+6787,U+6789,U+678b-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679b,U+67a1,U+67a4,U+67a6,U+67a9,U+67b0-67b5,U+67b7-67b9,U+67bb-67be,U+67c0-67c3,U+67c5-67c6,U+67c8-67c9,U+67ce,U+67d2,U+67d7-67d9,U+67db-67de,U+67e1-67e2,U+67e4,U+67e6-67e7,U+67e9,U+67ec,U+67ee-67f0,U+67f2,U+67f6-67f7,U+67f9-67fa,U+67fc,U+67fe,U+6801-6802,U+6805,U+6810,U+6814,U+6818-6819,U+681d,U+681f,U+6822,U+6827-6829,U+682b-682d,U+682f-6834,U+683b,U+683e-6840,U+6844-6846,U+6849-684a,U+684c-684e,U+6852-6854), + 37: (U+64d2,U+64d4-64d5,U+64d7-64d8,U+64da,U+64e0-64e1,U+64e3-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f2,U+64f4-64f7,U+64fa-64fb,U+64fd-6501,U+6504-6505,U+6508-650a,U+650f,U+6513-6514,U+6516,U+6518-6519,U+651b-651f,U+6522,U+6524,U+6526,U+6529-652c,U+652e,U+6531-6532,U+6534-6538,U+653a,U+653c-653d,U+6543-6544,U+6547-6549,U+654d-654e,U+6550,U+6552,U+6554-6556,U+6558,U+655d-6560,U+6567,U+656b,U+6572,U+6578,U+657a,U+657d,U+6581-6585,U+6588,U+658a,U+658c,U+6592,U+6595,U+6598,U+659b,U+659d,U+659f-65a1,U+65a3-65a6,U+65ab,U+65ae,U+65b2-65b5,U+65b7-65b8,U+65be-65bf,U+65c1-65c4,U+65c6,U+65c8-65c9,U+65cc,U+65ce,U+65d0,U+65d2,U+65d4,U+65d6,U+65d8-65d9,U+65db,U+65df-65e1,U+65e3,U+65f0-65f2,U+65f4-65f5,U+65f9,U+65fb-65fc,U+65fe-6600,U+6603-6604,U+6608-660a,U+660d,U+6611-6612,U+6615-6616,U+661c-661e,U+6621-6624,U+6626,U+6629-662c,U+662e,U+6630-6631,U+6633-6637,U+6639-663b,U+663f-6641,U+6644-6646,U+6648-664a,U+664c,U+664e-664f,U+6651,U+6657-6665,U+6667-6668,U+666a-666d,U+6670,U+6673,U+6675,U+6677-6679,U+667b-667c), + 38: (U+62cf,U+62d1,U+62d4-62d6,U+62da,U+62dc,U+62ea,U+62ee-62ef,U+62f1-62f2,U+62f4-62f5,U+62fc-62fd,U+62ff,U+6302-6304,U+6308-630d,U+6310,U+6313,U+6316,U+6318,U+631b,U+6327,U+6329-632a,U+632d,U+6332,U+6335-6336,U+6339-633c,U+633e,U+6341-6344,U+6346,U+634a-634e,U+6350,U+6352-6354,U+6358-6359,U+635b,U+6365-6366,U+6369,U+636b-636d,U+6371-6372,U+6374-6378,U+637a,U+637c-637d,U+637f-6380,U+6382,U+6384,U+6387,U+6389-638a,U+638e-6390,U+6394-6396,U+6399-639a,U+639e,U+63a0,U+63a3-63a4,U+63a6,U+63a9,U+63ab-63af,U+63b5,U+63bd-63be,U+63c0-63c1,U+63c4-63c6,U+63c8,U+63ce,U+63d1-63d6,U+63dc,U+63e0,U+63e3,U+63e5,U+63e9-63ed,U+63f2-63f3,U+63f5-63f9,U+6406,U+6409-640a,U+640f-6410,U+6412-6414,U+6416-6418,U+641e,U+6420,U+6422,U+6424-6426,U+6428-642a,U+642f-6430,U+6434-6436,U+643d,U+643f,U+644b,U+644e-644f,U+6451-6454,U+645a-645d,U+645f-6461,U+6463,U+6467,U+646d,U+6473-6474,U+6476,U+6478-6479,U+647b,U+647d,U+6485,U+6487-6488,U+648f-6491,U+6493,U+6495,U+6498-649b,U+649d-649f,U+64a1,U+64a3,U+64a6,U+64a8-64a9,U+64ac,U+64b3,U+64bb-64bf,U+64c2,U+64c4-64c5,U+64c7,U+64c9-64cc,U+64ce,U+64d0-64d1), + 39: (U+6117,U+6119,U+611c,U+611e,U+6120-6122,U+6127-6128,U+612a-612c,U+6130-6131,U+6134-6137,U+6139-613a,U+613c-613f,U+6141-6142,U+6144-6147,U+6149-614a,U+614d,U+6153,U+6158-615a,U+615d-6160,U+6164-6165,U+616b-616c,U+616f,U+6171-6175,U+6177-6178,U+617b-6181,U+6183-6184,U+6187,U+618a-618b,U+618d,U+6192-6194,U+6196-619a,U+619c-619d,U+619f-61a0,U+61a5,U+61a8,U+61aa-61ae,U+61b8-61ba,U+61bc,U+61be,U+61c0-61c3,U+61c6,U+61c8,U+61ca-61cf,U+61d5,U+61dc-61df,U+61e1-61e3,U+61e5-61e9,U+61ec-61ed,U+61ef,U+61f4-61f7,U+61fa,U+61fc-6201,U+6203-6204,U+6207-620a,U+620d-620e,U+6213-6215,U+621b-621e,U+6220-6223,U+6227,U+6229-622b,U+622e,U+6230-6233,U+6236,U+6239,U+623d-623e,U+6241-6244,U+6246,U+6248,U+624c,U+624e,U+6250-6252,U+6254,U+6256,U+6258,U+625a-625c,U+625e,U+6260-6261,U+6263-6264,U+6268,U+626d,U+626f,U+6273,U+627a-627e,U+6282-6283,U+6285,U+6289,U+628d-6290,U+6292-6294,U+6296,U+6299,U+629b,U+62a6,U+62a8,U+62ac,U+62b3,U+62b6-62b7,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4,U+62c6-62c8,U+62ca,U+62ce), + 40: (U+5f6c-5f6d,U+5f6f,U+5f72-5f75,U+5f78,U+5f7a,U+5f7d-5f7f,U+5f82-5f83,U+5f87-5f89,U+5f8d,U+5f8f,U+5f91,U+5f96,U+5f99,U+5f9c-5f9d,U+5fa0,U+5fa2,U+5fa4,U+5fa7-5fa8,U+5fab-5fad,U+5faf-5fb1,U+5fb5,U+5fb7-5fb8,U+5fbc-5fbd,U+5fc4,U+5fc7-5fc9,U+5fcb,U+5fd0-5fd4,U+5fdd-5fde,U+5fe1-5fe2,U+5fe4,U+5fe8-5fea,U+5fec-5ff3,U+5ff6,U+5ff8,U+5ffa-5ffd,U+5fff,U+6007,U+600a,U+600d-6010,U+6013-6015,U+6017-601b,U+601f,U+6021-6022,U+6024,U+6026,U+6029,U+602b,U+602d,U+6031,U+6033,U+6035,U+603a,U+6040-6043,U+6046-604a,U+604c-604d,U+6051,U+6054-6057,U+6059-605a,U+605d,U+605f-6064,U+6067,U+606a-606c,U+6070-6071,U+6077,U+607e-607f,U+6081-6086,U+6088-608e,U+6091-6093,U+6095-6098,U+609a-609b,U+609d-609e,U+60a2,U+60a4-60a5,U+60a7-60a8,U+60b0-60b1,U+60b3-60b5,U+60b7-60b8,U+60bb,U+60bd-60be,U+60c2,U+60c4,U+60c6-60cb,U+60ce-60cf,U+60d3-60d5,U+60d8-60d9,U+60db,U+60dd-60df,U+60e1-60e2,U+60e5,U+60ee,U+60f0-60f2,U+60f4-60f8,U+60fa-60fd,U+6100,U+6102-6103,U+6106-6108,U+610a,U+610c-610e,U+6110-6114,U+6116), + 41: (U+5d9b,U+5d9d,U+5d9f-5da0,U+5da2,U+5da4,U+5da7,U+5dab-5dac,U+5dae,U+5db0,U+5db2,U+5db4,U+5db7-5db9,U+5dbc-5dbd,U+5dc3,U+5dc7,U+5dc9,U+5dcb-5dce,U+5dd0-5dd3,U+5dd6-5dd9,U+5ddb,U+5de0,U+5de2,U+5de4,U+5de9,U+5df2,U+5df5,U+5df8-5df9,U+5dfd,U+5dff-5e00,U+5e07,U+5e0b,U+5e0d,U+5e11-5e12,U+5e14-5e15,U+5e18-5e1b,U+5e1f-5e20,U+5e25,U+5e28,U+5e2e,U+5e32,U+5e35-5e37,U+5e3e,U+5e40,U+5e43-5e44,U+5e47,U+5e49,U+5e4b,U+5e4e,U+5e50-5e51,U+5e54,U+5e56-5e58,U+5e5b-5e5c,U+5e5e-5e5f,U+5e62,U+5e64,U+5e68,U+5e6a-5e6e,U+5e70,U+5e75-5e77,U+5e7a,U+5e7f-5e80,U+5e87,U+5e8b,U+5e8e,U+5e96,U+5e99-5e9a,U+5ea0,U+5ea2,U+5ea4-5ea5,U+5ea8,U+5eaa,U+5eac,U+5eb1,U+5eb3,U+5eb8-5eb9,U+5ebd-5ebf,U+5ec1-5ec2,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ece-5ed6,U+5ed9-5ee2,U+5ee5,U+5ee8-5ee9,U+5eeb-5eec,U+5ef0-5ef1,U+5ef3-5ef4,U+5ef8-5ef9,U+5efc-5f00,U+5f02-5f03,U+5f06-5f09,U+5f0b-5f0e,U+5f11,U+5f16-5f17,U+5f19,U+5f1b-5f1e,U+5f21-5f24,U+5f27-5f29,U+5f2b-5f30,U+5f34,U+5f36,U+5f38,U+5f3a-5f3d,U+5f3f-5f41,U+5f44-5f45,U+5f47-5f48,U+5f4a,U+5f4c-5f4e,U+5f50-5f51,U+5f54,U+5f56-5f58,U+5f5b-5f5d,U+5f60,U+5f63-5f65,U+5f67,U+5f6a), + 42: (U+5bbc,U+5bc0-5bc1,U+5bc3,U+5bc7,U+5bc9,U+5bcd-5bd0,U+5bd3-5bd4,U+5bd6-5bda,U+5bde,U+5be0-5be2,U+5be4-5be6,U+5be8,U+5beb-5bec,U+5bef-5bf1,U+5bf3-5bf6,U+5bfd,U+5c03,U+5c05,U+5c07-5c09,U+5c0c-5c0d,U+5c12-5c14,U+5c17,U+5c19,U+5c1e-5c20,U+5c22-5c24,U+5c26,U+5c28-5c2e,U+5c30,U+5c32,U+5c35-5c36,U+5c38-5c39,U+5c46,U+5c4d-5c50,U+5c53,U+5c59-5c5c,U+5c5f-5c63,U+5c67-5c69,U+5c6c-5c70,U+5c74-5c76,U+5c79-5c7d,U+5c87-5c88,U+5c8a,U+5c8c,U+5c8f,U+5c91-5c92,U+5c94,U+5c9d,U+5c9f-5ca0,U+5ca2-5ca3,U+5ca6-5ca8,U+5caa-5cab,U+5cad,U+5cb1-5cb2,U+5cb4-5cb7,U+5cba-5cbc,U+5cbe,U+5cc5,U+5cc7,U+5cc9,U+5ccb,U+5cd0,U+5cd2,U+5cd7,U+5cd9,U+5cdd,U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1-5cf2,U+5cf4-5cf5,U+5cfa-5cfb,U+5cfd,U+5d01,U+5d06,U+5d0b,U+5d0d,U+5d10-5d12,U+5d14-5d15,U+5d17-5d1b,U+5d1d,U+5d1f-5d20,U+5d22-5d24,U+5d26-5d27,U+5d2b,U+5d31,U+5d34,U+5d39,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d51-5d53,U+5d55,U+5d59,U+5d5c,U+5d5f-5d62,U+5d64,U+5d69-5d6a,U+5d6c-5d6d,U+5d6f-5d70,U+5d73,U+5d76,U+5d79-5d7a,U+5d7e-5d7f,U+5d81-5d84,U+5d87-5d88,U+5d8a,U+5d8c,U+5d90,U+5d92-5d95,U+5d97,U+5d99), + 43: (U+598b-598e,U+5992,U+5995,U+5997,U+599b,U+599d,U+599f,U+59a3-59a4,U+59a7,U+59ad-59b0,U+59b2-59b3,U+59b7,U+59ba,U+59bc,U+59be,U+59c1,U+59c3-59c4,U+59c6,U+59c8,U+59ca,U+59cd,U+59d2,U+59d9-59da,U+59dd-59df,U+59e3-59e5,U+59e7-59e8,U+59ec,U+59ee-59ef,U+59f1-59f2,U+59f4,U+59f6-59f8,U+5a00,U+5a03-5a04,U+5a09,U+5a0c-5a0e,U+5a11-5a13,U+5a17,U+5a1a-5a1c,U+5a1e-5a1f,U+5a23-5a25,U+5a27-5a28,U+5a2a,U+5a2d,U+5a30,U+5a35-5a36,U+5a40-5a41,U+5a44-5a45,U+5a47-5a49,U+5a4c,U+5a50,U+5a55,U+5a5e,U+5a62-5a63,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a77,U+5a7a-5a7b,U+5a7e,U+5a84,U+5a8b,U+5a90,U+5a93,U+5a96,U+5a99,U+5a9c,U+5a9e-5aa0,U+5aa2,U+5aa7,U+5aac,U+5ab1-5ab3,U+5ab5,U+5ab8,U+5aba-5abf,U+5ac2,U+5ac4,U+5ac6,U+5ac8,U+5acb,U+5acf-5ad0,U+5ad6-5ad7,U+5ada,U+5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae9-5aea,U+5aee,U+5af0,U+5af5-5af6,U+5afa-5afb,U+5afd,U+5b00-5b01,U+5b08,U+5b0b,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21,U+5b25,U+5b2a,U+5b2c-5b2d,U+5b30,U+5b32,U+5b34,U+5b36,U+5b38,U+5b3e,U+5b40-5b41,U+5b43,U+5b45,U+5b4b-5b4c,U+5b51-5b52,U+5b56,U+5b5a-5b5c,U+5b5e-5b5f,U+5b65,U+5b68-5b69,U+5b6e-5b71,U+5b73,U+5b75-5b76,U+5b7a,U+5b7c-5b84,U+5b86,U+5b8a-5b8b,U+5b8d-5b8e,U+5b90-5b91,U+5b93-5b94,U+5b96,U+5ba5-5ba6,U+5ba8-5ba9,U+5bac-5bad,U+5baf,U+5bb1-5bb2,U+5bb7-5bb8,U+5bba), + 44: (U+57b3,U+57b8,U+57bd,U+57c0,U+57c3,U+57c6-57c8,U+57cc,U+57cf,U+57d2-57d7,U+57dc-57de,U+57e0-57e1,U+57e3-57e4,U+57e6-57e7,U+57e9,U+57ed,U+57f0,U+57f4-57f6,U+57f8,U+57fb,U+57fd-57ff,U+5803-5804,U+5808-580d,U+5819,U+581b,U+581d-5821,U+5826-5827,U+582d,U+582f-5830,U+5832,U+5835,U+5839,U+583d,U+583f-5840,U+5849,U+584b-584d,U+584f-5852,U+5855,U+5858-5859,U+585f,U+5861-5862,U+5864,U+5867-5868,U+586d,U+5870,U+5872,U+5878-5879,U+587c,U+587f-5881,U+5885,U+5887-588d,U+588f-5890,U+5894,U+5896,U+5898,U+589d-589e,U+58a0-58a2,U+58a6,U+58a9-58ab,U+58ae,U+58b1-58b3,U+58b8-58bc,U+58be,U+58c2-58c5,U+58c8,U+58cd-58ce,U+58d0-58da,U+58dc-58e2,U+58e4-58e5,U+58e9,U+58ec,U+58ef,U+58f3-58f4,U+58f7,U+58f9,U+58fb-58fd,U+5902,U+5905-5906,U+590a-590d,U+5910,U+5912-5914,U+5918-5919,U+591b,U+591d,U+591f,U+5921,U+5923-5925,U+5928,U+592c-592d,U+592f-5930,U+5932-5933,U+5935-5936,U+5938-5939,U+593d-593f,U+5943,U+5946,U+594e,U+5950,U+5952-5953,U+5955,U+5957-595b,U+595d-5961,U+5963,U+5967,U+5969,U+596b-596d,U+596f,U+5972,U+5975-5976,U+5978-5979,U+597b-597c,U+5981), + 45: (U+5616-5617,U+5619,U+561b,U+5620,U+5628,U+562c,U+562f-5639,U+563b-563d,U+563f-5641,U+5643-5644,U+5646-5647,U+5649,U+564b,U+564d-5650,U+5653-5654,U+565e,U+5660-5664,U+5666,U+5669-566d,U+566f,U+5671-5672,U+5675-5676,U+5678,U+567a,U+5680,U+5684-5688,U+568a-568c,U+568f,U+5694-5695,U+5699-569a,U+569d-56a0,U+56a5-56a9,U+56ab-56ae,U+56b1-56b4,U+56b6-56b7,U+56bc,U+56be,U+56c0,U+56c2-56c3,U+56c5,U+56c8-56d1,U+56d3,U+56d7-56d9,U+56dc-56dd,U+56df,U+56e1,U+56e4-56e8,U+56eb,U+56ed-56ee,U+56f1,U+56f6-56f7,U+56f9,U+56ff-5704,U+5707-570a,U+570c-570d,U+5711,U+5713,U+5715-5716,U+5718,U+571a-571d,U+5720-5726,U+5729-572a,U+572c,U+572e-572f,U+5733-5734,U+5737-5738,U+573b,U+573d-573f,U+5745-5746,U+574c-574f,U+5751-5752,U+5759,U+575f,U+5761-5762,U+5764-5765,U+5767-5769,U+576b,U+576d-5771,U+5773-5775,U+5777,U+5779-577c,U+577e-577f,U+5781,U+5783,U+5788-5789,U+578c,U+5793-5795,U+5797,U+5799-579a,U+579c-57a1,U+57a4,U+57a7-57aa,U+57ac,U+57ae,U+57b0), + 46: (U+543f-5440,U+5443-5444,U+5447,U+544c-544f,U+5455,U+545e,U+5462,U+5464,U+5466-5467,U+5469,U+546b-546e,U+5470-5471,U+5474-5477,U+547b,U+547f-5481,U+5483-5486,U+5488-548b,U+548d-5492,U+5495-5496,U+549c,U+549f-54a2,U+54a4,U+54a6-54af,U+54b1,U+54b7-54bc,U+54be-54bf,U+54c2-54c4,U+54c6-54c8,U+54ca,U+54cd-54ce,U+54d8,U+54e0,U+54e2,U+54e5-54e6,U+54e8-54ea,U+54ec-54ef,U+54f1,U+54f3,U+54f6,U+54fc-5501,U+5505,U+5508-5509,U+550c-550f,U+5514-5516,U+5527,U+552a-552b,U+552e,U+5532-5533,U+5535-5536,U+5538-5539,U+553b-553d,U+5540-5541,U+5544-5545,U+5547,U+5549-554a,U+554c-554d,U+5550-5551,U+5556-5558,U+555a-555e,U+5560-5561,U+5563-5564,U+5566,U+557b-5583,U+5586-5588,U+558a,U+558e-558f,U+5591-5594,U+5597,U+5599,U+559e-559f,U+55a3-55a4,U+55a8-55a9,U+55ac-55ae,U+55b2,U+55bf,U+55c1,U+55c3-55c4,U+55c6-55c7,U+55c9,U+55cb-55cc,U+55ce,U+55d1-55d4,U+55d7-55d8,U+55da-55db,U+55dd-55df,U+55e2,U+55e4,U+55e9,U+55ec,U+55ee,U+55f1,U+55f6-55f9,U+55fd-55ff,U+5605,U+5607-5608,U+560a,U+560d-5612), + 47: (U+528d,U+5291-5298,U+529a,U+529c,U+52a4-52a7,U+52ab-52ad,U+52af-52b0,U+52b5-52b8,U+52ba-52be,U+52c0-52c1,U+52c4-52c6,U+52c8,U+52ca,U+52cc-52cd,U+52cf-52d2,U+52d4,U+52d6-52d7,U+52db-52dc,U+52de,U+52e0-52e1,U+52e3,U+52e5-52e6,U+52e8-52ea,U+52ec,U+52f0-52f1,U+52f3-52fb,U+5300-5301,U+5303,U+5306-5308,U+530a-530d,U+530f-5311,U+5313,U+5315,U+5318-531f,U+5321,U+5323-5325,U+5327-532d,U+532f-5333,U+5335,U+5338,U+533c-533e,U+5340,U+5342,U+5345-5346,U+5349,U+534b-534c,U+5359,U+535b,U+535e,U+5361,U+5363-5367,U+5369,U+536c-536e,U+5372,U+5377,U+5379-537b,U+537d-537f,U+5382-5383,U+5387-5389,U+538e,U+5393-5394,U+5396,U+5398-5399,U+539d,U+53a0-53a1,U+53a4-53a6,U+53a9-53ab,U+53ad-53b0,U+53b2,U+53b4-53b8,U+53ba,U+53bd,U+53c0-53c1,U+53c3-53c5,U+53cf,U+53d2-53d3,U+53d5,U+53da-53db,U+53dd-53e0,U+53e2,U+53e6-53e8,U+53ed-53ee,U+53f4-53f5,U+53fa,U+5401-5403,U+540b,U+540f,U+5412-5413,U+541a,U+541d-541e,U+5421,U+5424,U+5427-542a,U+542c-542f,U+5431,U+5433-5436,U+543c-543d), + 48: (U+50dd-50df,U+50e1-50e6,U+50e8-50e9,U+50ed-50f6,U+50f9-50fb,U+50fe,U+5101-5103,U+5106-5109,U+510b-510e,U+5110,U+5112,U+5114-511e,U+5121,U+5123,U+5127-5128,U+512c-512d,U+512f,U+5131,U+5133-5135,U+5137-513c,U+513f-5142,U+5147,U+514a,U+514c,U+514f,U+5152-5155,U+5157-5158,U+515f-5160,U+5162,U+5164,U+5166-5167,U+5169-516a,U+516e,U+5173-5174,U+5179,U+517b,U+517e,U+5180,U+5182-5184,U+5189,U+518b-518c,U+518e-5191,U+5193,U+5195-5196,U+5198,U+519d,U+51a1-51a4,U+51a6,U+51a9-51ab,U+51ad,U+51b0-51b3,U+51b5,U+51b8,U+51ba,U+51bc-51bf,U+51c2-51c3,U+51c5,U+51c8-51cb,U+51cf,U+51d1-51d6,U+51d8,U+51de-51e0,U+51e2,U+51e5,U+51e7,U+51e9,U+51ec-51ee,U+51f2-51f5,U+51f7,U+51fe,U+5201-5202,U+5204-5205,U+520b,U+520e,U+5212-5216,U+5218,U+5222,U+5226-5228,U+522a-522b,U+522e,U+5231-5233,U+5235,U+523c,U+5244-5245,U+5249,U+524b-524c,U+524f,U+5254-5255,U+5257-5258,U+525a,U+525c-5261,U+5266,U+5269,U+526c,U+526e,U+5271,U+5273-5274,U+5277-5279,U+527d,U+527f-5280,U+5282-5285,U+5288-528a,U+528c), + 49: (U+4f57-4f58,U+4f5a-4f5b,U+4f5d-4f5f,U+4f63-4f64,U+4f69-4f6a,U+4f6c,U+4f6e-4f71,U+4f76-4f7e,U+4f81-4f85,U+4f88-4f8a,U+4f8c,U+4f8e-4f90,U+4f92-4f94,U+4f96-4f9a,U+4f9e-4fa0,U+4fab,U+4fad,U+4faf,U+4fb2,U+4fb7,U+4fb9,U+4fbb-4fbe,U+4fc0-4fc1,U+4fc4-4fc6,U+4fc8-4fc9,U+4fcb-4fd4,U+4fd8,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2,U+4fe4-4fe6,U+4fef-4ff2,U+4ff6,U+4ffc-5002,U+5004-5007,U+500a,U+500c,U+500e-5011,U+5013-5014,U+5016-5018,U+501a-501e,U+5021-5023,U+5025-502a,U+502c-502e,U+5030,U+5032-5033,U+5035,U+5039,U+503b,U+5040-5043,U+5045-5048,U+504a,U+504c,U+504e,U+5050-5053,U+5055-5057,U+5059-505a,U+505f-5060,U+5062-5063,U+5066-5067,U+506a,U+506c-506d,U+5070-5072,U+5077-5078,U+5080-5081,U+5083-5086,U+5088,U+508a,U+508e-5090,U+5092-5096,U+509a-509c,U+509e-50a3,U+50aa,U+50ad,U+50af-50b4,U+50b9-50bb,U+50bd,U+50c0,U+50c2-50c4,U+50c7,U+50c9-50ca,U+50cc,U+50ce,U+50d0-50d1,U+50d3-50d4,U+50d6,U+50d8-50d9,U+50dc), + 50: (U+4093,U+4103,U+4105,U+4148,U+414f,U+4163,U+41b4,U+41bf,U+41e6,U+41ee,U+41f3,U+4207,U+420e,U+4264,U+4293,U+42c6,U+42d6,U+42dd,U+4302,U+432b,U+4343,U+43ee,U+43f0,U+4408,U+440c,U+4417,U+441c,U+4422,U+4453,U+445b,U+4476,U+447a,U+4491,U+44b3,U+44be,U+44d4,U+4508,U+450d,U+4525,U+4543,U+457a,U+459d,U+45b8,U+45be,U+45e5,U+45ea,U+460f-4610,U+4641,U+4665,U+46a1,U+46ae-46af,U+470c,U+471f,U+4764,U+47e6,U+47fd,U+4816,U+481e,U+4844,U+484e,U+48b5,U+49b0,U+49e7,U+49fa,U+4a04,U+4a29,U+4abc,U+4b38,U+4b3b,U+4b7e,U+4bc2,U+4bca,U+4bd2,U+4be8,U+4c17,U+4c20,U+4c38,U+4cc4,U+4cd1,U+4ce1,U+4d07,U+4d77,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e12,U+4e15,U+4e17,U+4e19,U+4e1e-4e1f,U+4e23-4e24,U+4e28-4e2c,U+4e2e-4e31,U+4e35-4e37,U+4e3f-4e42,U+4e44,U+4e47-4e48,U+4e4d-4e4e,U+4e51,U+4e55-4e56,U+4e58,U+4e5a-4e5c,U+4e62-4e63,U+4e68-4e69,U+4e74-4e75,U+4e79,U+4e7f,U+4e82,U+4e85,U+4e8a,U+4e8d-4e8e,U+4e96-4e99,U+4e9d-4ea0,U+4ea2,U+4ea5-4ea6,U+4ea8,U+4eaf-4eb0,U+4eb3,U+4eb6,U+4eb9,U+4ebb-4ebc,U+4ec2-4ec4,U+4ec6-4ec8,U+4ecd,U+4ed0,U+4ed7,U+4eda-4edb,U+4edd-4ee2,U+4ee8,U+4eeb,U+4eed,U+4eef,U+4ef1,U+4ef3,U+4ef5,U+4ef7,U+4efc-4f00,U+4f02-4f03,U+4f08-4f09,U+4f0b-4f0d,U+4f12,U+4f15-4f17,U+4f19,U+4f1c,U+4f2b,U+4f2e,U+4f30-4f31,U+4f33,U+4f35-4f37,U+4f39,U+4f3b,U+4f3e,U+4f40,U+4f42-4f43,U+4f48-4f49,U+4f4b-4f4c,U+4f52,U+4f54,U+4f56), + 51: (U+3395-339b,U+339e-33a0,U+33a2-33ff,U+3402,U+3405-3406,U+3427,U+342c,U+342e,U+3468,U+346a,U+3488,U+3492,U+34b5,U+34bc,U+34c1,U+34c7,U+34db,U+351f,U+353e,U+355d-355e,U+3563,U+356e,U+35a6,U+35a8,U+35c5,U+35da,U+35de,U+35f4,U+3605,U+3614,U+364a,U+3691,U+3696,U+3699,U+36cf,U+3761-3762,U+376b-376c,U+3775,U+378d,U+37c1,U+37e2,U+37e8,U+37f4,U+37fd,U+3800,U+382f,U+3836,U+3840,U+385c,U+3861,U+38a1,U+38ad,U+38fa,U+3917,U+391a,U+396f,U+39a4,U+39b8,U+3a5c,U+3a6e,U+3a73,U+3a85,U+3ac4,U+3acb,U+3ad6-3ad7,U+3aea,U+3af3,U+3b0e,U+3b1a,U+3b1c,U+3b22,U+3b35,U+3b6d,U+3b77,U+3b87-3b88,U+3b8d,U+3ba4,U+3bb6,U+3bc3,U+3bcd,U+3bf0,U+3bf3,U+3c0f,U+3c26,U+3cc3,U+3cd2,U+3d11,U+3d1e,U+3d31,U+3d4e,U+3d64,U+3d9a,U+3dc0,U+3dcc,U+3dd4,U+3e05,U+3e3f-3e40,U+3e60,U+3e66,U+3e68,U+3e83,U+3e8a,U+3e94,U+3eda,U+3f57,U+3f72,U+3f75,U+3f77,U+3fae,U+3fb1,U+3fc9,U+3fd7,U+3fdc,U+4039,U+4058), + 52: (U+32b5-332b,U+332d-3394), + 53: (U+31c8-31e3,U+31f0-321e,U+3220-3230,U+3232-32b4), + 54: (U+3028-303f,U+3094-3096,U+309f-30a0,U+30ee,U+30f7-30fa,U+30ff,U+3105-312f,U+3131-3163,U+3165-318e,U+3190-31bb,U+31c0-31c7), + 55: (U+2f14-2fd5,U+2ff0-2ffb,U+3004,U+3013,U+3016-301b,U+301e,U+3020-3027), + 56: (U+25e4-25e6,U+2601-2603,U+2609,U+260e-260f,U+2616-2617,U+261c-261f,U+262f,U+2641,U+2660,U+2662-2664,U+2666-2668,U+266d-266e,U+2672-267d,U+26bd-26be,U+2702,U+271a,U+273d,U+2740,U+2756,U+2776-2793,U+27a1,U+2934-2935,U+29bf,U+29fa-29fb,U+2b05-2b07,U+2b1a,U+2b95,U+2e3a-2e3b,U+2e80-2e99,U+2e9b-2ef3,U+2f00-2f13), + 57: (U+24d1-24ff,U+2503-2513,U+2515-2516,U+2518-251b,U+251d-2522,U+2524-259f,U+25a2-25ab,U+25b1,U+25b7,U+25c0-25c1,U+25c9-25ca,U+25cc,U+25d0-25d3,U+25e2-25e3), + 58: (U+2105,U+2109-210a,U+210f,U+2116,U+2121,U+2126-2127,U+212b,U+212e,U+2135,U+213b,U+2194-2199,U+21b8-21b9,U+21c4-21c6,U+21cb-21cc,U+21d0,U+21e6-21e9,U+21f5,U+2202-2203,U+2205-2206,U+2208-220b,U+220f,U+2211,U+2213,U+2215,U+221a,U+221d,U+2220,U+2223,U+2225-2226,U+2228,U+222a-222e,U+2234-2237,U+223d,U+2243,U+2245,U+2248,U+224c,U+2260,U+2262,U+2264-2265,U+226e-226f,U+2272-2273,U+2276-2277,U+2283-2287,U+228a-228b,U+2295-2299,U+22a0,U+22a5,U+22bf,U+22da-22db,U+22ef,U+2305-2307,U+2318,U+2329-232a,U+23b0-23b1,U+23be-23cc,U+23ce,U+23da-23db,U+2423,U+2469-24d0), + 59: (U+a1-a4,U+a6-a7,U+aa,U+ac-ad,U+b5-b6,U+b8-ba,U+bc-c8,U+ca-cc,U+ce-d5,U+d9-db,U+dd-df,U+e6,U+ee,U+f0,U+f5,U+f7,U+f9,U+fb,U+fe-102,U+110-113,U+11a-11b,U+128-12b,U+143-144,U+147-148,U+14c,U+14e-14f,U+152-153,U+168-16d,U+192,U+1a0-1a1,U+1af,U+1cd-1dc,U+1f8-1f9,U+251,U+261,U+2bb,U+2c7,U+2c9,U+2ea-2eb,U+304,U+307,U+30c,U+1e3e-1e3f,U+1ea0-1ebe,U+1ec0-1ec6,U+1ec8-1ef9,U+2011-2012,U+2016,U+2018-201a,U+201e,U+2021,U+2030,U+2033,U+2035,U+2042,U+2047,U+2051,U+2074,U+20a9,U+20ab-20ac,U+20dd-20de,U+2100), + 60: (U+2227,U+26a0,U+2713,U+301f,U+4ff8,U+5239,U+526a,U+54fa,U+5740,U+5937,U+5993,U+59fb,U+5a3c,U+5c41,U+6028,U+626e,U+646f,U+647a,U+64b0,U+64e2,U+65a7,U+66fe,U+6727,U+6955,U+6bef,U+6f23,U+724c,U+767c,U+7a83,U+7ac4,U+7b67,U+8000,U+8471,U+8513,U+8599,U+86db,U+8718,U+87f2,U+88f3,U+8ad2,U+8e2a,U+8fa3,U+95a5,U+9798,U+9910,U+9957,U+9bab,U+9c3b,U+9daf,U+ff95), + 61: (U+a8,U+2032,U+2261,U+2282,U+3090,U+30f1,U+339c,U+535c,U+53d9,U+56a2,U+56c1,U+5806,U+589f,U+59d0,U+5a7f,U+60e0,U+639f,U+65af,U+68fa,U+69ae,U+6d1b,U+6ef2,U+71fb,U+725d,U+7262,U+75bc,U+7768,U+7940,U+79bf,U+7bed,U+7d68,U+7dfb,U+814b,U+8207,U+83e9,U+8494,U+8526,U+8568,U+85ea,U+86d9,U+87ba,U+8861,U+887f,U+8fe6,U+9059,U+9061,U+916a,U+976d,U+97ad,U+9ece), + 62: (U+2d9,U+21d4,U+301d,U+515c,U+52fe,U+5420,U+5750,U+5766,U+5954,U+5b95,U+5f8a,U+5f98,U+620c,U+621f,U+641c,U+66d9,U+676d,U+6775,U+67f5,U+694a,U+6a02,U+6a3a,U+6a80,U+6c23,U+6c72,U+6dcb,U+6faa,U+707c,U+71c8,U+7422,U+74e2,U+7791,U+7825,U+7a14,U+7a1c,U+7c95,U+7fc1,U+82a5,U+82db,U+8304,U+853d,U+8cd3,U+8de8,U+8f0c,U+8f3f,U+9091,U+91c7,U+929a,U+98af,U+9913), + 63: (U+2ca-2cb,U+2229,U+2468,U+2669,U+266f,U+273f,U+4ec0,U+4f60,U+4fb6,U+5347,U+540e,U+543b,U+5b0c,U+5d4c,U+5f14,U+5f9e,U+6155,U+62d0,U+6602,U+6666,U+66f3,U+67a2,U+67ca,U+69cc,U+6d29,U+6d9b,U+6e3e,U+6f81,U+7109,U+73c0,U+73c2,U+7425,U+7435-7436,U+7525,U+7554,U+785d,U+786b,U+7ae3,U+7b94,U+7d18,U+81bf,U+8511,U+8549,U+9075,U+9640,U+98e2,U+9e9f,U+ff96), + 64: (U+2467,U+4ece,U+4ed4,U+4f91,U+4fae,U+534d,U+53c9,U+54b3,U+586b,U+5944,U+5b78,U+5df7,U+5f77,U+6101,U+6167-6168,U+61a4,U+62d9,U+698a,U+699b,U+6a59,U+6cc4,U+6e07,U+7099,U+75d2,U+77ad,U+7953,U+7984,U+7a92,U+7baa,U+7dbb,U+817f,U+82ad,U+85e9,U+868a,U+8caa,U+8f44,U+9017,U+907c,U+908a,U+92f3,U+936e,U+9435,U+978d,U+9838,U+9a28,U+9b41,U+9ba8,U+9c57,U+9eb9), + 65: (U+b1,U+309b,U+4e5e,U+51f1,U+5506,U+55c5,U+58cc,U+59d1,U+5c51,U+5ef7,U+6284,U+62d7,U+6689,U+673d,U+6a2b,U+6a8e,U+6a9c,U+6d63,U+6dd1,U+70b8,U+7235,U+72db,U+72f8,U+7560,U+7c9b,U+7ce7,U+7e1e,U+80af,U+82eb,U+8463,U+8499,U+85dd,U+86ee,U+8a60,U+8a6e,U+8c79,U+8e87,U+8e8a,U+8f5f,U+9010,U+918d,U+9190,U+965b,U+97fb,U+9ab8,U+9bad,U+9d3b,U+9d5c,U+9dfa,U+9e93), + 66: (U+2020,U+3003,U+3231,U+4e9b,U+4f3d,U+4f47,U+51b6,U+51dc,U+53e1,U+5bc5,U+602f,U+60bc,U+61c9,U+633d,U+637b,U+6492,U+65fa,U+660f,U+66f0,U+6703,U+681e,U+6876,U+6893,U+6912,U+698e,U+6c7d,U+714c,U+7169,U+71d5,U+725f,U+72d7,U+745b,U+74dc,U+75e2,U+7891,U+7897,U+7dcb,U+810a,U+8218,U+8339,U+840e,U+852d,U+8823,U+8a0a,U+9089,U+919c,U+971c,U+9ad9,U+ff4a,U+ff5a), + 67: (U+2466,U+2600,U+4eab,U+4fe3,U+4ff5,U+51a5,U+51f0,U+536f,U+53d4,U+53f1,U+54a5,U+559d,U+55e3,U+58fa,U+5962,U+59ea,U+5c16,U+5cef,U+5d16,U+5f10,U+5fd6,U+6190,U+6216,U+634f,U+63bb,U+66d6,U+6756,U+6bc5,U+6e26,U+727d,U+731f,U+76f2,U+7729,U+7a7f,U+7aff,U+7c9f,U+818f,U+8236,U+82b9,U+8338,U+85aa,U+88b4,U+8b33,U+904d,U+93a7,U+96cc,U+96eb,U+9aed,U+9b8e,U+fa11), + 68: (U+251c,U+2523,U+4e14,U+545f,U+54bd,U+553e,U+55dc,U+56da,U+589c,U+5b55,U+5bb5,U+5ce1,U+5df4,U+5eb6,U+5ec9,U+6191,U+62f7,U+6357,U+64a5,U+6591,U+65bc,U+6897,U+6e1a,U+7063,U+711a,U+721b,U+722c,U+75b9,U+75d5,U+75fa,U+7766,U+7aae,U+7b48,U+7b8b,U+7d21,U+7e55,U+7f75,U+842c,U+8910,U+8a63,U+8b39,U+8b5a,U+8cdc,U+8d74,U+907d,U+91e7,U+9306,U+96bc,U+98f4,U+9ac4), + 69: (U+2003,U+2312,U+266c,U+4f86,U+51ea,U+5243,U+5256,U+541f,U+5841,U+59dc,U+5df3,U+601c,U+60e7,U+632b,U+638c,U+64ad,U+6881,U+697c,U+69cd,U+6c50,U+6d2a,U+6fc1,U+7027,U+7058,U+70f9,U+714e,U+7345,U+751a,U+760d,U+764c,U+77db,U+7d79,U+7e8f,U+80ce,U+814e,U+81fc,U+8247,U+8278,U+85a9,U+8a03,U+90ed,U+9784,U+9801,U+984e,U+99b3,U+9bc9,U+9bdb,U+9be8,U+9e78,U+ff6b), + 70: (U+266b,U+3006,U+5176,U+5197,U+51a8,U+51c6,U+52f2,U+5614,U+5875,U+5a2f,U+5b54,U+5ce0,U+5dba,U+5deb,U+5e63,U+5f59,U+5fcc,U+6068,U+6367,U+68b6,U+6a0b,U+6b64,U+6e15,U+6eba,U+7272,U+72a0,U+7947,U+7985,U+79e6,U+79e9,U+7a3d,U+7a9f,U+7aaf,U+7b95,U+7f60,U+7f9e,U+7fe0,U+8098,U+80ba,U+8106,U+82d4,U+831c,U+87f9,U+8a1f,U+8acf,U+90c1,U+920d,U+9756,U+fe43,U+ff94), + 71: (U+af,U+2465,U+2517,U+33a1,U+4f10,U+50c5,U+51b4,U+5384,U+5606,U+5bb0,U+5cac,U+5ee3,U+618e,U+61f2,U+62c9,U+66ab,U+66f9,U+6816,U+6960,U+6b3e,U+6f20,U+7078,U+72d0,U+73ed,U+7ad9,U+7b1b,U+7be4,U+7d62,U+7f51,U+80b4,U+80f4,U+8154,U+85fb,U+865c,U+8702,U+895f,U+8aed,U+8b90,U+8ced,U+8fbf,U+91d8,U+9418,U+9583,U+9591,U+9813,U+982c,U+9bd6,U+ff46,U+ff7f,U+ff88), + 72: (U+4e91,U+508d,U+50e7,U+514e,U+51f6,U+5446,U+5504,U+584a,U+59a8,U+59d3,U+5a46,U+5ac9,U+6020,U+60a6,U+6148,U+621a,U+6234,U+64c1,U+6523,U+675c,U+67d1,U+6953,U+6ccc,U+6df5,U+6e13,U+6f06,U+723a,U+7325,U+74e6,U+758e,U+75ab,U+75d9,U+7a40,U+8096,U+82fa,U+8587,U+8594,U+8a6b,U+8ab9,U+8b17,U+8b83,U+937c,U+963b,U+9673,U+96db,U+9ce9,U+9f4b,U+ff67,U+ff82,U+ff93), + 73: (U+221e,U+2514,U+51f9,U+5270,U+5449,U+5824,U+59a5,U+5a29,U+5d07,U+5e16,U+60e3,U+614c,U+6276,U+643e,U+64ab,U+6562,U+6681,U+670b,U+6734,U+67af,U+6a3d,U+6b05,U+6dc0,U+6e4a,U+7259,U+732a,U+7409,U+78a7,U+7a6b,U+8015,U+809b,U+817a,U+830e,U+837b,U+85ab,U+8a23,U+8a93,U+8b00,U+8b19,U+8b21,U+8cbf,U+8fb0,U+901d,U+91b8,U+9320,U+932c,U+9688,U+96f6,U+9df2,U+ff6a), + 74: (U+2002,U+2025,U+4f8d,U+51e1,U+51f8,U+5507,U+5598,U+58f1,U+5983,U+59ac,U+5c3c,U+5de7,U+5e7d,U+5eca,U+5f61,U+606d,U+60f9,U+636e,U+64ec,U+67da,U+67ff,U+6813,U+68f2,U+693f,U+6b6a,U+6bbb,U+6ef4,U+7092,U+717d,U+7261,U+73c8,U+7432,U+7483,U+76fe,U+7709,U+78d0,U+81a3,U+81b3,U+82af,U+8305,U+8309,U+8870,U+88fe,U+8cd1,U+8d66,U+906e,U+971e,U+9812,U+ff79,U+ff90), + 75: (U+2464,U+2501,U+2640,U+2642,U+339d,U+4f0e,U+5091,U+50b5,U+5132,U+51cc,U+558b,U+55aa,U+585e,U+5bee,U+5dfe,U+60b6,U+62b9,U+6349,U+6566,U+6590,U+6842,U+689d,U+6a58,U+6c70,U+6ff1,U+7815,U+7881,U+7aaa,U+7bc7,U+7def,U+7fa8,U+8017,U+8036,U+8061,U+821f,U+8429,U+8ce0,U+8e74,U+9019,U+90ca,U+9162,U+932f,U+93ae,U+9644,U+990c,U+9cf3,U+ff56,U+ff6e,U+ff7e,U+ff85), + 76: (U+2266-2267,U+4f2f,U+5208,U+5451,U+546a,U+5589,U+576a,U+5815,U+5a9a,U+5b9b,U+5c3a,U+5efb,U+5faa,U+6109,U+6643,U+6652,U+695a,U+69fd,U+6b86,U+6bb4,U+6daf,U+7089,U+70cf,U+7a00,U+7a4f,U+7b39,U+7d33,U+80e1,U+828b,U+82a6,U+86cd,U+8c8c,U+8cca,U+8df3,U+9077,U+9175,U+91dc,U+925b,U+9262,U+9271,U+92ed,U+9855,U+9905,U+9d28,U+ff3f,U+ff58,U+ff68,U+ff6d,U+ff9c), + 77: (U+2207,U+25ef,U+309c,U+4e4f,U+5146,U+51dd,U+5351,U+540a,U+5629,U+5eb5,U+5f04,U+5f13,U+60dc,U+6212,U+63b4,U+642c,U+6627,U+66a6,U+66c7,U+66fd,U+674e,U+6b96,U+6c4e,U+6df3,U+6e67,U+6f84,U+72fc,U+733f,U+7c97,U+7db1,U+7e4d,U+816b,U+82d1,U+84cb,U+854e,U+8607,U+86c7,U+871c,U+8776,U+8a89,U+8fc4,U+91a4,U+9285,U+9685,U+9903,U+9b31,U+9f13,U+ff42,U+ff74,U+ff91), + 78: (U+4e32,U+51db,U+53a8,U+53ea,U+5609,U+5674,U+5a92,U+5e7e,U+6115,U+611a,U+62cc,U+62ed,U+63c9,U+64b9,U+64e6,U+65cb,U+6606,U+6731,U+683d,U+6afb,U+7460,U+771e,U+78ef,U+7b26,U+7b51,U+7cde,U+7d10,U+7d2f,U+7d46,U+80de,U+819c,U+84b2,U+85cd,U+865a,U+8ecc,U+9022,U+90b8,U+9192,U+9675,U+96b7,U+99ff,U+ff44,U+ff55,U+ff6c,U+ff73,U+ff75,U+ff86,U+ff8d,U+ff92,U+ffe3), + 79: (U+25b3,U+30f5,U+4eae,U+4f46,U+4f51,U+5203,U+52ff,U+55a7,U+564c,U+565b,U+57f9,U+5805,U+5b64,U+5e06,U+5f70,U+5f90,U+60e8,U+6182,U+62f3,U+62fe,U+63aa,U+64a4,U+65d7,U+673a,U+6851,U+68cb,U+68df,U+6d1e,U+6e58,U+6e9d,U+77b3,U+7832,U+7c3f,U+7db4,U+7f70,U+80aa,U+80c6,U+8105,U+819d,U+8276,U+8679,U+8986,U+8c9d,U+8fc5,U+916c,U+9665,U+9699,U+96c0,U+9a19,U+ff8b), + 80: (U+2463,U+25a1,U+4ef0,U+5076,U+5098,U+51fd,U+5302,U+5448,U+54c9,U+570b,U+583a,U+5893,U+58a8,U+58ee,U+5949,U+5bdb,U+5f26,U+5f81,U+6052,U+6170,U+61c7,U+631f,U+635c,U+664b,U+69fb,U+6f01,U+7070,U+722a,U+745e,U+755c,U+76c6,U+78c1,U+79e4,U+7bb8,U+7d0b,U+81a8,U+82d7,U+8b5c,U+8f14,U+8fb1,U+8fbb,U+9283,U+9298,U+9a30,U+ff03,U+ff50,U+ff59,U+ff7b,U+ff8e-ff8f), + 81: (U+2010,U+2502,U+25b6,U+4f3a,U+514b,U+5265,U+52c3,U+5339,U+53ec,U+54c0,U+55b0,U+5854,U+5b8f,U+5cb3,U+5e84,U+60da,U+6247,U+6249,U+628a,U+62cd,U+65ac,U+6838,U+690e,U+6cf0,U+6f02,U+6f2c,U+6f70,U+708a,U+7434,U+75be,U+77ef,U+7c60,U+7c98,U+7d1b,U+7e2b,U+80a5,U+81e3,U+820c,U+8210,U+8475,U+862d,U+8650,U+8997,U+906d,U+91c8,U+9700,U+9727,U+9df9,U+ff3a,U+ff9a), + 82: (U+2103,U+5049,U+52b1,U+5320,U+5553,U+572d,U+58c7,U+5b5d,U+5bc2,U+5de3,U+5e61,U+5f80,U+61a9,U+67d0,U+67f4,U+6c88,U+6ca1,U+6ce5,U+6d78,U+6e9c,U+6f54,U+731b,U+73b2,U+74a7,U+74f6,U+75e9,U+7b20,U+7c8b,U+7f72,U+809d,U+8108,U+82b3,U+82bd,U+84b8,U+84c4,U+88c2,U+8ae6,U+8ef8,U+902e,U+9065,U+9326,U+935b,U+938c,U+9676,U+9694,U+96f7,U+9ed9,U+ff48,U+ff4c,U+ff81), + 83: (U+2500,U+3008-3009,U+4ead,U+4f0f,U+4fca,U+53eb,U+543e,U+57a2,U+5cf0,U+5e8f,U+5fe0,U+61b2,U+62d8,U+6442,U+64b2,U+6589,U+659c,U+67f1,U+68c4,U+6cb8,U+6d12,U+6de1,U+6fe1,U+70c8,U+723d,U+73e0,U+7656,U+773a,U+7948,U+7b87,U+7c92,U+7d3a,U+7e1b,U+7e4a,U+819a,U+8358,U+83c5,U+84bc,U+864e,U+8912,U+8c9e,U+8d05,U+92fc,U+9396,U+98fd,U+99d2,U+ff64,U+ff7a,U+ff83), + 84: (U+3014-3015,U+4e3c,U+5036,U+5075,U+533f,U+53e9,U+5531,U+5642,U+5984,U+59e6,U+5a01,U+5b6b,U+5c0b,U+5f25,U+6069,U+60a0,U+614e,U+62b5,U+62d2-62d3,U+6597,U+660c,U+674f,U+67cf,U+6841,U+6905,U+6cf3,U+6d32,U+6d69,U+6f64,U+716e,U+7761,U+7b52,U+7be0,U+7dbf,U+7de9,U+7f36,U+81d3,U+8302,U+8389,U+846c,U+84ee,U+8a69,U+9038,U+9d8f,U+ff47,U+ff4b,U+ff76,U+ff9b), + 85: (U+25c7,U+3007,U+504f,U+507d,U+51a0,U+52a3,U+5410,U+5510,U+559a,U+5782,U+582a,U+5c0a,U+5c3f,U+5c48,U+5f6b,U+6176,U+622f,U+6279,U+62bd,U+62dd,U+65ed,U+67b6,U+6817,U+6850,U+6d6a,U+6deb,U+6ea2,U+6edd,U+6f5c,U+72e9,U+73a9,U+7573,U+76bf,U+7950,U+7956,U+7f8a,U+7ffc,U+80a2,U+80c3,U+83ca,U+8a02,U+8a13,U+8df5,U+9375,U+983b,U+99b4,U+ff4e,U+ff71,U+ff89,U+ff97), + 86: (U+24,U+2022,U+2212,U+221f,U+2665,U+4ecf,U+5100,U+51cd,U+52d8,U+5378,U+53f6,U+574a,U+5982,U+5996,U+5c1a,U+5e1d,U+5f84,U+609f,U+61a7,U+61f8,U+6398,U+63ee,U+6676,U+6691,U+6eb6,U+7126,U+71e5,U+7687,U+7965,U+7d17,U+80a1,U+8107,U+8266,U+85a6,U+8987,U+8ca2,U+8cab,U+8e0a,U+9042,U+95c7,U+9810,U+9867,U+98fc,U+ff52-ff54,U+ff61,U+ff77,U+ff98-ff99), + 87: (U+b0,U+226a,U+2462,U+4e39,U+4fc3,U+4fd7,U+50be,U+50da,U+5200,U+5211,U+54f2,U+5618,U+596a,U+5b22,U+5bb4,U+5d50,U+60a3,U+63fa,U+658e,U+65e8,U+6669,U+6795,U+679d,U+67a0,U+6b3a,U+6e09,U+757f,U+7cd6,U+7dbe,U+7ffb,U+83cc,U+83f1,U+840c,U+845b,U+8846,U+8972,U+8a34,U+8a50,U+8a87,U+8edf,U+8ff0,U+90a6,U+9154,U+95a3,U+9663,U+9686,U+96c7,U+ff3c,U+ff7c,U+ff8a), + 88: (U+25bd,U+4e59,U+4ec1,U+4ff3,U+515a,U+518a,U+525b,U+5375,U+552f,U+57a3,U+5b9c,U+5c3d,U+5e3d,U+5e7b,U+5f0a,U+6094,U+6458,U+654f,U+67f3,U+6b8a,U+6bd2,U+6c37,U+6ce1,U+6e56,U+6e7f,U+6ed1,U+6ede,U+6f0f,U+70ad,U+7267,U+7363,U+786c,U+7a42,U+7db2,U+7f85,U+8178,U+829d,U+8896,U+8c5a,U+8cb0,U+8ce2,U+8ed2,U+9047,U+9177,U+970a,U+9ea6,U+ff1b,U+ff31,U+ff39,U+ff80), + 89: (U+a5,U+4e80,U+4f34,U+4f73,U+4f75,U+511f,U+5192,U+52aa,U+53c8,U+570f,U+57cb,U+596e,U+5d8b,U+5f66,U+5fd9,U+62db,U+62f6,U+6328,U+633f,U+63a7,U+6469,U+6bbf,U+6c41,U+6c57,U+6d44,U+6dbc,U+706f,U+72c2,U+72ed,U+7551,U+75f4,U+7949,U+7e26,U+7fd4,U+8150,U+8af8,U+8b0e,U+8b72,U+8ca7,U+934b,U+9a0e,U+9a12,U+9b42,U+ff41,U+ff43,U+ff45,U+ff49,U+ff4f,U+ff62-ff63), + 90: (U+4e18,U+4fb5,U+5104,U+52c7,U+5353,U+5374,U+53e5,U+587e,U+594f,U+5a20,U+5de1,U+5f18,U+5fcd,U+6291,U+62ab,U+6355,U+6392,U+63da,U+63e1,U+656c,U+6687,U+68b0-68b1,U+68d2,U+68da,U+6b27,U+6cbc,U+7159,U+7344,U+73cd,U+76df,U+790e,U+7cf8,U+8102,U+88c1,U+8aa0,U+8e0f,U+9178,U+92ad,U+9670,U+96c5,U+9cf4,U+9db4,U+ff3e,U+ff6f,U+ff72,U+ff78,U+ff7d,U+ff84,U+ff8c), + 91: (U+60,U+2200,U+226b,U+2461,U+517c,U+526f,U+5800,U+5b97,U+5bf8,U+5c01,U+5d29,U+5e4c,U+5e81,U+6065,U+61d0,U+667a,U+6696,U+6843,U+6c99,U+6d99,U+6ec5,U+6f22,U+6f6e,U+6fa4,U+6fef,U+71c3,U+72d9,U+7384,U+78e8,U+7a1a,U+7a32,U+7a3c,U+7adc,U+7ca7,U+7d2b,U+7dad,U+7e4b,U+80a9,U+8170,U+81ed,U+820e,U+8a17,U+8afe,U+90aa,U+914e,U+963f,U+99c4,U+9eba,U+9f3b,U+ff38), + 92: (U+2460,U+4e5f,U+4e7e,U+4ed9,U+501f,U+502b,U+5968,U+5974,U+5ac1,U+5b99,U+5ba3,U+5be7,U+5be9,U+5c64,U+5cb8,U+5ec3,U+5f1f,U+616e,U+6297,U+62e0,U+62ec,U+6368,U+642d,U+65e6,U+6717,U+676f,U+6b04,U+732e,U+7652,U+76ca,U+76d7,U+7802,U+7e70,U+7f6a,U+8133,U+81e8,U+866b,U+878d,U+88f8,U+8a5e,U+8cdb,U+8d08,U+907a,U+90e1,U+96f2,U+9f8d,U+ff35,U+ff37,U+ff40,U+ff9d), + 93: (U+21d2,U+25ce,U+300a-300b,U+4e89,U+4e9c,U+4ea1,U+5263,U+53cc,U+5426,U+5869,U+5947,U+598a,U+5999,U+5e55,U+5e72,U+5e79,U+5fae,U+5fb9,U+602a,U+6163,U+624d,U+6749,U+6c5a,U+6cbf,U+6d45,U+6dfb,U+6e7e,U+708e,U+725b,U+7763,U+79c0,U+7bc4,U+7c89,U+7e01,U+7e2e,U+8010,U+8033,U+8c6a,U+8cc3,U+8f1d,U+8f9b,U+8fb2,U+907f,U+90f7,U+9707,U+9818,U+9b3c,U+ff0a,U+ff4d), + 94: (U+2015,U+2190,U+4e43,U+5019,U+5247,U+52e7,U+5438,U+54b2,U+55ab,U+57f7,U+5bd2,U+5e8a,U+5ef6,U+6016,U+60b2,U+6162,U+6319,U+6551,U+6607,U+66b4,U+675f,U+67d4,U+6b20,U+6b53,U+6ce3,U+719f,U+75b2,U+770b,U+7720,U+77ac,U+79d2,U+7af9,U+7d05,U+7dca,U+8056,U+80f8,U+81f3,U+8352,U+885d,U+8a70,U+8aa4,U+8cbc,U+900f,U+9084,U+91e3,U+9451,U+96c4,U+99c6,U+9ad4,U+ff70), + 95: (U+2193,U+25b2,U+4e4b,U+516d,U+51c4,U+529f,U+52c9,U+5360,U+5442,U+5857,U+5915,U+59eb,U+5a9b,U+5c3b,U+6012,U+61b6,U+62b1,U+6311,U+6577,U+65e2,U+65ec,U+6613,U+6790,U+6cb9,U+7372,U+76ae,U+7d5e,U+7fcc,U+88ab,U+88d5,U+8caf,U+8ddd,U+8ecd,U+8f38,U+8f9e,U+8feb,U+9063,U+90f5,U+93e1,U+968a,U+968f,U+98fe,U+9ec4,U+ff1d,U+ff27,U+ff2a,U+ff36,U+ff3b,U+ff3d,U+ffe5), + 96: (U+4e03,U+4f38,U+50b7,U+5264,U+5348,U+5371,U+585a,U+58ca,U+5951,U+59b9,U+59d4,U+5b98,U+5f8b,U+6388,U+64cd,U+65e7,U+6803,U+6b6f,U+6d66,U+6e0b,U+6ecb,U+6fc3,U+72ac,U+773c,U+77e2,U+7968,U+7a74,U+7dba,U+7dd1,U+7e3e,U+808c,U+811a,U+8179,U+8239,U+8584,U+8a0e,U+8a72,U+8b66,U+8c46,U+8f29,U+90a3,U+9234,U+96f0,U+9769,U+9774,U+9aa8,U+ff26,U+ff28,U+ff9e-ff9f), + 97: (U+7e,U+b4,U+25c6,U+2661,U+4e92,U+4eee,U+4ffa,U+5144,U+5237,U+5287,U+52b4,U+58c1,U+5bff,U+5c04,U+5c06,U+5e95,U+5f31,U+5f93,U+63c3,U+640d,U+6557,U+6614,U+662f,U+67d3,U+690d,U+6bba,U+6e6f,U+72af,U+732b,U+7518,U+7ae0,U+7ae5,U+7af6,U+822a,U+89e6,U+8a3a,U+8a98,U+8cb8,U+8de1,U+8e8d,U+95d8,U+961c,U+96a3,U+96ea,U+9bae,U+ff20,U+ff22,U+ff29,U+ff2b-ff2c), + 98: (U+25cb,U+4e71,U+4f59,U+50d5,U+520a,U+5217,U+5230,U+523a-523b,U+541b,U+5439,U+5747,U+59c9,U+5bdf,U+5c31,U+5de8,U+5e7c,U+5f69,U+6050,U+60d1,U+63cf,U+663c,U+67c4,U+6885,U+6c38,U+6d6e,U+6db2,U+6df7,U+6e2c,U+6f5f,U+7532,U+76e3-76e4,U+7701,U+793c,U+79f0,U+7a93,U+7d00,U+7de0,U+7e54,U+8328,U+8840,U+969c,U+96e8,U+9811,U+9aea,U+9b5a,U+ff24,U+ff2e,U+ff57), + 99: (U+2191,U+505c,U+52e4,U+5305,U+535a,U+56e0,U+59bb,U+5acc,U+5b09,U+5b87,U+5c90,U+5df1,U+5e2d,U+5e33,U+5f3e,U+6298,U+6383,U+653b,U+6697,U+6804,U+6a39,U+6cca,U+6e90,U+6f2b,U+702c,U+7206,U+7236,U+7559,U+7565,U+7591,U+75c7,U+75db,U+7b4b,U+7bb1,U+7d99,U+7fbd,U+8131,U+885b,U+8b1d,U+8ff7,U+9003,U+9045,U+96a0,U+9732,U+990a,U+99d0,U+9e97,U+9f62,U+ff25,U+ff2d), + 100: (U+4e08,U+4f9d,U+5012,U+514d,U+51b7,U+5275,U+53ca,U+53f8,U+5584,U+57fc,U+5b9d,U+5bfa,U+5c3e,U+5f01,U+5fb4,U+5fd7,U+606f,U+62e1,U+6563,U+6674,U+6cb3,U+6d3e,U+6d74,U+6e1b,U+6e2f,U+718a,U+7247,U+79d8,U+7d14,U+7d66,U+7d71,U+7df4,U+7e41,U+80cc,U+8155,U+83d3,U+8a95,U+8ab2,U+8ad6,U+8ca1,U+9000,U+9006,U+9678,U+97d3,U+9808,U+98ef,U+9a5a,U+9b45,U+ff23,U+ff30), + 101: (U+25bc,U+3012,U+4ef2,U+4f0a,U+516b,U+5373,U+539a,U+53b3,U+559c,U+56f0,U+5727,U+5742,U+5965,U+59ff,U+5bc6,U+5dfb,U+5e45,U+5ead,U+5fb3,U+6211,U+6253,U+639b,U+63a8,U+6545,U+6575,U+6628,U+672d,U+68a8,U+6bdb,U+6d25,U+707d,U+767e,U+7834,U+7b46,U+7bc9,U+8074,U+82e6,U+8349,U+8a2a,U+8d70,U+8da3,U+8fce,U+91cc,U+967d,U+97ff,U+9996,U+ff1c,U+ff2f,U+ff32,U+ff34), + 102: (U+3d,U+5e,U+25cf,U+4e0e,U+4e5d,U+4e73,U+4e94,U+4f3c,U+5009,U+5145,U+51ac,U+5238,U+524a,U+53f3,U+547c,U+5802,U+5922,U+5a66,U+5c0e,U+5de6,U+5fd8,U+5feb,U+6797,U+685c,U+6b7b,U+6c5f-6c60,U+6cc9,U+6ce2,U+6d17,U+6e21,U+7167,U+7642,U+76db,U+8001,U+821e,U+8857,U+89d2,U+8b1b,U+8b70,U+8cb4,U+8cde,U+8f03,U+8f2a,U+968e,U+9b54,U+9e7f,U+9ebb,U+ff05,U+ff33), + 103: (U+500d,U+5074,U+50cd,U+5175,U+52e2,U+5352,U+5354,U+53f2,U+5409,U+56fa,U+5a18,U+5b88,U+5bdd,U+5ca9,U+5f92,U+5fa9,U+60a9,U+623f,U+6483,U+653f,U+666f,U+66ae,U+66f2,U+6a21,U+6b66,U+6bcd,U+6d5c,U+796d,U+7a4d,U+7aef,U+7b56,U+7b97,U+7c4d,U+7e04,U+7fa9,U+8377,U+83dc,U+83ef,U+8535,U+8863,U+88cf,U+88dc,U+8907,U+8acb,U+90ce,U+91dd,U+ff0b,U+ff0d,U+ff19,U+ff65), + 104: (U+4e01,U+4e21,U+4e38,U+52a9,U+547d,U+592e,U+5931,U+5b63,U+5c40,U+5dde,U+5e78,U+5efa,U+5fa1,U+604b,U+6075,U+62c5,U+632f,U+6a19,U+6c0f,U+6c11,U+6c96,U+6e05,U+70ba,U+71b1,U+7387,U+7403,U+75c5,U+77ed,U+795d,U+7b54,U+7cbe,U+7d19,U+7fa4,U+8089,U+81f4,U+8208,U+8336,U+8457,U+8a33,U+8c4a,U+8ca0,U+8ca8,U+8cc0,U+9014,U+964d,U+9803,U+983c,U+98db,U+ff17,U+ff21), + 105: (U+25,U+25a0,U+4e26,U+4f4e,U+5341,U+56f2,U+5bbf,U+5c45,U+5c55,U+5c5e,U+5dee,U+5e9c,U+5f7c,U+6255,U+627f,U+62bc,U+65cf,U+661f,U+666e,U+66dc,U+67fb,U+6975,U+6a4b,U+6b32,U+6df1,U+6e29,U+6fc0,U+738b,U+7686,U+7a76,U+7a81,U+7c73,U+7d75,U+7dd2,U+82e5,U+82f1,U+85ac,U+888b,U+899a,U+8a31,U+8a8c,U+8ab0,U+8b58,U+904a,U+9060,U+9280,U+95b2,U+984d,U+9ce5,U+ff18), + 106: (U+30f6,U+50ac,U+5178,U+51e6,U+5224,U+52dd,U+5883,U+5897,U+590f,U+5a5a,U+5bb3,U+5c65,U+5e03,U+5e2b,U+5e30,U+5eb7,U+6271,U+63f4,U+64ae,U+6574,U+672b,U+679a,U+6a29-6a2a,U+6ca2,U+6cc1,U+6d0b,U+713c,U+74b0,U+7981,U+7a0b,U+7bc0,U+7d1a,U+7d61,U+7fd2,U+822c,U+8996,U+89aa,U+8cac,U+8cbb,U+8d77,U+8def,U+9020,U+9152,U+9244,U+9662,U+967a,U+96e3,U+9759,U+ff16), + 107: (U+23,U+3c,U+2192,U+4e45,U+4efb,U+4f50,U+4f8b,U+4fc2,U+5024,U+5150,U+5272,U+5370,U+53bb,U+542b,U+56db,U+56e3,U+57ce,U+5bc4,U+5bcc,U+5f71,U+60aa,U+6238,U+6280,U+629c,U+6539,U+66ff,U+670d,U+677e-677f,U+6839,U+69cb,U+6b4c,U+6bb5,U+6e96,U+6f14,U+72ec,U+7389,U+7814,U+79cb,U+79d1,U+79fb,U+7a0e,U+7d0d,U+85e4,U+8d64,U+9632,U+96e2,U+9805,U+99ac,U+ff1e), + 108: (U+2605-2606,U+301c,U+4e57,U+4fee,U+5065,U+52df,U+533b,U+5357,U+57df,U+58eb,U+58f0,U+591c,U+592a-592b,U+5948,U+5b85,U+5d0e,U+5ea7,U+5ff5,U+6025,U+63a1,U+63a5,U+63db,U+643a,U+65bd,U+671d,U+68ee,U+6982,U+6b73,U+6bd4,U+6d88,U+7570,U+7b11,U+7d76,U+8077,U+8217,U+8c37,U+8c61,U+8cc7,U+8d85,U+901f,U+962a,U+9802,U+9806,U+9854,U+98f2,U+9928,U+99c5,U+9ed2), + 109: (U+266a,U+4f11,U+533a,U+5343,U+534a,U+53cd,U+5404,U+56f3,U+5b57-5b58,U+5bae,U+5c4a,U+5e0c,U+5e2f,U+5eab,U+5f35,U+5f79,U+614b,U+6226,U+629e,U+65c5,U+6625,U+6751,U+6821,U+6b69,U+6b8b,U+6bce,U+6c42,U+706b,U+7c21,U+7cfb,U+805e,U+80b2,U+82b8,U+843d,U+8853,U+88c5,U+8a3c,U+8a66,U+8d8a,U+8fba,U+9069,U+91cf,U+9752,U+975e,U+9999,U+ff0f-ff10,U+ff14-ff15), + 110: (U+40,U+4e86,U+4e95,U+4f01,U+4f1d,U+4fbf,U+5099,U+5171,U+5177,U+53cb,U+53ce,U+53f0,U+5668,U+5712,U+5ba4,U+5ca1,U+5f85,U+60f3,U+653e,U+65ad,U+65e9,U+6620,U+6750,U+6761,U+6b62,U+6b74,U+6e08,U+6e80,U+7248,U+7531,U+7533,U+753a,U+77f3,U+798f,U+7f6e,U+8449,U+88fd,U+89b3,U+8a55,U+8ac7,U+8b77,U+8db3,U+8efd,U+8fd4,U+9031-9032,U+9580,U+9589,U+96d1,U+985e), + 111: (U+2b,U+d7,U+300e-300f,U+4e07,U+4e8c,U+512a,U+5149,U+518d,U+5236,U+52b9,U+52d9,U+5468,U+578b,U+57fa,U+5b8c,U+5ba2,U+5c02,U+5de5,U+5f37,U+5f62,U+623b,U+63d0,U+652f,U+672a,U+6848,U+6d41,U+7136,U+7537,U+754c,U+76f4,U+79c1,U+7ba1,U+7d44,U+7d4c,U+7dcf,U+7dda,U+7de8,U+82b1,U+897f,U+8ca9,U+8cfc,U+904e,U+9664,U+982d,U+9858,U+98a8,U+9a13,U+ff13,U+ff5c), + 112: (U+4e16,U+4e3b,U+4ea4,U+4ee4,U+4f4d,U+4f4f,U+4f55,U+4f9b,U+5317,U+5358,U+53c2,U+53e4,U+548c,U+571f,U+59cb,U+5cf6,U+5e38,U+63a2,U+63b2,U+6559,U+662d,U+679c,U+6c7a,U+72b6,U+7523,U+767d,U+770c,U+7a2e,U+7a3f,U+7a7a,U+7b2c,U+7b49,U+7d20,U+7d42,U+8003,U+8272,U+8a08,U+8aac,U+8cb7,U+8eab,U+8ee2,U+9054-9055,U+90fd,U+914d,U+91cd,U+969b,U+97f3,U+984c,U+ff06), + 113: (U+26,U+5f,U+2026,U+203b,U+4e09,U+4eac,U+4ed5,U+4fa1,U+5143,U+5199,U+5207,U+539f,U+53e3,U+53f7,U+5411,U+5473,U+5546,U+55b6,U+5929,U+597d,U+5bb9,U+5c11,U+5c4b,U+5ddd,U+5f97,U+5fc5,U+6295,U+6301,U+6307,U+671b,U+76f8,U+78ba,U+795e,U+7d30,U+7d39,U+7d9a,U+89e3,U+8a00,U+8a73,U+8a8d,U+8a9e,U+8aad,U+8abf,U+8cea,U+8eca,U+8ffd,U+904b,U+9650,U+ff11-ff12), + 114: (U+3e,U+3005,U+4e0d,U+4e88,U+4ecb,U+4ee3,U+4ef6,U+4fdd,U+4fe1,U+500b,U+50cf,U+5186,U+5316,U+53d7,U+540c,U+544a,U+54e1,U+5728,U+58f2,U+5973,U+5b89,U+5c71,U+5e02,U+5e97,U+5f15,U+5fc3,U+5fdc,U+601d,U+611b,U+611f,U+671f,U+6728,U+6765,U+683c,U+6b21,U+6ce8,U+6d3b,U+6d77,U+7530,U+7740,U+7acb,U+7d50,U+826f,U+8f09,U+8fbc,U+9001,U+9053,U+91ce,U+9762,U+98df), + 115: (U+7c,U+3080,U+4ee5,U+5148,U+516c,U+521d,U+5225,U+529b,U+52a0,U+53ef,U+56de,U+56fd,U+5909,U+591a,U+5b66,U+5b9f,U+5bb6,U+5bfe,U+5e73,U+5e83,U+5ea6,U+5f53,U+6027,U+610f,U+6210,U+6240,U+660e,U+66f4,U+66f8,U+6709,U+6771,U+697d,U+69d8,U+6a5f,U+6c34,U+6cbb,U+73fe,U+756a,U+7684,U+771f,U+793a,U+7f8e,U+898f,U+8a2d,U+8a71,U+8fd1,U+9078,U+9577,U+96fb,U+ff5e), + 116: (U+a9,U+3010-3011,U+30e2,U+4e0b,U+4eca,U+4ed6,U+4ed8,U+4f53,U+4f5c,U+4f7f,U+53d6,U+540d,U+54c1,U+5730,U+5916,U+5b50,U+5c0f,U+5f8c,U+624b,U+6570,U+6587,U+6599,U+691c,U+696d,U+6cd5,U+7269,U+7279,U+7406,U+767a-767b,U+77e5,U+7d04,U+7d22,U+8005,U+80fd,U+81ea,U+8868,U+8981,U+89a7,U+901a,U+9023,U+90e8,U+91d1,U+9332,U+958b,U+96c6,U+9ad8,U+ff1a,U+ff1f), + 117: (U+4e,U+a0,U+3000,U+300c-300d,U+4e00,U+4e0a,U+4e2d,U+4e8b,U+4eba,U+4f1a,U+5165,U+5168,U+5185,U+51fa,U+5206,U+5229,U+524d,U+52d5,U+5408,U+554f,U+5831,U+5834,U+5927,U+5b9a,U+5e74,U+5f0f,U+60c5,U+65b0,U+65b9,U+6642,U+6700,U+672c,U+682a,U+6b63,U+6c17,U+7121,U+751f,U+7528,U+753b,U+76ee,U+793e,U+884c,U+898b,U+8a18,U+9593,U+95a2,U+ff01,U+ff08-ff09), + 118: (U+21-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+c9,U+cd,U+d6,U+d8,U+dc,U+e0-e5,U+e7-ed,U+ef,U+f1-f4,U+f6,U+f8,U+fa,U+fc-fd,U+103,U+14d,U+1b0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+201c-201d,U+2039-203a,U+203c,U+2048-2049,U+2113,U+2122,U+65e5,U+6708,U+70b9), + 119: (U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e), + cyrillic: (U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116), + vietnamese: (U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB), + latin-ext: (U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF), + latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD), +) !default; diff --git a/fonts/variable/noto-serif-jp/scss/mixins.scss b/fonts/variable/noto-serif-jp/scss/mixins.scss new file mode 100644 index 00000000000..0571337fab3 --- /dev/null +++ b/fonts/variable/noto-serif-jp/scss/mixins.scss @@ -0,0 +1,192 @@ +@use 'sass:list'; +@use 'sass:map'; +@use 'sass:math'; +@use 'sass:meta'; +@use 'sass:string'; + +@use 'metadata'; + +$metadata: meta.module-variables(metadata) !default; +$directory: null !default; + +$family: null !default; +$display: null !default; +$formats: null !default; +$subsets: null !default; +$weights: null !default; +$styles: null !default; +$axes: null !default; + +// Deprecated +$displayVar: null !default; + +@mixin generator( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + // Deprecated + $displayVar: $displayVar +) { + + @if $displayVar != null { + @warn "$displayVar is deprecated due to the limitation of using css variables in @font-face (https://github.com/fontsource/fontsource/issues/726)."; + } + + $isVariable: map.get($metadata, axes) != null; + + $directory: if( + $directory, + $directory, + '~@fontsource#{if($isVariable, '-variable', '')}/#{map.get($metadata, id)}/files' + ); + + $family: if($family, $family, map.get($metadata, family) + if($isVariable, ' Variable', '')); + $display: if($display, $display, swap); + $formats: if(not $formats or $formats == all, if($isVariable, woff2, (woff2, woff)), $formats); + $subsets: if( + $subsets, + if($subsets == all, map.get($metadata, subsets), $subsets), + map.get($metadata, subsets) + ); + $weights: if( + $weights, + if($weights == all, map.get($metadata, weights), $weights), + map.get($metadata, defaults, weight) + ); + $styles: if( + $styles, + if($styles == all, map.get($metadata, styles), $styles), + map.get($metadata, defaults, style) + ); + $axes: if( + $axes, + if($axes == all, full, $axes), + if($isVariable, if(map.has-key($metadata, axes, wght), wght, full), null) + ); + + @each $subset in $subsets { + @each $unicodeSubset, $unicodeRange in map.get($metadata, unicode) { + // If condition is true, generate faces for the current subset + @if ( + // If there is no unicode information for the font or + ($unicodeSubset == null) or + // If the subset match a unicode subset or + ($subset == $unicodeSubset) or + ( + // If $unicodeSubset is a numeric unicode subset + // and current subset exists in the list of font subsets but does not match any unicode subset + // then generate faces for this numeric unicode subset as it is representing part of the current subset + list.index(map.get($metadata, subsets), $subset) and not + map.has-key($metadata, unicode, $subset) and not + list.index(map.get($metadata, subsets), $unicodeSubset) + ) + ) { + @each $weight in if($axes, null, $weights) { + @each $axis in $axes { + @each $style in $styles { + $variant: '#{map.get($metadata, id)}-#{if($unicodeSubset, $unicodeSubset, $subset)}-#{if($axis, $axis, $weight)}-#{$style}'; + + $src: (); + @each $format in $formats { + $src: append( + $src, + url('#{$directory}/#{$variant}.#{$format}') + format('#{$format}#{if($axis, '-variations', '')}'), + comma + ); + } + + @content (( + metadata: $metadata, + directory: $directory, + family: $family, + display: $display, + formats: $formats, + subsets: $subsets, + weights: $weights, + styles: $styles, + axes: $axes, + + variant: $variant, + subset: $subset, + unicodeSubset: $unicodeSubset, + unicodeRange: $unicodeRange, + weight: $weight, + axis: $axis, + style: $style, + + font-family: string.quote($family), + font-style: if( + (($axis == full) or ($axis == slnt)) and map.has-key($metadata, axes, slnt), + oblique map.get($metadata, axes, slnt, min) + deg map.get($metadata, axes, slnt, max) + deg, + $style + ), + font-display: $display, + font-weight: if( + (($axis == full) or ($axis == wght)) and map.has-key($metadata, axes, wght), + map.get($metadata, axes, wght, min) map.get($metadata, axes, wght, max), + $weight + ), + font-stretch: if( + (($axis == full) or ($axis == wdth)) and map.has-key($metadata, axes, wdth), + '#{map.get($metadata, axes, wdth, min)}% #{map.get($metadata, axes, wdth, max)}%', + null + ), + src: $src, + unicode-range: $unicodeRange, + )); + } + } + } + } + } + } +} + +@mixin faces( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + // Deprecated + $displayVar: $displayVar +) { + @include generator( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + $displayVar: $displayVar + ) + using ($props) { + /* #{map.get($props, variant)} */ + @font-face { + font-family: map.get($props, font-family); + font-style: map.get($props, font-style); + font-display: map.get($props, font-display); + font-weight: map.get($props, font-weight); + font-stretch: map.get($props, font-stretch); + unicode-range: map.get($props, unicode-range); + src: map.get($props, src); + } + } +} diff --git a/fonts/variable/noto-serif-jp/unicode.json b/fonts/variable/noto-serif-jp/unicode.json new file mode 100644 index 00000000000..80dfec6234d --- /dev/null +++ b/fonts/variable/noto-serif-jp/unicode.json @@ -0,0 +1,126 @@ +{ + "[0]": "U+25ee8,U+25f23,U+25f5c,U+25fd4,U+25fe0,U+25ffb,U+2600c,U+26017,U+26060,U+260ed,U+26222,U+2626a,U+26270,U+26286,U+2634c,U+26402,U+2667e,U+266b0,U+2671d,U+268dd,U+268ea,U+26951,U+2696f,U+26999,U+269dd,U+26a1e,U+26a58,U+26a8c,U+26ab7,U+26aff,U+26c29,U+26c73,U+26c9e,U+26cdd,U+26e40,U+26e65,U+26f94,U+26ff6-26ff8,U+270f4,U+2710d,U+27139,U+273da-273db,U+273fe,U+27410,U+27449,U+27614-27615,U+27631,U+27684,U+27693,U+2770e,U+27723,U+27752,U+278b2,U+27985,U+279b4,U+27a84,U+27bb3,U+27bbe,U+27bc7,U+27c3c,U+27cb8,U+27d73,U+27da0,U+27e10,U+27eaf,U+27fb7,U+2808a,U+280bb,U+28277,U+28282,U+282f3,U+283cd,U+2840c,U+28455,U+284dc,U+2856b,U+285c8-285c9,U+286d7,U+286fa,U+28946,U+28949,U+2896b,U+28987-28988,U+289ba-289bb,U+28a1e,U+28a29,U+28a43,U+28a71,U+28a99,U+28acd,U+28add,U+28ae4,U+28bc1,U+28bef,U+28cdd,U+28d10,U+28d71,U+28dfb,U+28e0f,U+28e17,U+28e1f,U+28e36,U+28e89,U+28eeb,U+28ef6,U+28f32,U+28ff8,U+292a0,U+292b1,U+29490,U+295cf,U+2967f,U+296f0,U+29719,U+29750,U+29810,U+298c6,U+29a72,U+29d4b,U+29ddb,U+29e15,U+29e3d,U+29e49,U+29e8a,U+29ec4,U+29edb,U+29ee9,U+29fce,U+29fd7,U+2a01a,U+2a02f,U+2a082,U+2a0f9,U+2a190,U+2a2b2,U+2a38c,U+2a437,U+2a5f1,U+2a602,U+2a61a,U+2a6b2,U+2a9e6,U+2b746,U+2b751,U+2b753,U+2b75a,U+2b75c,U+2b765,U+2b776-2b777,U+2b77c,U+2b782,U+2b789,U+2b78b,U+2b78e,U+2b794,U+2b7ac,U+2b7af,U+2b7bd,U+2b7c9,U+2b7cf,U+2b7d2,U+2b7d8,U+2b7f0,U+2b80d,U+2b817,U+2b81a,U+2d544,U+2e278,U+2e569,U+2e6ea,U+2f804,U+2f80f,U+2f815,U+2f818,U+2f81a,U+2f822,U+2f828,U+2f82c,U+2f833,U+2f83f,U+2f846,U+2f852,U+2f862,U+2f86d,U+2f873,U+2f877,U+2f884,U+2f899-2f89a,U+2f8a6,U+2f8ac,U+2f8b2,U+2f8b6,U+2f8d3,U+2f8db-2f8dc,U+2f8e1,U+2f8e5,U+2f8ea,U+2f8ed,U+2f8fc,U+2f903,U+2f90b,U+2f90f,U+2f91a,U+2f920-2f921,U+2f945,U+2f947,U+2f96c,U+2f995,U+2f9d0,U+2f9de-2f9df,U+2f9f4", + "[1]": "U+1f235-1f23b,U+1f240-1f248,U+1f250-1f251,U+2000b,U+20089-2008a,U+200a2,U+200a4,U+200b0,U+200f5,U+20158,U+201a2,U+20213,U+2032b,U+20371,U+20381,U+203f9,U+2044a,U+20509,U+2053f,U+205b1,U+205d6,U+20611,U+20628,U+206ec,U+2074f,U+207c8,U+20807,U+2083a,U+208b9,U+2090e,U+2097c,U+20984,U+2099d,U+20a64,U+20ad3,U+20b1d,U+20b9f,U+20bb7,U+20d45,U+20d58,U+20de1,U+20e64,U+20e6d,U+20e95,U+20f5f,U+21201,U+2123d,U+21255,U+21274,U+2127b,U+212d7,U+212e4,U+212fd,U+2131b,U+21336,U+21344,U+213c4,U+2146d-2146e,U+215d7,U+21647,U+216b4,U+21706,U+21742,U+218bd,U+219c3,U+21a1a,U+21c56,U+21d2d,U+21d45,U+21d62,U+21d78,U+21d92,U+21d9c,U+21da1,U+21db7,U+21de0,U+21e33-21e34,U+21f1e,U+21f76,U+21ffa,U+2217b,U+22218,U+2231e,U+223ad,U+22609,U+226f3,U+2285b,U+228ab,U+2298f,U+22ab8,U+22b46,U+22b4f-22b50,U+22ba6,U+22c1d,U+22c24,U+22de1,U+22e42,U+22feb,U+231b6,U+231c3-231c4,U+231f5,U+23372,U+233cc,U+233d0,U+233d2-233d3,U+233d5,U+233da,U+233df,U+233e4,U+233fe,U+2344a-2344b,U+23451,U+23465,U+234e4,U+2355a,U+23594,U+235c4,U+23638-2363a,U+23647,U+2370c,U+2371c,U+2373f,U+23763-23764,U+237e7,U+237f1,U+237ff,U+23824,U+2383d,U+23a98,U+23c7f,U+23cbe,U+23cfe,U+23d00,U+23d0e,U+23d40,U+23dd3,U+23df9-23dfa,U+23f7e,U+2404b,U+24096,U+24103,U+241c6,U+241fe,U+242ee,U+243bc,U+243d0,U+24629,U+246a5,U+247f1,U+24896,U+248e9,U+24a4d,U+24b56,U+24b6f,U+24c16,U+24d14,U+24e04,U+24e0e,U+24e37,U+24e6a,U+24e8b,U+24ff2,U+2504a,U+25055,U+25122,U+251a9,U+251cd,U+251e5,U+2521e,U+2524c,U+2542e,U+2548e,U+254d9,U+2550e,U+255a7,U+2567f,U+25771,U+257a9,U+257b4,U+25874,U+259c4,U+259cc,U+259d4,U+25ad7,U+25ae3-25ae4,U+25af1,U+25bb2,U+25c4b,U+25c64,U+25da1,U+25e2e,U+25e56,U+25e62,U+25e65,U+25ec2,U+25ed8", + "[2]": "U+ffd7,U+ffda-ffdc,U+ffe0-ffe2,U+ffe4,U+ffe6,U+ffe8-ffee,U+1f100-1f10c,U+1f110-1f16c,U+1f170-1f1ac,U+1f200-1f202,U+1f210-1f234", + "[3]": "U+fa10,U+fa12-fa6d,U+fb00-fb04,U+fe10-fe19,U+fe30-fe42,U+fe44-fe52,U+fe54-fe66,U+fe68-fe6b,U+ff02,U+ff04,U+ff07,U+ff51,U+ff5b,U+ff5d,U+ff5f-ff60,U+ff66,U+ff69,U+ff87,U+ffa1-ffbe,U+ffc2-ffc7,U+ffca-ffcf,U+ffd2-ffd6", + "[4]": "U+f92d-f959,U+f95b-f9f2,U+f9f4-fa0b,U+fa0e-fa0f", + "[5]": "U+9e8b-9e8c,U+9e8e-9e8f,U+9e91-9e92,U+9e95-9e96,U+9e98,U+9e9b,U+9e9d-9e9e,U+9ea4-9ea5,U+9ea8-9eaa,U+9eac-9eb0,U+9eb3-9eb5,U+9eb8,U+9ebc-9ebf,U+9ec3,U+9ec6,U+9ec8,U+9ecb-9ecd,U+9ecf-9ed1,U+9ed4-9ed5,U+9ed8,U+9edb-9ee0,U+9ee4-9ee5,U+9ee7-9ee8,U+9eec-9ef2,U+9ef4-9ef9,U+9efb-9eff,U+9f02-9f03,U+9f07-9f09,U+9f0e-9f12,U+9f14-9f17,U+9f19-9f1b,U+9f1f-9f22,U+9f26,U+9f2a-9f2c,U+9f2f,U+9f31-9f32,U+9f34,U+9f37,U+9f39-9f3a,U+9f3c-9f3f,U+9f41,U+9f43-9f47,U+9f4a,U+9f4e-9f50,U+9f52-9f58,U+9f5a,U+9f5d-9f61,U+9f63,U+9f66-9f6a,U+9f6c-9f73,U+9f75-9f77,U+9f7a,U+9f7d,U+9f7f,U+9f8f-9f92,U+9f94-9f97,U+9f99,U+9f9c-9fa3,U+9fa5,U+9fb4,U+9fbc-9fc2,U+9fc4,U+9fc6,U+9fcc,U+f900-f92c", + "[6]": "U+9c3e,U+9c41,U+9c43-9c4a,U+9c4e-9c50,U+9c52-9c54,U+9c56,U+9c58,U+9c5a-9c61,U+9c63,U+9c65,U+9c67-9c6b,U+9c6d-9c6e,U+9c70,U+9c72,U+9c75-9c78,U+9c7a-9c7c,U+9ce6-9ce7,U+9ceb-9cec,U+9cf0,U+9cf2,U+9cf6-9cf7,U+9cf9,U+9d02-9d03,U+9d06-9d09,U+9d0b,U+9d0e,U+9d11-9d12,U+9d15,U+9d17-9d18,U+9d1b-9d1f,U+9d23,U+9d26,U+9d2a-9d2c,U+9d2f-9d30,U+9d32-9d34,U+9d3a,U+9d3c-9d3f,U+9d41-9d48,U+9d4a,U+9d50-9d54,U+9d59,U+9d5d-9d65,U+9d69-9d6c,U+9d6f-9d70,U+9d72-9d73,U+9d76-9d77,U+9d7a-9d7c,U+9d7e,U+9d83-9d84,U+9d86-9d87,U+9d89-9d8a,U+9d8d-9d8e,U+9d92-9d93,U+9d95-9d9a,U+9da1,U+9da4,U+9da9-9dac,U+9dae,U+9db1-9db2,U+9db5,U+9db8-9dbd,U+9dbf-9dc4,U+9dc6-9dc7,U+9dc9-9dca,U+9dcf,U+9dd3-9dd7,U+9dd9-9dda,U+9dde-9de0,U+9de3,U+9de5-9de7,U+9de9,U+9deb,U+9ded-9df0,U+9df3-9df4,U+9df8,U+9dfd-9dfe,U+9e02,U+9e07,U+9e0a,U+9e0d-9e0e,U+9e10-9e12,U+9e15-9e16,U+9e19-9e1f,U+9e75,U+9e79-9e7d,U+9e80-9e85,U+9e87-9e88", + "[7]": "U+9ae5-9ae7,U+9ae9,U+9aeb-9aec,U+9aee-9aef,U+9af1-9af5,U+9af7,U+9af9-9afb,U+9afd,U+9aff-9b06,U+9b08-9b09,U+9b0b-9b0e,U+9b10,U+9b12,U+9b16,U+9b18-9b1d,U+9b1f-9b20,U+9b22-9b23,U+9b25-9b2f,U+9b32-9b35,U+9b37,U+9b39-9b3b,U+9b3d,U+9b43-9b44,U+9b48,U+9b4b-9b4f,U+9b51,U+9b55-9b58,U+9b5b,U+9b5e,U+9b61,U+9b63,U+9b65-9b66,U+9b68,U+9b6a-9b6f,U+9b72-9b79,U+9b7f-9b80,U+9b83-9b87,U+9b89-9b8b,U+9b8d,U+9b8f-9b94,U+9b96-9b97,U+9b9a,U+9b9d-9ba0,U+9ba6-9ba7,U+9ba9-9baa,U+9bac,U+9bb0-9bb2,U+9bb4,U+9bb7-9bb9,U+9bbb-9bbc,U+9bbe-9bc1,U+9bc6-9bc8,U+9bca,U+9bce-9bd2,U+9bd4,U+9bd7-9bd8,U+9bdd,U+9bdf,U+9be1-9be5,U+9be7,U+9bea-9beb,U+9bee-9bf3,U+9bf5,U+9bf7-9bfa,U+9bfd,U+9bff-9c00,U+9c02,U+9c04,U+9c06,U+9c08-9c0d,U+9c0f-9c16,U+9c18-9c1e,U+9c21-9c2a,U+9c2d-9c32,U+9c35-9c37,U+9c39-9c3a,U+9c3d", + "[8]": "U+98eb,U+98ed-98ee,U+98f0-98f1,U+98f3,U+98f6,U+9902,U+9907-9909,U+9911-9912,U+9914-9918,U+991a-9922,U+9924,U+9926-9927,U+992b-992c,U+992e,U+9931-9935,U+9939-993e,U+9940-9942,U+9945-9949,U+994b-994e,U+9950-9952,U+9954-9955,U+9958-9959,U+995b-995c,U+995e-9960,U+9963,U+9997-9998,U+999b,U+999d-999f,U+99a3,U+99a5-99a6,U+99a8,U+99ad-99ae,U+99b0-99b2,U+99b5,U+99b9-99ba,U+99bc-99bd,U+99bf,U+99c1,U+99c3,U+99c8-99c9,U+99d1,U+99d3-99d5,U+99d8-99df,U+99e1-99e2,U+99e7,U+99ea-99ee,U+99f0-99f2,U+99f4-99f5,U+99f8-99f9,U+99fb-99fe,U+9a01-9a05,U+9a08,U+9a0a-9a0c,U+9a0f-9a11,U+9a16,U+9a1a,U+9a1e,U+9a20,U+9a22-9a24,U+9a27,U+9a2b,U+9a2d-9a2e,U+9a31,U+9a33,U+9a35-9a38,U+9a3e,U+9a40-9a45,U+9a47,U+9a4a-9a4e,U+9a51-9a52,U+9a54-9a58,U+9a5b,U+9a5d,U+9a5f,U+9a62,U+9a64-9a65,U+9a69-9a6c,U+9aaa,U+9aac-9ab0,U+9ab2,U+9ab4-9ab7,U+9ab9,U+9abb-9ac1,U+9ac3,U+9ac6,U+9ac8,U+9ace-9ad3,U+9ad5-9ad7,U+9adb-9adc,U+9ade-9ae0,U+9ae2-9ae4", + "[9]": "U+971d,U+9721-9724,U+9728,U+972a,U+9730-9731,U+9733,U+9736,U+9738-9739,U+973b,U+973d-973e,U+9741-9744,U+9746-974a,U+974d-974f,U+9751,U+9755,U+9757-9758,U+975a-975c,U+9760-9761,U+9763-9764,U+9766-9768,U+976a-976b,U+976e,U+9771,U+9773,U+9776-977d,U+977f-9781,U+9785-9786,U+9789,U+978b,U+978f-9790,U+9795-9797,U+9799-979a,U+979c,U+979e-97a0,U+97a2-97a3,U+97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b6,U+97b8-97ba,U+97bc,U+97be-97bf,U+97c1,U+97c3-97ce,U+97d0-97d1,U+97d4,U+97d7-97d9,U+97db-97de,U+97e0-97e1,U+97e4,U+97e6,U+97ed-97ef,U+97f1-97f2,U+97f4-97f8,U+97fa,U+9804,U+9807,U+980a,U+980c-980f,U+9814,U+9816-9817,U+9819-981a,U+981c,U+981e,U+9820-9821,U+9823-9826,U+982b,U+982e-9830,U+9832-9835,U+9837,U+9839,U+983d-983e,U+9844,U+9846-9847,U+984a-984b,U+984f,U+9851-9853,U+9856-9857,U+9859-985b,U+9862-9863,U+9865-9866,U+986a-986c,U+986f-9871,U+9873-9875,U+98aa-98ab,U+98ad-98ae,U+98b0-98b1,U+98b4,U+98b6-98b8,U+98ba-98bc,U+98bf,U+98c2-98c8,U+98cb-98cc,U+98ce,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e7,U+98e9-98ea", + "[10]": "U+944a,U+944c,U+9452-9453,U+9455,U+9459-945c,U+945e-9463,U+9468,U+946a-946b,U+946d-9472,U+9475,U+9477,U+947c-947f,U+9481,U+9483-9485,U+9578-9579,U+957e-957f,U+9582,U+9584,U+9586-9588,U+958a,U+958c-958f,U+9592,U+9594,U+9596,U+9598-9599,U+959d-95a1,U+95a4,U+95a6-95a9,U+95ab-95ad,U+95b1,U+95b4,U+95b6,U+95b9-95bf,U+95c3,U+95c6,U+95c8-95cd,U+95d0-95d6,U+95d9-95da,U+95dc-95e2,U+95e4-95e6,U+95e8,U+961d-961e,U+9621-9622,U+9624-9626,U+9628,U+962c,U+962e-962f,U+9631,U+9633-9634,U+9637-963a,U+963c-963d,U+9641-9642,U+964b-964c,U+964f,U+9652,U+9654,U+9656-9658,U+965c-965f,U+9661,U+9666,U+966a,U+966c,U+966e,U+9672,U+9674,U+9677,U+967b-967c,U+967e-967f,U+9681-9684,U+9689,U+968b,U+968d,U+9691,U+9695-9698,U+969a,U+969d,U+969f,U+96a4-96aa,U+96ae-96b4,U+96b6,U+96b8-96bb,U+96bd,U+96c1,U+96c9-96cb,U+96cd-96ce,U+96d2,U+96d5-96d6,U+96d8-96da,U+96dc-96df,U+96e9,U+96ef,U+96f1,U+96f9-96fa,U+9702-9706,U+9708-9709,U+970d-970f,U+9711,U+9713-9714,U+9716,U+9719-971b", + "[11]": "U+92bc-92bd,U+92bf-92c3,U+92c5-92c8,U+92cb-92d0,U+92d2-92d3,U+92d5,U+92d7-92d9,U+92dc-92dd,U+92df-92e1,U+92e3-92e5,U+92e7-92ea,U+92ec,U+92ee,U+92f0,U+92f2,U+92f7-92fb,U+92ff-9300,U+9302,U+9304,U+9308,U+930d,U+930f-9311,U+9314-9315,U+9318-931a,U+931c-931f,U+9321-9325,U+9327-932b,U+932e,U+9333-9337,U+933a-933b,U+9344,U+9347-934a,U+934d,U+9350-9352,U+9354-9358,U+935a,U+935c,U+935e,U+9360,U+9364-9365,U+9367,U+9369-936d,U+936f-9371,U+9373-9374,U+9376,U+937a,U+937d-9382,U+9388,U+938a-938b,U+938d,U+938f,U+9392,U+9394-9395,U+9397-9398,U+939a-939b,U+939e,U+93a1,U+93a3-93a4,U+93a6,U+93a8-93a9,U+93ab-93ad,U+93b0,U+93b4-93b6,U+93b9-93bb,U+93c1,U+93c3-93cd,U+93d0-93d1,U+93d3,U+93d6-93d9,U+93dc-93df,U+93e2,U+93e4-93e8,U+93f1,U+93f5,U+93f7-93fb,U+93fd,U+9401-9404,U+9407-9409,U+940d-9410,U+9413-9417,U+9419-941a,U+941f,U+9421,U+942b,U+942e-942f,U+9431-9434,U+9436,U+9438,U+943a-943b,U+943d,U+943f,U+9441,U+9443-9445,U+9448", + "[12]": "U+9143,U+9146-914c,U+914f,U+9153,U+9156-915b,U+9161,U+9163-9165,U+9167,U+9169,U+916d,U+9172-9174,U+9179-917b,U+9181-9183,U+9185-9187,U+9189-918b,U+918e,U+9191,U+9193-9195,U+9197-9198,U+919e,U+91a1-91a2,U+91a6,U+91a8,U+91aa-91b6,U+91ba-91bd,U+91bf-91c6,U+91c9,U+91cb,U+91d0,U+91d3-91d4,U+91d6-91d7,U+91d9-91db,U+91de-91df,U+91e1,U+91e4-91e6,U+91e9-91ea,U+91ec-91f1,U+91f5-91f7,U+91f9,U+91fb-91fd,U+91ff-9201,U+9204-9207,U+9209-920a,U+920c,U+920e,U+9210-9218,U+921c-921e,U+9223-9226,U+9228-9229,U+922c,U+922e-9230,U+9233,U+9235-923a,U+923c,U+923e-9240,U+9242-9243,U+9245-924b,U+924d-9251,U+9256-925a,U+925c-925e,U+9260-9261,U+9264-9269,U+926e-9270,U+9275-9279,U+927b-927f,U+9288-928a,U+928d-928e,U+9291-9293,U+9295-9297,U+9299,U+929b-929c,U+929f-92a0,U+92a4-92a5,U+92a7-92a8,U+92ab,U+92af,U+92b2-92b3,U+92b6-92bb", + "[13]": "U+8f52-8f55,U+8f57-8f58,U+8f5c-8f5e,U+8f61-8f66,U+8f9c-8f9d,U+8f9f-8fa2,U+8fa4-8fa8,U+8fad-8faf,U+8fb4-8fb8,U+8fbe,U+8fc0-8fc2,U+8fc6,U+8fc8,U+8fca-8fcb,U+8fcd,U+8fd0,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fe0,U+8fe2-8fe5,U+8fe8-8fea,U+8fed-8fef,U+8ff1,U+8ff4-8ff6,U+8ff8-8ffb,U+8ffe,U+9002,U+9004-9005,U+9008,U+900b-900e,U+9011,U+9013,U+9015-9016,U+9018,U+901b,U+901e,U+9021,U+9027-902a,U+902c-902d,U+902f,U+9033-9037,U+9039,U+903c,U+903e-903f,U+9041,U+9043-9044,U+9049,U+904c,U+904f-9052,U+9056,U+9058,U+905b-905e,U+9062,U+9066-9068,U+906c,U+906f-9070,U+9072,U+9074,U+9076,U+9079,U+9080-9083,U+9085,U+9087-9088,U+908b-908c,U+908e-9090,U+9095,U+9097-9099,U+909b,U+90a0-90a2,U+90a5,U+90a8,U+90af-90b6,U+90bd-90be,U+90c3-90c5,U+90c7-90c9,U+90cc,U+90d2,U+90d5,U+90d7-90d9,U+90db-90df,U+90e2,U+90e4-90e5,U+90eb,U+90ef-90f0,U+90f2,U+90f4,U+90f6,U+90fe-9100,U+9102,U+9104-9106,U+9108,U+910d,U+9110,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9125,U+9127,U+9129,U+912d-9132,U+9134,U+9136-9137,U+9139-913a,U+913c-913d", + "[14]": "U+8dc0,U+8dc2,U+8dc5-8dc8,U+8dca-8dcc,U+8dce-8dcf,U+8dd1,U+8dd4-8dd7,U+8dd9-8ddb,U+8ddf,U+8de3-8de5,U+8de7,U+8dea-8dec,U+8df0-8df2,U+8df4,U+8dfc-8dfd,U+8dff,U+8e01,U+8e04-8e06,U+8e08-8e09,U+8e0b-8e0c,U+8e10-8e11,U+8e14,U+8e16,U+8e1d-8e23,U+8e26-8e27,U+8e30-8e31,U+8e33-8e39,U+8e3d,U+8e40-8e42,U+8e44,U+8e47-8e50,U+8e54-8e55,U+8e59,U+8e5b-8e64,U+8e69,U+8e6c-8e6d,U+8e6f-8e72,U+8e75-8e77,U+8e79-8e7c,U+8e81-8e85,U+8e89,U+8e8b,U+8e90-8e95,U+8e98-8e9b,U+8e9d-8e9e,U+8ea1-8ea2,U+8ea7,U+8ea9-8eaa,U+8eac-8eb1,U+8eb3,U+8eb5-8eb6,U+8eba-8ebb,U+8ebe,U+8ec0-8ec1,U+8ec3-8ec8,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8edb-8edc,U+8ee3,U+8ee8,U+8eeb,U+8eed-8eee,U+8ef0-8ef1,U+8ef7,U+8ef9-8efc,U+8efe,U+8f00,U+8f02,U+8f05,U+8f07-8f08,U+8f0a,U+8f0f-8f10,U+8f12-8f13,U+8f15-8f19,U+8f1b-8f1c,U+8f1e-8f21,U+8f23,U+8f25-8f28,U+8f2b-8f2f,U+8f33-8f37,U+8f39-8f3b,U+8f3e,U+8f40-8f43,U+8f45-8f47,U+8f49-8f4a,U+8f4c-8f4f,U+8f51", + "[15]": "U+8b2d,U+8b30,U+8b37,U+8b3c,U+8b3e,U+8b41-8b46,U+8b48-8b49,U+8b4c-8b4f,U+8b51-8b54,U+8b56,U+8b59,U+8b5b,U+8b5e-8b5f,U+8b63,U+8b69,U+8b6b-8b6d,U+8b6f,U+8b71,U+8b74,U+8b76,U+8b78-8b79,U+8b7c-8b81,U+8b84-8b85,U+8b8a-8b8f,U+8b92-8b96,U+8b99-8b9a,U+8b9c-8ba0,U+8c38-8c3a,U+8c3d-8c3f,U+8c41,U+8c45,U+8c47-8c49,U+8c4b-8c4c,U+8c4e-8c51,U+8c53-8c55,U+8c57-8c59,U+8c5b,U+8c5d,U+8c62-8c64,U+8c66,U+8c68-8c69,U+8c6b-8c6d,U+8c73,U+8c75-8c76,U+8c78,U+8c7a-8c7c,U+8c7e,U+8c82,U+8c85-8c87,U+8c89-8c8b,U+8c8d-8c8e,U+8c90,U+8c92-8c94,U+8c98-8c99,U+8c9b-8c9c,U+8c9f,U+8ca4,U+8cad-8cae,U+8cb2-8cb3,U+8cb6,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc6,U+8cc8-8cc9,U+8ccb,U+8ccd-8ccf,U+8cd2,U+8cd5-8cd6,U+8cd9-8cda,U+8cdd,U+8ce1,U+8ce3-8ce4,U+8ce6,U+8ce8,U+8cec,U+8cef-8cf2,U+8cf4-8cf5,U+8cf7-8cf8,U+8cfa-8cfb,U+8cfd-8cff,U+8d01,U+8d03-8d04,U+8d07,U+8d09-8d0b,U+8d0d-8d10,U+8d12-8d14,U+8d16-8d17,U+8d1b-8d1d,U+8d65,U+8d67,U+8d69,U+8d6b-8d6e,U+8d71,U+8d73,U+8d76,U+8d7f,U+8d81-8d82,U+8d84,U+8d88,U+8d8d,U+8d90-8d91,U+8d95,U+8d99,U+8d9e-8da0,U+8da6,U+8da8,U+8dab-8dac,U+8daf,U+8db2,U+8db5,U+8db7,U+8db9-8dbc,U+8dbe", + "[16]": "U+8973-8975,U+8977,U+897a-897e,U+8980,U+8983,U+8988-898a,U+898d,U+8990,U+8993-8995,U+8998,U+899b-899c,U+899f-89a1,U+89a5-89a6,U+89a9,U+89ac,U+89af-89b0,U+89b2,U+89b4-89b7,U+89ba,U+89bc-89bd,U+89bf-89c1,U+89d4-89d8,U+89da,U+89dc-89dd,U+89e5,U+89e7,U+89e9,U+89eb,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89f8-89f9,U+89fd,U+89ff,U+8a01,U+8a04-8a05,U+8a07,U+8a0c,U+8a0f-8a12,U+8a14-8a16,U+8a1b,U+8a1d-8a1e,U+8a20-8a22,U+8a24-8a26,U+8a2b-8a2c,U+8a2f,U+8a35-8a37,U+8a3b,U+8a3d-8a3e,U+8a40-8a41,U+8a43,U+8a45-8a49,U+8a4d-8a4e,U+8a51-8a54,U+8a56-8a58,U+8a5b-8a5d,U+8a61-8a62,U+8a65,U+8a67,U+8a6c-8a6d,U+8a75-8a77,U+8a79-8a7c,U+8a7e-8a80,U+8a82-8a86,U+8a8b,U+8a8f-8a92,U+8a96-8a97,U+8a99-8a9a,U+8a9f,U+8aa1,U+8aa3,U+8aa5-8aaa,U+8aae-8aaf,U+8ab3,U+8ab6-8ab7,U+8abb-8abc,U+8abe,U+8ac2-8ac4,U+8ac6,U+8ac8-8aca,U+8acc-8acd,U+8ad0-8ad1,U+8ad3-8ad5,U+8ad7,U+8ada-8ae2,U+8ae4,U+8ae7,U+8aeb-8aec,U+8aee,U+8af0-8af1,U+8af3-8af7,U+8afa,U+8afc,U+8aff,U+8b01-8b02,U+8b04-8b07,U+8b0a-8b0d,U+8b0f-8b11,U+8b14,U+8b16,U+8b1a,U+8b1c,U+8b1e-8b20,U+8b26,U+8b28,U+8b2b-8b2c", + "[17]": "U+87e2-87e6,U+87ea-87ed,U+87ef,U+87f1,U+87f3,U+87f5-87f8,U+87fa-87fb,U+87fe-87ff,U+8801,U+8803,U+8805-8807,U+8809-880b,U+880d-8816,U+8818-881c,U+881e-881f,U+8821-8822,U+8827-8828,U+882d-882e,U+8830-8832,U+8835-8836,U+8839-883c,U+8841-8845,U+8848-884b,U+884d-884e,U+8851-8852,U+8855-8856,U+8858-885a,U+885c,U+885e-8860,U+8862,U+8864,U+8869,U+886b,U+886e-886f,U+8871-8872,U+8875,U+8877,U+8879,U+887b,U+887d-887e,U+8880-8882,U+8888,U+888d,U+8892,U+8897-889c,U+889e-88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ae,U+88b0-88b1,U+88b5,U+88b7,U+88ba,U+88bc-88c0,U+88c3-88c4,U+88c6,U+88ca-88ce,U+88d1-88d4,U+88d8-88d9,U+88db,U+88dd-88e1,U+88e7-88e8,U+88ef-88f2,U+88f4-88f5,U+88f7,U+88f9,U+88fc,U+8901-8902,U+8904,U+8906,U+890a,U+890c-890f,U+8913,U+8915-8916,U+8918-891a,U+891c-891e,U+8920,U+8925-8928,U+892a-892b,U+8930-8932,U+8935-893b,U+893e,U+8940-8946,U+8949,U+894c-894d,U+894f,U+8952,U+8956-8957,U+895a-895c,U+895e,U+8960-8964,U+8966,U+896a-896b,U+896d-8970", + "[18]": "U+8655-8659,U+865b,U+865d-8664,U+8667,U+8669,U+866c,U+866f,U+8671,U+8675-8677,U+867a-867b,U+867d,U+8687-8689,U+868b-868d,U+8691,U+8693,U+8695-8696,U+8698,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a6-86ab,U+86ad,U+86af-86b1,U+86b3-86b9,U+86bf-86c1,U+86c3-86c6,U+86c9,U+86cb,U+86ce,U+86d1-86d2,U+86d4-86d5,U+86d7,U+86da,U+86dc,U+86de-86e0,U+86e3-86e7,U+86e9,U+86ec-86ed,U+86ef,U+86f8-86fe,U+8700,U+8703-870b,U+870d-8714,U+8719-871a,U+871e-871f,U+8721-8723,U+8725,U+8728-8729,U+872e-872f,U+8731-8732,U+8734,U+8737,U+8739-8740,U+8743,U+8745,U+8749,U+874b-874e,U+8751,U+8753,U+8755,U+8757-8759,U+875d,U+875f-8761,U+8763-8766,U+8768,U+876a,U+876e-876f,U+8771-8772,U+8774,U+8778,U+877b-877c,U+877f,U+8782-8789,U+878b-878c,U+878e,U+8790,U+8793,U+8795,U+8797-8799,U+879e-87a0,U+87a2-87a3,U+87a7,U+87ab-87af,U+87b1,U+87b3,U+87b5,U+87bb,U+87bd-87c1,U+87c4,U+87c6-87cb,U+87ce,U+87d0,U+87d2,U+87d5-87d6,U+87d9-87da,U+87dc,U+87df-87e0", + "[19]": "U+84b4,U+84b9-84bb,U+84bd-84c2,U+84c6-84ca,U+84cc-84d1,U+84d3,U+84d6,U+84d9-84da,U+84dc,U+84e7,U+84ea,U+84ec,U+84ef-84f2,U+84f4,U+84f7,U+84fa-84fd,U+84ff-8500,U+8502-8503,U+8506-8507,U+850c,U+850e,U+8510,U+8514-8515,U+8517-8518,U+851a-851c,U+851e-851f,U+8521-8525,U+8527,U+852a-852c,U+852f,U+8532-8534,U+8536,U+853e-8541,U+8543,U+8546,U+8548,U+854a-854b,U+854f-8553,U+8555-855a,U+855c-8564,U+8569-856b,U+856d,U+856f,U+8577,U+8579-857b,U+857d-8581,U+8585-8586,U+8588-858c,U+858f-8591,U+8593,U+8597-8598,U+859b-859d,U+859f-85a0,U+85a2,U+85a4-85a5,U+85a7-85a8,U+85ad-85b0,U+85b4,U+85b6-85ba,U+85bc-85bf,U+85c1-85c2,U+85c7,U+85c9-85cb,U+85ce-85d0,U+85d5,U+85d8-85da,U+85dc,U+85df-85e1,U+85e5-85e6,U+85e8,U+85ed,U+85f3-85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85fe-8600,U+8602,U+8604-8606,U+860a-860b,U+860d-860e,U+8610-8613,U+8616-861b,U+861e,U+8621-8622,U+8624,U+8627,U+8629,U+862f-8630,U+8636,U+8638-863a,U+863c-863d,U+863f-8642,U+8646,U+864d,U+8652-8654", + "[20]": "U+82e8,U+82ea,U+82ed,U+82ef,U+82f3-82f4,U+82f6-82f7,U+82f9,U+82fb,U+82fd-82fe,U+8300-8301,U+8303,U+8306-8308,U+830a-830c,U+8316-8318,U+831b,U+831d-831f,U+8321-8323,U+832b-8335,U+8337,U+833a,U+833c-833d,U+8340,U+8342-8347,U+834a,U+834d-8351,U+8353-8357,U+835a,U+8362-8363,U+8370,U+8373,U+8375,U+8378,U+837c-837d,U+837f-8380,U+8382,U+8384-8387,U+838a,U+838d-838e,U+8392-8396,U+8398-83a0,U+83a2,U+83a6-83ad,U+83b1,U+83b5,U+83bd-83c1,U+83c7,U+83c9,U+83ce-83d1,U+83d4,U+83d6,U+83d8,U+83dd,U+83df-83e1,U+83e5,U+83e8,U+83ea-83eb,U+83f0,U+83f2,U+83f4,U+83f6-83f9,U+83fb-83fd,U+8401,U+8403-8404,U+8406-8407,U+840a-840b,U+840d,U+840f,U+8411,U+8413,U+8415,U+8417,U+8419,U+8420,U+8422,U+842a,U+842f,U+8431,U+8435,U+8438-8439,U+843c,U+8445-8448,U+844a,U+844d-844f,U+8451-8452,U+8456,U+8458-845a,U+845c,U+845f-8462,U+8464-8467,U+8469-846b,U+846d-8470,U+8473-8474,U+8476-847a,U+847c-847d,U+8481-8482,U+8484-8485,U+848b,U+8490,U+8492-8493,U+8495,U+8497,U+849c,U+849e-849f,U+84a1,U+84a6,U+84a8-84aa,U+84ad,U+84af,U+84b1", + "[21]": "U+814a,U+814c,U+8151-8153,U+8157,U+815f-8161,U+8165-8169,U+816d-816f,U+8171,U+8173-8174,U+8177,U+8180-8186,U+8188,U+818a-818b,U+818e,U+8190,U+8193,U+8195-8196,U+8198,U+819b,U+819e,U+81a0,U+81a2,U+81a4,U+81a9,U+81ae,U+81b0,U+81b2,U+81b4-81b5,U+81b8,U+81ba-81bb,U+81bd-81be,U+81c0-81c3,U+81c5-81c6,U+81c8-81cb,U+81cd-81cf,U+81d1,U+81d5-81db,U+81dd-81e1,U+81e4-81e5,U+81e7,U+81eb-81ec,U+81ef-81f2,U+81f5-81f6,U+81f8-81fb,U+81fd-8205,U+8209-820b,U+820d,U+820f,U+8212-8214,U+8216,U+8219-821d,U+8221-8222,U+8228-8229,U+822b,U+822e,U+8232-8235,U+8237-8238,U+823a,U+823c,U+8240,U+8243-8246,U+8249,U+824b,U+824e-824f,U+8251,U+8256-825a,U+825c-825d,U+825f-8260,U+8262-8264,U+8267-8268,U+826a-826b,U+826d-826e,U+8271,U+8274,U+8277,U+8279,U+827b,U+827d-8281,U+8283-8284,U+8287,U+8289-828a,U+828d-828e,U+8291-8294,U+8296,U+8298-829b,U+829f-82a1,U+82a3-82a4,U+82a7-82ac,U+82ae,U+82b0,U+82b2,U+82b4,U+82b7,U+82ba-82bc,U+82be-82bf,U+82c5-82c6,U+82d0,U+82d2-82d3,U+82d5,U+82d9-82da,U+82dc,U+82de-82e4,U+82e7", + "[22]": "U+7f77-7f79,U+7f7d-7f80,U+7f82-7f83,U+7f86-7f88,U+7f8b-7f8d,U+7f8f-7f91,U+7f94,U+7f96-7f97,U+7f9a,U+7f9c-7f9d,U+7fa1-7fa3,U+7fa6,U+7faa,U+7fad-7faf,U+7fb2,U+7fb4,U+7fb6,U+7fb8-7fb9,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fc5-7fc6,U+7fc8,U+7fca,U+7fce-7fcf,U+7fd5,U+7fdb,U+7fdf,U+7fe1,U+7fe3,U+7fe5-7fe6,U+7fe8-7fe9,U+7feb-7fec,U+7fee-7ff0,U+7ff2-7ff3,U+7ff9-7ffa,U+7ffd-7fff,U+8002,U+8004,U+8006-8008,U+800a-800f,U+8011-8014,U+8016,U+8018-8019,U+801c-8021,U+8024,U+8026,U+8028,U+802c,U+802e,U+8030,U+8034-8035,U+8037,U+8039-8040,U+8043-8044,U+8046,U+804a,U+8052,U+8058,U+805a,U+805f-8060,U+8062,U+8064,U+8066,U+8068,U+806d,U+806f-8073,U+8075-8076,U+8079,U+807b,U+807d-8081,U+8084-8088,U+808b,U+808e,U+8093,U+8099-809a,U+809c,U+809e,U+80a4,U+80a6-80a7,U+80ab-80ad,U+80b1,U+80b8-80b9,U+80c4-80c5,U+80c8,U+80ca,U+80cd,U+80cf,U+80d2,U+80d4-80db,U+80dd,U+80e0,U+80e4-80e6,U+80ed-80f3,U+80f5-80f7,U+80f9-80fc,U+80fe,U+8101,U+8103,U+8109,U+810b,U+810d,U+8116-8118,U+811b-811c,U+811e,U+8120,U+8123-8124,U+8127,U+8129,U+812b-812c,U+812f-8130,U+8135,U+8139-813a,U+813c-813e,U+8141,U+8145-8147", + "[23]": "U+7d57,U+7d59-7d5d,U+7d63,U+7d65,U+7d67,U+7d6a,U+7d6e,U+7d70,U+7d72-7d73,U+7d78,U+7d7a-7d7b,U+7d7d,U+7d7f,U+7d81-7d83,U+7d85-7d86,U+7d88-7d89,U+7d8b-7d8d,U+7d8f,U+7d91,U+7d93,U+7d96-7d97,U+7d9b-7da0,U+7da2-7da3,U+7da6-7da7,U+7daa-7dac,U+7dae-7db0,U+7db3,U+7db5-7db9,U+7dbd,U+7dc0,U+7dc2-7dc7,U+7dcc-7dce,U+7dd0,U+7dd5-7dd9,U+7ddc-7dde,U+7de1-7de6,U+7dea-7ded,U+7df1-7df2,U+7df5-7df6,U+7df9-7dfa,U+7e00,U+7e05,U+7e08-7e0b,U+7e10-7e12,U+7e15,U+7e17,U+7e1c-7e1d,U+7e1f-7e23,U+7e27-7e28,U+7e2c-7e2d,U+7e2f,U+7e31-7e33,U+7e35-7e37,U+7e39-7e3b,U+7e3d,U+7e3f,U+7e43-7e48,U+7e4e,U+7e50,U+7e52,U+7e56,U+7e58-7e5a,U+7e5d-7e5f,U+7e61-7e62,U+7e65-7e67,U+7e69-7e6b,U+7e6d-7e6f,U+7e73,U+7e75,U+7e78-7e79,U+7e7b-7e7f,U+7e81-7e83,U+7e86-7e8a,U+7e8c-7e8e,U+7e90-7e96,U+7e98,U+7e9a-7e9f,U+7f38,U+7f3a-7f3f,U+7f43-7f45,U+7f47,U+7f4c-7f50,U+7f52-7f55,U+7f58,U+7f5b-7f5d,U+7f5f,U+7f61,U+7f63-7f69,U+7f6b,U+7f6d,U+7f71", + "[24]": "U+7bc8,U+7bca-7bcc,U+7bcf,U+7bd4,U+7bd6-7bd7,U+7bd9-7bdb,U+7bdd,U+7be5-7be6,U+7be8-7bea,U+7bf0,U+7bf2-7bfa,U+7bfc,U+7bfe,U+7c00-7c04,U+7c06-7c07,U+7c09,U+7c0b-7c0f,U+7c11-7c14,U+7c17,U+7c19,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c28,U+7c2a-7c2c,U+7c2f,U+7c31,U+7c33-7c34,U+7c36-7c3a,U+7c3d-7c3e,U+7c40,U+7c42-7c43,U+7c45-7c46,U+7c4a,U+7c4c,U+7c4f-7c5f,U+7c61,U+7c63-7c65,U+7c67,U+7c69,U+7c6c-7c70,U+7c72,U+7c75,U+7c79,U+7c7b-7c7e,U+7c81-7c83,U+7c86-7c87,U+7c8d,U+7c8f-7c90,U+7c94,U+7c9e,U+7ca0-7ca2,U+7ca4-7ca6,U+7ca8,U+7cab,U+7cad-7cae,U+7cb0-7cb3,U+7cb6-7cb7,U+7cb9-7cbd,U+7cbf-7cc0,U+7cc2,U+7cc4-7cc5,U+7cc7-7cca,U+7ccd-7ccf,U+7cd2-7cd5,U+7cd7-7cda,U+7cdc-7cdd,U+7cdf-7ce0,U+7ce2,U+7ce6,U+7ce9,U+7ceb,U+7cef,U+7cf2,U+7cf4-7cf6,U+7cf9-7cfa,U+7cfe,U+7d02-7d03,U+7d06-7d0a,U+7d0f,U+7d11-7d13,U+7d15-7d16,U+7d1c-7d1e,U+7d23,U+7d26,U+7d2a,U+7d2c-7d2e,U+7d31-7d32,U+7d35,U+7d3c-7d41,U+7d43,U+7d45,U+7d47-7d48,U+7d4b,U+7d4d-7d4f,U+7d51,U+7d53,U+7d55-7d56", + "[25]": "U+7a17-7a19,U+7a1b,U+7a1e-7a21,U+7a27,U+7a2b,U+7a2d,U+7a2f-7a31,U+7a34-7a35,U+7a37-7a3b,U+7a3e,U+7a43-7a49,U+7a4c,U+7a4e,U+7a50,U+7a55-7a57,U+7a59,U+7a5c-7a5d,U+7a5f-7a63,U+7a65,U+7a67,U+7a69-7a6a,U+7a6d,U+7a70,U+7a75,U+7a78-7a79,U+7a7d-7a7e,U+7a80,U+7a82,U+7a84-7a86,U+7a88,U+7a8a-7a8b,U+7a90-7a91,U+7a94-7a98,U+7a9e,U+7aa0,U+7aa3,U+7aa9,U+7aac,U+7ab0,U+7ab3,U+7ab5-7ab6,U+7ab9-7abf,U+7ac3,U+7ac5-7aca,U+7acc-7acf,U+7ad1-7ad3,U+7ad5,U+7ada-7adb,U+7add,U+7adf,U+7ae1-7ae2,U+7ae6-7aed,U+7af0-7af1,U+7af4,U+7af8,U+7afa-7afb,U+7afd-7afe,U+7b02,U+7b04,U+7b06-7b08,U+7b0a-7b0b,U+7b0f,U+7b12,U+7b14,U+7b18-7b19,U+7b1e-7b1f,U+7b23,U+7b25,U+7b27-7b2b,U+7b2d-7b31,U+7b33-7b36,U+7b3b,U+7b3d,U+7b3f-7b41,U+7b45,U+7b47,U+7b4c-7b50,U+7b53,U+7b55,U+7b5d,U+7b60,U+7b64-7b66,U+7b69-7b6a,U+7b6c-7b75,U+7b77,U+7b79-7b7a,U+7b7f,U+7b84,U+7b86,U+7b89,U+7b8d-7b92,U+7b96,U+7b98-7ba0,U+7ba5,U+7bac-7bad,U+7baf-7bb0,U+7bb2,U+7bb4-7bb6,U+7bba-7bbd,U+7bc1-7bc2,U+7bc5-7bc6", + "[26]": "U+7851-7852,U+785c,U+785e,U+7860-7861,U+7863-7864,U+7868,U+786a,U+786e-786f,U+7872,U+7874,U+787a,U+787c,U+787e,U+7886-7887,U+788a,U+788c-788f,U+7893-7895,U+7898,U+789a,U+789d-789f,U+78a1,U+78a3-78a4,U+78a8-78aa,U+78ac-78ad,U+78af-78b3,U+78b5,U+78bb-78bf,U+78c5-78cc,U+78ce,U+78d1-78d6,U+78da-78db,U+78df-78e1,U+78e4,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78f6-78f7,U+78f9-78fb,U+78fd-7901,U+7906-7907,U+790c,U+7910-7912,U+7919-791c,U+791e-7920,U+7925-792e,U+7930-7931,U+7934-7935,U+793b,U+793d,U+793f,U+7941-7942,U+7944-7946,U+794a-794b,U+794f,U+7951,U+7954-7955,U+7957-7958,U+795a-795c,U+795f-7960,U+7962,U+7967,U+7969,U+796b,U+7972,U+7977,U+7979-797c,U+797e-7980,U+798a-798e,U+7991,U+7993-7996,U+7998,U+799b-799d,U+79a1,U+79a6-79ab,U+79ae-79b1,U+79b3-79b4,U+79b8-79bb,U+79bd-79be,U+79c2,U+79c4,U+79c7-79ca,U+79cc-79cd,U+79cf,U+79d4-79d6,U+79da,U+79dd-79e3,U+79e5,U+79e7,U+79ea-79ed,U+79f1,U+79f8,U+79fc,U+7a02-7a03,U+7a05,U+7a07-7a0a,U+7a0c-7a0d,U+7a11,U+7a15", + "[27]": "U+768c-768e,U+7690,U+7693,U+7695-7696,U+7699-76a8,U+76aa,U+76ad,U+76af-76b0,U+76b4,U+76b6-76ba,U+76bd,U+76c1-76c3,U+76c5,U+76c8-76c9,U+76cb-76ce,U+76d2,U+76d4,U+76d6,U+76d9,U+76dc,U+76de,U+76e0-76e1,U+76e5-76e8,U+76ea-76ec,U+76f0-76f1,U+76f6,U+76f9,U+76fb-76fc,U+7700,U+7704,U+7706-7708,U+770a,U+770e,U+7712,U+7714-7715,U+7717,U+7719-771c,U+7722,U+7724-7726,U+7728,U+772d-772f,U+7734-7739,U+773d-773e,U+7742,U+7745-7747,U+774a,U+774d-774f,U+7752,U+7756-7758,U+775a-775c,U+775e-7760,U+7762,U+7764-7765,U+7767,U+776a-776c,U+7770,U+7772-7774,U+7779-777a,U+777c-7780,U+7784,U+778b-778e,U+7794-7796,U+779a,U+779e-77a0,U+77a2,U+77a4-77a5,U+77a7,U+77a9-77aa,U+77ae-77b1,U+77b5-77b7,U+77b9,U+77bb-77bf,U+77c3,U+77c7,U+77c9,U+77cd,U+77d1-77d2,U+77d5,U+77d7,U+77d9-77da,U+77dc,U+77de-77e0,U+77e3-77e4,U+77e6-77e7,U+77e9-77ea,U+77ec,U+77ee,U+77f0-77f1,U+77f4,U+77f8,U+77fb-77fc,U+7805-7806,U+7809,U+780c-780e,U+7811-7812,U+7819,U+781d,U+7820-7823,U+7826-7827,U+782c-782e,U+7830,U+7835,U+7837,U+783a,U+783f,U+7843-7845,U+7847-7848,U+784c,U+784e-784f", + "[28]": "U+7511-7513,U+7515-7517,U+751c,U+751e,U+7520-7522,U+7524,U+7526-7527,U+7529-752c,U+752f,U+7536,U+7538-7539,U+753c-7540,U+7543-7544,U+7546-754b,U+754d-7550,U+7552,U+7557,U+755a-755b,U+755d-755f,U+7561-7562,U+7564,U+7566-7567,U+7569,U+756b-756d,U+756f,U+7571-7572,U+7574-757e,U+7581-7582,U+7585-7587,U+7589-758c,U+758f-7590,U+7592-7595,U+7599-759a,U+759c-759d,U+75a2-75a5,U+75b0-75b1,U+75b3-75b5,U+75b7-75b8,U+75ba,U+75bd,U+75bf-75c4,U+75c6,U+75ca,U+75cc-75cf,U+75d3-75d4,U+75d7-75d8,U+75dc-75e1,U+75e3-75e4,U+75e7,U+75ec,U+75ee-75f3,U+75f9,U+75fc,U+75fe-7604,U+7607-760c,U+760f,U+7612-7613,U+7615-7616,U+7618-7619,U+761b-7629,U+762d,U+7630,U+7632-7635,U+7638-763c,U+7640-7641,U+7643-764b,U+764e,U+7655,U+7658-7659,U+765c,U+765f,U+7661-7662,U+7664-7665,U+7667-766a,U+766c-7672,U+7674,U+7676,U+7678,U+7680-7683,U+7685,U+7688,U+768b", + "[29]": "U+736c,U+736e-7371,U+7375,U+7377-737c,U+7380-7381,U+7383,U+7385-7386,U+738a,U+738e,U+7390,U+7393-7398,U+739c,U+739e-73a0,U+73a2,U+73a5-73a6,U+73a8,U+73aa-73ab,U+73ad,U+73b3,U+73b5,U+73b7,U+73b9-73bd,U+73bf,U+73c5-73c6,U+73c9-73cc,U+73ce-73cf,U+73d2-73d3,U+73d6,U+73d9,U+73dd-73de,U+73e1,U+73e3-73e7,U+73e9-73ea,U+73ee,U+73f1,U+73f4-73f5,U+73f7-73fb,U+73fd,U+73ff-7401,U+7404-7405,U+7407,U+740a,U+7411,U+7413,U+741a-741b,U+7421,U+7424,U+7426,U+7428-7431,U+7433,U+7439-743a,U+743f-7441,U+7443-7444,U+7446-7447,U+744b,U+744d,U+7451-7453,U+7455,U+7457,U+7459-745a,U+745c-745d,U+745f,U+7462-7464,U+7466-746b,U+746d-7473,U+7476,U+747e,U+7480-7481,U+7485-7489,U+748b,U+748f-7492,U+7497-749a,U+749c,U+749e-74a3,U+74a5-74a6,U+74a8-74ab,U+74ae-74af,U+74b1-74b2,U+74b5,U+74b9-74bb,U+74bd,U+74bf,U+74c8-74ca,U+74cc,U+74cf-74d0,U+74d3-74d4,U+74d6,U+74d8,U+74da-74db,U+74de-74e0,U+74e3-74e4,U+74e7-74eb,U+74ee-74f2,U+74f4,U+74f7-74f8,U+74fa-74fc,U+74ff,U+7501,U+7503-7506,U+750c-750e", + "[30]": "U+7166,U+7168,U+716c,U+7179,U+7180,U+7184-7185,U+7187-7188,U+718c,U+718f,U+7192,U+7194-7196,U+7199-719b,U+71a0,U+71a2,U+71a8,U+71ac,U+71ae-71b0,U+71b2-71b3,U+71b9-71ba,U+71be-71c1,U+71c4,U+71c9,U+71cb-71cc,U+71ce,U+71d0,U+71d2-71d4,U+71d6-71d7,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e7,U+71ec-71ee,U+71f4-71f5,U+71f8-71f9,U+71fc,U+71fe-7200,U+7207-7209,U+720d,U+7210,U+7213,U+7215,U+7217,U+721a,U+721d,U+721f,U+7224,U+7228,U+722b,U+722d,U+722f-7230,U+7232,U+7234,U+7238-7239,U+723b-723c,U+723e-7243,U+7245-7246,U+724b,U+724e-7250,U+7252-7253,U+7255-7258,U+725a,U+725c,U+725e,U+7260,U+7263,U+7268,U+726b,U+726e-726f,U+7271,U+7274,U+7277-7278,U+727b-727c,U+727e-7282,U+7284,U+7287,U+7289,U+728d-728e,U+7292-7293,U+7296,U+729b,U+72a2,U+72a7-72a8,U+72ad-72ae,U+72b0-72b2,U+72b4,U+72b9,U+72be,U+72c0-72c1,U+72c3-72c4,U+72c6-72c7,U+72c9,U+72cc,U+72ce,U+72d2,U+72d5-72d6,U+72d8,U+72df-72e2,U+72e5,U+72f3-72f4,U+72f7,U+72f9-72fb,U+72fd-72fe,U+7302,U+7304-7305,U+7307,U+730a-730b,U+730d,U+7312-7313,U+7316-7319,U+731c-731e,U+7322,U+7324,U+7327-7329,U+732c,U+732f,U+7331-7337,U+7339-733b,U+733d-733e,U+7343,U+734d-7350,U+7352,U+7356-7358,U+735d-7360,U+7366-736b", + "[31]": "U+6f58-6f5b,U+6f5d-6f5e,U+6f60-6f62,U+6f66,U+6f68,U+6f6c-6f6d,U+6f6f,U+6f74,U+6f78,U+6f7a,U+6f7c-6f7e,U+6f80,U+6f82-6f83,U+6f86-6f88,U+6f8b-6f8e,U+6f90-6f94,U+6f96-6f98,U+6f9a,U+6f9d,U+6f9f-6fa1,U+6fa3,U+6fa5-6fa8,U+6fae-6fb1,U+6fb3,U+6fb5-6fb7,U+6fb9,U+6fbc,U+6fbe,U+6fc2,U+6fc5-6fca,U+6fd4-6fd5,U+6fd8,U+6fda-6fdb,U+6fde-6fe0,U+6fe4,U+6fe8-6fe9,U+6feb-6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff9-6ffa,U+6ffc-6ffe,U+7000-7001,U+7005-7007,U+7009-700b,U+700d,U+700f,U+7011,U+7015,U+7017-7018,U+701a-701b,U+701d-7020,U+7023,U+7026,U+7028,U+702f-7030,U+7032,U+7034,U+7037,U+7039-703a,U+703c,U+703e,U+7043-7044,U+7047-704c,U+704e,U+7051,U+7054-7055,U+705d-705e,U+7064-7065,U+7069,U+706c,U+706e,U+7075-7076,U+707e,U+7081,U+7085-7086,U+7094-7098,U+709b,U+709f,U+70a4,U+70ab-70ac,U+70ae-70b1,U+70b3-70b4,U+70b7,U+70bb,U+70ca-70cb,U+70d1,U+70d3-70d6,U+70d8-70d9,U+70dc-70dd,U+70df,U+70e4,U+70ec,U+70f1,U+70fa,U+70fd,U+7103-7108,U+710b-710c,U+710f,U+7114,U+7119,U+711c,U+711e,U+7120,U+712b,U+712d-7131,U+7138,U+7141,U+7145-7147,U+7149-714b,U+7150-7153,U+7155-7157,U+715a,U+715c,U+715e,U+7160,U+7162,U+7164-7165", + "[32]": "U+6d7c,U+6d80-6d82,U+6d85,U+6d87,U+6d89-6d8a,U+6d8c-6d8e,U+6d91-6d98,U+6d9c,U+6daa-6dac,U+6dae,U+6db4-6db5,U+6db7-6db9,U+6dbd,U+6dbf,U+6dc2,U+6dc4-6dc8,U+6dca,U+6dcc,U+6dce-6dd0,U+6dd2,U+6dd5-6dd6,U+6dd8-6ddb,U+6ddd-6de0,U+6de2,U+6de4-6de6,U+6de8-6dea,U+6dec,U+6dee-6df0,U+6df2,U+6df4,U+6df6,U+6df8-6dfa,U+6dfc,U+6e00,U+6e04,U+6e0a,U+6e17,U+6e19,U+6e1d-6e20,U+6e22-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e32,U+6e34,U+6e36,U+6e38-6e3c,U+6e42-6e45,U+6e48-6e49,U+6e4b-6e4f,U+6e51-6e54,U+6e57,U+6e5b-6e5f,U+6e62-6e63,U+6e68,U+6e6b,U+6e6e,U+6e72-6e73,U+6e76,U+6e7b,U+6e7d,U+6e82,U+6e89,U+6e8c-6e8d,U+6e8f,U+6e93,U+6e98-6e99,U+6e9f-6ea0,U+6ea5,U+6ea7,U+6eaa-6eab,U+6ead-6eaf,U+6eb1-6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec4,U+6ec7-6eca,U+6ecc-6ecf,U+6ed3-6ed5,U+6ed9-6edb,U+6ee6,U+6eeb-6eef,U+6ef7-6ef9,U+6efb,U+6efd-6eff,U+6f04,U+6f08-6f0a,U+6f0c-6f0d,U+6f10-6f11,U+6f13,U+6f15-6f16,U+6f18,U+6f1a-6f1b,U+6f25-6f26,U+6f29-6f2a,U+6f2d,U+6f2f-6f33,U+6f35-6f36,U+6f38,U+6f3b-6f3c,U+6f3e-6f3f,U+6f41,U+6f45,U+6f4f,U+6f51-6f53,U+6f57", + "[33]": "U+6b85,U+6b89,U+6b8d,U+6b95,U+6b97-6b98,U+6b9b,U+6b9e-6ba0,U+6ba2-6ba4,U+6ba8-6bb3,U+6bb7-6bb9,U+6bbc-6bbe,U+6bc0,U+6bc3-6bc4,U+6bc6-6bc9,U+6bcb-6bcc,U+6bcf,U+6bd3,U+6bd6-6bd8,U+6bda,U+6bdf,U+6be1,U+6be3,U+6be6-6be7,U+6beb-6bec,U+6bee,U+6bf1,U+6bf3,U+6bf7,U+6bf9,U+6bff,U+6c02,U+6c04-6c05,U+6c08-6c0a,U+6c0d-6c0e,U+6c10,U+6c12-6c14,U+6c19,U+6c1b,U+6c1f,U+6c24,U+6c26-6c28,U+6c2c,U+6c2e,U+6c33,U+6c35-6c36,U+6c3a-6c3b,U+6c3e-6c40,U+6c4a-6c4b,U+6c4d,U+6c4f,U+6c52,U+6c54-6c55,U+6c59,U+6c5b-6c5e,U+6c62,U+6c67-6c68,U+6c6a-6c6b,U+6c6d,U+6c6f,U+6c73-6c74,U+6c76,U+6c78-6c79,U+6c7b,U+6c7e,U+6c81-6c87,U+6c89,U+6c8c-6c8d,U+6c90,U+6c92-6c95,U+6c97-6c98,U+6c9a-6c9c,U+6c9f,U+6caa-6cae,U+6cb0-6cb2,U+6cb4,U+6cba,U+6cbd-6cbe,U+6cc2,U+6cc5-6cc6,U+6ccd,U+6ccf-6cd4,U+6cd6-6cd7,U+6cd9-6cdd,U+6ce0,U+6ce7,U+6ce9-6cef,U+6cf1-6cf2,U+6cf4,U+6cfb,U+6d00-6d01,U+6d04,U+6d07,U+6d0a,U+6d0c,U+6d0e-6d0f,U+6d11,U+6d13,U+6d19-6d1a,U+6d1f,U+6d24,U+6d26-6d28,U+6d2b,U+6d2e-6d2f,U+6d31,U+6d33-6d36,U+6d38-6d39,U+6d3c-6d3d,U+6d3f,U+6d57-6d5b,U+6d5e-6d61,U+6d64-6d65,U+6d67,U+6d6c,U+6d6f-6d70,U+6d79", + "[34]": "U+69dd-69de,U+69e2-69e3,U+69e5,U+69e7-69eb,U+69ed-69ef,U+69f1-69f6,U+69f9,U+69fe-6a01,U+6a03,U+6a05,U+6a0a,U+6a0c,U+6a0f,U+6a11-6a15,U+6a17,U+6a1a-6a1b,U+6a1d-6a20,U+6a22-6a24,U+6a28,U+6a2e,U+6a30,U+6a32-6a38,U+6a3b,U+6a3e-6a3f,U+6a44-6a4a,U+6a4e,U+6a50-6a52,U+6a54-6a56,U+6a5b,U+6a61-6a62,U+6a64,U+6a66-6a67,U+6a6a-6a6b,U+6a71-6a73,U+6a78,U+6a7a,U+6a7e-6a7f,U+6a81,U+6a83-6a84,U+6a86-6a87,U+6a89,U+6a8b,U+6a8d,U+6a90-6a91,U+6a94,U+6a97,U+6a9b,U+6a9d-6aa3,U+6aa5,U+6aaa-6aac,U+6aae-6ab1,U+6ab3-6ab4,U+6ab8,U+6abb,U+6abd-6abf,U+6ac1-6ac3,U+6ac6,U+6ac8-6ac9,U+6acc,U+6ad0-6ad1,U+6ad3-6ad6,U+6ada-6adf,U+6ae2,U+6ae4,U+6ae7-6ae8,U+6aea,U+6aec,U+6af0-6af3,U+6af8,U+6afa,U+6afc-6afd,U+6b02-6b03,U+6b06-6b07,U+6b09-6b0b,U+6b0f-6b12,U+6b16-6b17,U+6b1b,U+6b1d-6b1f,U+6b23-6b24,U+6b28,U+6b2b-6b2c,U+6b2f,U+6b35-6b39,U+6b3b,U+6b3d,U+6b3f,U+6b43,U+6b46-6b47,U+6b49-6b4a,U+6b4d-6b4e,U+6b50,U+6b52,U+6b54,U+6b56,U+6b58-6b59,U+6b5b,U+6b5d,U+6b5f-6b61,U+6b65,U+6b67,U+6b6b-6b6c,U+6b6e,U+6b70,U+6b72,U+6b75,U+6b77-6b7a,U+6b7d-6b84", + "[35]": "U+6855,U+6857-6859,U+685b,U+685d,U+685f,U+6863,U+6867,U+686b,U+686e-6872,U+6874-6875,U+6877,U+6879-687c,U+687e-687f,U+6882-6884,U+6886,U+6888,U+688d-6890,U+6894,U+6896,U+6898-689c,U+689f-68a3,U+68a5-68a7,U+68a9-68ab,U+68ad-68af,U+68b2-68b5,U+68b9-68bc,U+68c3,U+68c5-68c6,U+68c8-68ca,U+68cc-68cd,U+68cf-68d1,U+68d3-68d9,U+68dc-68dd,U+68e0-68e1,U+68e3-68e5,U+68e7-68e8,U+68ea-68ed,U+68ef-68f1,U+68f5-68f7,U+68f9,U+68fb-68fd,U+6900-6901,U+6903-6904,U+6906-690c,U+690f-6911,U+6913,U+6916-6917,U+6919-691b,U+6921-6923,U+6925-6926,U+6928,U+692a,U+6930-6931,U+6933-6936,U+6938-6939,U+693b,U+693d,U+6942,U+6945-6946,U+6949,U+694e,U+6954,U+6957,U+6959,U+695b-695e,U+6961-6966,U+6968-696c,U+696e-6974,U+6977-697b,U+697e-6981,U+6986,U+698d,U+6991-6992,U+6994-6996,U+6998,U+699c,U+69a0-69a1,U+69a5-69a8,U+69ab,U+69ad,U+69af-69b2,U+69b4,U+69b7-69b8,U+69ba-69bc,U+69be-69c1,U+69c3,U+69c5,U+69c7-69c8,U+69ca,U+69ce-69d1,U+69d3,U+69d6-69d7,U+69d9", + "[36]": "U+667e-6680,U+6683-6684,U+6688,U+668b-668e,U+6690,U+6692,U+6698-669d,U+669f-66a0,U+66a2,U+66a4,U+66ad,U+66b1-66b3,U+66b5,U+66b8-66b9,U+66bb-66bc,U+66be-66c4,U+66c6,U+66c8-66c9,U+66cc,U+66ce-66cf,U+66d4,U+66da-66db,U+66dd,U+66df-66e0,U+66e6,U+66e8-66e9,U+66eb-66ec,U+66ee,U+66f5,U+66f7,U+66fa-66fc,U+6701,U+6705,U+6707,U+670c,U+670e-6710,U+6712-6716,U+6719,U+671c,U+671e,U+6720,U+6722,U+6725-6726,U+672e,U+6733,U+6735-6738,U+673e-673f,U+6741,U+6743,U+6745-6748,U+674c-674d,U+6753-6755,U+6759,U+675d-675e,U+6760,U+6762-6764,U+6766,U+676a,U+676c,U+676e,U+6770,U+6772-6774,U+6776-6777,U+677b-677c,U+6780-6781,U+6784-6785,U+6787,U+6789,U+678b-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679b,U+67a1,U+67a4,U+67a6,U+67a9,U+67b0-67b5,U+67b7-67b9,U+67bb-67be,U+67c0-67c3,U+67c5-67c6,U+67c8-67c9,U+67ce,U+67d2,U+67d7-67d9,U+67db-67de,U+67e1-67e2,U+67e4,U+67e6-67e7,U+67e9,U+67ec,U+67ee-67f0,U+67f2,U+67f6-67f7,U+67f9-67fa,U+67fc,U+67fe,U+6801-6802,U+6805,U+6810,U+6814,U+6818-6819,U+681d,U+681f,U+6822,U+6827-6829,U+682b-682d,U+682f-6834,U+683b,U+683e-6840,U+6844-6846,U+6849-684a,U+684c-684e,U+6852-6854", + "[37]": "U+64d2,U+64d4-64d5,U+64d7-64d8,U+64da,U+64e0-64e1,U+64e3-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f2,U+64f4-64f7,U+64fa-64fb,U+64fd-6501,U+6504-6505,U+6508-650a,U+650f,U+6513-6514,U+6516,U+6518-6519,U+651b-651f,U+6522,U+6524,U+6526,U+6529-652c,U+652e,U+6531-6532,U+6534-6538,U+653a,U+653c-653d,U+6543-6544,U+6547-6549,U+654d-654e,U+6550,U+6552,U+6554-6556,U+6558,U+655d-6560,U+6567,U+656b,U+6572,U+6578,U+657a,U+657d,U+6581-6585,U+6588,U+658a,U+658c,U+6592,U+6595,U+6598,U+659b,U+659d,U+659f-65a1,U+65a3-65a6,U+65ab,U+65ae,U+65b2-65b5,U+65b7-65b8,U+65be-65bf,U+65c1-65c4,U+65c6,U+65c8-65c9,U+65cc,U+65ce,U+65d0,U+65d2,U+65d4,U+65d6,U+65d8-65d9,U+65db,U+65df-65e1,U+65e3,U+65f0-65f2,U+65f4-65f5,U+65f9,U+65fb-65fc,U+65fe-6600,U+6603-6604,U+6608-660a,U+660d,U+6611-6612,U+6615-6616,U+661c-661e,U+6621-6624,U+6626,U+6629-662c,U+662e,U+6630-6631,U+6633-6637,U+6639-663b,U+663f-6641,U+6644-6646,U+6648-664a,U+664c,U+664e-664f,U+6651,U+6657-6665,U+6667-6668,U+666a-666d,U+6670,U+6673,U+6675,U+6677-6679,U+667b-667c", + "[38]": "U+62cf,U+62d1,U+62d4-62d6,U+62da,U+62dc,U+62ea,U+62ee-62ef,U+62f1-62f2,U+62f4-62f5,U+62fc-62fd,U+62ff,U+6302-6304,U+6308-630d,U+6310,U+6313,U+6316,U+6318,U+631b,U+6327,U+6329-632a,U+632d,U+6332,U+6335-6336,U+6339-633c,U+633e,U+6341-6344,U+6346,U+634a-634e,U+6350,U+6352-6354,U+6358-6359,U+635b,U+6365-6366,U+6369,U+636b-636d,U+6371-6372,U+6374-6378,U+637a,U+637c-637d,U+637f-6380,U+6382,U+6384,U+6387,U+6389-638a,U+638e-6390,U+6394-6396,U+6399-639a,U+639e,U+63a0,U+63a3-63a4,U+63a6,U+63a9,U+63ab-63af,U+63b5,U+63bd-63be,U+63c0-63c1,U+63c4-63c6,U+63c8,U+63ce,U+63d1-63d6,U+63dc,U+63e0,U+63e3,U+63e5,U+63e9-63ed,U+63f2-63f3,U+63f5-63f9,U+6406,U+6409-640a,U+640f-6410,U+6412-6414,U+6416-6418,U+641e,U+6420,U+6422,U+6424-6426,U+6428-642a,U+642f-6430,U+6434-6436,U+643d,U+643f,U+644b,U+644e-644f,U+6451-6454,U+645a-645d,U+645f-6461,U+6463,U+6467,U+646d,U+6473-6474,U+6476,U+6478-6479,U+647b,U+647d,U+6485,U+6487-6488,U+648f-6491,U+6493,U+6495,U+6498-649b,U+649d-649f,U+64a1,U+64a3,U+64a6,U+64a8-64a9,U+64ac,U+64b3,U+64bb-64bf,U+64c2,U+64c4-64c5,U+64c7,U+64c9-64cc,U+64ce,U+64d0-64d1", + "[39]": "U+6117,U+6119,U+611c,U+611e,U+6120-6122,U+6127-6128,U+612a-612c,U+6130-6131,U+6134-6137,U+6139-613a,U+613c-613f,U+6141-6142,U+6144-6147,U+6149-614a,U+614d,U+6153,U+6158-615a,U+615d-6160,U+6164-6165,U+616b-616c,U+616f,U+6171-6175,U+6177-6178,U+617b-6181,U+6183-6184,U+6187,U+618a-618b,U+618d,U+6192-6194,U+6196-619a,U+619c-619d,U+619f-61a0,U+61a5,U+61a8,U+61aa-61ae,U+61b8-61ba,U+61bc,U+61be,U+61c0-61c3,U+61c6,U+61c8,U+61ca-61cf,U+61d5,U+61dc-61df,U+61e1-61e3,U+61e5-61e9,U+61ec-61ed,U+61ef,U+61f4-61f7,U+61fa,U+61fc-6201,U+6203-6204,U+6207-620a,U+620d-620e,U+6213-6215,U+621b-621e,U+6220-6223,U+6227,U+6229-622b,U+622e,U+6230-6233,U+6236,U+6239,U+623d-623e,U+6241-6244,U+6246,U+6248,U+624c,U+624e,U+6250-6252,U+6254,U+6256,U+6258,U+625a-625c,U+625e,U+6260-6261,U+6263-6264,U+6268,U+626d,U+626f,U+6273,U+627a-627e,U+6282-6283,U+6285,U+6289,U+628d-6290,U+6292-6294,U+6296,U+6299,U+629b,U+62a6,U+62a8,U+62ac,U+62b3,U+62b6-62b7,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4,U+62c6-62c8,U+62ca,U+62ce", + "[40]": "U+5f6c-5f6d,U+5f6f,U+5f72-5f75,U+5f78,U+5f7a,U+5f7d-5f7f,U+5f82-5f83,U+5f87-5f89,U+5f8d,U+5f8f,U+5f91,U+5f96,U+5f99,U+5f9c-5f9d,U+5fa0,U+5fa2,U+5fa4,U+5fa7-5fa8,U+5fab-5fad,U+5faf-5fb1,U+5fb5,U+5fb7-5fb8,U+5fbc-5fbd,U+5fc4,U+5fc7-5fc9,U+5fcb,U+5fd0-5fd4,U+5fdd-5fde,U+5fe1-5fe2,U+5fe4,U+5fe8-5fea,U+5fec-5ff3,U+5ff6,U+5ff8,U+5ffa-5ffd,U+5fff,U+6007,U+600a,U+600d-6010,U+6013-6015,U+6017-601b,U+601f,U+6021-6022,U+6024,U+6026,U+6029,U+602b,U+602d,U+6031,U+6033,U+6035,U+603a,U+6040-6043,U+6046-604a,U+604c-604d,U+6051,U+6054-6057,U+6059-605a,U+605d,U+605f-6064,U+6067,U+606a-606c,U+6070-6071,U+6077,U+607e-607f,U+6081-6086,U+6088-608e,U+6091-6093,U+6095-6098,U+609a-609b,U+609d-609e,U+60a2,U+60a4-60a5,U+60a7-60a8,U+60b0-60b1,U+60b3-60b5,U+60b7-60b8,U+60bb,U+60bd-60be,U+60c2,U+60c4,U+60c6-60cb,U+60ce-60cf,U+60d3-60d5,U+60d8-60d9,U+60db,U+60dd-60df,U+60e1-60e2,U+60e5,U+60ee,U+60f0-60f2,U+60f4-60f8,U+60fa-60fd,U+6100,U+6102-6103,U+6106-6108,U+610a,U+610c-610e,U+6110-6114,U+6116", + "[41]": "U+5d9b,U+5d9d,U+5d9f-5da0,U+5da2,U+5da4,U+5da7,U+5dab-5dac,U+5dae,U+5db0,U+5db2,U+5db4,U+5db7-5db9,U+5dbc-5dbd,U+5dc3,U+5dc7,U+5dc9,U+5dcb-5dce,U+5dd0-5dd3,U+5dd6-5dd9,U+5ddb,U+5de0,U+5de2,U+5de4,U+5de9,U+5df2,U+5df5,U+5df8-5df9,U+5dfd,U+5dff-5e00,U+5e07,U+5e0b,U+5e0d,U+5e11-5e12,U+5e14-5e15,U+5e18-5e1b,U+5e1f-5e20,U+5e25,U+5e28,U+5e2e,U+5e32,U+5e35-5e37,U+5e3e,U+5e40,U+5e43-5e44,U+5e47,U+5e49,U+5e4b,U+5e4e,U+5e50-5e51,U+5e54,U+5e56-5e58,U+5e5b-5e5c,U+5e5e-5e5f,U+5e62,U+5e64,U+5e68,U+5e6a-5e6e,U+5e70,U+5e75-5e77,U+5e7a,U+5e7f-5e80,U+5e87,U+5e8b,U+5e8e,U+5e96,U+5e99-5e9a,U+5ea0,U+5ea2,U+5ea4-5ea5,U+5ea8,U+5eaa,U+5eac,U+5eb1,U+5eb3,U+5eb8-5eb9,U+5ebd-5ebf,U+5ec1-5ec2,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ece-5ed6,U+5ed9-5ee2,U+5ee5,U+5ee8-5ee9,U+5eeb-5eec,U+5ef0-5ef1,U+5ef3-5ef4,U+5ef8-5ef9,U+5efc-5f00,U+5f02-5f03,U+5f06-5f09,U+5f0b-5f0e,U+5f11,U+5f16-5f17,U+5f19,U+5f1b-5f1e,U+5f21-5f24,U+5f27-5f29,U+5f2b-5f30,U+5f34,U+5f36,U+5f38,U+5f3a-5f3d,U+5f3f-5f41,U+5f44-5f45,U+5f47-5f48,U+5f4a,U+5f4c-5f4e,U+5f50-5f51,U+5f54,U+5f56-5f58,U+5f5b-5f5d,U+5f60,U+5f63-5f65,U+5f67,U+5f6a", + "[42]": "U+5bbc,U+5bc0-5bc1,U+5bc3,U+5bc7,U+5bc9,U+5bcd-5bd0,U+5bd3-5bd4,U+5bd6-5bda,U+5bde,U+5be0-5be2,U+5be4-5be6,U+5be8,U+5beb-5bec,U+5bef-5bf1,U+5bf3-5bf6,U+5bfd,U+5c03,U+5c05,U+5c07-5c09,U+5c0c-5c0d,U+5c12-5c14,U+5c17,U+5c19,U+5c1e-5c20,U+5c22-5c24,U+5c26,U+5c28-5c2e,U+5c30,U+5c32,U+5c35-5c36,U+5c38-5c39,U+5c46,U+5c4d-5c50,U+5c53,U+5c59-5c5c,U+5c5f-5c63,U+5c67-5c69,U+5c6c-5c70,U+5c74-5c76,U+5c79-5c7d,U+5c87-5c88,U+5c8a,U+5c8c,U+5c8f,U+5c91-5c92,U+5c94,U+5c9d,U+5c9f-5ca0,U+5ca2-5ca3,U+5ca6-5ca8,U+5caa-5cab,U+5cad,U+5cb1-5cb2,U+5cb4-5cb7,U+5cba-5cbc,U+5cbe,U+5cc5,U+5cc7,U+5cc9,U+5ccb,U+5cd0,U+5cd2,U+5cd7,U+5cd9,U+5cdd,U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1-5cf2,U+5cf4-5cf5,U+5cfa-5cfb,U+5cfd,U+5d01,U+5d06,U+5d0b,U+5d0d,U+5d10-5d12,U+5d14-5d15,U+5d17-5d1b,U+5d1d,U+5d1f-5d20,U+5d22-5d24,U+5d26-5d27,U+5d2b,U+5d31,U+5d34,U+5d39,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d51-5d53,U+5d55,U+5d59,U+5d5c,U+5d5f-5d62,U+5d64,U+5d69-5d6a,U+5d6c-5d6d,U+5d6f-5d70,U+5d73,U+5d76,U+5d79-5d7a,U+5d7e-5d7f,U+5d81-5d84,U+5d87-5d88,U+5d8a,U+5d8c,U+5d90,U+5d92-5d95,U+5d97,U+5d99", + "[43]": "U+598b-598e,U+5992,U+5995,U+5997,U+599b,U+599d,U+599f,U+59a3-59a4,U+59a7,U+59ad-59b0,U+59b2-59b3,U+59b7,U+59ba,U+59bc,U+59be,U+59c1,U+59c3-59c4,U+59c6,U+59c8,U+59ca,U+59cd,U+59d2,U+59d9-59da,U+59dd-59df,U+59e3-59e5,U+59e7-59e8,U+59ec,U+59ee-59ef,U+59f1-59f2,U+59f4,U+59f6-59f8,U+5a00,U+5a03-5a04,U+5a09,U+5a0c-5a0e,U+5a11-5a13,U+5a17,U+5a1a-5a1c,U+5a1e-5a1f,U+5a23-5a25,U+5a27-5a28,U+5a2a,U+5a2d,U+5a30,U+5a35-5a36,U+5a40-5a41,U+5a44-5a45,U+5a47-5a49,U+5a4c,U+5a50,U+5a55,U+5a5e,U+5a62-5a63,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a77,U+5a7a-5a7b,U+5a7e,U+5a84,U+5a8b,U+5a90,U+5a93,U+5a96,U+5a99,U+5a9c,U+5a9e-5aa0,U+5aa2,U+5aa7,U+5aac,U+5ab1-5ab3,U+5ab5,U+5ab8,U+5aba-5abf,U+5ac2,U+5ac4,U+5ac6,U+5ac8,U+5acb,U+5acf-5ad0,U+5ad6-5ad7,U+5ada,U+5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae9-5aea,U+5aee,U+5af0,U+5af5-5af6,U+5afa-5afb,U+5afd,U+5b00-5b01,U+5b08,U+5b0b,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21,U+5b25,U+5b2a,U+5b2c-5b2d,U+5b30,U+5b32,U+5b34,U+5b36,U+5b38,U+5b3e,U+5b40-5b41,U+5b43,U+5b45,U+5b4b-5b4c,U+5b51-5b52,U+5b56,U+5b5a-5b5c,U+5b5e-5b5f,U+5b65,U+5b68-5b69,U+5b6e-5b71,U+5b73,U+5b75-5b76,U+5b7a,U+5b7c-5b84,U+5b86,U+5b8a-5b8b,U+5b8d-5b8e,U+5b90-5b91,U+5b93-5b94,U+5b96,U+5ba5-5ba6,U+5ba8-5ba9,U+5bac-5bad,U+5baf,U+5bb1-5bb2,U+5bb7-5bb8,U+5bba", + "[44]": "U+57b3,U+57b8,U+57bd,U+57c0,U+57c3,U+57c6-57c8,U+57cc,U+57cf,U+57d2-57d7,U+57dc-57de,U+57e0-57e1,U+57e3-57e4,U+57e6-57e7,U+57e9,U+57ed,U+57f0,U+57f4-57f6,U+57f8,U+57fb,U+57fd-57ff,U+5803-5804,U+5808-580d,U+5819,U+581b,U+581d-5821,U+5826-5827,U+582d,U+582f-5830,U+5832,U+5835,U+5839,U+583d,U+583f-5840,U+5849,U+584b-584d,U+584f-5852,U+5855,U+5858-5859,U+585f,U+5861-5862,U+5864,U+5867-5868,U+586d,U+5870,U+5872,U+5878-5879,U+587c,U+587f-5881,U+5885,U+5887-588d,U+588f-5890,U+5894,U+5896,U+5898,U+589d-589e,U+58a0-58a2,U+58a6,U+58a9-58ab,U+58ae,U+58b1-58b3,U+58b8-58bc,U+58be,U+58c2-58c5,U+58c8,U+58cd-58ce,U+58d0-58da,U+58dc-58e2,U+58e4-58e5,U+58e9,U+58ec,U+58ef,U+58f3-58f4,U+58f7,U+58f9,U+58fb-58fd,U+5902,U+5905-5906,U+590a-590d,U+5910,U+5912-5914,U+5918-5919,U+591b,U+591d,U+591f,U+5921,U+5923-5925,U+5928,U+592c-592d,U+592f-5930,U+5932-5933,U+5935-5936,U+5938-5939,U+593d-593f,U+5943,U+5946,U+594e,U+5950,U+5952-5953,U+5955,U+5957-595b,U+595d-5961,U+5963,U+5967,U+5969,U+596b-596d,U+596f,U+5972,U+5975-5976,U+5978-5979,U+597b-597c,U+5981", + "[45]": "U+5616-5617,U+5619,U+561b,U+5620,U+5628,U+562c,U+562f-5639,U+563b-563d,U+563f-5641,U+5643-5644,U+5646-5647,U+5649,U+564b,U+564d-5650,U+5653-5654,U+565e,U+5660-5664,U+5666,U+5669-566d,U+566f,U+5671-5672,U+5675-5676,U+5678,U+567a,U+5680,U+5684-5688,U+568a-568c,U+568f,U+5694-5695,U+5699-569a,U+569d-56a0,U+56a5-56a9,U+56ab-56ae,U+56b1-56b4,U+56b6-56b7,U+56bc,U+56be,U+56c0,U+56c2-56c3,U+56c5,U+56c8-56d1,U+56d3,U+56d7-56d9,U+56dc-56dd,U+56df,U+56e1,U+56e4-56e8,U+56eb,U+56ed-56ee,U+56f1,U+56f6-56f7,U+56f9,U+56ff-5704,U+5707-570a,U+570c-570d,U+5711,U+5713,U+5715-5716,U+5718,U+571a-571d,U+5720-5726,U+5729-572a,U+572c,U+572e-572f,U+5733-5734,U+5737-5738,U+573b,U+573d-573f,U+5745-5746,U+574c-574f,U+5751-5752,U+5759,U+575f,U+5761-5762,U+5764-5765,U+5767-5769,U+576b,U+576d-5771,U+5773-5775,U+5777,U+5779-577c,U+577e-577f,U+5781,U+5783,U+5788-5789,U+578c,U+5793-5795,U+5797,U+5799-579a,U+579c-57a1,U+57a4,U+57a7-57aa,U+57ac,U+57ae,U+57b0", + "[46]": "U+543f-5440,U+5443-5444,U+5447,U+544c-544f,U+5455,U+545e,U+5462,U+5464,U+5466-5467,U+5469,U+546b-546e,U+5470-5471,U+5474-5477,U+547b,U+547f-5481,U+5483-5486,U+5488-548b,U+548d-5492,U+5495-5496,U+549c,U+549f-54a2,U+54a4,U+54a6-54af,U+54b1,U+54b7-54bc,U+54be-54bf,U+54c2-54c4,U+54c6-54c8,U+54ca,U+54cd-54ce,U+54d8,U+54e0,U+54e2,U+54e5-54e6,U+54e8-54ea,U+54ec-54ef,U+54f1,U+54f3,U+54f6,U+54fc-5501,U+5505,U+5508-5509,U+550c-550f,U+5514-5516,U+5527,U+552a-552b,U+552e,U+5532-5533,U+5535-5536,U+5538-5539,U+553b-553d,U+5540-5541,U+5544-5545,U+5547,U+5549-554a,U+554c-554d,U+5550-5551,U+5556-5558,U+555a-555e,U+5560-5561,U+5563-5564,U+5566,U+557b-5583,U+5586-5588,U+558a,U+558e-558f,U+5591-5594,U+5597,U+5599,U+559e-559f,U+55a3-55a4,U+55a8-55a9,U+55ac-55ae,U+55b2,U+55bf,U+55c1,U+55c3-55c4,U+55c6-55c7,U+55c9,U+55cb-55cc,U+55ce,U+55d1-55d4,U+55d7-55d8,U+55da-55db,U+55dd-55df,U+55e2,U+55e4,U+55e9,U+55ec,U+55ee,U+55f1,U+55f6-55f9,U+55fd-55ff,U+5605,U+5607-5608,U+560a,U+560d-5612", + "[47]": "U+528d,U+5291-5298,U+529a,U+529c,U+52a4-52a7,U+52ab-52ad,U+52af-52b0,U+52b5-52b8,U+52ba-52be,U+52c0-52c1,U+52c4-52c6,U+52c8,U+52ca,U+52cc-52cd,U+52cf-52d2,U+52d4,U+52d6-52d7,U+52db-52dc,U+52de,U+52e0-52e1,U+52e3,U+52e5-52e6,U+52e8-52ea,U+52ec,U+52f0-52f1,U+52f3-52fb,U+5300-5301,U+5303,U+5306-5308,U+530a-530d,U+530f-5311,U+5313,U+5315,U+5318-531f,U+5321,U+5323-5325,U+5327-532d,U+532f-5333,U+5335,U+5338,U+533c-533e,U+5340,U+5342,U+5345-5346,U+5349,U+534b-534c,U+5359,U+535b,U+535e,U+5361,U+5363-5367,U+5369,U+536c-536e,U+5372,U+5377,U+5379-537b,U+537d-537f,U+5382-5383,U+5387-5389,U+538e,U+5393-5394,U+5396,U+5398-5399,U+539d,U+53a0-53a1,U+53a4-53a6,U+53a9-53ab,U+53ad-53b0,U+53b2,U+53b4-53b8,U+53ba,U+53bd,U+53c0-53c1,U+53c3-53c5,U+53cf,U+53d2-53d3,U+53d5,U+53da-53db,U+53dd-53e0,U+53e2,U+53e6-53e8,U+53ed-53ee,U+53f4-53f5,U+53fa,U+5401-5403,U+540b,U+540f,U+5412-5413,U+541a,U+541d-541e,U+5421,U+5424,U+5427-542a,U+542c-542f,U+5431,U+5433-5436,U+543c-543d", + "[48]": "U+50dd-50df,U+50e1-50e6,U+50e8-50e9,U+50ed-50f6,U+50f9-50fb,U+50fe,U+5101-5103,U+5106-5109,U+510b-510e,U+5110,U+5112,U+5114-511e,U+5121,U+5123,U+5127-5128,U+512c-512d,U+512f,U+5131,U+5133-5135,U+5137-513c,U+513f-5142,U+5147,U+514a,U+514c,U+514f,U+5152-5155,U+5157-5158,U+515f-5160,U+5162,U+5164,U+5166-5167,U+5169-516a,U+516e,U+5173-5174,U+5179,U+517b,U+517e,U+5180,U+5182-5184,U+5189,U+518b-518c,U+518e-5191,U+5193,U+5195-5196,U+5198,U+519d,U+51a1-51a4,U+51a6,U+51a9-51ab,U+51ad,U+51b0-51b3,U+51b5,U+51b8,U+51ba,U+51bc-51bf,U+51c2-51c3,U+51c5,U+51c8-51cb,U+51cf,U+51d1-51d6,U+51d8,U+51de-51e0,U+51e2,U+51e5,U+51e7,U+51e9,U+51ec-51ee,U+51f2-51f5,U+51f7,U+51fe,U+5201-5202,U+5204-5205,U+520b,U+520e,U+5212-5216,U+5218,U+5222,U+5226-5228,U+522a-522b,U+522e,U+5231-5233,U+5235,U+523c,U+5244-5245,U+5249,U+524b-524c,U+524f,U+5254-5255,U+5257-5258,U+525a,U+525c-5261,U+5266,U+5269,U+526c,U+526e,U+5271,U+5273-5274,U+5277-5279,U+527d,U+527f-5280,U+5282-5285,U+5288-528a,U+528c", + "[49]": "U+4f57-4f58,U+4f5a-4f5b,U+4f5d-4f5f,U+4f63-4f64,U+4f69-4f6a,U+4f6c,U+4f6e-4f71,U+4f76-4f7e,U+4f81-4f85,U+4f88-4f8a,U+4f8c,U+4f8e-4f90,U+4f92-4f94,U+4f96-4f9a,U+4f9e-4fa0,U+4fab,U+4fad,U+4faf,U+4fb2,U+4fb7,U+4fb9,U+4fbb-4fbe,U+4fc0-4fc1,U+4fc4-4fc6,U+4fc8-4fc9,U+4fcb-4fd4,U+4fd8,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2,U+4fe4-4fe6,U+4fef-4ff2,U+4ff6,U+4ffc-5002,U+5004-5007,U+500a,U+500c,U+500e-5011,U+5013-5014,U+5016-5018,U+501a-501e,U+5021-5023,U+5025-502a,U+502c-502e,U+5030,U+5032-5033,U+5035,U+5039,U+503b,U+5040-5043,U+5045-5048,U+504a,U+504c,U+504e,U+5050-5053,U+5055-5057,U+5059-505a,U+505f-5060,U+5062-5063,U+5066-5067,U+506a,U+506c-506d,U+5070-5072,U+5077-5078,U+5080-5081,U+5083-5086,U+5088,U+508a,U+508e-5090,U+5092-5096,U+509a-509c,U+509e-50a3,U+50aa,U+50ad,U+50af-50b4,U+50b9-50bb,U+50bd,U+50c0,U+50c2-50c4,U+50c7,U+50c9-50ca,U+50cc,U+50ce,U+50d0-50d1,U+50d3-50d4,U+50d6,U+50d8-50d9,U+50dc", + "[50]": "U+4093,U+4103,U+4105,U+4148,U+414f,U+4163,U+41b4,U+41bf,U+41e6,U+41ee,U+41f3,U+4207,U+420e,U+4264,U+4293,U+42c6,U+42d6,U+42dd,U+4302,U+432b,U+4343,U+43ee,U+43f0,U+4408,U+440c,U+4417,U+441c,U+4422,U+4453,U+445b,U+4476,U+447a,U+4491,U+44b3,U+44be,U+44d4,U+4508,U+450d,U+4525,U+4543,U+457a,U+459d,U+45b8,U+45be,U+45e5,U+45ea,U+460f-4610,U+4641,U+4665,U+46a1,U+46ae-46af,U+470c,U+471f,U+4764,U+47e6,U+47fd,U+4816,U+481e,U+4844,U+484e,U+48b5,U+49b0,U+49e7,U+49fa,U+4a04,U+4a29,U+4abc,U+4b38,U+4b3b,U+4b7e,U+4bc2,U+4bca,U+4bd2,U+4be8,U+4c17,U+4c20,U+4c38,U+4cc4,U+4cd1,U+4ce1,U+4d07,U+4d77,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e12,U+4e15,U+4e17,U+4e19,U+4e1e-4e1f,U+4e23-4e24,U+4e28-4e2c,U+4e2e-4e31,U+4e35-4e37,U+4e3f-4e42,U+4e44,U+4e47-4e48,U+4e4d-4e4e,U+4e51,U+4e55-4e56,U+4e58,U+4e5a-4e5c,U+4e62-4e63,U+4e68-4e69,U+4e74-4e75,U+4e79,U+4e7f,U+4e82,U+4e85,U+4e8a,U+4e8d-4e8e,U+4e96-4e99,U+4e9d-4ea0,U+4ea2,U+4ea5-4ea6,U+4ea8,U+4eaf-4eb0,U+4eb3,U+4eb6,U+4eb9,U+4ebb-4ebc,U+4ec2-4ec4,U+4ec6-4ec8,U+4ecd,U+4ed0,U+4ed7,U+4eda-4edb,U+4edd-4ee2,U+4ee8,U+4eeb,U+4eed,U+4eef,U+4ef1,U+4ef3,U+4ef5,U+4ef7,U+4efc-4f00,U+4f02-4f03,U+4f08-4f09,U+4f0b-4f0d,U+4f12,U+4f15-4f17,U+4f19,U+4f1c,U+4f2b,U+4f2e,U+4f30-4f31,U+4f33,U+4f35-4f37,U+4f39,U+4f3b,U+4f3e,U+4f40,U+4f42-4f43,U+4f48-4f49,U+4f4b-4f4c,U+4f52,U+4f54,U+4f56", + "[51]": "U+3395-339b,U+339e-33a0,U+33a2-33ff,U+3402,U+3405-3406,U+3427,U+342c,U+342e,U+3468,U+346a,U+3488,U+3492,U+34b5,U+34bc,U+34c1,U+34c7,U+34db,U+351f,U+353e,U+355d-355e,U+3563,U+356e,U+35a6,U+35a8,U+35c5,U+35da,U+35de,U+35f4,U+3605,U+3614,U+364a,U+3691,U+3696,U+3699,U+36cf,U+3761-3762,U+376b-376c,U+3775,U+378d,U+37c1,U+37e2,U+37e8,U+37f4,U+37fd,U+3800,U+382f,U+3836,U+3840,U+385c,U+3861,U+38a1,U+38ad,U+38fa,U+3917,U+391a,U+396f,U+39a4,U+39b8,U+3a5c,U+3a6e,U+3a73,U+3a85,U+3ac4,U+3acb,U+3ad6-3ad7,U+3aea,U+3af3,U+3b0e,U+3b1a,U+3b1c,U+3b22,U+3b35,U+3b6d,U+3b77,U+3b87-3b88,U+3b8d,U+3ba4,U+3bb6,U+3bc3,U+3bcd,U+3bf0,U+3bf3,U+3c0f,U+3c26,U+3cc3,U+3cd2,U+3d11,U+3d1e,U+3d31,U+3d4e,U+3d64,U+3d9a,U+3dc0,U+3dcc,U+3dd4,U+3e05,U+3e3f-3e40,U+3e60,U+3e66,U+3e68,U+3e83,U+3e8a,U+3e94,U+3eda,U+3f57,U+3f72,U+3f75,U+3f77,U+3fae,U+3fb1,U+3fc9,U+3fd7,U+3fdc,U+4039,U+4058", + "[52]": "U+32b5-332b,U+332d-3394", + "[53]": "U+31c8-31e3,U+31f0-321e,U+3220-3230,U+3232-32b4", + "[54]": "U+3028-303f,U+3094-3096,U+309f-30a0,U+30ee,U+30f7-30fa,U+30ff,U+3105-312f,U+3131-3163,U+3165-318e,U+3190-31bb,U+31c0-31c7", + "[55]": "U+2f14-2fd5,U+2ff0-2ffb,U+3004,U+3013,U+3016-301b,U+301e,U+3020-3027", + "[56]": "U+25e4-25e6,U+2601-2603,U+2609,U+260e-260f,U+2616-2617,U+261c-261f,U+262f,U+2641,U+2660,U+2662-2664,U+2666-2668,U+266d-266e,U+2672-267d,U+26bd-26be,U+2702,U+271a,U+273d,U+2740,U+2756,U+2776-2793,U+27a1,U+2934-2935,U+29bf,U+29fa-29fb,U+2b05-2b07,U+2b1a,U+2b95,U+2e3a-2e3b,U+2e80-2e99,U+2e9b-2ef3,U+2f00-2f13", + "[57]": "U+24d1-24ff,U+2503-2513,U+2515-2516,U+2518-251b,U+251d-2522,U+2524-259f,U+25a2-25ab,U+25b1,U+25b7,U+25c0-25c1,U+25c9-25ca,U+25cc,U+25d0-25d3,U+25e2-25e3", + "[58]": "U+2105,U+2109-210a,U+210f,U+2116,U+2121,U+2126-2127,U+212b,U+212e,U+2135,U+213b,U+2194-2199,U+21b8-21b9,U+21c4-21c6,U+21cb-21cc,U+21d0,U+21e6-21e9,U+21f5,U+2202-2203,U+2205-2206,U+2208-220b,U+220f,U+2211,U+2213,U+2215,U+221a,U+221d,U+2220,U+2223,U+2225-2226,U+2228,U+222a-222e,U+2234-2237,U+223d,U+2243,U+2245,U+2248,U+224c,U+2260,U+2262,U+2264-2265,U+226e-226f,U+2272-2273,U+2276-2277,U+2283-2287,U+228a-228b,U+2295-2299,U+22a0,U+22a5,U+22bf,U+22da-22db,U+22ef,U+2305-2307,U+2318,U+2329-232a,U+23b0-23b1,U+23be-23cc,U+23ce,U+23da-23db,U+2423,U+2469-24d0", + "[59]": "U+a1-a4,U+a6-a7,U+aa,U+ac-ad,U+b5-b6,U+b8-ba,U+bc-c8,U+ca-cc,U+ce-d5,U+d9-db,U+dd-df,U+e6,U+ee,U+f0,U+f5,U+f7,U+f9,U+fb,U+fe-102,U+110-113,U+11a-11b,U+128-12b,U+143-144,U+147-148,U+14c,U+14e-14f,U+152-153,U+168-16d,U+192,U+1a0-1a1,U+1af,U+1cd-1dc,U+1f8-1f9,U+251,U+261,U+2bb,U+2c7,U+2c9,U+2ea-2eb,U+304,U+307,U+30c,U+1e3e-1e3f,U+1ea0-1ebe,U+1ec0-1ec6,U+1ec8-1ef9,U+2011-2012,U+2016,U+2018-201a,U+201e,U+2021,U+2030,U+2033,U+2035,U+2042,U+2047,U+2051,U+2074,U+20a9,U+20ab-20ac,U+20dd-20de,U+2100", + "[60]": "U+2227,U+26a0,U+2713,U+301f,U+4ff8,U+5239,U+526a,U+54fa,U+5740,U+5937,U+5993,U+59fb,U+5a3c,U+5c41,U+6028,U+626e,U+646f,U+647a,U+64b0,U+64e2,U+65a7,U+66fe,U+6727,U+6955,U+6bef,U+6f23,U+724c,U+767c,U+7a83,U+7ac4,U+7b67,U+8000,U+8471,U+8513,U+8599,U+86db,U+8718,U+87f2,U+88f3,U+8ad2,U+8e2a,U+8fa3,U+95a5,U+9798,U+9910,U+9957,U+9bab,U+9c3b,U+9daf,U+ff95", + "[61]": "U+a8,U+2032,U+2261,U+2282,U+3090,U+30f1,U+339c,U+535c,U+53d9,U+56a2,U+56c1,U+5806,U+589f,U+59d0,U+5a7f,U+60e0,U+639f,U+65af,U+68fa,U+69ae,U+6d1b,U+6ef2,U+71fb,U+725d,U+7262,U+75bc,U+7768,U+7940,U+79bf,U+7bed,U+7d68,U+7dfb,U+814b,U+8207,U+83e9,U+8494,U+8526,U+8568,U+85ea,U+86d9,U+87ba,U+8861,U+887f,U+8fe6,U+9059,U+9061,U+916a,U+976d,U+97ad,U+9ece", + "[62]": "U+2d9,U+21d4,U+301d,U+515c,U+52fe,U+5420,U+5750,U+5766,U+5954,U+5b95,U+5f8a,U+5f98,U+620c,U+621f,U+641c,U+66d9,U+676d,U+6775,U+67f5,U+694a,U+6a02,U+6a3a,U+6a80,U+6c23,U+6c72,U+6dcb,U+6faa,U+707c,U+71c8,U+7422,U+74e2,U+7791,U+7825,U+7a14,U+7a1c,U+7c95,U+7fc1,U+82a5,U+82db,U+8304,U+853d,U+8cd3,U+8de8,U+8f0c,U+8f3f,U+9091,U+91c7,U+929a,U+98af,U+9913", + "[63]": "U+2ca-2cb,U+2229,U+2468,U+2669,U+266f,U+273f,U+4ec0,U+4f60,U+4fb6,U+5347,U+540e,U+543b,U+5b0c,U+5d4c,U+5f14,U+5f9e,U+6155,U+62d0,U+6602,U+6666,U+66f3,U+67a2,U+67ca,U+69cc,U+6d29,U+6d9b,U+6e3e,U+6f81,U+7109,U+73c0,U+73c2,U+7425,U+7435-7436,U+7525,U+7554,U+785d,U+786b,U+7ae3,U+7b94,U+7d18,U+81bf,U+8511,U+8549,U+9075,U+9640,U+98e2,U+9e9f,U+ff96", + "[64]": "U+2467,U+4ece,U+4ed4,U+4f91,U+4fae,U+534d,U+53c9,U+54b3,U+586b,U+5944,U+5b78,U+5df7,U+5f77,U+6101,U+6167-6168,U+61a4,U+62d9,U+698a,U+699b,U+6a59,U+6cc4,U+6e07,U+7099,U+75d2,U+77ad,U+7953,U+7984,U+7a92,U+7baa,U+7dbb,U+817f,U+82ad,U+85e9,U+868a,U+8caa,U+8f44,U+9017,U+907c,U+908a,U+92f3,U+936e,U+9435,U+978d,U+9838,U+9a28,U+9b41,U+9ba8,U+9c57,U+9eb9", + "[65]": "U+b1,U+309b,U+4e5e,U+51f1,U+5506,U+55c5,U+58cc,U+59d1,U+5c51,U+5ef7,U+6284,U+62d7,U+6689,U+673d,U+6a2b,U+6a8e,U+6a9c,U+6d63,U+6dd1,U+70b8,U+7235,U+72db,U+72f8,U+7560,U+7c9b,U+7ce7,U+7e1e,U+80af,U+82eb,U+8463,U+8499,U+85dd,U+86ee,U+8a60,U+8a6e,U+8c79,U+8e87,U+8e8a,U+8f5f,U+9010,U+918d,U+9190,U+965b,U+97fb,U+9ab8,U+9bad,U+9d3b,U+9d5c,U+9dfa,U+9e93", + "[66]": "U+2020,U+3003,U+3231,U+4e9b,U+4f3d,U+4f47,U+51b6,U+51dc,U+53e1,U+5bc5,U+602f,U+60bc,U+61c9,U+633d,U+637b,U+6492,U+65fa,U+660f,U+66f0,U+6703,U+681e,U+6876,U+6893,U+6912,U+698e,U+6c7d,U+714c,U+7169,U+71d5,U+725f,U+72d7,U+745b,U+74dc,U+75e2,U+7891,U+7897,U+7dcb,U+810a,U+8218,U+8339,U+840e,U+852d,U+8823,U+8a0a,U+9089,U+919c,U+971c,U+9ad9,U+ff4a,U+ff5a", + "[67]": "U+2466,U+2600,U+4eab,U+4fe3,U+4ff5,U+51a5,U+51f0,U+536f,U+53d4,U+53f1,U+54a5,U+559d,U+55e3,U+58fa,U+5962,U+59ea,U+5c16,U+5cef,U+5d16,U+5f10,U+5fd6,U+6190,U+6216,U+634f,U+63bb,U+66d6,U+6756,U+6bc5,U+6e26,U+727d,U+731f,U+76f2,U+7729,U+7a7f,U+7aff,U+7c9f,U+818f,U+8236,U+82b9,U+8338,U+85aa,U+88b4,U+8b33,U+904d,U+93a7,U+96cc,U+96eb,U+9aed,U+9b8e,U+fa11", + "[68]": "U+251c,U+2523,U+4e14,U+545f,U+54bd,U+553e,U+55dc,U+56da,U+589c,U+5b55,U+5bb5,U+5ce1,U+5df4,U+5eb6,U+5ec9,U+6191,U+62f7,U+6357,U+64a5,U+6591,U+65bc,U+6897,U+6e1a,U+7063,U+711a,U+721b,U+722c,U+75b9,U+75d5,U+75fa,U+7766,U+7aae,U+7b48,U+7b8b,U+7d21,U+7e55,U+7f75,U+842c,U+8910,U+8a63,U+8b39,U+8b5a,U+8cdc,U+8d74,U+907d,U+91e7,U+9306,U+96bc,U+98f4,U+9ac4", + "[69]": "U+2003,U+2312,U+266c,U+4f86,U+51ea,U+5243,U+5256,U+541f,U+5841,U+59dc,U+5df3,U+601c,U+60e7,U+632b,U+638c,U+64ad,U+6881,U+697c,U+69cd,U+6c50,U+6d2a,U+6fc1,U+7027,U+7058,U+70f9,U+714e,U+7345,U+751a,U+760d,U+764c,U+77db,U+7d79,U+7e8f,U+80ce,U+814e,U+81fc,U+8247,U+8278,U+85a9,U+8a03,U+90ed,U+9784,U+9801,U+984e,U+99b3,U+9bc9,U+9bdb,U+9be8,U+9e78,U+ff6b", + "[70]": "U+266b,U+3006,U+5176,U+5197,U+51a8,U+51c6,U+52f2,U+5614,U+5875,U+5a2f,U+5b54,U+5ce0,U+5dba,U+5deb,U+5e63,U+5f59,U+5fcc,U+6068,U+6367,U+68b6,U+6a0b,U+6b64,U+6e15,U+6eba,U+7272,U+72a0,U+7947,U+7985,U+79e6,U+79e9,U+7a3d,U+7a9f,U+7aaf,U+7b95,U+7f60,U+7f9e,U+7fe0,U+8098,U+80ba,U+8106,U+82d4,U+831c,U+87f9,U+8a1f,U+8acf,U+90c1,U+920d,U+9756,U+fe43,U+ff94", + "[71]": "U+af,U+2465,U+2517,U+33a1,U+4f10,U+50c5,U+51b4,U+5384,U+5606,U+5bb0,U+5cac,U+5ee3,U+618e,U+61f2,U+62c9,U+66ab,U+66f9,U+6816,U+6960,U+6b3e,U+6f20,U+7078,U+72d0,U+73ed,U+7ad9,U+7b1b,U+7be4,U+7d62,U+7f51,U+80b4,U+80f4,U+8154,U+85fb,U+865c,U+8702,U+895f,U+8aed,U+8b90,U+8ced,U+8fbf,U+91d8,U+9418,U+9583,U+9591,U+9813,U+982c,U+9bd6,U+ff46,U+ff7f,U+ff88", + "[72]": "U+4e91,U+508d,U+50e7,U+514e,U+51f6,U+5446,U+5504,U+584a,U+59a8,U+59d3,U+5a46,U+5ac9,U+6020,U+60a6,U+6148,U+621a,U+6234,U+64c1,U+6523,U+675c,U+67d1,U+6953,U+6ccc,U+6df5,U+6e13,U+6f06,U+723a,U+7325,U+74e6,U+758e,U+75ab,U+75d9,U+7a40,U+8096,U+82fa,U+8587,U+8594,U+8a6b,U+8ab9,U+8b17,U+8b83,U+937c,U+963b,U+9673,U+96db,U+9ce9,U+9f4b,U+ff67,U+ff82,U+ff93", + "[73]": "U+221e,U+2514,U+51f9,U+5270,U+5449,U+5824,U+59a5,U+5a29,U+5d07,U+5e16,U+60e3,U+614c,U+6276,U+643e,U+64ab,U+6562,U+6681,U+670b,U+6734,U+67af,U+6a3d,U+6b05,U+6dc0,U+6e4a,U+7259,U+732a,U+7409,U+78a7,U+7a6b,U+8015,U+809b,U+817a,U+830e,U+837b,U+85ab,U+8a23,U+8a93,U+8b00,U+8b19,U+8b21,U+8cbf,U+8fb0,U+901d,U+91b8,U+9320,U+932c,U+9688,U+96f6,U+9df2,U+ff6a", + "[74]": "U+2002,U+2025,U+4f8d,U+51e1,U+51f8,U+5507,U+5598,U+58f1,U+5983,U+59ac,U+5c3c,U+5de7,U+5e7d,U+5eca,U+5f61,U+606d,U+60f9,U+636e,U+64ec,U+67da,U+67ff,U+6813,U+68f2,U+693f,U+6b6a,U+6bbb,U+6ef4,U+7092,U+717d,U+7261,U+73c8,U+7432,U+7483,U+76fe,U+7709,U+78d0,U+81a3,U+81b3,U+82af,U+8305,U+8309,U+8870,U+88fe,U+8cd1,U+8d66,U+906e,U+971e,U+9812,U+ff79,U+ff90", + "[75]": "U+2464,U+2501,U+2640,U+2642,U+339d,U+4f0e,U+5091,U+50b5,U+5132,U+51cc,U+558b,U+55aa,U+585e,U+5bee,U+5dfe,U+60b6,U+62b9,U+6349,U+6566,U+6590,U+6842,U+689d,U+6a58,U+6c70,U+6ff1,U+7815,U+7881,U+7aaa,U+7bc7,U+7def,U+7fa8,U+8017,U+8036,U+8061,U+821f,U+8429,U+8ce0,U+8e74,U+9019,U+90ca,U+9162,U+932f,U+93ae,U+9644,U+990c,U+9cf3,U+ff56,U+ff6e,U+ff7e,U+ff85", + "[76]": "U+2266-2267,U+4f2f,U+5208,U+5451,U+546a,U+5589,U+576a,U+5815,U+5a9a,U+5b9b,U+5c3a,U+5efb,U+5faa,U+6109,U+6643,U+6652,U+695a,U+69fd,U+6b86,U+6bb4,U+6daf,U+7089,U+70cf,U+7a00,U+7a4f,U+7b39,U+7d33,U+80e1,U+828b,U+82a6,U+86cd,U+8c8c,U+8cca,U+8df3,U+9077,U+9175,U+91dc,U+925b,U+9262,U+9271,U+92ed,U+9855,U+9905,U+9d28,U+ff3f,U+ff58,U+ff68,U+ff6d,U+ff9c", + "[77]": "U+2207,U+25ef,U+309c,U+4e4f,U+5146,U+51dd,U+5351,U+540a,U+5629,U+5eb5,U+5f04,U+5f13,U+60dc,U+6212,U+63b4,U+642c,U+6627,U+66a6,U+66c7,U+66fd,U+674e,U+6b96,U+6c4e,U+6df3,U+6e67,U+6f84,U+72fc,U+733f,U+7c97,U+7db1,U+7e4d,U+816b,U+82d1,U+84cb,U+854e,U+8607,U+86c7,U+871c,U+8776,U+8a89,U+8fc4,U+91a4,U+9285,U+9685,U+9903,U+9b31,U+9f13,U+ff42,U+ff74,U+ff91", + "[78]": "U+4e32,U+51db,U+53a8,U+53ea,U+5609,U+5674,U+5a92,U+5e7e,U+6115,U+611a,U+62cc,U+62ed,U+63c9,U+64b9,U+64e6,U+65cb,U+6606,U+6731,U+683d,U+6afb,U+7460,U+771e,U+78ef,U+7b26,U+7b51,U+7cde,U+7d10,U+7d2f,U+7d46,U+80de,U+819c,U+84b2,U+85cd,U+865a,U+8ecc,U+9022,U+90b8,U+9192,U+9675,U+96b7,U+99ff,U+ff44,U+ff55,U+ff6c,U+ff73,U+ff75,U+ff86,U+ff8d,U+ff92,U+ffe3", + "[79]": "U+25b3,U+30f5,U+4eae,U+4f46,U+4f51,U+5203,U+52ff,U+55a7,U+564c,U+565b,U+57f9,U+5805,U+5b64,U+5e06,U+5f70,U+5f90,U+60e8,U+6182,U+62f3,U+62fe,U+63aa,U+64a4,U+65d7,U+673a,U+6851,U+68cb,U+68df,U+6d1e,U+6e58,U+6e9d,U+77b3,U+7832,U+7c3f,U+7db4,U+7f70,U+80aa,U+80c6,U+8105,U+819d,U+8276,U+8679,U+8986,U+8c9d,U+8fc5,U+916c,U+9665,U+9699,U+96c0,U+9a19,U+ff8b", + "[80]": "U+2463,U+25a1,U+4ef0,U+5076,U+5098,U+51fd,U+5302,U+5448,U+54c9,U+570b,U+583a,U+5893,U+58a8,U+58ee,U+5949,U+5bdb,U+5f26,U+5f81,U+6052,U+6170,U+61c7,U+631f,U+635c,U+664b,U+69fb,U+6f01,U+7070,U+722a,U+745e,U+755c,U+76c6,U+78c1,U+79e4,U+7bb8,U+7d0b,U+81a8,U+82d7,U+8b5c,U+8f14,U+8fb1,U+8fbb,U+9283,U+9298,U+9a30,U+ff03,U+ff50,U+ff59,U+ff7b,U+ff8e-ff8f", + "[81]": "U+2010,U+2502,U+25b6,U+4f3a,U+514b,U+5265,U+52c3,U+5339,U+53ec,U+54c0,U+55b0,U+5854,U+5b8f,U+5cb3,U+5e84,U+60da,U+6247,U+6249,U+628a,U+62cd,U+65ac,U+6838,U+690e,U+6cf0,U+6f02,U+6f2c,U+6f70,U+708a,U+7434,U+75be,U+77ef,U+7c60,U+7c98,U+7d1b,U+7e2b,U+80a5,U+81e3,U+820c,U+8210,U+8475,U+862d,U+8650,U+8997,U+906d,U+91c8,U+9700,U+9727,U+9df9,U+ff3a,U+ff9a", + "[82]": "U+2103,U+5049,U+52b1,U+5320,U+5553,U+572d,U+58c7,U+5b5d,U+5bc2,U+5de3,U+5e61,U+5f80,U+61a9,U+67d0,U+67f4,U+6c88,U+6ca1,U+6ce5,U+6d78,U+6e9c,U+6f54,U+731b,U+73b2,U+74a7,U+74f6,U+75e9,U+7b20,U+7c8b,U+7f72,U+809d,U+8108,U+82b3,U+82bd,U+84b8,U+84c4,U+88c2,U+8ae6,U+8ef8,U+902e,U+9065,U+9326,U+935b,U+938c,U+9676,U+9694,U+96f7,U+9ed9,U+ff48,U+ff4c,U+ff81", + "[83]": "U+2500,U+3008-3009,U+4ead,U+4f0f,U+4fca,U+53eb,U+543e,U+57a2,U+5cf0,U+5e8f,U+5fe0,U+61b2,U+62d8,U+6442,U+64b2,U+6589,U+659c,U+67f1,U+68c4,U+6cb8,U+6d12,U+6de1,U+6fe1,U+70c8,U+723d,U+73e0,U+7656,U+773a,U+7948,U+7b87,U+7c92,U+7d3a,U+7e1b,U+7e4a,U+819a,U+8358,U+83c5,U+84bc,U+864e,U+8912,U+8c9e,U+8d05,U+92fc,U+9396,U+98fd,U+99d2,U+ff64,U+ff7a,U+ff83", + "[84]": "U+3014-3015,U+4e3c,U+5036,U+5075,U+533f,U+53e9,U+5531,U+5642,U+5984,U+59e6,U+5a01,U+5b6b,U+5c0b,U+5f25,U+6069,U+60a0,U+614e,U+62b5,U+62d2-62d3,U+6597,U+660c,U+674f,U+67cf,U+6841,U+6905,U+6cf3,U+6d32,U+6d69,U+6f64,U+716e,U+7761,U+7b52,U+7be0,U+7dbf,U+7de9,U+7f36,U+81d3,U+8302,U+8389,U+846c,U+84ee,U+8a69,U+9038,U+9d8f,U+ff47,U+ff4b,U+ff76,U+ff9b", + "[85]": "U+25c7,U+3007,U+504f,U+507d,U+51a0,U+52a3,U+5410,U+5510,U+559a,U+5782,U+582a,U+5c0a,U+5c3f,U+5c48,U+5f6b,U+6176,U+622f,U+6279,U+62bd,U+62dd,U+65ed,U+67b6,U+6817,U+6850,U+6d6a,U+6deb,U+6ea2,U+6edd,U+6f5c,U+72e9,U+73a9,U+7573,U+76bf,U+7950,U+7956,U+7f8a,U+7ffc,U+80a2,U+80c3,U+83ca,U+8a02,U+8a13,U+8df5,U+9375,U+983b,U+99b4,U+ff4e,U+ff71,U+ff89,U+ff97", + "[86]": "U+24,U+2022,U+2212,U+221f,U+2665,U+4ecf,U+5100,U+51cd,U+52d8,U+5378,U+53f6,U+574a,U+5982,U+5996,U+5c1a,U+5e1d,U+5f84,U+609f,U+61a7,U+61f8,U+6398,U+63ee,U+6676,U+6691,U+6eb6,U+7126,U+71e5,U+7687,U+7965,U+7d17,U+80a1,U+8107,U+8266,U+85a6,U+8987,U+8ca2,U+8cab,U+8e0a,U+9042,U+95c7,U+9810,U+9867,U+98fc,U+ff52-ff54,U+ff61,U+ff77,U+ff98-ff99", + "[87]": "U+b0,U+226a,U+2462,U+4e39,U+4fc3,U+4fd7,U+50be,U+50da,U+5200,U+5211,U+54f2,U+5618,U+596a,U+5b22,U+5bb4,U+5d50,U+60a3,U+63fa,U+658e,U+65e8,U+6669,U+6795,U+679d,U+67a0,U+6b3a,U+6e09,U+757f,U+7cd6,U+7dbe,U+7ffb,U+83cc,U+83f1,U+840c,U+845b,U+8846,U+8972,U+8a34,U+8a50,U+8a87,U+8edf,U+8ff0,U+90a6,U+9154,U+95a3,U+9663,U+9686,U+96c7,U+ff3c,U+ff7c,U+ff8a", + "[88]": "U+25bd,U+4e59,U+4ec1,U+4ff3,U+515a,U+518a,U+525b,U+5375,U+552f,U+57a3,U+5b9c,U+5c3d,U+5e3d,U+5e7b,U+5f0a,U+6094,U+6458,U+654f,U+67f3,U+6b8a,U+6bd2,U+6c37,U+6ce1,U+6e56,U+6e7f,U+6ed1,U+6ede,U+6f0f,U+70ad,U+7267,U+7363,U+786c,U+7a42,U+7db2,U+7f85,U+8178,U+829d,U+8896,U+8c5a,U+8cb0,U+8ce2,U+8ed2,U+9047,U+9177,U+970a,U+9ea6,U+ff1b,U+ff31,U+ff39,U+ff80", + "[89]": "U+a5,U+4e80,U+4f34,U+4f73,U+4f75,U+511f,U+5192,U+52aa,U+53c8,U+570f,U+57cb,U+596e,U+5d8b,U+5f66,U+5fd9,U+62db,U+62f6,U+6328,U+633f,U+63a7,U+6469,U+6bbf,U+6c41,U+6c57,U+6d44,U+6dbc,U+706f,U+72c2,U+72ed,U+7551,U+75f4,U+7949,U+7e26,U+7fd4,U+8150,U+8af8,U+8b0e,U+8b72,U+8ca7,U+934b,U+9a0e,U+9a12,U+9b42,U+ff41,U+ff43,U+ff45,U+ff49,U+ff4f,U+ff62-ff63", + "[90]": "U+4e18,U+4fb5,U+5104,U+52c7,U+5353,U+5374,U+53e5,U+587e,U+594f,U+5a20,U+5de1,U+5f18,U+5fcd,U+6291,U+62ab,U+6355,U+6392,U+63da,U+63e1,U+656c,U+6687,U+68b0-68b1,U+68d2,U+68da,U+6b27,U+6cbc,U+7159,U+7344,U+73cd,U+76df,U+790e,U+7cf8,U+8102,U+88c1,U+8aa0,U+8e0f,U+9178,U+92ad,U+9670,U+96c5,U+9cf4,U+9db4,U+ff3e,U+ff6f,U+ff72,U+ff78,U+ff7d,U+ff84,U+ff8c", + "[91]": "U+60,U+2200,U+226b,U+2461,U+517c,U+526f,U+5800,U+5b97,U+5bf8,U+5c01,U+5d29,U+5e4c,U+5e81,U+6065,U+61d0,U+667a,U+6696,U+6843,U+6c99,U+6d99,U+6ec5,U+6f22,U+6f6e,U+6fa4,U+6fef,U+71c3,U+72d9,U+7384,U+78e8,U+7a1a,U+7a32,U+7a3c,U+7adc,U+7ca7,U+7d2b,U+7dad,U+7e4b,U+80a9,U+8170,U+81ed,U+820e,U+8a17,U+8afe,U+90aa,U+914e,U+963f,U+99c4,U+9eba,U+9f3b,U+ff38", + "[92]": "U+2460,U+4e5f,U+4e7e,U+4ed9,U+501f,U+502b,U+5968,U+5974,U+5ac1,U+5b99,U+5ba3,U+5be7,U+5be9,U+5c64,U+5cb8,U+5ec3,U+5f1f,U+616e,U+6297,U+62e0,U+62ec,U+6368,U+642d,U+65e6,U+6717,U+676f,U+6b04,U+732e,U+7652,U+76ca,U+76d7,U+7802,U+7e70,U+7f6a,U+8133,U+81e8,U+866b,U+878d,U+88f8,U+8a5e,U+8cdb,U+8d08,U+907a,U+90e1,U+96f2,U+9f8d,U+ff35,U+ff37,U+ff40,U+ff9d", + "[93]": "U+21d2,U+25ce,U+300a-300b,U+4e89,U+4e9c,U+4ea1,U+5263,U+53cc,U+5426,U+5869,U+5947,U+598a,U+5999,U+5e55,U+5e72,U+5e79,U+5fae,U+5fb9,U+602a,U+6163,U+624d,U+6749,U+6c5a,U+6cbf,U+6d45,U+6dfb,U+6e7e,U+708e,U+725b,U+7763,U+79c0,U+7bc4,U+7c89,U+7e01,U+7e2e,U+8010,U+8033,U+8c6a,U+8cc3,U+8f1d,U+8f9b,U+8fb2,U+907f,U+90f7,U+9707,U+9818,U+9b3c,U+ff0a,U+ff4d", + "[94]": "U+2015,U+2190,U+4e43,U+5019,U+5247,U+52e7,U+5438,U+54b2,U+55ab,U+57f7,U+5bd2,U+5e8a,U+5ef6,U+6016,U+60b2,U+6162,U+6319,U+6551,U+6607,U+66b4,U+675f,U+67d4,U+6b20,U+6b53,U+6ce3,U+719f,U+75b2,U+770b,U+7720,U+77ac,U+79d2,U+7af9,U+7d05,U+7dca,U+8056,U+80f8,U+81f3,U+8352,U+885d,U+8a70,U+8aa4,U+8cbc,U+900f,U+9084,U+91e3,U+9451,U+96c4,U+99c6,U+9ad4,U+ff70", + "[95]": "U+2193,U+25b2,U+4e4b,U+516d,U+51c4,U+529f,U+52c9,U+5360,U+5442,U+5857,U+5915,U+59eb,U+5a9b,U+5c3b,U+6012,U+61b6,U+62b1,U+6311,U+6577,U+65e2,U+65ec,U+6613,U+6790,U+6cb9,U+7372,U+76ae,U+7d5e,U+7fcc,U+88ab,U+88d5,U+8caf,U+8ddd,U+8ecd,U+8f38,U+8f9e,U+8feb,U+9063,U+90f5,U+93e1,U+968a,U+968f,U+98fe,U+9ec4,U+ff1d,U+ff27,U+ff2a,U+ff36,U+ff3b,U+ff3d,U+ffe5", + "[96]": "U+4e03,U+4f38,U+50b7,U+5264,U+5348,U+5371,U+585a,U+58ca,U+5951,U+59b9,U+59d4,U+5b98,U+5f8b,U+6388,U+64cd,U+65e7,U+6803,U+6b6f,U+6d66,U+6e0b,U+6ecb,U+6fc3,U+72ac,U+773c,U+77e2,U+7968,U+7a74,U+7dba,U+7dd1,U+7e3e,U+808c,U+811a,U+8179,U+8239,U+8584,U+8a0e,U+8a72,U+8b66,U+8c46,U+8f29,U+90a3,U+9234,U+96f0,U+9769,U+9774,U+9aa8,U+ff26,U+ff28,U+ff9e-ff9f", + "[97]": "U+7e,U+b4,U+25c6,U+2661,U+4e92,U+4eee,U+4ffa,U+5144,U+5237,U+5287,U+52b4,U+58c1,U+5bff,U+5c04,U+5c06,U+5e95,U+5f31,U+5f93,U+63c3,U+640d,U+6557,U+6614,U+662f,U+67d3,U+690d,U+6bba,U+6e6f,U+72af,U+732b,U+7518,U+7ae0,U+7ae5,U+7af6,U+822a,U+89e6,U+8a3a,U+8a98,U+8cb8,U+8de1,U+8e8d,U+95d8,U+961c,U+96a3,U+96ea,U+9bae,U+ff20,U+ff22,U+ff29,U+ff2b-ff2c", + "[98]": "U+25cb,U+4e71,U+4f59,U+50d5,U+520a,U+5217,U+5230,U+523a-523b,U+541b,U+5439,U+5747,U+59c9,U+5bdf,U+5c31,U+5de8,U+5e7c,U+5f69,U+6050,U+60d1,U+63cf,U+663c,U+67c4,U+6885,U+6c38,U+6d6e,U+6db2,U+6df7,U+6e2c,U+6f5f,U+7532,U+76e3-76e4,U+7701,U+793c,U+79f0,U+7a93,U+7d00,U+7de0,U+7e54,U+8328,U+8840,U+969c,U+96e8,U+9811,U+9aea,U+9b5a,U+ff24,U+ff2e,U+ff57", + "[99]": "U+2191,U+505c,U+52e4,U+5305,U+535a,U+56e0,U+59bb,U+5acc,U+5b09,U+5b87,U+5c90,U+5df1,U+5e2d,U+5e33,U+5f3e,U+6298,U+6383,U+653b,U+6697,U+6804,U+6a39,U+6cca,U+6e90,U+6f2b,U+702c,U+7206,U+7236,U+7559,U+7565,U+7591,U+75c7,U+75db,U+7b4b,U+7bb1,U+7d99,U+7fbd,U+8131,U+885b,U+8b1d,U+8ff7,U+9003,U+9045,U+96a0,U+9732,U+990a,U+99d0,U+9e97,U+9f62,U+ff25,U+ff2d", + "[100]": "U+4e08,U+4f9d,U+5012,U+514d,U+51b7,U+5275,U+53ca,U+53f8,U+5584,U+57fc,U+5b9d,U+5bfa,U+5c3e,U+5f01,U+5fb4,U+5fd7,U+606f,U+62e1,U+6563,U+6674,U+6cb3,U+6d3e,U+6d74,U+6e1b,U+6e2f,U+718a,U+7247,U+79d8,U+7d14,U+7d66,U+7d71,U+7df4,U+7e41,U+80cc,U+8155,U+83d3,U+8a95,U+8ab2,U+8ad6,U+8ca1,U+9000,U+9006,U+9678,U+97d3,U+9808,U+98ef,U+9a5a,U+9b45,U+ff23,U+ff30", + "[101]": "U+25bc,U+3012,U+4ef2,U+4f0a,U+516b,U+5373,U+539a,U+53b3,U+559c,U+56f0,U+5727,U+5742,U+5965,U+59ff,U+5bc6,U+5dfb,U+5e45,U+5ead,U+5fb3,U+6211,U+6253,U+639b,U+63a8,U+6545,U+6575,U+6628,U+672d,U+68a8,U+6bdb,U+6d25,U+707d,U+767e,U+7834,U+7b46,U+7bc9,U+8074,U+82e6,U+8349,U+8a2a,U+8d70,U+8da3,U+8fce,U+91cc,U+967d,U+97ff,U+9996,U+ff1c,U+ff2f,U+ff32,U+ff34", + "[102]": "U+3d,U+5e,U+25cf,U+4e0e,U+4e5d,U+4e73,U+4e94,U+4f3c,U+5009,U+5145,U+51ac,U+5238,U+524a,U+53f3,U+547c,U+5802,U+5922,U+5a66,U+5c0e,U+5de6,U+5fd8,U+5feb,U+6797,U+685c,U+6b7b,U+6c5f-6c60,U+6cc9,U+6ce2,U+6d17,U+6e21,U+7167,U+7642,U+76db,U+8001,U+821e,U+8857,U+89d2,U+8b1b,U+8b70,U+8cb4,U+8cde,U+8f03,U+8f2a,U+968e,U+9b54,U+9e7f,U+9ebb,U+ff05,U+ff33", + "[103]": "U+500d,U+5074,U+50cd,U+5175,U+52e2,U+5352,U+5354,U+53f2,U+5409,U+56fa,U+5a18,U+5b88,U+5bdd,U+5ca9,U+5f92,U+5fa9,U+60a9,U+623f,U+6483,U+653f,U+666f,U+66ae,U+66f2,U+6a21,U+6b66,U+6bcd,U+6d5c,U+796d,U+7a4d,U+7aef,U+7b56,U+7b97,U+7c4d,U+7e04,U+7fa9,U+8377,U+83dc,U+83ef,U+8535,U+8863,U+88cf,U+88dc,U+8907,U+8acb,U+90ce,U+91dd,U+ff0b,U+ff0d,U+ff19,U+ff65", + "[104]": "U+4e01,U+4e21,U+4e38,U+52a9,U+547d,U+592e,U+5931,U+5b63,U+5c40,U+5dde,U+5e78,U+5efa,U+5fa1,U+604b,U+6075,U+62c5,U+632f,U+6a19,U+6c0f,U+6c11,U+6c96,U+6e05,U+70ba,U+71b1,U+7387,U+7403,U+75c5,U+77ed,U+795d,U+7b54,U+7cbe,U+7d19,U+7fa4,U+8089,U+81f4,U+8208,U+8336,U+8457,U+8a33,U+8c4a,U+8ca0,U+8ca8,U+8cc0,U+9014,U+964d,U+9803,U+983c,U+98db,U+ff17,U+ff21", + "[105]": "U+25,U+25a0,U+4e26,U+4f4e,U+5341,U+56f2,U+5bbf,U+5c45,U+5c55,U+5c5e,U+5dee,U+5e9c,U+5f7c,U+6255,U+627f,U+62bc,U+65cf,U+661f,U+666e,U+66dc,U+67fb,U+6975,U+6a4b,U+6b32,U+6df1,U+6e29,U+6fc0,U+738b,U+7686,U+7a76,U+7a81,U+7c73,U+7d75,U+7dd2,U+82e5,U+82f1,U+85ac,U+888b,U+899a,U+8a31,U+8a8c,U+8ab0,U+8b58,U+904a,U+9060,U+9280,U+95b2,U+984d,U+9ce5,U+ff18", + "[106]": "U+30f6,U+50ac,U+5178,U+51e6,U+5224,U+52dd,U+5883,U+5897,U+590f,U+5a5a,U+5bb3,U+5c65,U+5e03,U+5e2b,U+5e30,U+5eb7,U+6271,U+63f4,U+64ae,U+6574,U+672b,U+679a,U+6a29-6a2a,U+6ca2,U+6cc1,U+6d0b,U+713c,U+74b0,U+7981,U+7a0b,U+7bc0,U+7d1a,U+7d61,U+7fd2,U+822c,U+8996,U+89aa,U+8cac,U+8cbb,U+8d77,U+8def,U+9020,U+9152,U+9244,U+9662,U+967a,U+96e3,U+9759,U+ff16", + "[107]": "U+23,U+3c,U+2192,U+4e45,U+4efb,U+4f50,U+4f8b,U+4fc2,U+5024,U+5150,U+5272,U+5370,U+53bb,U+542b,U+56db,U+56e3,U+57ce,U+5bc4,U+5bcc,U+5f71,U+60aa,U+6238,U+6280,U+629c,U+6539,U+66ff,U+670d,U+677e-677f,U+6839,U+69cb,U+6b4c,U+6bb5,U+6e96,U+6f14,U+72ec,U+7389,U+7814,U+79cb,U+79d1,U+79fb,U+7a0e,U+7d0d,U+85e4,U+8d64,U+9632,U+96e2,U+9805,U+99ac,U+ff1e", + "[108]": "U+2605-2606,U+301c,U+4e57,U+4fee,U+5065,U+52df,U+533b,U+5357,U+57df,U+58eb,U+58f0,U+591c,U+592a-592b,U+5948,U+5b85,U+5d0e,U+5ea7,U+5ff5,U+6025,U+63a1,U+63a5,U+63db,U+643a,U+65bd,U+671d,U+68ee,U+6982,U+6b73,U+6bd4,U+6d88,U+7570,U+7b11,U+7d76,U+8077,U+8217,U+8c37,U+8c61,U+8cc7,U+8d85,U+901f,U+962a,U+9802,U+9806,U+9854,U+98f2,U+9928,U+99c5,U+9ed2", + "[109]": "U+266a,U+4f11,U+533a,U+5343,U+534a,U+53cd,U+5404,U+56f3,U+5b57-5b58,U+5bae,U+5c4a,U+5e0c,U+5e2f,U+5eab,U+5f35,U+5f79,U+614b,U+6226,U+629e,U+65c5,U+6625,U+6751,U+6821,U+6b69,U+6b8b,U+6bce,U+6c42,U+706b,U+7c21,U+7cfb,U+805e,U+80b2,U+82b8,U+843d,U+8853,U+88c5,U+8a3c,U+8a66,U+8d8a,U+8fba,U+9069,U+91cf,U+9752,U+975e,U+9999,U+ff0f-ff10,U+ff14-ff15", + "[110]": "U+40,U+4e86,U+4e95,U+4f01,U+4f1d,U+4fbf,U+5099,U+5171,U+5177,U+53cb,U+53ce,U+53f0,U+5668,U+5712,U+5ba4,U+5ca1,U+5f85,U+60f3,U+653e,U+65ad,U+65e9,U+6620,U+6750,U+6761,U+6b62,U+6b74,U+6e08,U+6e80,U+7248,U+7531,U+7533,U+753a,U+77f3,U+798f,U+7f6e,U+8449,U+88fd,U+89b3,U+8a55,U+8ac7,U+8b77,U+8db3,U+8efd,U+8fd4,U+9031-9032,U+9580,U+9589,U+96d1,U+985e", + "[111]": "U+2b,U+d7,U+300e-300f,U+4e07,U+4e8c,U+512a,U+5149,U+518d,U+5236,U+52b9,U+52d9,U+5468,U+578b,U+57fa,U+5b8c,U+5ba2,U+5c02,U+5de5,U+5f37,U+5f62,U+623b,U+63d0,U+652f,U+672a,U+6848,U+6d41,U+7136,U+7537,U+754c,U+76f4,U+79c1,U+7ba1,U+7d44,U+7d4c,U+7dcf,U+7dda,U+7de8,U+82b1,U+897f,U+8ca9,U+8cfc,U+904e,U+9664,U+982d,U+9858,U+98a8,U+9a13,U+ff13,U+ff5c", + "[112]": "U+4e16,U+4e3b,U+4ea4,U+4ee4,U+4f4d,U+4f4f,U+4f55,U+4f9b,U+5317,U+5358,U+53c2,U+53e4,U+548c,U+571f,U+59cb,U+5cf6,U+5e38,U+63a2,U+63b2,U+6559,U+662d,U+679c,U+6c7a,U+72b6,U+7523,U+767d,U+770c,U+7a2e,U+7a3f,U+7a7a,U+7b2c,U+7b49,U+7d20,U+7d42,U+8003,U+8272,U+8a08,U+8aac,U+8cb7,U+8eab,U+8ee2,U+9054-9055,U+90fd,U+914d,U+91cd,U+969b,U+97f3,U+984c,U+ff06", + "[113]": "U+26,U+5f,U+2026,U+203b,U+4e09,U+4eac,U+4ed5,U+4fa1,U+5143,U+5199,U+5207,U+539f,U+53e3,U+53f7,U+5411,U+5473,U+5546,U+55b6,U+5929,U+597d,U+5bb9,U+5c11,U+5c4b,U+5ddd,U+5f97,U+5fc5,U+6295,U+6301,U+6307,U+671b,U+76f8,U+78ba,U+795e,U+7d30,U+7d39,U+7d9a,U+89e3,U+8a00,U+8a73,U+8a8d,U+8a9e,U+8aad,U+8abf,U+8cea,U+8eca,U+8ffd,U+904b,U+9650,U+ff11-ff12", + "[114]": "U+3e,U+3005,U+4e0d,U+4e88,U+4ecb,U+4ee3,U+4ef6,U+4fdd,U+4fe1,U+500b,U+50cf,U+5186,U+5316,U+53d7,U+540c,U+544a,U+54e1,U+5728,U+58f2,U+5973,U+5b89,U+5c71,U+5e02,U+5e97,U+5f15,U+5fc3,U+5fdc,U+601d,U+611b,U+611f,U+671f,U+6728,U+6765,U+683c,U+6b21,U+6ce8,U+6d3b,U+6d77,U+7530,U+7740,U+7acb,U+7d50,U+826f,U+8f09,U+8fbc,U+9001,U+9053,U+91ce,U+9762,U+98df", + "[115]": "U+7c,U+3080,U+4ee5,U+5148,U+516c,U+521d,U+5225,U+529b,U+52a0,U+53ef,U+56de,U+56fd,U+5909,U+591a,U+5b66,U+5b9f,U+5bb6,U+5bfe,U+5e73,U+5e83,U+5ea6,U+5f53,U+6027,U+610f,U+6210,U+6240,U+660e,U+66f4,U+66f8,U+6709,U+6771,U+697d,U+69d8,U+6a5f,U+6c34,U+6cbb,U+73fe,U+756a,U+7684,U+771f,U+793a,U+7f8e,U+898f,U+8a2d,U+8a71,U+8fd1,U+9078,U+9577,U+96fb,U+ff5e", + "[116]": "U+a9,U+3010-3011,U+30e2,U+4e0b,U+4eca,U+4ed6,U+4ed8,U+4f53,U+4f5c,U+4f7f,U+53d6,U+540d,U+54c1,U+5730,U+5916,U+5b50,U+5c0f,U+5f8c,U+624b,U+6570,U+6587,U+6599,U+691c,U+696d,U+6cd5,U+7269,U+7279,U+7406,U+767a-767b,U+77e5,U+7d04,U+7d22,U+8005,U+80fd,U+81ea,U+8868,U+8981,U+89a7,U+901a,U+9023,U+90e8,U+91d1,U+9332,U+958b,U+96c6,U+9ad8,U+ff1a,U+ff1f", + "[117]": "U+4e,U+a0,U+3000,U+300c-300d,U+4e00,U+4e0a,U+4e2d,U+4e8b,U+4eba,U+4f1a,U+5165,U+5168,U+5185,U+51fa,U+5206,U+5229,U+524d,U+52d5,U+5408,U+554f,U+5831,U+5834,U+5927,U+5b9a,U+5e74,U+5f0f,U+60c5,U+65b0,U+65b9,U+6642,U+6700,U+672c,U+682a,U+6b63,U+6c17,U+7121,U+751f,U+7528,U+753b,U+76ee,U+793e,U+884c,U+898b,U+8a18,U+9593,U+95a2,U+ff01,U+ff08-ff09", + "[118]": "U+21-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+c9,U+cd,U+d6,U+d8,U+dc,U+e0-e5,U+e7-ed,U+ef,U+f1-f4,U+f6,U+f8,U+fa,U+fc-fd,U+103,U+14d,U+1b0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+201c-201d,U+2039-203a,U+203c,U+2048-2049,U+2113,U+2122,U+65e5,U+6708,U+70b9", + "[119]": "U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e", + "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-jp/wght.css b/fonts/variable/noto-serif-jp/wght.css new file mode 100644 index 00000000000..1aa451db534 --- /dev/null +++ b/fonts/variable/noto-serif-jp/wght.css @@ -0,0 +1,1239 @@ +/* noto-serif-jp-[0]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-0-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25ee8,U+25f23,U+25f5c,U+25fd4,U+25fe0,U+25ffb,U+2600c,U+26017,U+26060,U+260ed,U+26222,U+2626a,U+26270,U+26286,U+2634c,U+26402,U+2667e,U+266b0,U+2671d,U+268dd,U+268ea,U+26951,U+2696f,U+26999,U+269dd,U+26a1e,U+26a58,U+26a8c,U+26ab7,U+26aff,U+26c29,U+26c73,U+26c9e,U+26cdd,U+26e40,U+26e65,U+26f94,U+26ff6-26ff8,U+270f4,U+2710d,U+27139,U+273da-273db,U+273fe,U+27410,U+27449,U+27614-27615,U+27631,U+27684,U+27693,U+2770e,U+27723,U+27752,U+278b2,U+27985,U+279b4,U+27a84,U+27bb3,U+27bbe,U+27bc7,U+27c3c,U+27cb8,U+27d73,U+27da0,U+27e10,U+27eaf,U+27fb7,U+2808a,U+280bb,U+28277,U+28282,U+282f3,U+283cd,U+2840c,U+28455,U+284dc,U+2856b,U+285c8-285c9,U+286d7,U+286fa,U+28946,U+28949,U+2896b,U+28987-28988,U+289ba-289bb,U+28a1e,U+28a29,U+28a43,U+28a71,U+28a99,U+28acd,U+28add,U+28ae4,U+28bc1,U+28bef,U+28cdd,U+28d10,U+28d71,U+28dfb,U+28e0f,U+28e17,U+28e1f,U+28e36,U+28e89,U+28eeb,U+28ef6,U+28f32,U+28ff8,U+292a0,U+292b1,U+29490,U+295cf,U+2967f,U+296f0,U+29719,U+29750,U+29810,U+298c6,U+29a72,U+29d4b,U+29ddb,U+29e15,U+29e3d,U+29e49,U+29e8a,U+29ec4,U+29edb,U+29ee9,U+29fce,U+29fd7,U+2a01a,U+2a02f,U+2a082,U+2a0f9,U+2a190,U+2a2b2,U+2a38c,U+2a437,U+2a5f1,U+2a602,U+2a61a,U+2a6b2,U+2a9e6,U+2b746,U+2b751,U+2b753,U+2b75a,U+2b75c,U+2b765,U+2b776-2b777,U+2b77c,U+2b782,U+2b789,U+2b78b,U+2b78e,U+2b794,U+2b7ac,U+2b7af,U+2b7bd,U+2b7c9,U+2b7cf,U+2b7d2,U+2b7d8,U+2b7f0,U+2b80d,U+2b817,U+2b81a,U+2d544,U+2e278,U+2e569,U+2e6ea,U+2f804,U+2f80f,U+2f815,U+2f818,U+2f81a,U+2f822,U+2f828,U+2f82c,U+2f833,U+2f83f,U+2f846,U+2f852,U+2f862,U+2f86d,U+2f873,U+2f877,U+2f884,U+2f899-2f89a,U+2f8a6,U+2f8ac,U+2f8b2,U+2f8b6,U+2f8d3,U+2f8db-2f8dc,U+2f8e1,U+2f8e5,U+2f8ea,U+2f8ed,U+2f8fc,U+2f903,U+2f90b,U+2f90f,U+2f91a,U+2f920-2f921,U+2f945,U+2f947,U+2f96c,U+2f995,U+2f9d0,U+2f9de-2f9df,U+2f9f4; +} + +/* noto-serif-jp-[1]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-1-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+1f235-1f23b,U+1f240-1f248,U+1f250-1f251,U+2000b,U+20089-2008a,U+200a2,U+200a4,U+200b0,U+200f5,U+20158,U+201a2,U+20213,U+2032b,U+20371,U+20381,U+203f9,U+2044a,U+20509,U+2053f,U+205b1,U+205d6,U+20611,U+20628,U+206ec,U+2074f,U+207c8,U+20807,U+2083a,U+208b9,U+2090e,U+2097c,U+20984,U+2099d,U+20a64,U+20ad3,U+20b1d,U+20b9f,U+20bb7,U+20d45,U+20d58,U+20de1,U+20e64,U+20e6d,U+20e95,U+20f5f,U+21201,U+2123d,U+21255,U+21274,U+2127b,U+212d7,U+212e4,U+212fd,U+2131b,U+21336,U+21344,U+213c4,U+2146d-2146e,U+215d7,U+21647,U+216b4,U+21706,U+21742,U+218bd,U+219c3,U+21a1a,U+21c56,U+21d2d,U+21d45,U+21d62,U+21d78,U+21d92,U+21d9c,U+21da1,U+21db7,U+21de0,U+21e33-21e34,U+21f1e,U+21f76,U+21ffa,U+2217b,U+22218,U+2231e,U+223ad,U+22609,U+226f3,U+2285b,U+228ab,U+2298f,U+22ab8,U+22b46,U+22b4f-22b50,U+22ba6,U+22c1d,U+22c24,U+22de1,U+22e42,U+22feb,U+231b6,U+231c3-231c4,U+231f5,U+23372,U+233cc,U+233d0,U+233d2-233d3,U+233d5,U+233da,U+233df,U+233e4,U+233fe,U+2344a-2344b,U+23451,U+23465,U+234e4,U+2355a,U+23594,U+235c4,U+23638-2363a,U+23647,U+2370c,U+2371c,U+2373f,U+23763-23764,U+237e7,U+237f1,U+237ff,U+23824,U+2383d,U+23a98,U+23c7f,U+23cbe,U+23cfe,U+23d00,U+23d0e,U+23d40,U+23dd3,U+23df9-23dfa,U+23f7e,U+2404b,U+24096,U+24103,U+241c6,U+241fe,U+242ee,U+243bc,U+243d0,U+24629,U+246a5,U+247f1,U+24896,U+248e9,U+24a4d,U+24b56,U+24b6f,U+24c16,U+24d14,U+24e04,U+24e0e,U+24e37,U+24e6a,U+24e8b,U+24ff2,U+2504a,U+25055,U+25122,U+251a9,U+251cd,U+251e5,U+2521e,U+2524c,U+2542e,U+2548e,U+254d9,U+2550e,U+255a7,U+2567f,U+25771,U+257a9,U+257b4,U+25874,U+259c4,U+259cc,U+259d4,U+25ad7,U+25ae3-25ae4,U+25af1,U+25bb2,U+25c4b,U+25c64,U+25da1,U+25e2e,U+25e56,U+25e62,U+25e65,U+25ec2,U+25ed8; +} + +/* noto-serif-jp-[2]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-2-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ffd7,U+ffda-ffdc,U+ffe0-ffe2,U+ffe4,U+ffe6,U+ffe8-ffee,U+1f100-1f10c,U+1f110-1f16c,U+1f170-1f1ac,U+1f200-1f202,U+1f210-1f234; +} + +/* noto-serif-jp-[3]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-3-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+fa10,U+fa12-fa6d,U+fb00-fb04,U+fe10-fe19,U+fe30-fe42,U+fe44-fe52,U+fe54-fe66,U+fe68-fe6b,U+ff02,U+ff04,U+ff07,U+ff51,U+ff5b,U+ff5d,U+ff5f-ff60,U+ff66,U+ff69,U+ff87,U+ffa1-ffbe,U+ffc2-ffc7,U+ffca-ffcf,U+ffd2-ffd6; +} + +/* noto-serif-jp-[4]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-4-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+f92d-f959,U+f95b-f9f2,U+f9f4-fa0b,U+fa0e-fa0f; +} + +/* noto-serif-jp-[5]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-5-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9e8b-9e8c,U+9e8e-9e8f,U+9e91-9e92,U+9e95-9e96,U+9e98,U+9e9b,U+9e9d-9e9e,U+9ea4-9ea5,U+9ea8-9eaa,U+9eac-9eb0,U+9eb3-9eb5,U+9eb8,U+9ebc-9ebf,U+9ec3,U+9ec6,U+9ec8,U+9ecb-9ecd,U+9ecf-9ed1,U+9ed4-9ed5,U+9ed8,U+9edb-9ee0,U+9ee4-9ee5,U+9ee7-9ee8,U+9eec-9ef2,U+9ef4-9ef9,U+9efb-9eff,U+9f02-9f03,U+9f07-9f09,U+9f0e-9f12,U+9f14-9f17,U+9f19-9f1b,U+9f1f-9f22,U+9f26,U+9f2a-9f2c,U+9f2f,U+9f31-9f32,U+9f34,U+9f37,U+9f39-9f3a,U+9f3c-9f3f,U+9f41,U+9f43-9f47,U+9f4a,U+9f4e-9f50,U+9f52-9f58,U+9f5a,U+9f5d-9f61,U+9f63,U+9f66-9f6a,U+9f6c-9f73,U+9f75-9f77,U+9f7a,U+9f7d,U+9f7f,U+9f8f-9f92,U+9f94-9f97,U+9f99,U+9f9c-9fa3,U+9fa5,U+9fb4,U+9fbc-9fc2,U+9fc4,U+9fc6,U+9fcc,U+f900-f92c; +} + +/* noto-serif-jp-[6]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-6-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9c3e,U+9c41,U+9c43-9c4a,U+9c4e-9c50,U+9c52-9c54,U+9c56,U+9c58,U+9c5a-9c61,U+9c63,U+9c65,U+9c67-9c6b,U+9c6d-9c6e,U+9c70,U+9c72,U+9c75-9c78,U+9c7a-9c7c,U+9ce6-9ce7,U+9ceb-9cec,U+9cf0,U+9cf2,U+9cf6-9cf7,U+9cf9,U+9d02-9d03,U+9d06-9d09,U+9d0b,U+9d0e,U+9d11-9d12,U+9d15,U+9d17-9d18,U+9d1b-9d1f,U+9d23,U+9d26,U+9d2a-9d2c,U+9d2f-9d30,U+9d32-9d34,U+9d3a,U+9d3c-9d3f,U+9d41-9d48,U+9d4a,U+9d50-9d54,U+9d59,U+9d5d-9d65,U+9d69-9d6c,U+9d6f-9d70,U+9d72-9d73,U+9d76-9d77,U+9d7a-9d7c,U+9d7e,U+9d83-9d84,U+9d86-9d87,U+9d89-9d8a,U+9d8d-9d8e,U+9d92-9d93,U+9d95-9d9a,U+9da1,U+9da4,U+9da9-9dac,U+9dae,U+9db1-9db2,U+9db5,U+9db8-9dbd,U+9dbf-9dc4,U+9dc6-9dc7,U+9dc9-9dca,U+9dcf,U+9dd3-9dd7,U+9dd9-9dda,U+9dde-9de0,U+9de3,U+9de5-9de7,U+9de9,U+9deb,U+9ded-9df0,U+9df3-9df4,U+9df8,U+9dfd-9dfe,U+9e02,U+9e07,U+9e0a,U+9e0d-9e0e,U+9e10-9e12,U+9e15-9e16,U+9e19-9e1f,U+9e75,U+9e79-9e7d,U+9e80-9e85,U+9e87-9e88; +} + +/* noto-serif-jp-[7]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-7-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9ae5-9ae7,U+9ae9,U+9aeb-9aec,U+9aee-9aef,U+9af1-9af5,U+9af7,U+9af9-9afb,U+9afd,U+9aff-9b06,U+9b08-9b09,U+9b0b-9b0e,U+9b10,U+9b12,U+9b16,U+9b18-9b1d,U+9b1f-9b20,U+9b22-9b23,U+9b25-9b2f,U+9b32-9b35,U+9b37,U+9b39-9b3b,U+9b3d,U+9b43-9b44,U+9b48,U+9b4b-9b4f,U+9b51,U+9b55-9b58,U+9b5b,U+9b5e,U+9b61,U+9b63,U+9b65-9b66,U+9b68,U+9b6a-9b6f,U+9b72-9b79,U+9b7f-9b80,U+9b83-9b87,U+9b89-9b8b,U+9b8d,U+9b8f-9b94,U+9b96-9b97,U+9b9a,U+9b9d-9ba0,U+9ba6-9ba7,U+9ba9-9baa,U+9bac,U+9bb0-9bb2,U+9bb4,U+9bb7-9bb9,U+9bbb-9bbc,U+9bbe-9bc1,U+9bc6-9bc8,U+9bca,U+9bce-9bd2,U+9bd4,U+9bd7-9bd8,U+9bdd,U+9bdf,U+9be1-9be5,U+9be7,U+9bea-9beb,U+9bee-9bf3,U+9bf5,U+9bf7-9bfa,U+9bfd,U+9bff-9c00,U+9c02,U+9c04,U+9c06,U+9c08-9c0d,U+9c0f-9c16,U+9c18-9c1e,U+9c21-9c2a,U+9c2d-9c32,U+9c35-9c37,U+9c39-9c3a,U+9c3d; +} + +/* noto-serif-jp-[8]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-8-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+98eb,U+98ed-98ee,U+98f0-98f1,U+98f3,U+98f6,U+9902,U+9907-9909,U+9911-9912,U+9914-9918,U+991a-9922,U+9924,U+9926-9927,U+992b-992c,U+992e,U+9931-9935,U+9939-993e,U+9940-9942,U+9945-9949,U+994b-994e,U+9950-9952,U+9954-9955,U+9958-9959,U+995b-995c,U+995e-9960,U+9963,U+9997-9998,U+999b,U+999d-999f,U+99a3,U+99a5-99a6,U+99a8,U+99ad-99ae,U+99b0-99b2,U+99b5,U+99b9-99ba,U+99bc-99bd,U+99bf,U+99c1,U+99c3,U+99c8-99c9,U+99d1,U+99d3-99d5,U+99d8-99df,U+99e1-99e2,U+99e7,U+99ea-99ee,U+99f0-99f2,U+99f4-99f5,U+99f8-99f9,U+99fb-99fe,U+9a01-9a05,U+9a08,U+9a0a-9a0c,U+9a0f-9a11,U+9a16,U+9a1a,U+9a1e,U+9a20,U+9a22-9a24,U+9a27,U+9a2b,U+9a2d-9a2e,U+9a31,U+9a33,U+9a35-9a38,U+9a3e,U+9a40-9a45,U+9a47,U+9a4a-9a4e,U+9a51-9a52,U+9a54-9a58,U+9a5b,U+9a5d,U+9a5f,U+9a62,U+9a64-9a65,U+9a69-9a6c,U+9aaa,U+9aac-9ab0,U+9ab2,U+9ab4-9ab7,U+9ab9,U+9abb-9ac1,U+9ac3,U+9ac6,U+9ac8,U+9ace-9ad3,U+9ad5-9ad7,U+9adb-9adc,U+9ade-9ae0,U+9ae2-9ae4; +} + +/* noto-serif-jp-[9]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-9-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+971d,U+9721-9724,U+9728,U+972a,U+9730-9731,U+9733,U+9736,U+9738-9739,U+973b,U+973d-973e,U+9741-9744,U+9746-974a,U+974d-974f,U+9751,U+9755,U+9757-9758,U+975a-975c,U+9760-9761,U+9763-9764,U+9766-9768,U+976a-976b,U+976e,U+9771,U+9773,U+9776-977d,U+977f-9781,U+9785-9786,U+9789,U+978b,U+978f-9790,U+9795-9797,U+9799-979a,U+979c,U+979e-97a0,U+97a2-97a3,U+97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b6,U+97b8-97ba,U+97bc,U+97be-97bf,U+97c1,U+97c3-97ce,U+97d0-97d1,U+97d4,U+97d7-97d9,U+97db-97de,U+97e0-97e1,U+97e4,U+97e6,U+97ed-97ef,U+97f1-97f2,U+97f4-97f8,U+97fa,U+9804,U+9807,U+980a,U+980c-980f,U+9814,U+9816-9817,U+9819-981a,U+981c,U+981e,U+9820-9821,U+9823-9826,U+982b,U+982e-9830,U+9832-9835,U+9837,U+9839,U+983d-983e,U+9844,U+9846-9847,U+984a-984b,U+984f,U+9851-9853,U+9856-9857,U+9859-985b,U+9862-9863,U+9865-9866,U+986a-986c,U+986f-9871,U+9873-9875,U+98aa-98ab,U+98ad-98ae,U+98b0-98b1,U+98b4,U+98b6-98b8,U+98ba-98bc,U+98bf,U+98c2-98c8,U+98cb-98cc,U+98ce,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e7,U+98e9-98ea; +} + +/* noto-serif-jp-[10]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-10-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+944a,U+944c,U+9452-9453,U+9455,U+9459-945c,U+945e-9463,U+9468,U+946a-946b,U+946d-9472,U+9475,U+9477,U+947c-947f,U+9481,U+9483-9485,U+9578-9579,U+957e-957f,U+9582,U+9584,U+9586-9588,U+958a,U+958c-958f,U+9592,U+9594,U+9596,U+9598-9599,U+959d-95a1,U+95a4,U+95a6-95a9,U+95ab-95ad,U+95b1,U+95b4,U+95b6,U+95b9-95bf,U+95c3,U+95c6,U+95c8-95cd,U+95d0-95d6,U+95d9-95da,U+95dc-95e2,U+95e4-95e6,U+95e8,U+961d-961e,U+9621-9622,U+9624-9626,U+9628,U+962c,U+962e-962f,U+9631,U+9633-9634,U+9637-963a,U+963c-963d,U+9641-9642,U+964b-964c,U+964f,U+9652,U+9654,U+9656-9658,U+965c-965f,U+9661,U+9666,U+966a,U+966c,U+966e,U+9672,U+9674,U+9677,U+967b-967c,U+967e-967f,U+9681-9684,U+9689,U+968b,U+968d,U+9691,U+9695-9698,U+969a,U+969d,U+969f,U+96a4-96aa,U+96ae-96b4,U+96b6,U+96b8-96bb,U+96bd,U+96c1,U+96c9-96cb,U+96cd-96ce,U+96d2,U+96d5-96d6,U+96d8-96da,U+96dc-96df,U+96e9,U+96ef,U+96f1,U+96f9-96fa,U+9702-9706,U+9708-9709,U+970d-970f,U+9711,U+9713-9714,U+9716,U+9719-971b; +} + +/* noto-serif-jp-[11]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-11-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+92bc-92bd,U+92bf-92c3,U+92c5-92c8,U+92cb-92d0,U+92d2-92d3,U+92d5,U+92d7-92d9,U+92dc-92dd,U+92df-92e1,U+92e3-92e5,U+92e7-92ea,U+92ec,U+92ee,U+92f0,U+92f2,U+92f7-92fb,U+92ff-9300,U+9302,U+9304,U+9308,U+930d,U+930f-9311,U+9314-9315,U+9318-931a,U+931c-931f,U+9321-9325,U+9327-932b,U+932e,U+9333-9337,U+933a-933b,U+9344,U+9347-934a,U+934d,U+9350-9352,U+9354-9358,U+935a,U+935c,U+935e,U+9360,U+9364-9365,U+9367,U+9369-936d,U+936f-9371,U+9373-9374,U+9376,U+937a,U+937d-9382,U+9388,U+938a-938b,U+938d,U+938f,U+9392,U+9394-9395,U+9397-9398,U+939a-939b,U+939e,U+93a1,U+93a3-93a4,U+93a6,U+93a8-93a9,U+93ab-93ad,U+93b0,U+93b4-93b6,U+93b9-93bb,U+93c1,U+93c3-93cd,U+93d0-93d1,U+93d3,U+93d6-93d9,U+93dc-93df,U+93e2,U+93e4-93e8,U+93f1,U+93f5,U+93f7-93fb,U+93fd,U+9401-9404,U+9407-9409,U+940d-9410,U+9413-9417,U+9419-941a,U+941f,U+9421,U+942b,U+942e-942f,U+9431-9434,U+9436,U+9438,U+943a-943b,U+943d,U+943f,U+9441,U+9443-9445,U+9448; +} + +/* noto-serif-jp-[12]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-12-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9143,U+9146-914c,U+914f,U+9153,U+9156-915b,U+9161,U+9163-9165,U+9167,U+9169,U+916d,U+9172-9174,U+9179-917b,U+9181-9183,U+9185-9187,U+9189-918b,U+918e,U+9191,U+9193-9195,U+9197-9198,U+919e,U+91a1-91a2,U+91a6,U+91a8,U+91aa-91b6,U+91ba-91bd,U+91bf-91c6,U+91c9,U+91cb,U+91d0,U+91d3-91d4,U+91d6-91d7,U+91d9-91db,U+91de-91df,U+91e1,U+91e4-91e6,U+91e9-91ea,U+91ec-91f1,U+91f5-91f7,U+91f9,U+91fb-91fd,U+91ff-9201,U+9204-9207,U+9209-920a,U+920c,U+920e,U+9210-9218,U+921c-921e,U+9223-9226,U+9228-9229,U+922c,U+922e-9230,U+9233,U+9235-923a,U+923c,U+923e-9240,U+9242-9243,U+9245-924b,U+924d-9251,U+9256-925a,U+925c-925e,U+9260-9261,U+9264-9269,U+926e-9270,U+9275-9279,U+927b-927f,U+9288-928a,U+928d-928e,U+9291-9293,U+9295-9297,U+9299,U+929b-929c,U+929f-92a0,U+92a4-92a5,U+92a7-92a8,U+92ab,U+92af,U+92b2-92b3,U+92b6-92bb; +} + +/* noto-serif-jp-[13]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-13-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8f52-8f55,U+8f57-8f58,U+8f5c-8f5e,U+8f61-8f66,U+8f9c-8f9d,U+8f9f-8fa2,U+8fa4-8fa8,U+8fad-8faf,U+8fb4-8fb8,U+8fbe,U+8fc0-8fc2,U+8fc6,U+8fc8,U+8fca-8fcb,U+8fcd,U+8fd0,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fe0,U+8fe2-8fe5,U+8fe8-8fea,U+8fed-8fef,U+8ff1,U+8ff4-8ff6,U+8ff8-8ffb,U+8ffe,U+9002,U+9004-9005,U+9008,U+900b-900e,U+9011,U+9013,U+9015-9016,U+9018,U+901b,U+901e,U+9021,U+9027-902a,U+902c-902d,U+902f,U+9033-9037,U+9039,U+903c,U+903e-903f,U+9041,U+9043-9044,U+9049,U+904c,U+904f-9052,U+9056,U+9058,U+905b-905e,U+9062,U+9066-9068,U+906c,U+906f-9070,U+9072,U+9074,U+9076,U+9079,U+9080-9083,U+9085,U+9087-9088,U+908b-908c,U+908e-9090,U+9095,U+9097-9099,U+909b,U+90a0-90a2,U+90a5,U+90a8,U+90af-90b6,U+90bd-90be,U+90c3-90c5,U+90c7-90c9,U+90cc,U+90d2,U+90d5,U+90d7-90d9,U+90db-90df,U+90e2,U+90e4-90e5,U+90eb,U+90ef-90f0,U+90f2,U+90f4,U+90f6,U+90fe-9100,U+9102,U+9104-9106,U+9108,U+910d,U+9110,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9125,U+9127,U+9129,U+912d-9132,U+9134,U+9136-9137,U+9139-913a,U+913c-913d; +} + +/* noto-serif-jp-[14]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-14-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8dc0,U+8dc2,U+8dc5-8dc8,U+8dca-8dcc,U+8dce-8dcf,U+8dd1,U+8dd4-8dd7,U+8dd9-8ddb,U+8ddf,U+8de3-8de5,U+8de7,U+8dea-8dec,U+8df0-8df2,U+8df4,U+8dfc-8dfd,U+8dff,U+8e01,U+8e04-8e06,U+8e08-8e09,U+8e0b-8e0c,U+8e10-8e11,U+8e14,U+8e16,U+8e1d-8e23,U+8e26-8e27,U+8e30-8e31,U+8e33-8e39,U+8e3d,U+8e40-8e42,U+8e44,U+8e47-8e50,U+8e54-8e55,U+8e59,U+8e5b-8e64,U+8e69,U+8e6c-8e6d,U+8e6f-8e72,U+8e75-8e77,U+8e79-8e7c,U+8e81-8e85,U+8e89,U+8e8b,U+8e90-8e95,U+8e98-8e9b,U+8e9d-8e9e,U+8ea1-8ea2,U+8ea7,U+8ea9-8eaa,U+8eac-8eb1,U+8eb3,U+8eb5-8eb6,U+8eba-8ebb,U+8ebe,U+8ec0-8ec1,U+8ec3-8ec8,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8edb-8edc,U+8ee3,U+8ee8,U+8eeb,U+8eed-8eee,U+8ef0-8ef1,U+8ef7,U+8ef9-8efc,U+8efe,U+8f00,U+8f02,U+8f05,U+8f07-8f08,U+8f0a,U+8f0f-8f10,U+8f12-8f13,U+8f15-8f19,U+8f1b-8f1c,U+8f1e-8f21,U+8f23,U+8f25-8f28,U+8f2b-8f2f,U+8f33-8f37,U+8f39-8f3b,U+8f3e,U+8f40-8f43,U+8f45-8f47,U+8f49-8f4a,U+8f4c-8f4f,U+8f51; +} + +/* noto-serif-jp-[15]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-15-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8b2d,U+8b30,U+8b37,U+8b3c,U+8b3e,U+8b41-8b46,U+8b48-8b49,U+8b4c-8b4f,U+8b51-8b54,U+8b56,U+8b59,U+8b5b,U+8b5e-8b5f,U+8b63,U+8b69,U+8b6b-8b6d,U+8b6f,U+8b71,U+8b74,U+8b76,U+8b78-8b79,U+8b7c-8b81,U+8b84-8b85,U+8b8a-8b8f,U+8b92-8b96,U+8b99-8b9a,U+8b9c-8ba0,U+8c38-8c3a,U+8c3d-8c3f,U+8c41,U+8c45,U+8c47-8c49,U+8c4b-8c4c,U+8c4e-8c51,U+8c53-8c55,U+8c57-8c59,U+8c5b,U+8c5d,U+8c62-8c64,U+8c66,U+8c68-8c69,U+8c6b-8c6d,U+8c73,U+8c75-8c76,U+8c78,U+8c7a-8c7c,U+8c7e,U+8c82,U+8c85-8c87,U+8c89-8c8b,U+8c8d-8c8e,U+8c90,U+8c92-8c94,U+8c98-8c99,U+8c9b-8c9c,U+8c9f,U+8ca4,U+8cad-8cae,U+8cb2-8cb3,U+8cb6,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc6,U+8cc8-8cc9,U+8ccb,U+8ccd-8ccf,U+8cd2,U+8cd5-8cd6,U+8cd9-8cda,U+8cdd,U+8ce1,U+8ce3-8ce4,U+8ce6,U+8ce8,U+8cec,U+8cef-8cf2,U+8cf4-8cf5,U+8cf7-8cf8,U+8cfa-8cfb,U+8cfd-8cff,U+8d01,U+8d03-8d04,U+8d07,U+8d09-8d0b,U+8d0d-8d10,U+8d12-8d14,U+8d16-8d17,U+8d1b-8d1d,U+8d65,U+8d67,U+8d69,U+8d6b-8d6e,U+8d71,U+8d73,U+8d76,U+8d7f,U+8d81-8d82,U+8d84,U+8d88,U+8d8d,U+8d90-8d91,U+8d95,U+8d99,U+8d9e-8da0,U+8da6,U+8da8,U+8dab-8dac,U+8daf,U+8db2,U+8db5,U+8db7,U+8db9-8dbc,U+8dbe; +} + +/* noto-serif-jp-[16]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-16-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8973-8975,U+8977,U+897a-897e,U+8980,U+8983,U+8988-898a,U+898d,U+8990,U+8993-8995,U+8998,U+899b-899c,U+899f-89a1,U+89a5-89a6,U+89a9,U+89ac,U+89af-89b0,U+89b2,U+89b4-89b7,U+89ba,U+89bc-89bd,U+89bf-89c1,U+89d4-89d8,U+89da,U+89dc-89dd,U+89e5,U+89e7,U+89e9,U+89eb,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89f8-89f9,U+89fd,U+89ff,U+8a01,U+8a04-8a05,U+8a07,U+8a0c,U+8a0f-8a12,U+8a14-8a16,U+8a1b,U+8a1d-8a1e,U+8a20-8a22,U+8a24-8a26,U+8a2b-8a2c,U+8a2f,U+8a35-8a37,U+8a3b,U+8a3d-8a3e,U+8a40-8a41,U+8a43,U+8a45-8a49,U+8a4d-8a4e,U+8a51-8a54,U+8a56-8a58,U+8a5b-8a5d,U+8a61-8a62,U+8a65,U+8a67,U+8a6c-8a6d,U+8a75-8a77,U+8a79-8a7c,U+8a7e-8a80,U+8a82-8a86,U+8a8b,U+8a8f-8a92,U+8a96-8a97,U+8a99-8a9a,U+8a9f,U+8aa1,U+8aa3,U+8aa5-8aaa,U+8aae-8aaf,U+8ab3,U+8ab6-8ab7,U+8abb-8abc,U+8abe,U+8ac2-8ac4,U+8ac6,U+8ac8-8aca,U+8acc-8acd,U+8ad0-8ad1,U+8ad3-8ad5,U+8ad7,U+8ada-8ae2,U+8ae4,U+8ae7,U+8aeb-8aec,U+8aee,U+8af0-8af1,U+8af3-8af7,U+8afa,U+8afc,U+8aff,U+8b01-8b02,U+8b04-8b07,U+8b0a-8b0d,U+8b0f-8b11,U+8b14,U+8b16,U+8b1a,U+8b1c,U+8b1e-8b20,U+8b26,U+8b28,U+8b2b-8b2c; +} + +/* noto-serif-jp-[17]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-17-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+87e2-87e6,U+87ea-87ed,U+87ef,U+87f1,U+87f3,U+87f5-87f8,U+87fa-87fb,U+87fe-87ff,U+8801,U+8803,U+8805-8807,U+8809-880b,U+880d-8816,U+8818-881c,U+881e-881f,U+8821-8822,U+8827-8828,U+882d-882e,U+8830-8832,U+8835-8836,U+8839-883c,U+8841-8845,U+8848-884b,U+884d-884e,U+8851-8852,U+8855-8856,U+8858-885a,U+885c,U+885e-8860,U+8862,U+8864,U+8869,U+886b,U+886e-886f,U+8871-8872,U+8875,U+8877,U+8879,U+887b,U+887d-887e,U+8880-8882,U+8888,U+888d,U+8892,U+8897-889c,U+889e-88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ae,U+88b0-88b1,U+88b5,U+88b7,U+88ba,U+88bc-88c0,U+88c3-88c4,U+88c6,U+88ca-88ce,U+88d1-88d4,U+88d8-88d9,U+88db,U+88dd-88e1,U+88e7-88e8,U+88ef-88f2,U+88f4-88f5,U+88f7,U+88f9,U+88fc,U+8901-8902,U+8904,U+8906,U+890a,U+890c-890f,U+8913,U+8915-8916,U+8918-891a,U+891c-891e,U+8920,U+8925-8928,U+892a-892b,U+8930-8932,U+8935-893b,U+893e,U+8940-8946,U+8949,U+894c-894d,U+894f,U+8952,U+8956-8957,U+895a-895c,U+895e,U+8960-8964,U+8966,U+896a-896b,U+896d-8970; +} + +/* noto-serif-jp-[18]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-18-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8655-8659,U+865b,U+865d-8664,U+8667,U+8669,U+866c,U+866f,U+8671,U+8675-8677,U+867a-867b,U+867d,U+8687-8689,U+868b-868d,U+8691,U+8693,U+8695-8696,U+8698,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a6-86ab,U+86ad,U+86af-86b1,U+86b3-86b9,U+86bf-86c1,U+86c3-86c6,U+86c9,U+86cb,U+86ce,U+86d1-86d2,U+86d4-86d5,U+86d7,U+86da,U+86dc,U+86de-86e0,U+86e3-86e7,U+86e9,U+86ec-86ed,U+86ef,U+86f8-86fe,U+8700,U+8703-870b,U+870d-8714,U+8719-871a,U+871e-871f,U+8721-8723,U+8725,U+8728-8729,U+872e-872f,U+8731-8732,U+8734,U+8737,U+8739-8740,U+8743,U+8745,U+8749,U+874b-874e,U+8751,U+8753,U+8755,U+8757-8759,U+875d,U+875f-8761,U+8763-8766,U+8768,U+876a,U+876e-876f,U+8771-8772,U+8774,U+8778,U+877b-877c,U+877f,U+8782-8789,U+878b-878c,U+878e,U+8790,U+8793,U+8795,U+8797-8799,U+879e-87a0,U+87a2-87a3,U+87a7,U+87ab-87af,U+87b1,U+87b3,U+87b5,U+87bb,U+87bd-87c1,U+87c4,U+87c6-87cb,U+87ce,U+87d0,U+87d2,U+87d5-87d6,U+87d9-87da,U+87dc,U+87df-87e0; +} + +/* noto-serif-jp-[19]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-19-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+84b4,U+84b9-84bb,U+84bd-84c2,U+84c6-84ca,U+84cc-84d1,U+84d3,U+84d6,U+84d9-84da,U+84dc,U+84e7,U+84ea,U+84ec,U+84ef-84f2,U+84f4,U+84f7,U+84fa-84fd,U+84ff-8500,U+8502-8503,U+8506-8507,U+850c,U+850e,U+8510,U+8514-8515,U+8517-8518,U+851a-851c,U+851e-851f,U+8521-8525,U+8527,U+852a-852c,U+852f,U+8532-8534,U+8536,U+853e-8541,U+8543,U+8546,U+8548,U+854a-854b,U+854f-8553,U+8555-855a,U+855c-8564,U+8569-856b,U+856d,U+856f,U+8577,U+8579-857b,U+857d-8581,U+8585-8586,U+8588-858c,U+858f-8591,U+8593,U+8597-8598,U+859b-859d,U+859f-85a0,U+85a2,U+85a4-85a5,U+85a7-85a8,U+85ad-85b0,U+85b4,U+85b6-85ba,U+85bc-85bf,U+85c1-85c2,U+85c7,U+85c9-85cb,U+85ce-85d0,U+85d5,U+85d8-85da,U+85dc,U+85df-85e1,U+85e5-85e6,U+85e8,U+85ed,U+85f3-85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85fe-8600,U+8602,U+8604-8606,U+860a-860b,U+860d-860e,U+8610-8613,U+8616-861b,U+861e,U+8621-8622,U+8624,U+8627,U+8629,U+862f-8630,U+8636,U+8638-863a,U+863c-863d,U+863f-8642,U+8646,U+864d,U+8652-8654; +} + +/* noto-serif-jp-[20]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-20-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+82e8,U+82ea,U+82ed,U+82ef,U+82f3-82f4,U+82f6-82f7,U+82f9,U+82fb,U+82fd-82fe,U+8300-8301,U+8303,U+8306-8308,U+830a-830c,U+8316-8318,U+831b,U+831d-831f,U+8321-8323,U+832b-8335,U+8337,U+833a,U+833c-833d,U+8340,U+8342-8347,U+834a,U+834d-8351,U+8353-8357,U+835a,U+8362-8363,U+8370,U+8373,U+8375,U+8378,U+837c-837d,U+837f-8380,U+8382,U+8384-8387,U+838a,U+838d-838e,U+8392-8396,U+8398-83a0,U+83a2,U+83a6-83ad,U+83b1,U+83b5,U+83bd-83c1,U+83c7,U+83c9,U+83ce-83d1,U+83d4,U+83d6,U+83d8,U+83dd,U+83df-83e1,U+83e5,U+83e8,U+83ea-83eb,U+83f0,U+83f2,U+83f4,U+83f6-83f9,U+83fb-83fd,U+8401,U+8403-8404,U+8406-8407,U+840a-840b,U+840d,U+840f,U+8411,U+8413,U+8415,U+8417,U+8419,U+8420,U+8422,U+842a,U+842f,U+8431,U+8435,U+8438-8439,U+843c,U+8445-8448,U+844a,U+844d-844f,U+8451-8452,U+8456,U+8458-845a,U+845c,U+845f-8462,U+8464-8467,U+8469-846b,U+846d-8470,U+8473-8474,U+8476-847a,U+847c-847d,U+8481-8482,U+8484-8485,U+848b,U+8490,U+8492-8493,U+8495,U+8497,U+849c,U+849e-849f,U+84a1,U+84a6,U+84a8-84aa,U+84ad,U+84af,U+84b1; +} + +/* noto-serif-jp-[21]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-21-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+814a,U+814c,U+8151-8153,U+8157,U+815f-8161,U+8165-8169,U+816d-816f,U+8171,U+8173-8174,U+8177,U+8180-8186,U+8188,U+818a-818b,U+818e,U+8190,U+8193,U+8195-8196,U+8198,U+819b,U+819e,U+81a0,U+81a2,U+81a4,U+81a9,U+81ae,U+81b0,U+81b2,U+81b4-81b5,U+81b8,U+81ba-81bb,U+81bd-81be,U+81c0-81c3,U+81c5-81c6,U+81c8-81cb,U+81cd-81cf,U+81d1,U+81d5-81db,U+81dd-81e1,U+81e4-81e5,U+81e7,U+81eb-81ec,U+81ef-81f2,U+81f5-81f6,U+81f8-81fb,U+81fd-8205,U+8209-820b,U+820d,U+820f,U+8212-8214,U+8216,U+8219-821d,U+8221-8222,U+8228-8229,U+822b,U+822e,U+8232-8235,U+8237-8238,U+823a,U+823c,U+8240,U+8243-8246,U+8249,U+824b,U+824e-824f,U+8251,U+8256-825a,U+825c-825d,U+825f-8260,U+8262-8264,U+8267-8268,U+826a-826b,U+826d-826e,U+8271,U+8274,U+8277,U+8279,U+827b,U+827d-8281,U+8283-8284,U+8287,U+8289-828a,U+828d-828e,U+8291-8294,U+8296,U+8298-829b,U+829f-82a1,U+82a3-82a4,U+82a7-82ac,U+82ae,U+82b0,U+82b2,U+82b4,U+82b7,U+82ba-82bc,U+82be-82bf,U+82c5-82c6,U+82d0,U+82d2-82d3,U+82d5,U+82d9-82da,U+82dc,U+82de-82e4,U+82e7; +} + +/* noto-serif-jp-[22]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-22-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7f77-7f79,U+7f7d-7f80,U+7f82-7f83,U+7f86-7f88,U+7f8b-7f8d,U+7f8f-7f91,U+7f94,U+7f96-7f97,U+7f9a,U+7f9c-7f9d,U+7fa1-7fa3,U+7fa6,U+7faa,U+7fad-7faf,U+7fb2,U+7fb4,U+7fb6,U+7fb8-7fb9,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fc5-7fc6,U+7fc8,U+7fca,U+7fce-7fcf,U+7fd5,U+7fdb,U+7fdf,U+7fe1,U+7fe3,U+7fe5-7fe6,U+7fe8-7fe9,U+7feb-7fec,U+7fee-7ff0,U+7ff2-7ff3,U+7ff9-7ffa,U+7ffd-7fff,U+8002,U+8004,U+8006-8008,U+800a-800f,U+8011-8014,U+8016,U+8018-8019,U+801c-8021,U+8024,U+8026,U+8028,U+802c,U+802e,U+8030,U+8034-8035,U+8037,U+8039-8040,U+8043-8044,U+8046,U+804a,U+8052,U+8058,U+805a,U+805f-8060,U+8062,U+8064,U+8066,U+8068,U+806d,U+806f-8073,U+8075-8076,U+8079,U+807b,U+807d-8081,U+8084-8088,U+808b,U+808e,U+8093,U+8099-809a,U+809c,U+809e,U+80a4,U+80a6-80a7,U+80ab-80ad,U+80b1,U+80b8-80b9,U+80c4-80c5,U+80c8,U+80ca,U+80cd,U+80cf,U+80d2,U+80d4-80db,U+80dd,U+80e0,U+80e4-80e6,U+80ed-80f3,U+80f5-80f7,U+80f9-80fc,U+80fe,U+8101,U+8103,U+8109,U+810b,U+810d,U+8116-8118,U+811b-811c,U+811e,U+8120,U+8123-8124,U+8127,U+8129,U+812b-812c,U+812f-8130,U+8135,U+8139-813a,U+813c-813e,U+8141,U+8145-8147; +} + +/* noto-serif-jp-[23]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-23-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7d57,U+7d59-7d5d,U+7d63,U+7d65,U+7d67,U+7d6a,U+7d6e,U+7d70,U+7d72-7d73,U+7d78,U+7d7a-7d7b,U+7d7d,U+7d7f,U+7d81-7d83,U+7d85-7d86,U+7d88-7d89,U+7d8b-7d8d,U+7d8f,U+7d91,U+7d93,U+7d96-7d97,U+7d9b-7da0,U+7da2-7da3,U+7da6-7da7,U+7daa-7dac,U+7dae-7db0,U+7db3,U+7db5-7db9,U+7dbd,U+7dc0,U+7dc2-7dc7,U+7dcc-7dce,U+7dd0,U+7dd5-7dd9,U+7ddc-7dde,U+7de1-7de6,U+7dea-7ded,U+7df1-7df2,U+7df5-7df6,U+7df9-7dfa,U+7e00,U+7e05,U+7e08-7e0b,U+7e10-7e12,U+7e15,U+7e17,U+7e1c-7e1d,U+7e1f-7e23,U+7e27-7e28,U+7e2c-7e2d,U+7e2f,U+7e31-7e33,U+7e35-7e37,U+7e39-7e3b,U+7e3d,U+7e3f,U+7e43-7e48,U+7e4e,U+7e50,U+7e52,U+7e56,U+7e58-7e5a,U+7e5d-7e5f,U+7e61-7e62,U+7e65-7e67,U+7e69-7e6b,U+7e6d-7e6f,U+7e73,U+7e75,U+7e78-7e79,U+7e7b-7e7f,U+7e81-7e83,U+7e86-7e8a,U+7e8c-7e8e,U+7e90-7e96,U+7e98,U+7e9a-7e9f,U+7f38,U+7f3a-7f3f,U+7f43-7f45,U+7f47,U+7f4c-7f50,U+7f52-7f55,U+7f58,U+7f5b-7f5d,U+7f5f,U+7f61,U+7f63-7f69,U+7f6b,U+7f6d,U+7f71; +} + +/* noto-serif-jp-[24]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-24-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7bc8,U+7bca-7bcc,U+7bcf,U+7bd4,U+7bd6-7bd7,U+7bd9-7bdb,U+7bdd,U+7be5-7be6,U+7be8-7bea,U+7bf0,U+7bf2-7bfa,U+7bfc,U+7bfe,U+7c00-7c04,U+7c06-7c07,U+7c09,U+7c0b-7c0f,U+7c11-7c14,U+7c17,U+7c19,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c28,U+7c2a-7c2c,U+7c2f,U+7c31,U+7c33-7c34,U+7c36-7c3a,U+7c3d-7c3e,U+7c40,U+7c42-7c43,U+7c45-7c46,U+7c4a,U+7c4c,U+7c4f-7c5f,U+7c61,U+7c63-7c65,U+7c67,U+7c69,U+7c6c-7c70,U+7c72,U+7c75,U+7c79,U+7c7b-7c7e,U+7c81-7c83,U+7c86-7c87,U+7c8d,U+7c8f-7c90,U+7c94,U+7c9e,U+7ca0-7ca2,U+7ca4-7ca6,U+7ca8,U+7cab,U+7cad-7cae,U+7cb0-7cb3,U+7cb6-7cb7,U+7cb9-7cbd,U+7cbf-7cc0,U+7cc2,U+7cc4-7cc5,U+7cc7-7cca,U+7ccd-7ccf,U+7cd2-7cd5,U+7cd7-7cda,U+7cdc-7cdd,U+7cdf-7ce0,U+7ce2,U+7ce6,U+7ce9,U+7ceb,U+7cef,U+7cf2,U+7cf4-7cf6,U+7cf9-7cfa,U+7cfe,U+7d02-7d03,U+7d06-7d0a,U+7d0f,U+7d11-7d13,U+7d15-7d16,U+7d1c-7d1e,U+7d23,U+7d26,U+7d2a,U+7d2c-7d2e,U+7d31-7d32,U+7d35,U+7d3c-7d41,U+7d43,U+7d45,U+7d47-7d48,U+7d4b,U+7d4d-7d4f,U+7d51,U+7d53,U+7d55-7d56; +} + +/* noto-serif-jp-[25]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-25-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7a17-7a19,U+7a1b,U+7a1e-7a21,U+7a27,U+7a2b,U+7a2d,U+7a2f-7a31,U+7a34-7a35,U+7a37-7a3b,U+7a3e,U+7a43-7a49,U+7a4c,U+7a4e,U+7a50,U+7a55-7a57,U+7a59,U+7a5c-7a5d,U+7a5f-7a63,U+7a65,U+7a67,U+7a69-7a6a,U+7a6d,U+7a70,U+7a75,U+7a78-7a79,U+7a7d-7a7e,U+7a80,U+7a82,U+7a84-7a86,U+7a88,U+7a8a-7a8b,U+7a90-7a91,U+7a94-7a98,U+7a9e,U+7aa0,U+7aa3,U+7aa9,U+7aac,U+7ab0,U+7ab3,U+7ab5-7ab6,U+7ab9-7abf,U+7ac3,U+7ac5-7aca,U+7acc-7acf,U+7ad1-7ad3,U+7ad5,U+7ada-7adb,U+7add,U+7adf,U+7ae1-7ae2,U+7ae6-7aed,U+7af0-7af1,U+7af4,U+7af8,U+7afa-7afb,U+7afd-7afe,U+7b02,U+7b04,U+7b06-7b08,U+7b0a-7b0b,U+7b0f,U+7b12,U+7b14,U+7b18-7b19,U+7b1e-7b1f,U+7b23,U+7b25,U+7b27-7b2b,U+7b2d-7b31,U+7b33-7b36,U+7b3b,U+7b3d,U+7b3f-7b41,U+7b45,U+7b47,U+7b4c-7b50,U+7b53,U+7b55,U+7b5d,U+7b60,U+7b64-7b66,U+7b69-7b6a,U+7b6c-7b75,U+7b77,U+7b79-7b7a,U+7b7f,U+7b84,U+7b86,U+7b89,U+7b8d-7b92,U+7b96,U+7b98-7ba0,U+7ba5,U+7bac-7bad,U+7baf-7bb0,U+7bb2,U+7bb4-7bb6,U+7bba-7bbd,U+7bc1-7bc2,U+7bc5-7bc6; +} + +/* noto-serif-jp-[26]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-26-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7851-7852,U+785c,U+785e,U+7860-7861,U+7863-7864,U+7868,U+786a,U+786e-786f,U+7872,U+7874,U+787a,U+787c,U+787e,U+7886-7887,U+788a,U+788c-788f,U+7893-7895,U+7898,U+789a,U+789d-789f,U+78a1,U+78a3-78a4,U+78a8-78aa,U+78ac-78ad,U+78af-78b3,U+78b5,U+78bb-78bf,U+78c5-78cc,U+78ce,U+78d1-78d6,U+78da-78db,U+78df-78e1,U+78e4,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78f6-78f7,U+78f9-78fb,U+78fd-7901,U+7906-7907,U+790c,U+7910-7912,U+7919-791c,U+791e-7920,U+7925-792e,U+7930-7931,U+7934-7935,U+793b,U+793d,U+793f,U+7941-7942,U+7944-7946,U+794a-794b,U+794f,U+7951,U+7954-7955,U+7957-7958,U+795a-795c,U+795f-7960,U+7962,U+7967,U+7969,U+796b,U+7972,U+7977,U+7979-797c,U+797e-7980,U+798a-798e,U+7991,U+7993-7996,U+7998,U+799b-799d,U+79a1,U+79a6-79ab,U+79ae-79b1,U+79b3-79b4,U+79b8-79bb,U+79bd-79be,U+79c2,U+79c4,U+79c7-79ca,U+79cc-79cd,U+79cf,U+79d4-79d6,U+79da,U+79dd-79e3,U+79e5,U+79e7,U+79ea-79ed,U+79f1,U+79f8,U+79fc,U+7a02-7a03,U+7a05,U+7a07-7a0a,U+7a0c-7a0d,U+7a11,U+7a15; +} + +/* noto-serif-jp-[27]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-27-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+768c-768e,U+7690,U+7693,U+7695-7696,U+7699-76a8,U+76aa,U+76ad,U+76af-76b0,U+76b4,U+76b6-76ba,U+76bd,U+76c1-76c3,U+76c5,U+76c8-76c9,U+76cb-76ce,U+76d2,U+76d4,U+76d6,U+76d9,U+76dc,U+76de,U+76e0-76e1,U+76e5-76e8,U+76ea-76ec,U+76f0-76f1,U+76f6,U+76f9,U+76fb-76fc,U+7700,U+7704,U+7706-7708,U+770a,U+770e,U+7712,U+7714-7715,U+7717,U+7719-771c,U+7722,U+7724-7726,U+7728,U+772d-772f,U+7734-7739,U+773d-773e,U+7742,U+7745-7747,U+774a,U+774d-774f,U+7752,U+7756-7758,U+775a-775c,U+775e-7760,U+7762,U+7764-7765,U+7767,U+776a-776c,U+7770,U+7772-7774,U+7779-777a,U+777c-7780,U+7784,U+778b-778e,U+7794-7796,U+779a,U+779e-77a0,U+77a2,U+77a4-77a5,U+77a7,U+77a9-77aa,U+77ae-77b1,U+77b5-77b7,U+77b9,U+77bb-77bf,U+77c3,U+77c7,U+77c9,U+77cd,U+77d1-77d2,U+77d5,U+77d7,U+77d9-77da,U+77dc,U+77de-77e0,U+77e3-77e4,U+77e6-77e7,U+77e9-77ea,U+77ec,U+77ee,U+77f0-77f1,U+77f4,U+77f8,U+77fb-77fc,U+7805-7806,U+7809,U+780c-780e,U+7811-7812,U+7819,U+781d,U+7820-7823,U+7826-7827,U+782c-782e,U+7830,U+7835,U+7837,U+783a,U+783f,U+7843-7845,U+7847-7848,U+784c,U+784e-784f; +} + +/* noto-serif-jp-[28]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-28-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7511-7513,U+7515-7517,U+751c,U+751e,U+7520-7522,U+7524,U+7526-7527,U+7529-752c,U+752f,U+7536,U+7538-7539,U+753c-7540,U+7543-7544,U+7546-754b,U+754d-7550,U+7552,U+7557,U+755a-755b,U+755d-755f,U+7561-7562,U+7564,U+7566-7567,U+7569,U+756b-756d,U+756f,U+7571-7572,U+7574-757e,U+7581-7582,U+7585-7587,U+7589-758c,U+758f-7590,U+7592-7595,U+7599-759a,U+759c-759d,U+75a2-75a5,U+75b0-75b1,U+75b3-75b5,U+75b7-75b8,U+75ba,U+75bd,U+75bf-75c4,U+75c6,U+75ca,U+75cc-75cf,U+75d3-75d4,U+75d7-75d8,U+75dc-75e1,U+75e3-75e4,U+75e7,U+75ec,U+75ee-75f3,U+75f9,U+75fc,U+75fe-7604,U+7607-760c,U+760f,U+7612-7613,U+7615-7616,U+7618-7619,U+761b-7629,U+762d,U+7630,U+7632-7635,U+7638-763c,U+7640-7641,U+7643-764b,U+764e,U+7655,U+7658-7659,U+765c,U+765f,U+7661-7662,U+7664-7665,U+7667-766a,U+766c-7672,U+7674,U+7676,U+7678,U+7680-7683,U+7685,U+7688,U+768b; +} + +/* noto-serif-jp-[29]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-29-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+736c,U+736e-7371,U+7375,U+7377-737c,U+7380-7381,U+7383,U+7385-7386,U+738a,U+738e,U+7390,U+7393-7398,U+739c,U+739e-73a0,U+73a2,U+73a5-73a6,U+73a8,U+73aa-73ab,U+73ad,U+73b3,U+73b5,U+73b7,U+73b9-73bd,U+73bf,U+73c5-73c6,U+73c9-73cc,U+73ce-73cf,U+73d2-73d3,U+73d6,U+73d9,U+73dd-73de,U+73e1,U+73e3-73e7,U+73e9-73ea,U+73ee,U+73f1,U+73f4-73f5,U+73f7-73fb,U+73fd,U+73ff-7401,U+7404-7405,U+7407,U+740a,U+7411,U+7413,U+741a-741b,U+7421,U+7424,U+7426,U+7428-7431,U+7433,U+7439-743a,U+743f-7441,U+7443-7444,U+7446-7447,U+744b,U+744d,U+7451-7453,U+7455,U+7457,U+7459-745a,U+745c-745d,U+745f,U+7462-7464,U+7466-746b,U+746d-7473,U+7476,U+747e,U+7480-7481,U+7485-7489,U+748b,U+748f-7492,U+7497-749a,U+749c,U+749e-74a3,U+74a5-74a6,U+74a8-74ab,U+74ae-74af,U+74b1-74b2,U+74b5,U+74b9-74bb,U+74bd,U+74bf,U+74c8-74ca,U+74cc,U+74cf-74d0,U+74d3-74d4,U+74d6,U+74d8,U+74da-74db,U+74de-74e0,U+74e3-74e4,U+74e7-74eb,U+74ee-74f2,U+74f4,U+74f7-74f8,U+74fa-74fc,U+74ff,U+7501,U+7503-7506,U+750c-750e; +} + +/* noto-serif-jp-[30]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-30-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7166,U+7168,U+716c,U+7179,U+7180,U+7184-7185,U+7187-7188,U+718c,U+718f,U+7192,U+7194-7196,U+7199-719b,U+71a0,U+71a2,U+71a8,U+71ac,U+71ae-71b0,U+71b2-71b3,U+71b9-71ba,U+71be-71c1,U+71c4,U+71c9,U+71cb-71cc,U+71ce,U+71d0,U+71d2-71d4,U+71d6-71d7,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e7,U+71ec-71ee,U+71f4-71f5,U+71f8-71f9,U+71fc,U+71fe-7200,U+7207-7209,U+720d,U+7210,U+7213,U+7215,U+7217,U+721a,U+721d,U+721f,U+7224,U+7228,U+722b,U+722d,U+722f-7230,U+7232,U+7234,U+7238-7239,U+723b-723c,U+723e-7243,U+7245-7246,U+724b,U+724e-7250,U+7252-7253,U+7255-7258,U+725a,U+725c,U+725e,U+7260,U+7263,U+7268,U+726b,U+726e-726f,U+7271,U+7274,U+7277-7278,U+727b-727c,U+727e-7282,U+7284,U+7287,U+7289,U+728d-728e,U+7292-7293,U+7296,U+729b,U+72a2,U+72a7-72a8,U+72ad-72ae,U+72b0-72b2,U+72b4,U+72b9,U+72be,U+72c0-72c1,U+72c3-72c4,U+72c6-72c7,U+72c9,U+72cc,U+72ce,U+72d2,U+72d5-72d6,U+72d8,U+72df-72e2,U+72e5,U+72f3-72f4,U+72f7,U+72f9-72fb,U+72fd-72fe,U+7302,U+7304-7305,U+7307,U+730a-730b,U+730d,U+7312-7313,U+7316-7319,U+731c-731e,U+7322,U+7324,U+7327-7329,U+732c,U+732f,U+7331-7337,U+7339-733b,U+733d-733e,U+7343,U+734d-7350,U+7352,U+7356-7358,U+735d-7360,U+7366-736b; +} + +/* noto-serif-jp-[31]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-31-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6f58-6f5b,U+6f5d-6f5e,U+6f60-6f62,U+6f66,U+6f68,U+6f6c-6f6d,U+6f6f,U+6f74,U+6f78,U+6f7a,U+6f7c-6f7e,U+6f80,U+6f82-6f83,U+6f86-6f88,U+6f8b-6f8e,U+6f90-6f94,U+6f96-6f98,U+6f9a,U+6f9d,U+6f9f-6fa1,U+6fa3,U+6fa5-6fa8,U+6fae-6fb1,U+6fb3,U+6fb5-6fb7,U+6fb9,U+6fbc,U+6fbe,U+6fc2,U+6fc5-6fca,U+6fd4-6fd5,U+6fd8,U+6fda-6fdb,U+6fde-6fe0,U+6fe4,U+6fe8-6fe9,U+6feb-6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff9-6ffa,U+6ffc-6ffe,U+7000-7001,U+7005-7007,U+7009-700b,U+700d,U+700f,U+7011,U+7015,U+7017-7018,U+701a-701b,U+701d-7020,U+7023,U+7026,U+7028,U+702f-7030,U+7032,U+7034,U+7037,U+7039-703a,U+703c,U+703e,U+7043-7044,U+7047-704c,U+704e,U+7051,U+7054-7055,U+705d-705e,U+7064-7065,U+7069,U+706c,U+706e,U+7075-7076,U+707e,U+7081,U+7085-7086,U+7094-7098,U+709b,U+709f,U+70a4,U+70ab-70ac,U+70ae-70b1,U+70b3-70b4,U+70b7,U+70bb,U+70ca-70cb,U+70d1,U+70d3-70d6,U+70d8-70d9,U+70dc-70dd,U+70df,U+70e4,U+70ec,U+70f1,U+70fa,U+70fd,U+7103-7108,U+710b-710c,U+710f,U+7114,U+7119,U+711c,U+711e,U+7120,U+712b,U+712d-7131,U+7138,U+7141,U+7145-7147,U+7149-714b,U+7150-7153,U+7155-7157,U+715a,U+715c,U+715e,U+7160,U+7162,U+7164-7165; +} + +/* noto-serif-jp-[32]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-32-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6d7c,U+6d80-6d82,U+6d85,U+6d87,U+6d89-6d8a,U+6d8c-6d8e,U+6d91-6d98,U+6d9c,U+6daa-6dac,U+6dae,U+6db4-6db5,U+6db7-6db9,U+6dbd,U+6dbf,U+6dc2,U+6dc4-6dc8,U+6dca,U+6dcc,U+6dce-6dd0,U+6dd2,U+6dd5-6dd6,U+6dd8-6ddb,U+6ddd-6de0,U+6de2,U+6de4-6de6,U+6de8-6dea,U+6dec,U+6dee-6df0,U+6df2,U+6df4,U+6df6,U+6df8-6dfa,U+6dfc,U+6e00,U+6e04,U+6e0a,U+6e17,U+6e19,U+6e1d-6e20,U+6e22-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e32,U+6e34,U+6e36,U+6e38-6e3c,U+6e42-6e45,U+6e48-6e49,U+6e4b-6e4f,U+6e51-6e54,U+6e57,U+6e5b-6e5f,U+6e62-6e63,U+6e68,U+6e6b,U+6e6e,U+6e72-6e73,U+6e76,U+6e7b,U+6e7d,U+6e82,U+6e89,U+6e8c-6e8d,U+6e8f,U+6e93,U+6e98-6e99,U+6e9f-6ea0,U+6ea5,U+6ea7,U+6eaa-6eab,U+6ead-6eaf,U+6eb1-6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec4,U+6ec7-6eca,U+6ecc-6ecf,U+6ed3-6ed5,U+6ed9-6edb,U+6ee6,U+6eeb-6eef,U+6ef7-6ef9,U+6efb,U+6efd-6eff,U+6f04,U+6f08-6f0a,U+6f0c-6f0d,U+6f10-6f11,U+6f13,U+6f15-6f16,U+6f18,U+6f1a-6f1b,U+6f25-6f26,U+6f29-6f2a,U+6f2d,U+6f2f-6f33,U+6f35-6f36,U+6f38,U+6f3b-6f3c,U+6f3e-6f3f,U+6f41,U+6f45,U+6f4f,U+6f51-6f53,U+6f57; +} + +/* noto-serif-jp-[33]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-33-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6b85,U+6b89,U+6b8d,U+6b95,U+6b97-6b98,U+6b9b,U+6b9e-6ba0,U+6ba2-6ba4,U+6ba8-6bb3,U+6bb7-6bb9,U+6bbc-6bbe,U+6bc0,U+6bc3-6bc4,U+6bc6-6bc9,U+6bcb-6bcc,U+6bcf,U+6bd3,U+6bd6-6bd8,U+6bda,U+6bdf,U+6be1,U+6be3,U+6be6-6be7,U+6beb-6bec,U+6bee,U+6bf1,U+6bf3,U+6bf7,U+6bf9,U+6bff,U+6c02,U+6c04-6c05,U+6c08-6c0a,U+6c0d-6c0e,U+6c10,U+6c12-6c14,U+6c19,U+6c1b,U+6c1f,U+6c24,U+6c26-6c28,U+6c2c,U+6c2e,U+6c33,U+6c35-6c36,U+6c3a-6c3b,U+6c3e-6c40,U+6c4a-6c4b,U+6c4d,U+6c4f,U+6c52,U+6c54-6c55,U+6c59,U+6c5b-6c5e,U+6c62,U+6c67-6c68,U+6c6a-6c6b,U+6c6d,U+6c6f,U+6c73-6c74,U+6c76,U+6c78-6c79,U+6c7b,U+6c7e,U+6c81-6c87,U+6c89,U+6c8c-6c8d,U+6c90,U+6c92-6c95,U+6c97-6c98,U+6c9a-6c9c,U+6c9f,U+6caa-6cae,U+6cb0-6cb2,U+6cb4,U+6cba,U+6cbd-6cbe,U+6cc2,U+6cc5-6cc6,U+6ccd,U+6ccf-6cd4,U+6cd6-6cd7,U+6cd9-6cdd,U+6ce0,U+6ce7,U+6ce9-6cef,U+6cf1-6cf2,U+6cf4,U+6cfb,U+6d00-6d01,U+6d04,U+6d07,U+6d0a,U+6d0c,U+6d0e-6d0f,U+6d11,U+6d13,U+6d19-6d1a,U+6d1f,U+6d24,U+6d26-6d28,U+6d2b,U+6d2e-6d2f,U+6d31,U+6d33-6d36,U+6d38-6d39,U+6d3c-6d3d,U+6d3f,U+6d57-6d5b,U+6d5e-6d61,U+6d64-6d65,U+6d67,U+6d6c,U+6d6f-6d70,U+6d79; +} + +/* noto-serif-jp-[34]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-34-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+69dd-69de,U+69e2-69e3,U+69e5,U+69e7-69eb,U+69ed-69ef,U+69f1-69f6,U+69f9,U+69fe-6a01,U+6a03,U+6a05,U+6a0a,U+6a0c,U+6a0f,U+6a11-6a15,U+6a17,U+6a1a-6a1b,U+6a1d-6a20,U+6a22-6a24,U+6a28,U+6a2e,U+6a30,U+6a32-6a38,U+6a3b,U+6a3e-6a3f,U+6a44-6a4a,U+6a4e,U+6a50-6a52,U+6a54-6a56,U+6a5b,U+6a61-6a62,U+6a64,U+6a66-6a67,U+6a6a-6a6b,U+6a71-6a73,U+6a78,U+6a7a,U+6a7e-6a7f,U+6a81,U+6a83-6a84,U+6a86-6a87,U+6a89,U+6a8b,U+6a8d,U+6a90-6a91,U+6a94,U+6a97,U+6a9b,U+6a9d-6aa3,U+6aa5,U+6aaa-6aac,U+6aae-6ab1,U+6ab3-6ab4,U+6ab8,U+6abb,U+6abd-6abf,U+6ac1-6ac3,U+6ac6,U+6ac8-6ac9,U+6acc,U+6ad0-6ad1,U+6ad3-6ad6,U+6ada-6adf,U+6ae2,U+6ae4,U+6ae7-6ae8,U+6aea,U+6aec,U+6af0-6af3,U+6af8,U+6afa,U+6afc-6afd,U+6b02-6b03,U+6b06-6b07,U+6b09-6b0b,U+6b0f-6b12,U+6b16-6b17,U+6b1b,U+6b1d-6b1f,U+6b23-6b24,U+6b28,U+6b2b-6b2c,U+6b2f,U+6b35-6b39,U+6b3b,U+6b3d,U+6b3f,U+6b43,U+6b46-6b47,U+6b49-6b4a,U+6b4d-6b4e,U+6b50,U+6b52,U+6b54,U+6b56,U+6b58-6b59,U+6b5b,U+6b5d,U+6b5f-6b61,U+6b65,U+6b67,U+6b6b-6b6c,U+6b6e,U+6b70,U+6b72,U+6b75,U+6b77-6b7a,U+6b7d-6b84; +} + +/* noto-serif-jp-[35]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-35-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6855,U+6857-6859,U+685b,U+685d,U+685f,U+6863,U+6867,U+686b,U+686e-6872,U+6874-6875,U+6877,U+6879-687c,U+687e-687f,U+6882-6884,U+6886,U+6888,U+688d-6890,U+6894,U+6896,U+6898-689c,U+689f-68a3,U+68a5-68a7,U+68a9-68ab,U+68ad-68af,U+68b2-68b5,U+68b9-68bc,U+68c3,U+68c5-68c6,U+68c8-68ca,U+68cc-68cd,U+68cf-68d1,U+68d3-68d9,U+68dc-68dd,U+68e0-68e1,U+68e3-68e5,U+68e7-68e8,U+68ea-68ed,U+68ef-68f1,U+68f5-68f7,U+68f9,U+68fb-68fd,U+6900-6901,U+6903-6904,U+6906-690c,U+690f-6911,U+6913,U+6916-6917,U+6919-691b,U+6921-6923,U+6925-6926,U+6928,U+692a,U+6930-6931,U+6933-6936,U+6938-6939,U+693b,U+693d,U+6942,U+6945-6946,U+6949,U+694e,U+6954,U+6957,U+6959,U+695b-695e,U+6961-6966,U+6968-696c,U+696e-6974,U+6977-697b,U+697e-6981,U+6986,U+698d,U+6991-6992,U+6994-6996,U+6998,U+699c,U+69a0-69a1,U+69a5-69a8,U+69ab,U+69ad,U+69af-69b2,U+69b4,U+69b7-69b8,U+69ba-69bc,U+69be-69c1,U+69c3,U+69c5,U+69c7-69c8,U+69ca,U+69ce-69d1,U+69d3,U+69d6-69d7,U+69d9; +} + +/* noto-serif-jp-[36]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-36-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+667e-6680,U+6683-6684,U+6688,U+668b-668e,U+6690,U+6692,U+6698-669d,U+669f-66a0,U+66a2,U+66a4,U+66ad,U+66b1-66b3,U+66b5,U+66b8-66b9,U+66bb-66bc,U+66be-66c4,U+66c6,U+66c8-66c9,U+66cc,U+66ce-66cf,U+66d4,U+66da-66db,U+66dd,U+66df-66e0,U+66e6,U+66e8-66e9,U+66eb-66ec,U+66ee,U+66f5,U+66f7,U+66fa-66fc,U+6701,U+6705,U+6707,U+670c,U+670e-6710,U+6712-6716,U+6719,U+671c,U+671e,U+6720,U+6722,U+6725-6726,U+672e,U+6733,U+6735-6738,U+673e-673f,U+6741,U+6743,U+6745-6748,U+674c-674d,U+6753-6755,U+6759,U+675d-675e,U+6760,U+6762-6764,U+6766,U+676a,U+676c,U+676e,U+6770,U+6772-6774,U+6776-6777,U+677b-677c,U+6780-6781,U+6784-6785,U+6787,U+6789,U+678b-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679b,U+67a1,U+67a4,U+67a6,U+67a9,U+67b0-67b5,U+67b7-67b9,U+67bb-67be,U+67c0-67c3,U+67c5-67c6,U+67c8-67c9,U+67ce,U+67d2,U+67d7-67d9,U+67db-67de,U+67e1-67e2,U+67e4,U+67e6-67e7,U+67e9,U+67ec,U+67ee-67f0,U+67f2,U+67f6-67f7,U+67f9-67fa,U+67fc,U+67fe,U+6801-6802,U+6805,U+6810,U+6814,U+6818-6819,U+681d,U+681f,U+6822,U+6827-6829,U+682b-682d,U+682f-6834,U+683b,U+683e-6840,U+6844-6846,U+6849-684a,U+684c-684e,U+6852-6854; +} + +/* noto-serif-jp-[37]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-37-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+64d2,U+64d4-64d5,U+64d7-64d8,U+64da,U+64e0-64e1,U+64e3-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f2,U+64f4-64f7,U+64fa-64fb,U+64fd-6501,U+6504-6505,U+6508-650a,U+650f,U+6513-6514,U+6516,U+6518-6519,U+651b-651f,U+6522,U+6524,U+6526,U+6529-652c,U+652e,U+6531-6532,U+6534-6538,U+653a,U+653c-653d,U+6543-6544,U+6547-6549,U+654d-654e,U+6550,U+6552,U+6554-6556,U+6558,U+655d-6560,U+6567,U+656b,U+6572,U+6578,U+657a,U+657d,U+6581-6585,U+6588,U+658a,U+658c,U+6592,U+6595,U+6598,U+659b,U+659d,U+659f-65a1,U+65a3-65a6,U+65ab,U+65ae,U+65b2-65b5,U+65b7-65b8,U+65be-65bf,U+65c1-65c4,U+65c6,U+65c8-65c9,U+65cc,U+65ce,U+65d0,U+65d2,U+65d4,U+65d6,U+65d8-65d9,U+65db,U+65df-65e1,U+65e3,U+65f0-65f2,U+65f4-65f5,U+65f9,U+65fb-65fc,U+65fe-6600,U+6603-6604,U+6608-660a,U+660d,U+6611-6612,U+6615-6616,U+661c-661e,U+6621-6624,U+6626,U+6629-662c,U+662e,U+6630-6631,U+6633-6637,U+6639-663b,U+663f-6641,U+6644-6646,U+6648-664a,U+664c,U+664e-664f,U+6651,U+6657-6665,U+6667-6668,U+666a-666d,U+6670,U+6673,U+6675,U+6677-6679,U+667b-667c; +} + +/* noto-serif-jp-[38]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-38-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+62cf,U+62d1,U+62d4-62d6,U+62da,U+62dc,U+62ea,U+62ee-62ef,U+62f1-62f2,U+62f4-62f5,U+62fc-62fd,U+62ff,U+6302-6304,U+6308-630d,U+6310,U+6313,U+6316,U+6318,U+631b,U+6327,U+6329-632a,U+632d,U+6332,U+6335-6336,U+6339-633c,U+633e,U+6341-6344,U+6346,U+634a-634e,U+6350,U+6352-6354,U+6358-6359,U+635b,U+6365-6366,U+6369,U+636b-636d,U+6371-6372,U+6374-6378,U+637a,U+637c-637d,U+637f-6380,U+6382,U+6384,U+6387,U+6389-638a,U+638e-6390,U+6394-6396,U+6399-639a,U+639e,U+63a0,U+63a3-63a4,U+63a6,U+63a9,U+63ab-63af,U+63b5,U+63bd-63be,U+63c0-63c1,U+63c4-63c6,U+63c8,U+63ce,U+63d1-63d6,U+63dc,U+63e0,U+63e3,U+63e5,U+63e9-63ed,U+63f2-63f3,U+63f5-63f9,U+6406,U+6409-640a,U+640f-6410,U+6412-6414,U+6416-6418,U+641e,U+6420,U+6422,U+6424-6426,U+6428-642a,U+642f-6430,U+6434-6436,U+643d,U+643f,U+644b,U+644e-644f,U+6451-6454,U+645a-645d,U+645f-6461,U+6463,U+6467,U+646d,U+6473-6474,U+6476,U+6478-6479,U+647b,U+647d,U+6485,U+6487-6488,U+648f-6491,U+6493,U+6495,U+6498-649b,U+649d-649f,U+64a1,U+64a3,U+64a6,U+64a8-64a9,U+64ac,U+64b3,U+64bb-64bf,U+64c2,U+64c4-64c5,U+64c7,U+64c9-64cc,U+64ce,U+64d0-64d1; +} + +/* noto-serif-jp-[39]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-39-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6117,U+6119,U+611c,U+611e,U+6120-6122,U+6127-6128,U+612a-612c,U+6130-6131,U+6134-6137,U+6139-613a,U+613c-613f,U+6141-6142,U+6144-6147,U+6149-614a,U+614d,U+6153,U+6158-615a,U+615d-6160,U+6164-6165,U+616b-616c,U+616f,U+6171-6175,U+6177-6178,U+617b-6181,U+6183-6184,U+6187,U+618a-618b,U+618d,U+6192-6194,U+6196-619a,U+619c-619d,U+619f-61a0,U+61a5,U+61a8,U+61aa-61ae,U+61b8-61ba,U+61bc,U+61be,U+61c0-61c3,U+61c6,U+61c8,U+61ca-61cf,U+61d5,U+61dc-61df,U+61e1-61e3,U+61e5-61e9,U+61ec-61ed,U+61ef,U+61f4-61f7,U+61fa,U+61fc-6201,U+6203-6204,U+6207-620a,U+620d-620e,U+6213-6215,U+621b-621e,U+6220-6223,U+6227,U+6229-622b,U+622e,U+6230-6233,U+6236,U+6239,U+623d-623e,U+6241-6244,U+6246,U+6248,U+624c,U+624e,U+6250-6252,U+6254,U+6256,U+6258,U+625a-625c,U+625e,U+6260-6261,U+6263-6264,U+6268,U+626d,U+626f,U+6273,U+627a-627e,U+6282-6283,U+6285,U+6289,U+628d-6290,U+6292-6294,U+6296,U+6299,U+629b,U+62a6,U+62a8,U+62ac,U+62b3,U+62b6-62b7,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4,U+62c6-62c8,U+62ca,U+62ce; +} + +/* noto-serif-jp-[40]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-40-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5f6c-5f6d,U+5f6f,U+5f72-5f75,U+5f78,U+5f7a,U+5f7d-5f7f,U+5f82-5f83,U+5f87-5f89,U+5f8d,U+5f8f,U+5f91,U+5f96,U+5f99,U+5f9c-5f9d,U+5fa0,U+5fa2,U+5fa4,U+5fa7-5fa8,U+5fab-5fad,U+5faf-5fb1,U+5fb5,U+5fb7-5fb8,U+5fbc-5fbd,U+5fc4,U+5fc7-5fc9,U+5fcb,U+5fd0-5fd4,U+5fdd-5fde,U+5fe1-5fe2,U+5fe4,U+5fe8-5fea,U+5fec-5ff3,U+5ff6,U+5ff8,U+5ffa-5ffd,U+5fff,U+6007,U+600a,U+600d-6010,U+6013-6015,U+6017-601b,U+601f,U+6021-6022,U+6024,U+6026,U+6029,U+602b,U+602d,U+6031,U+6033,U+6035,U+603a,U+6040-6043,U+6046-604a,U+604c-604d,U+6051,U+6054-6057,U+6059-605a,U+605d,U+605f-6064,U+6067,U+606a-606c,U+6070-6071,U+6077,U+607e-607f,U+6081-6086,U+6088-608e,U+6091-6093,U+6095-6098,U+609a-609b,U+609d-609e,U+60a2,U+60a4-60a5,U+60a7-60a8,U+60b0-60b1,U+60b3-60b5,U+60b7-60b8,U+60bb,U+60bd-60be,U+60c2,U+60c4,U+60c6-60cb,U+60ce-60cf,U+60d3-60d5,U+60d8-60d9,U+60db,U+60dd-60df,U+60e1-60e2,U+60e5,U+60ee,U+60f0-60f2,U+60f4-60f8,U+60fa-60fd,U+6100,U+6102-6103,U+6106-6108,U+610a,U+610c-610e,U+6110-6114,U+6116; +} + +/* noto-serif-jp-[41]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-41-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5d9b,U+5d9d,U+5d9f-5da0,U+5da2,U+5da4,U+5da7,U+5dab-5dac,U+5dae,U+5db0,U+5db2,U+5db4,U+5db7-5db9,U+5dbc-5dbd,U+5dc3,U+5dc7,U+5dc9,U+5dcb-5dce,U+5dd0-5dd3,U+5dd6-5dd9,U+5ddb,U+5de0,U+5de2,U+5de4,U+5de9,U+5df2,U+5df5,U+5df8-5df9,U+5dfd,U+5dff-5e00,U+5e07,U+5e0b,U+5e0d,U+5e11-5e12,U+5e14-5e15,U+5e18-5e1b,U+5e1f-5e20,U+5e25,U+5e28,U+5e2e,U+5e32,U+5e35-5e37,U+5e3e,U+5e40,U+5e43-5e44,U+5e47,U+5e49,U+5e4b,U+5e4e,U+5e50-5e51,U+5e54,U+5e56-5e58,U+5e5b-5e5c,U+5e5e-5e5f,U+5e62,U+5e64,U+5e68,U+5e6a-5e6e,U+5e70,U+5e75-5e77,U+5e7a,U+5e7f-5e80,U+5e87,U+5e8b,U+5e8e,U+5e96,U+5e99-5e9a,U+5ea0,U+5ea2,U+5ea4-5ea5,U+5ea8,U+5eaa,U+5eac,U+5eb1,U+5eb3,U+5eb8-5eb9,U+5ebd-5ebf,U+5ec1-5ec2,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ece-5ed6,U+5ed9-5ee2,U+5ee5,U+5ee8-5ee9,U+5eeb-5eec,U+5ef0-5ef1,U+5ef3-5ef4,U+5ef8-5ef9,U+5efc-5f00,U+5f02-5f03,U+5f06-5f09,U+5f0b-5f0e,U+5f11,U+5f16-5f17,U+5f19,U+5f1b-5f1e,U+5f21-5f24,U+5f27-5f29,U+5f2b-5f30,U+5f34,U+5f36,U+5f38,U+5f3a-5f3d,U+5f3f-5f41,U+5f44-5f45,U+5f47-5f48,U+5f4a,U+5f4c-5f4e,U+5f50-5f51,U+5f54,U+5f56-5f58,U+5f5b-5f5d,U+5f60,U+5f63-5f65,U+5f67,U+5f6a; +} + +/* noto-serif-jp-[42]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-42-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5bbc,U+5bc0-5bc1,U+5bc3,U+5bc7,U+5bc9,U+5bcd-5bd0,U+5bd3-5bd4,U+5bd6-5bda,U+5bde,U+5be0-5be2,U+5be4-5be6,U+5be8,U+5beb-5bec,U+5bef-5bf1,U+5bf3-5bf6,U+5bfd,U+5c03,U+5c05,U+5c07-5c09,U+5c0c-5c0d,U+5c12-5c14,U+5c17,U+5c19,U+5c1e-5c20,U+5c22-5c24,U+5c26,U+5c28-5c2e,U+5c30,U+5c32,U+5c35-5c36,U+5c38-5c39,U+5c46,U+5c4d-5c50,U+5c53,U+5c59-5c5c,U+5c5f-5c63,U+5c67-5c69,U+5c6c-5c70,U+5c74-5c76,U+5c79-5c7d,U+5c87-5c88,U+5c8a,U+5c8c,U+5c8f,U+5c91-5c92,U+5c94,U+5c9d,U+5c9f-5ca0,U+5ca2-5ca3,U+5ca6-5ca8,U+5caa-5cab,U+5cad,U+5cb1-5cb2,U+5cb4-5cb7,U+5cba-5cbc,U+5cbe,U+5cc5,U+5cc7,U+5cc9,U+5ccb,U+5cd0,U+5cd2,U+5cd7,U+5cd9,U+5cdd,U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1-5cf2,U+5cf4-5cf5,U+5cfa-5cfb,U+5cfd,U+5d01,U+5d06,U+5d0b,U+5d0d,U+5d10-5d12,U+5d14-5d15,U+5d17-5d1b,U+5d1d,U+5d1f-5d20,U+5d22-5d24,U+5d26-5d27,U+5d2b,U+5d31,U+5d34,U+5d39,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d51-5d53,U+5d55,U+5d59,U+5d5c,U+5d5f-5d62,U+5d64,U+5d69-5d6a,U+5d6c-5d6d,U+5d6f-5d70,U+5d73,U+5d76,U+5d79-5d7a,U+5d7e-5d7f,U+5d81-5d84,U+5d87-5d88,U+5d8a,U+5d8c,U+5d90,U+5d92-5d95,U+5d97,U+5d99; +} + +/* noto-serif-jp-[43]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-43-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+598b-598e,U+5992,U+5995,U+5997,U+599b,U+599d,U+599f,U+59a3-59a4,U+59a7,U+59ad-59b0,U+59b2-59b3,U+59b7,U+59ba,U+59bc,U+59be,U+59c1,U+59c3-59c4,U+59c6,U+59c8,U+59ca,U+59cd,U+59d2,U+59d9-59da,U+59dd-59df,U+59e3-59e5,U+59e7-59e8,U+59ec,U+59ee-59ef,U+59f1-59f2,U+59f4,U+59f6-59f8,U+5a00,U+5a03-5a04,U+5a09,U+5a0c-5a0e,U+5a11-5a13,U+5a17,U+5a1a-5a1c,U+5a1e-5a1f,U+5a23-5a25,U+5a27-5a28,U+5a2a,U+5a2d,U+5a30,U+5a35-5a36,U+5a40-5a41,U+5a44-5a45,U+5a47-5a49,U+5a4c,U+5a50,U+5a55,U+5a5e,U+5a62-5a63,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a77,U+5a7a-5a7b,U+5a7e,U+5a84,U+5a8b,U+5a90,U+5a93,U+5a96,U+5a99,U+5a9c,U+5a9e-5aa0,U+5aa2,U+5aa7,U+5aac,U+5ab1-5ab3,U+5ab5,U+5ab8,U+5aba-5abf,U+5ac2,U+5ac4,U+5ac6,U+5ac8,U+5acb,U+5acf-5ad0,U+5ad6-5ad7,U+5ada,U+5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae9-5aea,U+5aee,U+5af0,U+5af5-5af6,U+5afa-5afb,U+5afd,U+5b00-5b01,U+5b08,U+5b0b,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21,U+5b25,U+5b2a,U+5b2c-5b2d,U+5b30,U+5b32,U+5b34,U+5b36,U+5b38,U+5b3e,U+5b40-5b41,U+5b43,U+5b45,U+5b4b-5b4c,U+5b51-5b52,U+5b56,U+5b5a-5b5c,U+5b5e-5b5f,U+5b65,U+5b68-5b69,U+5b6e-5b71,U+5b73,U+5b75-5b76,U+5b7a,U+5b7c-5b84,U+5b86,U+5b8a-5b8b,U+5b8d-5b8e,U+5b90-5b91,U+5b93-5b94,U+5b96,U+5ba5-5ba6,U+5ba8-5ba9,U+5bac-5bad,U+5baf,U+5bb1-5bb2,U+5bb7-5bb8,U+5bba; +} + +/* noto-serif-jp-[44]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-44-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+57b3,U+57b8,U+57bd,U+57c0,U+57c3,U+57c6-57c8,U+57cc,U+57cf,U+57d2-57d7,U+57dc-57de,U+57e0-57e1,U+57e3-57e4,U+57e6-57e7,U+57e9,U+57ed,U+57f0,U+57f4-57f6,U+57f8,U+57fb,U+57fd-57ff,U+5803-5804,U+5808-580d,U+5819,U+581b,U+581d-5821,U+5826-5827,U+582d,U+582f-5830,U+5832,U+5835,U+5839,U+583d,U+583f-5840,U+5849,U+584b-584d,U+584f-5852,U+5855,U+5858-5859,U+585f,U+5861-5862,U+5864,U+5867-5868,U+586d,U+5870,U+5872,U+5878-5879,U+587c,U+587f-5881,U+5885,U+5887-588d,U+588f-5890,U+5894,U+5896,U+5898,U+589d-589e,U+58a0-58a2,U+58a6,U+58a9-58ab,U+58ae,U+58b1-58b3,U+58b8-58bc,U+58be,U+58c2-58c5,U+58c8,U+58cd-58ce,U+58d0-58da,U+58dc-58e2,U+58e4-58e5,U+58e9,U+58ec,U+58ef,U+58f3-58f4,U+58f7,U+58f9,U+58fb-58fd,U+5902,U+5905-5906,U+590a-590d,U+5910,U+5912-5914,U+5918-5919,U+591b,U+591d,U+591f,U+5921,U+5923-5925,U+5928,U+592c-592d,U+592f-5930,U+5932-5933,U+5935-5936,U+5938-5939,U+593d-593f,U+5943,U+5946,U+594e,U+5950,U+5952-5953,U+5955,U+5957-595b,U+595d-5961,U+5963,U+5967,U+5969,U+596b-596d,U+596f,U+5972,U+5975-5976,U+5978-5979,U+597b-597c,U+5981; +} + +/* noto-serif-jp-[45]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-45-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5616-5617,U+5619,U+561b,U+5620,U+5628,U+562c,U+562f-5639,U+563b-563d,U+563f-5641,U+5643-5644,U+5646-5647,U+5649,U+564b,U+564d-5650,U+5653-5654,U+565e,U+5660-5664,U+5666,U+5669-566d,U+566f,U+5671-5672,U+5675-5676,U+5678,U+567a,U+5680,U+5684-5688,U+568a-568c,U+568f,U+5694-5695,U+5699-569a,U+569d-56a0,U+56a5-56a9,U+56ab-56ae,U+56b1-56b4,U+56b6-56b7,U+56bc,U+56be,U+56c0,U+56c2-56c3,U+56c5,U+56c8-56d1,U+56d3,U+56d7-56d9,U+56dc-56dd,U+56df,U+56e1,U+56e4-56e8,U+56eb,U+56ed-56ee,U+56f1,U+56f6-56f7,U+56f9,U+56ff-5704,U+5707-570a,U+570c-570d,U+5711,U+5713,U+5715-5716,U+5718,U+571a-571d,U+5720-5726,U+5729-572a,U+572c,U+572e-572f,U+5733-5734,U+5737-5738,U+573b,U+573d-573f,U+5745-5746,U+574c-574f,U+5751-5752,U+5759,U+575f,U+5761-5762,U+5764-5765,U+5767-5769,U+576b,U+576d-5771,U+5773-5775,U+5777,U+5779-577c,U+577e-577f,U+5781,U+5783,U+5788-5789,U+578c,U+5793-5795,U+5797,U+5799-579a,U+579c-57a1,U+57a4,U+57a7-57aa,U+57ac,U+57ae,U+57b0; +} + +/* noto-serif-jp-[46]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-46-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+543f-5440,U+5443-5444,U+5447,U+544c-544f,U+5455,U+545e,U+5462,U+5464,U+5466-5467,U+5469,U+546b-546e,U+5470-5471,U+5474-5477,U+547b,U+547f-5481,U+5483-5486,U+5488-548b,U+548d-5492,U+5495-5496,U+549c,U+549f-54a2,U+54a4,U+54a6-54af,U+54b1,U+54b7-54bc,U+54be-54bf,U+54c2-54c4,U+54c6-54c8,U+54ca,U+54cd-54ce,U+54d8,U+54e0,U+54e2,U+54e5-54e6,U+54e8-54ea,U+54ec-54ef,U+54f1,U+54f3,U+54f6,U+54fc-5501,U+5505,U+5508-5509,U+550c-550f,U+5514-5516,U+5527,U+552a-552b,U+552e,U+5532-5533,U+5535-5536,U+5538-5539,U+553b-553d,U+5540-5541,U+5544-5545,U+5547,U+5549-554a,U+554c-554d,U+5550-5551,U+5556-5558,U+555a-555e,U+5560-5561,U+5563-5564,U+5566,U+557b-5583,U+5586-5588,U+558a,U+558e-558f,U+5591-5594,U+5597,U+5599,U+559e-559f,U+55a3-55a4,U+55a8-55a9,U+55ac-55ae,U+55b2,U+55bf,U+55c1,U+55c3-55c4,U+55c6-55c7,U+55c9,U+55cb-55cc,U+55ce,U+55d1-55d4,U+55d7-55d8,U+55da-55db,U+55dd-55df,U+55e2,U+55e4,U+55e9,U+55ec,U+55ee,U+55f1,U+55f6-55f9,U+55fd-55ff,U+5605,U+5607-5608,U+560a,U+560d-5612; +} + +/* noto-serif-jp-[47]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-47-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+528d,U+5291-5298,U+529a,U+529c,U+52a4-52a7,U+52ab-52ad,U+52af-52b0,U+52b5-52b8,U+52ba-52be,U+52c0-52c1,U+52c4-52c6,U+52c8,U+52ca,U+52cc-52cd,U+52cf-52d2,U+52d4,U+52d6-52d7,U+52db-52dc,U+52de,U+52e0-52e1,U+52e3,U+52e5-52e6,U+52e8-52ea,U+52ec,U+52f0-52f1,U+52f3-52fb,U+5300-5301,U+5303,U+5306-5308,U+530a-530d,U+530f-5311,U+5313,U+5315,U+5318-531f,U+5321,U+5323-5325,U+5327-532d,U+532f-5333,U+5335,U+5338,U+533c-533e,U+5340,U+5342,U+5345-5346,U+5349,U+534b-534c,U+5359,U+535b,U+535e,U+5361,U+5363-5367,U+5369,U+536c-536e,U+5372,U+5377,U+5379-537b,U+537d-537f,U+5382-5383,U+5387-5389,U+538e,U+5393-5394,U+5396,U+5398-5399,U+539d,U+53a0-53a1,U+53a4-53a6,U+53a9-53ab,U+53ad-53b0,U+53b2,U+53b4-53b8,U+53ba,U+53bd,U+53c0-53c1,U+53c3-53c5,U+53cf,U+53d2-53d3,U+53d5,U+53da-53db,U+53dd-53e0,U+53e2,U+53e6-53e8,U+53ed-53ee,U+53f4-53f5,U+53fa,U+5401-5403,U+540b,U+540f,U+5412-5413,U+541a,U+541d-541e,U+5421,U+5424,U+5427-542a,U+542c-542f,U+5431,U+5433-5436,U+543c-543d; +} + +/* noto-serif-jp-[48]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-48-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+50dd-50df,U+50e1-50e6,U+50e8-50e9,U+50ed-50f6,U+50f9-50fb,U+50fe,U+5101-5103,U+5106-5109,U+510b-510e,U+5110,U+5112,U+5114-511e,U+5121,U+5123,U+5127-5128,U+512c-512d,U+512f,U+5131,U+5133-5135,U+5137-513c,U+513f-5142,U+5147,U+514a,U+514c,U+514f,U+5152-5155,U+5157-5158,U+515f-5160,U+5162,U+5164,U+5166-5167,U+5169-516a,U+516e,U+5173-5174,U+5179,U+517b,U+517e,U+5180,U+5182-5184,U+5189,U+518b-518c,U+518e-5191,U+5193,U+5195-5196,U+5198,U+519d,U+51a1-51a4,U+51a6,U+51a9-51ab,U+51ad,U+51b0-51b3,U+51b5,U+51b8,U+51ba,U+51bc-51bf,U+51c2-51c3,U+51c5,U+51c8-51cb,U+51cf,U+51d1-51d6,U+51d8,U+51de-51e0,U+51e2,U+51e5,U+51e7,U+51e9,U+51ec-51ee,U+51f2-51f5,U+51f7,U+51fe,U+5201-5202,U+5204-5205,U+520b,U+520e,U+5212-5216,U+5218,U+5222,U+5226-5228,U+522a-522b,U+522e,U+5231-5233,U+5235,U+523c,U+5244-5245,U+5249,U+524b-524c,U+524f,U+5254-5255,U+5257-5258,U+525a,U+525c-5261,U+5266,U+5269,U+526c,U+526e,U+5271,U+5273-5274,U+5277-5279,U+527d,U+527f-5280,U+5282-5285,U+5288-528a,U+528c; +} + +/* noto-serif-jp-[49]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-49-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4f57-4f58,U+4f5a-4f5b,U+4f5d-4f5f,U+4f63-4f64,U+4f69-4f6a,U+4f6c,U+4f6e-4f71,U+4f76-4f7e,U+4f81-4f85,U+4f88-4f8a,U+4f8c,U+4f8e-4f90,U+4f92-4f94,U+4f96-4f9a,U+4f9e-4fa0,U+4fab,U+4fad,U+4faf,U+4fb2,U+4fb7,U+4fb9,U+4fbb-4fbe,U+4fc0-4fc1,U+4fc4-4fc6,U+4fc8-4fc9,U+4fcb-4fd4,U+4fd8,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2,U+4fe4-4fe6,U+4fef-4ff2,U+4ff6,U+4ffc-5002,U+5004-5007,U+500a,U+500c,U+500e-5011,U+5013-5014,U+5016-5018,U+501a-501e,U+5021-5023,U+5025-502a,U+502c-502e,U+5030,U+5032-5033,U+5035,U+5039,U+503b,U+5040-5043,U+5045-5048,U+504a,U+504c,U+504e,U+5050-5053,U+5055-5057,U+5059-505a,U+505f-5060,U+5062-5063,U+5066-5067,U+506a,U+506c-506d,U+5070-5072,U+5077-5078,U+5080-5081,U+5083-5086,U+5088,U+508a,U+508e-5090,U+5092-5096,U+509a-509c,U+509e-50a3,U+50aa,U+50ad,U+50af-50b4,U+50b9-50bb,U+50bd,U+50c0,U+50c2-50c4,U+50c7,U+50c9-50ca,U+50cc,U+50ce,U+50d0-50d1,U+50d3-50d4,U+50d6,U+50d8-50d9,U+50dc; +} + +/* noto-serif-jp-[50]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-50-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4093,U+4103,U+4105,U+4148,U+414f,U+4163,U+41b4,U+41bf,U+41e6,U+41ee,U+41f3,U+4207,U+420e,U+4264,U+4293,U+42c6,U+42d6,U+42dd,U+4302,U+432b,U+4343,U+43ee,U+43f0,U+4408,U+440c,U+4417,U+441c,U+4422,U+4453,U+445b,U+4476,U+447a,U+4491,U+44b3,U+44be,U+44d4,U+4508,U+450d,U+4525,U+4543,U+457a,U+459d,U+45b8,U+45be,U+45e5,U+45ea,U+460f-4610,U+4641,U+4665,U+46a1,U+46ae-46af,U+470c,U+471f,U+4764,U+47e6,U+47fd,U+4816,U+481e,U+4844,U+484e,U+48b5,U+49b0,U+49e7,U+49fa,U+4a04,U+4a29,U+4abc,U+4b38,U+4b3b,U+4b7e,U+4bc2,U+4bca,U+4bd2,U+4be8,U+4c17,U+4c20,U+4c38,U+4cc4,U+4cd1,U+4ce1,U+4d07,U+4d77,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e12,U+4e15,U+4e17,U+4e19,U+4e1e-4e1f,U+4e23-4e24,U+4e28-4e2c,U+4e2e-4e31,U+4e35-4e37,U+4e3f-4e42,U+4e44,U+4e47-4e48,U+4e4d-4e4e,U+4e51,U+4e55-4e56,U+4e58,U+4e5a-4e5c,U+4e62-4e63,U+4e68-4e69,U+4e74-4e75,U+4e79,U+4e7f,U+4e82,U+4e85,U+4e8a,U+4e8d-4e8e,U+4e96-4e99,U+4e9d-4ea0,U+4ea2,U+4ea5-4ea6,U+4ea8,U+4eaf-4eb0,U+4eb3,U+4eb6,U+4eb9,U+4ebb-4ebc,U+4ec2-4ec4,U+4ec6-4ec8,U+4ecd,U+4ed0,U+4ed7,U+4eda-4edb,U+4edd-4ee2,U+4ee8,U+4eeb,U+4eed,U+4eef,U+4ef1,U+4ef3,U+4ef5,U+4ef7,U+4efc-4f00,U+4f02-4f03,U+4f08-4f09,U+4f0b-4f0d,U+4f12,U+4f15-4f17,U+4f19,U+4f1c,U+4f2b,U+4f2e,U+4f30-4f31,U+4f33,U+4f35-4f37,U+4f39,U+4f3b,U+4f3e,U+4f40,U+4f42-4f43,U+4f48-4f49,U+4f4b-4f4c,U+4f52,U+4f54,U+4f56; +} + +/* noto-serif-jp-[51]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-51-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3395-339b,U+339e-33a0,U+33a2-33ff,U+3402,U+3405-3406,U+3427,U+342c,U+342e,U+3468,U+346a,U+3488,U+3492,U+34b5,U+34bc,U+34c1,U+34c7,U+34db,U+351f,U+353e,U+355d-355e,U+3563,U+356e,U+35a6,U+35a8,U+35c5,U+35da,U+35de,U+35f4,U+3605,U+3614,U+364a,U+3691,U+3696,U+3699,U+36cf,U+3761-3762,U+376b-376c,U+3775,U+378d,U+37c1,U+37e2,U+37e8,U+37f4,U+37fd,U+3800,U+382f,U+3836,U+3840,U+385c,U+3861,U+38a1,U+38ad,U+38fa,U+3917,U+391a,U+396f,U+39a4,U+39b8,U+3a5c,U+3a6e,U+3a73,U+3a85,U+3ac4,U+3acb,U+3ad6-3ad7,U+3aea,U+3af3,U+3b0e,U+3b1a,U+3b1c,U+3b22,U+3b35,U+3b6d,U+3b77,U+3b87-3b88,U+3b8d,U+3ba4,U+3bb6,U+3bc3,U+3bcd,U+3bf0,U+3bf3,U+3c0f,U+3c26,U+3cc3,U+3cd2,U+3d11,U+3d1e,U+3d31,U+3d4e,U+3d64,U+3d9a,U+3dc0,U+3dcc,U+3dd4,U+3e05,U+3e3f-3e40,U+3e60,U+3e66,U+3e68,U+3e83,U+3e8a,U+3e94,U+3eda,U+3f57,U+3f72,U+3f75,U+3f77,U+3fae,U+3fb1,U+3fc9,U+3fd7,U+3fdc,U+4039,U+4058; +} + +/* noto-serif-jp-[52]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-52-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+32b5-332b,U+332d-3394; +} + +/* noto-serif-jp-[53]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-53-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+31c8-31e3,U+31f0-321e,U+3220-3230,U+3232-32b4; +} + +/* noto-serif-jp-[54]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-54-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3028-303f,U+3094-3096,U+309f-30a0,U+30ee,U+30f7-30fa,U+30ff,U+3105-312f,U+3131-3163,U+3165-318e,U+3190-31bb,U+31c0-31c7; +} + +/* noto-serif-jp-[55]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-55-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2f14-2fd5,U+2ff0-2ffb,U+3004,U+3013,U+3016-301b,U+301e,U+3020-3027; +} + +/* noto-serif-jp-[56]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-56-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25e4-25e6,U+2601-2603,U+2609,U+260e-260f,U+2616-2617,U+261c-261f,U+262f,U+2641,U+2660,U+2662-2664,U+2666-2668,U+266d-266e,U+2672-267d,U+26bd-26be,U+2702,U+271a,U+273d,U+2740,U+2756,U+2776-2793,U+27a1,U+2934-2935,U+29bf,U+29fa-29fb,U+2b05-2b07,U+2b1a,U+2b95,U+2e3a-2e3b,U+2e80-2e99,U+2e9b-2ef3,U+2f00-2f13; +} + +/* noto-serif-jp-[57]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-57-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+24d1-24ff,U+2503-2513,U+2515-2516,U+2518-251b,U+251d-2522,U+2524-259f,U+25a2-25ab,U+25b1,U+25b7,U+25c0-25c1,U+25c9-25ca,U+25cc,U+25d0-25d3,U+25e2-25e3; +} + +/* noto-serif-jp-[58]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-58-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2105,U+2109-210a,U+210f,U+2116,U+2121,U+2126-2127,U+212b,U+212e,U+2135,U+213b,U+2194-2199,U+21b8-21b9,U+21c4-21c6,U+21cb-21cc,U+21d0,U+21e6-21e9,U+21f5,U+2202-2203,U+2205-2206,U+2208-220b,U+220f,U+2211,U+2213,U+2215,U+221a,U+221d,U+2220,U+2223,U+2225-2226,U+2228,U+222a-222e,U+2234-2237,U+223d,U+2243,U+2245,U+2248,U+224c,U+2260,U+2262,U+2264-2265,U+226e-226f,U+2272-2273,U+2276-2277,U+2283-2287,U+228a-228b,U+2295-2299,U+22a0,U+22a5,U+22bf,U+22da-22db,U+22ef,U+2305-2307,U+2318,U+2329-232a,U+23b0-23b1,U+23be-23cc,U+23ce,U+23da-23db,U+2423,U+2469-24d0; +} + +/* noto-serif-jp-[59]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-59-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a1-a4,U+a6-a7,U+aa,U+ac-ad,U+b5-b6,U+b8-ba,U+bc-c8,U+ca-cc,U+ce-d5,U+d9-db,U+dd-df,U+e6,U+ee,U+f0,U+f5,U+f7,U+f9,U+fb,U+fe-102,U+110-113,U+11a-11b,U+128-12b,U+143-144,U+147-148,U+14c,U+14e-14f,U+152-153,U+168-16d,U+192,U+1a0-1a1,U+1af,U+1cd-1dc,U+1f8-1f9,U+251,U+261,U+2bb,U+2c7,U+2c9,U+2ea-2eb,U+304,U+307,U+30c,U+1e3e-1e3f,U+1ea0-1ebe,U+1ec0-1ec6,U+1ec8-1ef9,U+2011-2012,U+2016,U+2018-201a,U+201e,U+2021,U+2030,U+2033,U+2035,U+2042,U+2047,U+2051,U+2074,U+20a9,U+20ab-20ac,U+20dd-20de,U+2100; +} + +/* noto-serif-jp-[60]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-60-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2227,U+26a0,U+2713,U+301f,U+4ff8,U+5239,U+526a,U+54fa,U+5740,U+5937,U+5993,U+59fb,U+5a3c,U+5c41,U+6028,U+626e,U+646f,U+647a,U+64b0,U+64e2,U+65a7,U+66fe,U+6727,U+6955,U+6bef,U+6f23,U+724c,U+767c,U+7a83,U+7ac4,U+7b67,U+8000,U+8471,U+8513,U+8599,U+86db,U+8718,U+87f2,U+88f3,U+8ad2,U+8e2a,U+8fa3,U+95a5,U+9798,U+9910,U+9957,U+9bab,U+9c3b,U+9daf,U+ff95; +} + +/* noto-serif-jp-[61]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-61-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a8,U+2032,U+2261,U+2282,U+3090,U+30f1,U+339c,U+535c,U+53d9,U+56a2,U+56c1,U+5806,U+589f,U+59d0,U+5a7f,U+60e0,U+639f,U+65af,U+68fa,U+69ae,U+6d1b,U+6ef2,U+71fb,U+725d,U+7262,U+75bc,U+7768,U+7940,U+79bf,U+7bed,U+7d68,U+7dfb,U+814b,U+8207,U+83e9,U+8494,U+8526,U+8568,U+85ea,U+86d9,U+87ba,U+8861,U+887f,U+8fe6,U+9059,U+9061,U+916a,U+976d,U+97ad,U+9ece; +} + +/* noto-serif-jp-[62]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-62-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2d9,U+21d4,U+301d,U+515c,U+52fe,U+5420,U+5750,U+5766,U+5954,U+5b95,U+5f8a,U+5f98,U+620c,U+621f,U+641c,U+66d9,U+676d,U+6775,U+67f5,U+694a,U+6a02,U+6a3a,U+6a80,U+6c23,U+6c72,U+6dcb,U+6faa,U+707c,U+71c8,U+7422,U+74e2,U+7791,U+7825,U+7a14,U+7a1c,U+7c95,U+7fc1,U+82a5,U+82db,U+8304,U+853d,U+8cd3,U+8de8,U+8f0c,U+8f3f,U+9091,U+91c7,U+929a,U+98af,U+9913; +} + +/* noto-serif-jp-[63]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-63-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2ca-2cb,U+2229,U+2468,U+2669,U+266f,U+273f,U+4ec0,U+4f60,U+4fb6,U+5347,U+540e,U+543b,U+5b0c,U+5d4c,U+5f14,U+5f9e,U+6155,U+62d0,U+6602,U+6666,U+66f3,U+67a2,U+67ca,U+69cc,U+6d29,U+6d9b,U+6e3e,U+6f81,U+7109,U+73c0,U+73c2,U+7425,U+7435-7436,U+7525,U+7554,U+785d,U+786b,U+7ae3,U+7b94,U+7d18,U+81bf,U+8511,U+8549,U+9075,U+9640,U+98e2,U+9e9f,U+ff96; +} + +/* noto-serif-jp-[64]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-64-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2467,U+4ece,U+4ed4,U+4f91,U+4fae,U+534d,U+53c9,U+54b3,U+586b,U+5944,U+5b78,U+5df7,U+5f77,U+6101,U+6167-6168,U+61a4,U+62d9,U+698a,U+699b,U+6a59,U+6cc4,U+6e07,U+7099,U+75d2,U+77ad,U+7953,U+7984,U+7a92,U+7baa,U+7dbb,U+817f,U+82ad,U+85e9,U+868a,U+8caa,U+8f44,U+9017,U+907c,U+908a,U+92f3,U+936e,U+9435,U+978d,U+9838,U+9a28,U+9b41,U+9ba8,U+9c57,U+9eb9; +} + +/* noto-serif-jp-[65]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-65-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b1,U+309b,U+4e5e,U+51f1,U+5506,U+55c5,U+58cc,U+59d1,U+5c51,U+5ef7,U+6284,U+62d7,U+6689,U+673d,U+6a2b,U+6a8e,U+6a9c,U+6d63,U+6dd1,U+70b8,U+7235,U+72db,U+72f8,U+7560,U+7c9b,U+7ce7,U+7e1e,U+80af,U+82eb,U+8463,U+8499,U+85dd,U+86ee,U+8a60,U+8a6e,U+8c79,U+8e87,U+8e8a,U+8f5f,U+9010,U+918d,U+9190,U+965b,U+97fb,U+9ab8,U+9bad,U+9d3b,U+9d5c,U+9dfa,U+9e93; +} + +/* noto-serif-jp-[66]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-66-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2020,U+3003,U+3231,U+4e9b,U+4f3d,U+4f47,U+51b6,U+51dc,U+53e1,U+5bc5,U+602f,U+60bc,U+61c9,U+633d,U+637b,U+6492,U+65fa,U+660f,U+66f0,U+6703,U+681e,U+6876,U+6893,U+6912,U+698e,U+6c7d,U+714c,U+7169,U+71d5,U+725f,U+72d7,U+745b,U+74dc,U+75e2,U+7891,U+7897,U+7dcb,U+810a,U+8218,U+8339,U+840e,U+852d,U+8823,U+8a0a,U+9089,U+919c,U+971c,U+9ad9,U+ff4a,U+ff5a; +} + +/* noto-serif-jp-[67]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-67-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2466,U+2600,U+4eab,U+4fe3,U+4ff5,U+51a5,U+51f0,U+536f,U+53d4,U+53f1,U+54a5,U+559d,U+55e3,U+58fa,U+5962,U+59ea,U+5c16,U+5cef,U+5d16,U+5f10,U+5fd6,U+6190,U+6216,U+634f,U+63bb,U+66d6,U+6756,U+6bc5,U+6e26,U+727d,U+731f,U+76f2,U+7729,U+7a7f,U+7aff,U+7c9f,U+818f,U+8236,U+82b9,U+8338,U+85aa,U+88b4,U+8b33,U+904d,U+93a7,U+96cc,U+96eb,U+9aed,U+9b8e,U+fa11; +} + +/* noto-serif-jp-[68]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-68-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+251c,U+2523,U+4e14,U+545f,U+54bd,U+553e,U+55dc,U+56da,U+589c,U+5b55,U+5bb5,U+5ce1,U+5df4,U+5eb6,U+5ec9,U+6191,U+62f7,U+6357,U+64a5,U+6591,U+65bc,U+6897,U+6e1a,U+7063,U+711a,U+721b,U+722c,U+75b9,U+75d5,U+75fa,U+7766,U+7aae,U+7b48,U+7b8b,U+7d21,U+7e55,U+7f75,U+842c,U+8910,U+8a63,U+8b39,U+8b5a,U+8cdc,U+8d74,U+907d,U+91e7,U+9306,U+96bc,U+98f4,U+9ac4; +} + +/* noto-serif-jp-[69]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-69-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2003,U+2312,U+266c,U+4f86,U+51ea,U+5243,U+5256,U+541f,U+5841,U+59dc,U+5df3,U+601c,U+60e7,U+632b,U+638c,U+64ad,U+6881,U+697c,U+69cd,U+6c50,U+6d2a,U+6fc1,U+7027,U+7058,U+70f9,U+714e,U+7345,U+751a,U+760d,U+764c,U+77db,U+7d79,U+7e8f,U+80ce,U+814e,U+81fc,U+8247,U+8278,U+85a9,U+8a03,U+90ed,U+9784,U+9801,U+984e,U+99b3,U+9bc9,U+9bdb,U+9be8,U+9e78,U+ff6b; +} + +/* noto-serif-jp-[70]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-70-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+266b,U+3006,U+5176,U+5197,U+51a8,U+51c6,U+52f2,U+5614,U+5875,U+5a2f,U+5b54,U+5ce0,U+5dba,U+5deb,U+5e63,U+5f59,U+5fcc,U+6068,U+6367,U+68b6,U+6a0b,U+6b64,U+6e15,U+6eba,U+7272,U+72a0,U+7947,U+7985,U+79e6,U+79e9,U+7a3d,U+7a9f,U+7aaf,U+7b95,U+7f60,U+7f9e,U+7fe0,U+8098,U+80ba,U+8106,U+82d4,U+831c,U+87f9,U+8a1f,U+8acf,U+90c1,U+920d,U+9756,U+fe43,U+ff94; +} + +/* noto-serif-jp-[71]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-71-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+af,U+2465,U+2517,U+33a1,U+4f10,U+50c5,U+51b4,U+5384,U+5606,U+5bb0,U+5cac,U+5ee3,U+618e,U+61f2,U+62c9,U+66ab,U+66f9,U+6816,U+6960,U+6b3e,U+6f20,U+7078,U+72d0,U+73ed,U+7ad9,U+7b1b,U+7be4,U+7d62,U+7f51,U+80b4,U+80f4,U+8154,U+85fb,U+865c,U+8702,U+895f,U+8aed,U+8b90,U+8ced,U+8fbf,U+91d8,U+9418,U+9583,U+9591,U+9813,U+982c,U+9bd6,U+ff46,U+ff7f,U+ff88; +} + +/* noto-serif-jp-[72]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-72-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e91,U+508d,U+50e7,U+514e,U+51f6,U+5446,U+5504,U+584a,U+59a8,U+59d3,U+5a46,U+5ac9,U+6020,U+60a6,U+6148,U+621a,U+6234,U+64c1,U+6523,U+675c,U+67d1,U+6953,U+6ccc,U+6df5,U+6e13,U+6f06,U+723a,U+7325,U+74e6,U+758e,U+75ab,U+75d9,U+7a40,U+8096,U+82fa,U+8587,U+8594,U+8a6b,U+8ab9,U+8b17,U+8b83,U+937c,U+963b,U+9673,U+96db,U+9ce9,U+9f4b,U+ff67,U+ff82,U+ff93; +} + +/* noto-serif-jp-[73]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-73-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+221e,U+2514,U+51f9,U+5270,U+5449,U+5824,U+59a5,U+5a29,U+5d07,U+5e16,U+60e3,U+614c,U+6276,U+643e,U+64ab,U+6562,U+6681,U+670b,U+6734,U+67af,U+6a3d,U+6b05,U+6dc0,U+6e4a,U+7259,U+732a,U+7409,U+78a7,U+7a6b,U+8015,U+809b,U+817a,U+830e,U+837b,U+85ab,U+8a23,U+8a93,U+8b00,U+8b19,U+8b21,U+8cbf,U+8fb0,U+901d,U+91b8,U+9320,U+932c,U+9688,U+96f6,U+9df2,U+ff6a; +} + +/* noto-serif-jp-[74]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-74-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2002,U+2025,U+4f8d,U+51e1,U+51f8,U+5507,U+5598,U+58f1,U+5983,U+59ac,U+5c3c,U+5de7,U+5e7d,U+5eca,U+5f61,U+606d,U+60f9,U+636e,U+64ec,U+67da,U+67ff,U+6813,U+68f2,U+693f,U+6b6a,U+6bbb,U+6ef4,U+7092,U+717d,U+7261,U+73c8,U+7432,U+7483,U+76fe,U+7709,U+78d0,U+81a3,U+81b3,U+82af,U+8305,U+8309,U+8870,U+88fe,U+8cd1,U+8d66,U+906e,U+971e,U+9812,U+ff79,U+ff90; +} + +/* noto-serif-jp-[75]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-75-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2464,U+2501,U+2640,U+2642,U+339d,U+4f0e,U+5091,U+50b5,U+5132,U+51cc,U+558b,U+55aa,U+585e,U+5bee,U+5dfe,U+60b6,U+62b9,U+6349,U+6566,U+6590,U+6842,U+689d,U+6a58,U+6c70,U+6ff1,U+7815,U+7881,U+7aaa,U+7bc7,U+7def,U+7fa8,U+8017,U+8036,U+8061,U+821f,U+8429,U+8ce0,U+8e74,U+9019,U+90ca,U+9162,U+932f,U+93ae,U+9644,U+990c,U+9cf3,U+ff56,U+ff6e,U+ff7e,U+ff85; +} + +/* noto-serif-jp-[76]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-76-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2266-2267,U+4f2f,U+5208,U+5451,U+546a,U+5589,U+576a,U+5815,U+5a9a,U+5b9b,U+5c3a,U+5efb,U+5faa,U+6109,U+6643,U+6652,U+695a,U+69fd,U+6b86,U+6bb4,U+6daf,U+7089,U+70cf,U+7a00,U+7a4f,U+7b39,U+7d33,U+80e1,U+828b,U+82a6,U+86cd,U+8c8c,U+8cca,U+8df3,U+9077,U+9175,U+91dc,U+925b,U+9262,U+9271,U+92ed,U+9855,U+9905,U+9d28,U+ff3f,U+ff58,U+ff68,U+ff6d,U+ff9c; +} + +/* noto-serif-jp-[77]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-77-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2207,U+25ef,U+309c,U+4e4f,U+5146,U+51dd,U+5351,U+540a,U+5629,U+5eb5,U+5f04,U+5f13,U+60dc,U+6212,U+63b4,U+642c,U+6627,U+66a6,U+66c7,U+66fd,U+674e,U+6b96,U+6c4e,U+6df3,U+6e67,U+6f84,U+72fc,U+733f,U+7c97,U+7db1,U+7e4d,U+816b,U+82d1,U+84cb,U+854e,U+8607,U+86c7,U+871c,U+8776,U+8a89,U+8fc4,U+91a4,U+9285,U+9685,U+9903,U+9b31,U+9f13,U+ff42,U+ff74,U+ff91; +} + +/* noto-serif-jp-[78]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-78-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e32,U+51db,U+53a8,U+53ea,U+5609,U+5674,U+5a92,U+5e7e,U+6115,U+611a,U+62cc,U+62ed,U+63c9,U+64b9,U+64e6,U+65cb,U+6606,U+6731,U+683d,U+6afb,U+7460,U+771e,U+78ef,U+7b26,U+7b51,U+7cde,U+7d10,U+7d2f,U+7d46,U+80de,U+819c,U+84b2,U+85cd,U+865a,U+8ecc,U+9022,U+90b8,U+9192,U+9675,U+96b7,U+99ff,U+ff44,U+ff55,U+ff6c,U+ff73,U+ff75,U+ff86,U+ff8d,U+ff92,U+ffe3; +} + +/* noto-serif-jp-[79]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-79-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25b3,U+30f5,U+4eae,U+4f46,U+4f51,U+5203,U+52ff,U+55a7,U+564c,U+565b,U+57f9,U+5805,U+5b64,U+5e06,U+5f70,U+5f90,U+60e8,U+6182,U+62f3,U+62fe,U+63aa,U+64a4,U+65d7,U+673a,U+6851,U+68cb,U+68df,U+6d1e,U+6e58,U+6e9d,U+77b3,U+7832,U+7c3f,U+7db4,U+7f70,U+80aa,U+80c6,U+8105,U+819d,U+8276,U+8679,U+8986,U+8c9d,U+8fc5,U+916c,U+9665,U+9699,U+96c0,U+9a19,U+ff8b; +} + +/* noto-serif-jp-[80]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-80-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2463,U+25a1,U+4ef0,U+5076,U+5098,U+51fd,U+5302,U+5448,U+54c9,U+570b,U+583a,U+5893,U+58a8,U+58ee,U+5949,U+5bdb,U+5f26,U+5f81,U+6052,U+6170,U+61c7,U+631f,U+635c,U+664b,U+69fb,U+6f01,U+7070,U+722a,U+745e,U+755c,U+76c6,U+78c1,U+79e4,U+7bb8,U+7d0b,U+81a8,U+82d7,U+8b5c,U+8f14,U+8fb1,U+8fbb,U+9283,U+9298,U+9a30,U+ff03,U+ff50,U+ff59,U+ff7b,U+ff8e-ff8f; +} + +/* noto-serif-jp-[81]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-81-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2010,U+2502,U+25b6,U+4f3a,U+514b,U+5265,U+52c3,U+5339,U+53ec,U+54c0,U+55b0,U+5854,U+5b8f,U+5cb3,U+5e84,U+60da,U+6247,U+6249,U+628a,U+62cd,U+65ac,U+6838,U+690e,U+6cf0,U+6f02,U+6f2c,U+6f70,U+708a,U+7434,U+75be,U+77ef,U+7c60,U+7c98,U+7d1b,U+7e2b,U+80a5,U+81e3,U+820c,U+8210,U+8475,U+862d,U+8650,U+8997,U+906d,U+91c8,U+9700,U+9727,U+9df9,U+ff3a,U+ff9a; +} + +/* noto-serif-jp-[82]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-82-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2103,U+5049,U+52b1,U+5320,U+5553,U+572d,U+58c7,U+5b5d,U+5bc2,U+5de3,U+5e61,U+5f80,U+61a9,U+67d0,U+67f4,U+6c88,U+6ca1,U+6ce5,U+6d78,U+6e9c,U+6f54,U+731b,U+73b2,U+74a7,U+74f6,U+75e9,U+7b20,U+7c8b,U+7f72,U+809d,U+8108,U+82b3,U+82bd,U+84b8,U+84c4,U+88c2,U+8ae6,U+8ef8,U+902e,U+9065,U+9326,U+935b,U+938c,U+9676,U+9694,U+96f7,U+9ed9,U+ff48,U+ff4c,U+ff81; +} + +/* noto-serif-jp-[83]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-83-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2500,U+3008-3009,U+4ead,U+4f0f,U+4fca,U+53eb,U+543e,U+57a2,U+5cf0,U+5e8f,U+5fe0,U+61b2,U+62d8,U+6442,U+64b2,U+6589,U+659c,U+67f1,U+68c4,U+6cb8,U+6d12,U+6de1,U+6fe1,U+70c8,U+723d,U+73e0,U+7656,U+773a,U+7948,U+7b87,U+7c92,U+7d3a,U+7e1b,U+7e4a,U+819a,U+8358,U+83c5,U+84bc,U+864e,U+8912,U+8c9e,U+8d05,U+92fc,U+9396,U+98fd,U+99d2,U+ff64,U+ff7a,U+ff83; +} + +/* noto-serif-jp-[84]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-84-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3014-3015,U+4e3c,U+5036,U+5075,U+533f,U+53e9,U+5531,U+5642,U+5984,U+59e6,U+5a01,U+5b6b,U+5c0b,U+5f25,U+6069,U+60a0,U+614e,U+62b5,U+62d2-62d3,U+6597,U+660c,U+674f,U+67cf,U+6841,U+6905,U+6cf3,U+6d32,U+6d69,U+6f64,U+716e,U+7761,U+7b52,U+7be0,U+7dbf,U+7de9,U+7f36,U+81d3,U+8302,U+8389,U+846c,U+84ee,U+8a69,U+9038,U+9d8f,U+ff47,U+ff4b,U+ff76,U+ff9b; +} + +/* noto-serif-jp-[85]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-85-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25c7,U+3007,U+504f,U+507d,U+51a0,U+52a3,U+5410,U+5510,U+559a,U+5782,U+582a,U+5c0a,U+5c3f,U+5c48,U+5f6b,U+6176,U+622f,U+6279,U+62bd,U+62dd,U+65ed,U+67b6,U+6817,U+6850,U+6d6a,U+6deb,U+6ea2,U+6edd,U+6f5c,U+72e9,U+73a9,U+7573,U+76bf,U+7950,U+7956,U+7f8a,U+7ffc,U+80a2,U+80c3,U+83ca,U+8a02,U+8a13,U+8df5,U+9375,U+983b,U+99b4,U+ff4e,U+ff71,U+ff89,U+ff97; +} + +/* noto-serif-jp-[86]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-86-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+24,U+2022,U+2212,U+221f,U+2665,U+4ecf,U+5100,U+51cd,U+52d8,U+5378,U+53f6,U+574a,U+5982,U+5996,U+5c1a,U+5e1d,U+5f84,U+609f,U+61a7,U+61f8,U+6398,U+63ee,U+6676,U+6691,U+6eb6,U+7126,U+71e5,U+7687,U+7965,U+7d17,U+80a1,U+8107,U+8266,U+85a6,U+8987,U+8ca2,U+8cab,U+8e0a,U+9042,U+95c7,U+9810,U+9867,U+98fc,U+ff52-ff54,U+ff61,U+ff77,U+ff98-ff99; +} + +/* noto-serif-jp-[87]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-87-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b0,U+226a,U+2462,U+4e39,U+4fc3,U+4fd7,U+50be,U+50da,U+5200,U+5211,U+54f2,U+5618,U+596a,U+5b22,U+5bb4,U+5d50,U+60a3,U+63fa,U+658e,U+65e8,U+6669,U+6795,U+679d,U+67a0,U+6b3a,U+6e09,U+757f,U+7cd6,U+7dbe,U+7ffb,U+83cc,U+83f1,U+840c,U+845b,U+8846,U+8972,U+8a34,U+8a50,U+8a87,U+8edf,U+8ff0,U+90a6,U+9154,U+95a3,U+9663,U+9686,U+96c7,U+ff3c,U+ff7c,U+ff8a; +} + +/* noto-serif-jp-[88]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-88-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25bd,U+4e59,U+4ec1,U+4ff3,U+515a,U+518a,U+525b,U+5375,U+552f,U+57a3,U+5b9c,U+5c3d,U+5e3d,U+5e7b,U+5f0a,U+6094,U+6458,U+654f,U+67f3,U+6b8a,U+6bd2,U+6c37,U+6ce1,U+6e56,U+6e7f,U+6ed1,U+6ede,U+6f0f,U+70ad,U+7267,U+7363,U+786c,U+7a42,U+7db2,U+7f85,U+8178,U+829d,U+8896,U+8c5a,U+8cb0,U+8ce2,U+8ed2,U+9047,U+9177,U+970a,U+9ea6,U+ff1b,U+ff31,U+ff39,U+ff80; +} + +/* noto-serif-jp-[89]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-89-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a5,U+4e80,U+4f34,U+4f73,U+4f75,U+511f,U+5192,U+52aa,U+53c8,U+570f,U+57cb,U+596e,U+5d8b,U+5f66,U+5fd9,U+62db,U+62f6,U+6328,U+633f,U+63a7,U+6469,U+6bbf,U+6c41,U+6c57,U+6d44,U+6dbc,U+706f,U+72c2,U+72ed,U+7551,U+75f4,U+7949,U+7e26,U+7fd4,U+8150,U+8af8,U+8b0e,U+8b72,U+8ca7,U+934b,U+9a0e,U+9a12,U+9b42,U+ff41,U+ff43,U+ff45,U+ff49,U+ff4f,U+ff62-ff63; +} + +/* noto-serif-jp-[90]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-90-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e18,U+4fb5,U+5104,U+52c7,U+5353,U+5374,U+53e5,U+587e,U+594f,U+5a20,U+5de1,U+5f18,U+5fcd,U+6291,U+62ab,U+6355,U+6392,U+63da,U+63e1,U+656c,U+6687,U+68b0-68b1,U+68d2,U+68da,U+6b27,U+6cbc,U+7159,U+7344,U+73cd,U+76df,U+790e,U+7cf8,U+8102,U+88c1,U+8aa0,U+8e0f,U+9178,U+92ad,U+9670,U+96c5,U+9cf4,U+9db4,U+ff3e,U+ff6f,U+ff72,U+ff78,U+ff7d,U+ff84,U+ff8c; +} + +/* noto-serif-jp-[91]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-91-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+60,U+2200,U+226b,U+2461,U+517c,U+526f,U+5800,U+5b97,U+5bf8,U+5c01,U+5d29,U+5e4c,U+5e81,U+6065,U+61d0,U+667a,U+6696,U+6843,U+6c99,U+6d99,U+6ec5,U+6f22,U+6f6e,U+6fa4,U+6fef,U+71c3,U+72d9,U+7384,U+78e8,U+7a1a,U+7a32,U+7a3c,U+7adc,U+7ca7,U+7d2b,U+7dad,U+7e4b,U+80a9,U+8170,U+81ed,U+820e,U+8a17,U+8afe,U+90aa,U+914e,U+963f,U+99c4,U+9eba,U+9f3b,U+ff38; +} + +/* noto-serif-jp-[92]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-92-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2460,U+4e5f,U+4e7e,U+4ed9,U+501f,U+502b,U+5968,U+5974,U+5ac1,U+5b99,U+5ba3,U+5be7,U+5be9,U+5c64,U+5cb8,U+5ec3,U+5f1f,U+616e,U+6297,U+62e0,U+62ec,U+6368,U+642d,U+65e6,U+6717,U+676f,U+6b04,U+732e,U+7652,U+76ca,U+76d7,U+7802,U+7e70,U+7f6a,U+8133,U+81e8,U+866b,U+878d,U+88f8,U+8a5e,U+8cdb,U+8d08,U+907a,U+90e1,U+96f2,U+9f8d,U+ff35,U+ff37,U+ff40,U+ff9d; +} + +/* noto-serif-jp-[93]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-93-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+21d2,U+25ce,U+300a-300b,U+4e89,U+4e9c,U+4ea1,U+5263,U+53cc,U+5426,U+5869,U+5947,U+598a,U+5999,U+5e55,U+5e72,U+5e79,U+5fae,U+5fb9,U+602a,U+6163,U+624d,U+6749,U+6c5a,U+6cbf,U+6d45,U+6dfb,U+6e7e,U+708e,U+725b,U+7763,U+79c0,U+7bc4,U+7c89,U+7e01,U+7e2e,U+8010,U+8033,U+8c6a,U+8cc3,U+8f1d,U+8f9b,U+8fb2,U+907f,U+90f7,U+9707,U+9818,U+9b3c,U+ff0a,U+ff4d; +} + +/* noto-serif-jp-[94]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-94-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2015,U+2190,U+4e43,U+5019,U+5247,U+52e7,U+5438,U+54b2,U+55ab,U+57f7,U+5bd2,U+5e8a,U+5ef6,U+6016,U+60b2,U+6162,U+6319,U+6551,U+6607,U+66b4,U+675f,U+67d4,U+6b20,U+6b53,U+6ce3,U+719f,U+75b2,U+770b,U+7720,U+77ac,U+79d2,U+7af9,U+7d05,U+7dca,U+8056,U+80f8,U+81f3,U+8352,U+885d,U+8a70,U+8aa4,U+8cbc,U+900f,U+9084,U+91e3,U+9451,U+96c4,U+99c6,U+9ad4,U+ff70; +} + +/* noto-serif-jp-[95]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-95-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2193,U+25b2,U+4e4b,U+516d,U+51c4,U+529f,U+52c9,U+5360,U+5442,U+5857,U+5915,U+59eb,U+5a9b,U+5c3b,U+6012,U+61b6,U+62b1,U+6311,U+6577,U+65e2,U+65ec,U+6613,U+6790,U+6cb9,U+7372,U+76ae,U+7d5e,U+7fcc,U+88ab,U+88d5,U+8caf,U+8ddd,U+8ecd,U+8f38,U+8f9e,U+8feb,U+9063,U+90f5,U+93e1,U+968a,U+968f,U+98fe,U+9ec4,U+ff1d,U+ff27,U+ff2a,U+ff36,U+ff3b,U+ff3d,U+ffe5; +} + +/* noto-serif-jp-[96]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-96-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e03,U+4f38,U+50b7,U+5264,U+5348,U+5371,U+585a,U+58ca,U+5951,U+59b9,U+59d4,U+5b98,U+5f8b,U+6388,U+64cd,U+65e7,U+6803,U+6b6f,U+6d66,U+6e0b,U+6ecb,U+6fc3,U+72ac,U+773c,U+77e2,U+7968,U+7a74,U+7dba,U+7dd1,U+7e3e,U+808c,U+811a,U+8179,U+8239,U+8584,U+8a0e,U+8a72,U+8b66,U+8c46,U+8f29,U+90a3,U+9234,U+96f0,U+9769,U+9774,U+9aa8,U+ff26,U+ff28,U+ff9e-ff9f; +} + +/* noto-serif-jp-[97]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-97-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7e,U+b4,U+25c6,U+2661,U+4e92,U+4eee,U+4ffa,U+5144,U+5237,U+5287,U+52b4,U+58c1,U+5bff,U+5c04,U+5c06,U+5e95,U+5f31,U+5f93,U+63c3,U+640d,U+6557,U+6614,U+662f,U+67d3,U+690d,U+6bba,U+6e6f,U+72af,U+732b,U+7518,U+7ae0,U+7ae5,U+7af6,U+822a,U+89e6,U+8a3a,U+8a98,U+8cb8,U+8de1,U+8e8d,U+95d8,U+961c,U+96a3,U+96ea,U+9bae,U+ff20,U+ff22,U+ff29,U+ff2b-ff2c; +} + +/* noto-serif-jp-[98]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-98-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25cb,U+4e71,U+4f59,U+50d5,U+520a,U+5217,U+5230,U+523a-523b,U+541b,U+5439,U+5747,U+59c9,U+5bdf,U+5c31,U+5de8,U+5e7c,U+5f69,U+6050,U+60d1,U+63cf,U+663c,U+67c4,U+6885,U+6c38,U+6d6e,U+6db2,U+6df7,U+6e2c,U+6f5f,U+7532,U+76e3-76e4,U+7701,U+793c,U+79f0,U+7a93,U+7d00,U+7de0,U+7e54,U+8328,U+8840,U+969c,U+96e8,U+9811,U+9aea,U+9b5a,U+ff24,U+ff2e,U+ff57; +} + +/* noto-serif-jp-[99]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-99-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2191,U+505c,U+52e4,U+5305,U+535a,U+56e0,U+59bb,U+5acc,U+5b09,U+5b87,U+5c90,U+5df1,U+5e2d,U+5e33,U+5f3e,U+6298,U+6383,U+653b,U+6697,U+6804,U+6a39,U+6cca,U+6e90,U+6f2b,U+702c,U+7206,U+7236,U+7559,U+7565,U+7591,U+75c7,U+75db,U+7b4b,U+7bb1,U+7d99,U+7fbd,U+8131,U+885b,U+8b1d,U+8ff7,U+9003,U+9045,U+96a0,U+9732,U+990a,U+99d0,U+9e97,U+9f62,U+ff25,U+ff2d; +} + +/* noto-serif-jp-[100]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-100-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e08,U+4f9d,U+5012,U+514d,U+51b7,U+5275,U+53ca,U+53f8,U+5584,U+57fc,U+5b9d,U+5bfa,U+5c3e,U+5f01,U+5fb4,U+5fd7,U+606f,U+62e1,U+6563,U+6674,U+6cb3,U+6d3e,U+6d74,U+6e1b,U+6e2f,U+718a,U+7247,U+79d8,U+7d14,U+7d66,U+7d71,U+7df4,U+7e41,U+80cc,U+8155,U+83d3,U+8a95,U+8ab2,U+8ad6,U+8ca1,U+9000,U+9006,U+9678,U+97d3,U+9808,U+98ef,U+9a5a,U+9b45,U+ff23,U+ff30; +} + +/* noto-serif-jp-[101]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-101-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25bc,U+3012,U+4ef2,U+4f0a,U+516b,U+5373,U+539a,U+53b3,U+559c,U+56f0,U+5727,U+5742,U+5965,U+59ff,U+5bc6,U+5dfb,U+5e45,U+5ead,U+5fb3,U+6211,U+6253,U+639b,U+63a8,U+6545,U+6575,U+6628,U+672d,U+68a8,U+6bdb,U+6d25,U+707d,U+767e,U+7834,U+7b46,U+7bc9,U+8074,U+82e6,U+8349,U+8a2a,U+8d70,U+8da3,U+8fce,U+91cc,U+967d,U+97ff,U+9996,U+ff1c,U+ff2f,U+ff32,U+ff34; +} + +/* noto-serif-jp-[102]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-102-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3d,U+5e,U+25cf,U+4e0e,U+4e5d,U+4e73,U+4e94,U+4f3c,U+5009,U+5145,U+51ac,U+5238,U+524a,U+53f3,U+547c,U+5802,U+5922,U+5a66,U+5c0e,U+5de6,U+5fd8,U+5feb,U+6797,U+685c,U+6b7b,U+6c5f-6c60,U+6cc9,U+6ce2,U+6d17,U+6e21,U+7167,U+7642,U+76db,U+8001,U+821e,U+8857,U+89d2,U+8b1b,U+8b70,U+8cb4,U+8cde,U+8f03,U+8f2a,U+968e,U+9b54,U+9e7f,U+9ebb,U+ff05,U+ff33; +} + +/* noto-serif-jp-[103]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-103-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+500d,U+5074,U+50cd,U+5175,U+52e2,U+5352,U+5354,U+53f2,U+5409,U+56fa,U+5a18,U+5b88,U+5bdd,U+5ca9,U+5f92,U+5fa9,U+60a9,U+623f,U+6483,U+653f,U+666f,U+66ae,U+66f2,U+6a21,U+6b66,U+6bcd,U+6d5c,U+796d,U+7a4d,U+7aef,U+7b56,U+7b97,U+7c4d,U+7e04,U+7fa9,U+8377,U+83dc,U+83ef,U+8535,U+8863,U+88cf,U+88dc,U+8907,U+8acb,U+90ce,U+91dd,U+ff0b,U+ff0d,U+ff19,U+ff65; +} + +/* noto-serif-jp-[104]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-104-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e01,U+4e21,U+4e38,U+52a9,U+547d,U+592e,U+5931,U+5b63,U+5c40,U+5dde,U+5e78,U+5efa,U+5fa1,U+604b,U+6075,U+62c5,U+632f,U+6a19,U+6c0f,U+6c11,U+6c96,U+6e05,U+70ba,U+71b1,U+7387,U+7403,U+75c5,U+77ed,U+795d,U+7b54,U+7cbe,U+7d19,U+7fa4,U+8089,U+81f4,U+8208,U+8336,U+8457,U+8a33,U+8c4a,U+8ca0,U+8ca8,U+8cc0,U+9014,U+964d,U+9803,U+983c,U+98db,U+ff17,U+ff21; +} + +/* noto-serif-jp-[105]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-105-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25,U+25a0,U+4e26,U+4f4e,U+5341,U+56f2,U+5bbf,U+5c45,U+5c55,U+5c5e,U+5dee,U+5e9c,U+5f7c,U+6255,U+627f,U+62bc,U+65cf,U+661f,U+666e,U+66dc,U+67fb,U+6975,U+6a4b,U+6b32,U+6df1,U+6e29,U+6fc0,U+738b,U+7686,U+7a76,U+7a81,U+7c73,U+7d75,U+7dd2,U+82e5,U+82f1,U+85ac,U+888b,U+899a,U+8a31,U+8a8c,U+8ab0,U+8b58,U+904a,U+9060,U+9280,U+95b2,U+984d,U+9ce5,U+ff18; +} + +/* noto-serif-jp-[106]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-106-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+30f6,U+50ac,U+5178,U+51e6,U+5224,U+52dd,U+5883,U+5897,U+590f,U+5a5a,U+5bb3,U+5c65,U+5e03,U+5e2b,U+5e30,U+5eb7,U+6271,U+63f4,U+64ae,U+6574,U+672b,U+679a,U+6a29-6a2a,U+6ca2,U+6cc1,U+6d0b,U+713c,U+74b0,U+7981,U+7a0b,U+7bc0,U+7d1a,U+7d61,U+7fd2,U+822c,U+8996,U+89aa,U+8cac,U+8cbb,U+8d77,U+8def,U+9020,U+9152,U+9244,U+9662,U+967a,U+96e3,U+9759,U+ff16; +} + +/* noto-serif-jp-[107]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-107-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+23,U+3c,U+2192,U+4e45,U+4efb,U+4f50,U+4f8b,U+4fc2,U+5024,U+5150,U+5272,U+5370,U+53bb,U+542b,U+56db,U+56e3,U+57ce,U+5bc4,U+5bcc,U+5f71,U+60aa,U+6238,U+6280,U+629c,U+6539,U+66ff,U+670d,U+677e-677f,U+6839,U+69cb,U+6b4c,U+6bb5,U+6e96,U+6f14,U+72ec,U+7389,U+7814,U+79cb,U+79d1,U+79fb,U+7a0e,U+7d0d,U+85e4,U+8d64,U+9632,U+96e2,U+9805,U+99ac,U+ff1e; +} + +/* noto-serif-jp-[108]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-108-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2605-2606,U+301c,U+4e57,U+4fee,U+5065,U+52df,U+533b,U+5357,U+57df,U+58eb,U+58f0,U+591c,U+592a-592b,U+5948,U+5b85,U+5d0e,U+5ea7,U+5ff5,U+6025,U+63a1,U+63a5,U+63db,U+643a,U+65bd,U+671d,U+68ee,U+6982,U+6b73,U+6bd4,U+6d88,U+7570,U+7b11,U+7d76,U+8077,U+8217,U+8c37,U+8c61,U+8cc7,U+8d85,U+901f,U+962a,U+9802,U+9806,U+9854,U+98f2,U+9928,U+99c5,U+9ed2; +} + +/* noto-serif-jp-[109]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-109-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+266a,U+4f11,U+533a,U+5343,U+534a,U+53cd,U+5404,U+56f3,U+5b57-5b58,U+5bae,U+5c4a,U+5e0c,U+5e2f,U+5eab,U+5f35,U+5f79,U+614b,U+6226,U+629e,U+65c5,U+6625,U+6751,U+6821,U+6b69,U+6b8b,U+6bce,U+6c42,U+706b,U+7c21,U+7cfb,U+805e,U+80b2,U+82b8,U+843d,U+8853,U+88c5,U+8a3c,U+8a66,U+8d8a,U+8fba,U+9069,U+91cf,U+9752,U+975e,U+9999,U+ff0f-ff10,U+ff14-ff15; +} + +/* noto-serif-jp-[110]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-110-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+40,U+4e86,U+4e95,U+4f01,U+4f1d,U+4fbf,U+5099,U+5171,U+5177,U+53cb,U+53ce,U+53f0,U+5668,U+5712,U+5ba4,U+5ca1,U+5f85,U+60f3,U+653e,U+65ad,U+65e9,U+6620,U+6750,U+6761,U+6b62,U+6b74,U+6e08,U+6e80,U+7248,U+7531,U+7533,U+753a,U+77f3,U+798f,U+7f6e,U+8449,U+88fd,U+89b3,U+8a55,U+8ac7,U+8b77,U+8db3,U+8efd,U+8fd4,U+9031-9032,U+9580,U+9589,U+96d1,U+985e; +} + +/* noto-serif-jp-[111]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-111-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2b,U+d7,U+300e-300f,U+4e07,U+4e8c,U+512a,U+5149,U+518d,U+5236,U+52b9,U+52d9,U+5468,U+578b,U+57fa,U+5b8c,U+5ba2,U+5c02,U+5de5,U+5f37,U+5f62,U+623b,U+63d0,U+652f,U+672a,U+6848,U+6d41,U+7136,U+7537,U+754c,U+76f4,U+79c1,U+7ba1,U+7d44,U+7d4c,U+7dcf,U+7dda,U+7de8,U+82b1,U+897f,U+8ca9,U+8cfc,U+904e,U+9664,U+982d,U+9858,U+98a8,U+9a13,U+ff13,U+ff5c; +} + +/* noto-serif-jp-[112]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-112-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e16,U+4e3b,U+4ea4,U+4ee4,U+4f4d,U+4f4f,U+4f55,U+4f9b,U+5317,U+5358,U+53c2,U+53e4,U+548c,U+571f,U+59cb,U+5cf6,U+5e38,U+63a2,U+63b2,U+6559,U+662d,U+679c,U+6c7a,U+72b6,U+7523,U+767d,U+770c,U+7a2e,U+7a3f,U+7a7a,U+7b2c,U+7b49,U+7d20,U+7d42,U+8003,U+8272,U+8a08,U+8aac,U+8cb7,U+8eab,U+8ee2,U+9054-9055,U+90fd,U+914d,U+91cd,U+969b,U+97f3,U+984c,U+ff06; +} + +/* noto-serif-jp-[113]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-113-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+26,U+5f,U+2026,U+203b,U+4e09,U+4eac,U+4ed5,U+4fa1,U+5143,U+5199,U+5207,U+539f,U+53e3,U+53f7,U+5411,U+5473,U+5546,U+55b6,U+5929,U+597d,U+5bb9,U+5c11,U+5c4b,U+5ddd,U+5f97,U+5fc5,U+6295,U+6301,U+6307,U+671b,U+76f8,U+78ba,U+795e,U+7d30,U+7d39,U+7d9a,U+89e3,U+8a00,U+8a73,U+8a8d,U+8a9e,U+8aad,U+8abf,U+8cea,U+8eca,U+8ffd,U+904b,U+9650,U+ff11-ff12; +} + +/* noto-serif-jp-[114]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-114-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3e,U+3005,U+4e0d,U+4e88,U+4ecb,U+4ee3,U+4ef6,U+4fdd,U+4fe1,U+500b,U+50cf,U+5186,U+5316,U+53d7,U+540c,U+544a,U+54e1,U+5728,U+58f2,U+5973,U+5b89,U+5c71,U+5e02,U+5e97,U+5f15,U+5fc3,U+5fdc,U+601d,U+611b,U+611f,U+671f,U+6728,U+6765,U+683c,U+6b21,U+6ce8,U+6d3b,U+6d77,U+7530,U+7740,U+7acb,U+7d50,U+826f,U+8f09,U+8fbc,U+9001,U+9053,U+91ce,U+9762,U+98df; +} + +/* noto-serif-jp-[115]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-115-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7c,U+3080,U+4ee5,U+5148,U+516c,U+521d,U+5225,U+529b,U+52a0,U+53ef,U+56de,U+56fd,U+5909,U+591a,U+5b66,U+5b9f,U+5bb6,U+5bfe,U+5e73,U+5e83,U+5ea6,U+5f53,U+6027,U+610f,U+6210,U+6240,U+660e,U+66f4,U+66f8,U+6709,U+6771,U+697d,U+69d8,U+6a5f,U+6c34,U+6cbb,U+73fe,U+756a,U+7684,U+771f,U+793a,U+7f8e,U+898f,U+8a2d,U+8a71,U+8fd1,U+9078,U+9577,U+96fb,U+ff5e; +} + +/* noto-serif-jp-[116]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-116-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a9,U+3010-3011,U+30e2,U+4e0b,U+4eca,U+4ed6,U+4ed8,U+4f53,U+4f5c,U+4f7f,U+53d6,U+540d,U+54c1,U+5730,U+5916,U+5b50,U+5c0f,U+5f8c,U+624b,U+6570,U+6587,U+6599,U+691c,U+696d,U+6cd5,U+7269,U+7279,U+7406,U+767a-767b,U+77e5,U+7d04,U+7d22,U+8005,U+80fd,U+81ea,U+8868,U+8981,U+89a7,U+901a,U+9023,U+90e8,U+91d1,U+9332,U+958b,U+96c6,U+9ad8,U+ff1a,U+ff1f; +} + +/* noto-serif-jp-[117]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-117-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e,U+a0,U+3000,U+300c-300d,U+4e00,U+4e0a,U+4e2d,U+4e8b,U+4eba,U+4f1a,U+5165,U+5168,U+5185,U+51fa,U+5206,U+5229,U+524d,U+52d5,U+5408,U+554f,U+5831,U+5834,U+5927,U+5b9a,U+5e74,U+5f0f,U+60c5,U+65b0,U+65b9,U+6642,U+6700,U+672c,U+682a,U+6b63,U+6c17,U+7121,U+751f,U+7528,U+753b,U+76ee,U+793e,U+884c,U+898b,U+8a18,U+9593,U+95a2,U+ff01,U+ff08-ff09; +} + +/* noto-serif-jp-[118]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-118-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+21-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+c9,U+cd,U+d6,U+d8,U+dc,U+e0-e5,U+e7-ed,U+ef,U+f1-f4,U+f6,U+f8,U+fa,U+fc-fd,U+103,U+14d,U+1b0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+201c-201d,U+2039-203a,U+203c,U+2048-2049,U+2113,U+2122,U+65e5,U+6708,U+70b9; +} + +/* noto-serif-jp-[119]-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-119-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e; +} + +/* noto-serif-jp-cyrillic-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-cyrillic-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-jp-vietnamese-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-vietnamese-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-jp-latin-ext-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-latin-ext-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* noto-serif-jp-latin-wght-normal */ +@font-face { + font-family: 'Noto Serif JP Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-jp-latin-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-kr/CHANGELOG.md b/fonts/variable/noto-serif-kr/CHANGELOG.md new file mode 100644 index 00000000000..e798685bbf8 --- /dev/null +++ b/fonts/variable/noto-serif-kr/CHANGELOG.md @@ -0,0 +1,2 @@ +# Changelog +See the [Fontsource CHANGELOG.md](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md). \ No newline at end of file diff --git a/fonts/variable/noto-serif-kr/LICENSE b/fonts/variable/noto-serif-kr/LICENSE new file mode 100644 index 00000000000..664f22fa729 --- /dev/null +++ b/fonts/variable/noto-serif-kr/LICENSE @@ -0,0 +1,93 @@ +(c) 2017-2023 Adobe (http://www.adobe.com/). + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/fonts/variable/noto-serif-kr/README.md b/fonts/variable/noto-serif-kr/README.md new file mode 100644 index 00000000000..f937bc8cbb0 --- /dev/null +++ b/fonts/variable/noto-serif-kr/README.md @@ -0,0 +1,48 @@ +# Fontsource Noto Serif KR + +[![npm (scoped)](https://img.shields.io/npm/v/@fontsource-variable/noto-serif-kr?color=brightgreen)](https://www.npmjs.com/package/@fontsource-variable/noto-serif-kr) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource-variable/noto-serif-kr)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource-variable/noto-serif-kr)](https://github.com/fontsource/fontsource) [![GitHub stars](https://img.shields.io/github/stars/fontsource/fontsource.svg?style=social&label=Star)](https://github.com/fontsource/fontsource/stargazers) + +The CSS and web font files to easily self-host the “Noto Serif KR” variable font. Please visit the main [Fontsource website](https://fontsource.org/fonts/noto-serif-kr) to view more details on this package. + +## Quick Installation + +Fontsource offers multiple methods to import the CSS, including using a bundler like Vite or using SASS. You can find full documentation [here](https://fontsource.org/docs/getting-started/introduction). + +```javascript +npm install @fontsource-variable/noto-serif-kr +``` + +Within your app entry file or site component, import it in. + +```javascript +import "@fontsource-variable/noto-serif-kr"; // Defaults to wght axis +import "@fontsource-variable/noto-serif-kr/wght.css"; // Specify axis +import "@fontsource-variable/noto-serif-kr/wght-italic.css"; // Specify axis and style +``` + +Supported variables: +- Weights: `[200,300,400,500,600,700,800,900]` +- Styles: `[normal]` +- Subsets: `[cyrillic,korean,latin,latin-ext,vietnamese]` +- Axes: `[wght]` + +> Note: `italic` may not be supported by all fonts. To learn more about what axes and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/noto-serif-kr). + +Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS. + +```css +body { + font-family: "Noto Serif KR Variable"; +} +``` + +## Licensing +Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0. + +(c) 2017-2023 Adobe (http://www.adobe.com/). +[OFL-1.1](http://scripts.sil.org/OFL) + +## Other Notes +Font version (provided by source): `v27`. + +If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-0-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-0-wght-normal.woff2 new file mode 100644 index 00000000000..8135f73a74b Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-0-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-1-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-1-wght-normal.woff2 new file mode 100644 index 00000000000..6c1144d64ff Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-1-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-10-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-10-wght-normal.woff2 new file mode 100644 index 00000000000..843c31263e1 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-10-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-100-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-100-wght-normal.woff2 new file mode 100644 index 00000000000..4ee52a3fc1c Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-100-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-101-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-101-wght-normal.woff2 new file mode 100644 index 00000000000..a06c1f6f2b4 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-101-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-102-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-102-wght-normal.woff2 new file mode 100644 index 00000000000..81492acaff2 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-102-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-103-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-103-wght-normal.woff2 new file mode 100644 index 00000000000..1aa378a9a40 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-103-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-104-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-104-wght-normal.woff2 new file mode 100644 index 00000000000..85d471fdd25 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-104-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-105-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-105-wght-normal.woff2 new file mode 100644 index 00000000000..2ac9e353568 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-105-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-106-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-106-wght-normal.woff2 new file mode 100644 index 00000000000..c4a214a02ef Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-106-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-107-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-107-wght-normal.woff2 new file mode 100644 index 00000000000..a25e4634501 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-107-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-108-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-108-wght-normal.woff2 new file mode 100644 index 00000000000..1e03b1ed0fb Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-108-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-109-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-109-wght-normal.woff2 new file mode 100644 index 00000000000..af26cfd6d6b Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-109-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-11-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-11-wght-normal.woff2 new file mode 100644 index 00000000000..ed36e2a59be Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-11-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-110-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-110-wght-normal.woff2 new file mode 100644 index 00000000000..c960ebfe86c Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-110-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-111-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-111-wght-normal.woff2 new file mode 100644 index 00000000000..97c1782caca Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-111-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-112-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-112-wght-normal.woff2 new file mode 100644 index 00000000000..94ce02c6bc7 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-112-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-113-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-113-wght-normal.woff2 new file mode 100644 index 00000000000..63f7cb85821 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-113-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-114-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-114-wght-normal.woff2 new file mode 100644 index 00000000000..984e09f7839 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-114-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-115-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-115-wght-normal.woff2 new file mode 100644 index 00000000000..735bf9c41c6 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-115-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-116-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-116-wght-normal.woff2 new file mode 100644 index 00000000000..dbd4f62fbb8 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-116-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-117-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-117-wght-normal.woff2 new file mode 100644 index 00000000000..7a8a29f108d Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-117-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-118-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-118-wght-normal.woff2 new file mode 100644 index 00000000000..9637d8383c4 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-118-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-119-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-119-wght-normal.woff2 new file mode 100644 index 00000000000..4384218edfa Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-119-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-12-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-12-wght-normal.woff2 new file mode 100644 index 00000000000..14a7d27325d Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-12-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-13-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-13-wght-normal.woff2 new file mode 100644 index 00000000000..c0fa70eef07 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-13-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-14-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-14-wght-normal.woff2 new file mode 100644 index 00000000000..7e1bc55a35e Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-14-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-15-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-15-wght-normal.woff2 new file mode 100644 index 00000000000..022c257786a Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-15-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-16-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-16-wght-normal.woff2 new file mode 100644 index 00000000000..d54a17a13f3 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-16-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-17-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-17-wght-normal.woff2 new file mode 100644 index 00000000000..736fdc149bb Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-17-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-18-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-18-wght-normal.woff2 new file mode 100644 index 00000000000..de5f0dcfb40 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-18-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-19-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-19-wght-normal.woff2 new file mode 100644 index 00000000000..5d47b9686d1 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-19-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-2-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-2-wght-normal.woff2 new file mode 100644 index 00000000000..800e737e9a1 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-2-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-20-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-20-wght-normal.woff2 new file mode 100644 index 00000000000..755ead99a1f Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-20-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-21-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-21-wght-normal.woff2 new file mode 100644 index 00000000000..8ae32b26891 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-21-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-22-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-22-wght-normal.woff2 new file mode 100644 index 00000000000..25a6a338e39 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-22-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-23-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-23-wght-normal.woff2 new file mode 100644 index 00000000000..1ac1ea3b10c Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-23-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-24-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-24-wght-normal.woff2 new file mode 100644 index 00000000000..1dfd6eedce5 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-24-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-25-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-25-wght-normal.woff2 new file mode 100644 index 00000000000..66c3d34ce6a Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-25-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-26-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-26-wght-normal.woff2 new file mode 100644 index 00000000000..1b0e438ce50 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-26-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-27-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-27-wght-normal.woff2 new file mode 100644 index 00000000000..1a3aaee4ca5 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-27-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-28-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-28-wght-normal.woff2 new file mode 100644 index 00000000000..d6892283731 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-28-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-29-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-29-wght-normal.woff2 new file mode 100644 index 00000000000..5a53f431586 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-29-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-3-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-3-wght-normal.woff2 new file mode 100644 index 00000000000..14ab6dd3419 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-3-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-30-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-30-wght-normal.woff2 new file mode 100644 index 00000000000..d107cdbbe05 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-30-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-31-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-31-wght-normal.woff2 new file mode 100644 index 00000000000..8863643f17c Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-31-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-32-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-32-wght-normal.woff2 new file mode 100644 index 00000000000..c8c7e77b5d7 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-32-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-33-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-33-wght-normal.woff2 new file mode 100644 index 00000000000..9623007cb55 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-33-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-34-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-34-wght-normal.woff2 new file mode 100644 index 00000000000..0da3dba0da8 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-34-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-35-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-35-wght-normal.woff2 new file mode 100644 index 00000000000..d3279adba58 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-35-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-36-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-36-wght-normal.woff2 new file mode 100644 index 00000000000..f93d701db1d Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-36-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-37-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-37-wght-normal.woff2 new file mode 100644 index 00000000000..742c920520d Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-37-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-38-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-38-wght-normal.woff2 new file mode 100644 index 00000000000..a069938cee1 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-38-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-39-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-39-wght-normal.woff2 new file mode 100644 index 00000000000..43310b84bda Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-39-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-4-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-4-wght-normal.woff2 new file mode 100644 index 00000000000..bb1651d74b3 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-4-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-40-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-40-wght-normal.woff2 new file mode 100644 index 00000000000..f1bab4191f7 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-40-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-41-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-41-wght-normal.woff2 new file mode 100644 index 00000000000..6d4a8aaf21d Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-41-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-42-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-42-wght-normal.woff2 new file mode 100644 index 00000000000..5031bfc04ad Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-42-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-43-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-43-wght-normal.woff2 new file mode 100644 index 00000000000..2dacf2d7d42 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-43-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-44-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-44-wght-normal.woff2 new file mode 100644 index 00000000000..74e1676f59a Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-44-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-45-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-45-wght-normal.woff2 new file mode 100644 index 00000000000..ad36dead72c Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-45-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-46-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-46-wght-normal.woff2 new file mode 100644 index 00000000000..8a6576cd318 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-46-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-47-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-47-wght-normal.woff2 new file mode 100644 index 00000000000..4c3ab602a7b Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-47-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-48-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-48-wght-normal.woff2 new file mode 100644 index 00000000000..0d8ccb43b36 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-48-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-49-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-49-wght-normal.woff2 new file mode 100644 index 00000000000..6a882b09c12 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-49-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-5-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-5-wght-normal.woff2 new file mode 100644 index 00000000000..fd759f9f62c Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-5-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-50-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-50-wght-normal.woff2 new file mode 100644 index 00000000000..92632d656f9 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-50-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-51-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-51-wght-normal.woff2 new file mode 100644 index 00000000000..a134b9b77ed Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-51-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-52-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-52-wght-normal.woff2 new file mode 100644 index 00000000000..d87579e4b19 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-52-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-53-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-53-wght-normal.woff2 new file mode 100644 index 00000000000..e55581e89b5 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-53-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-54-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-54-wght-normal.woff2 new file mode 100644 index 00000000000..e47b4f0141b Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-54-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-55-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-55-wght-normal.woff2 new file mode 100644 index 00000000000..53b33fc0409 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-55-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-56-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-56-wght-normal.woff2 new file mode 100644 index 00000000000..05b95ee2cfe Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-56-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-57-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-57-wght-normal.woff2 new file mode 100644 index 00000000000..130251e5f9d Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-57-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-58-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-58-wght-normal.woff2 new file mode 100644 index 00000000000..1f4dc23a358 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-58-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-59-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-59-wght-normal.woff2 new file mode 100644 index 00000000000..b9d94dfc151 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-59-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-6-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-6-wght-normal.woff2 new file mode 100644 index 00000000000..832522a49f8 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-6-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-60-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-60-wght-normal.woff2 new file mode 100644 index 00000000000..5e16cfdf21c Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-60-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-61-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-61-wght-normal.woff2 new file mode 100644 index 00000000000..6ee591d4a8c Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-61-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-62-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-62-wght-normal.woff2 new file mode 100644 index 00000000000..1ddf1538b74 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-62-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-63-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-63-wght-normal.woff2 new file mode 100644 index 00000000000..ce48150ba50 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-63-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-64-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-64-wght-normal.woff2 new file mode 100644 index 00000000000..5b9cf0981ca Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-64-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-65-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-65-wght-normal.woff2 new file mode 100644 index 00000000000..45a68bdb8b1 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-65-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-66-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-66-wght-normal.woff2 new file mode 100644 index 00000000000..58d6e0582d4 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-66-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-67-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-67-wght-normal.woff2 new file mode 100644 index 00000000000..37a0d029e5b Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-67-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-68-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-68-wght-normal.woff2 new file mode 100644 index 00000000000..a3bbf6781bc Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-68-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-69-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-69-wght-normal.woff2 new file mode 100644 index 00000000000..c05ef81e03e Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-69-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-7-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-7-wght-normal.woff2 new file mode 100644 index 00000000000..2c2144d27c8 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-7-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-70-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-70-wght-normal.woff2 new file mode 100644 index 00000000000..1522a6a7a67 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-70-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-71-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-71-wght-normal.woff2 new file mode 100644 index 00000000000..061b85cb03b Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-71-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-72-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-72-wght-normal.woff2 new file mode 100644 index 00000000000..220848252ac Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-72-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-73-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-73-wght-normal.woff2 new file mode 100644 index 00000000000..a8d52b8c383 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-73-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-74-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-74-wght-normal.woff2 new file mode 100644 index 00000000000..7c465813939 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-74-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-75-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-75-wght-normal.woff2 new file mode 100644 index 00000000000..b6856989720 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-75-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-76-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-76-wght-normal.woff2 new file mode 100644 index 00000000000..98cae6afd0b Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-76-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-77-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-77-wght-normal.woff2 new file mode 100644 index 00000000000..791c0f6aac8 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-77-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-78-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-78-wght-normal.woff2 new file mode 100644 index 00000000000..9ccbb62a2b8 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-78-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-79-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-79-wght-normal.woff2 new file mode 100644 index 00000000000..840b4e8f9bb Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-79-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-8-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-8-wght-normal.woff2 new file mode 100644 index 00000000000..7e8e5f885d9 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-8-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-80-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-80-wght-normal.woff2 new file mode 100644 index 00000000000..bd5dde70dd7 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-80-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-81-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-81-wght-normal.woff2 new file mode 100644 index 00000000000..a2bf0efc8b8 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-81-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-82-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-82-wght-normal.woff2 new file mode 100644 index 00000000000..ae9dfad5ef0 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-82-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-83-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-83-wght-normal.woff2 new file mode 100644 index 00000000000..4188645ea7e Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-83-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-84-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-84-wght-normal.woff2 new file mode 100644 index 00000000000..683febb6e17 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-84-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-85-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-85-wght-normal.woff2 new file mode 100644 index 00000000000..b7371a97185 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-85-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-86-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-86-wght-normal.woff2 new file mode 100644 index 00000000000..a673bcea44e Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-86-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-87-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-87-wght-normal.woff2 new file mode 100644 index 00000000000..cb0e467dd41 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-87-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-88-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-88-wght-normal.woff2 new file mode 100644 index 00000000000..efdbd5013ce Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-88-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-89-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-89-wght-normal.woff2 new file mode 100644 index 00000000000..fccc616d2c9 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-89-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-9-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-9-wght-normal.woff2 new file mode 100644 index 00000000000..9dc48a910a3 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-9-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-90-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-90-wght-normal.woff2 new file mode 100644 index 00000000000..05678d61b2d Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-90-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-91-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-91-wght-normal.woff2 new file mode 100644 index 00000000000..114de74746f Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-91-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-92-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-92-wght-normal.woff2 new file mode 100644 index 00000000000..c369f7a8644 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-92-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-93-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-93-wght-normal.woff2 new file mode 100644 index 00000000000..61c0f7e602e Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-93-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-94-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-94-wght-normal.woff2 new file mode 100644 index 00000000000..c807ceb7ba7 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-94-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-95-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-95-wght-normal.woff2 new file mode 100644 index 00000000000..74a43739d82 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-95-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-96-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-96-wght-normal.woff2 new file mode 100644 index 00000000000..c8e42399415 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-96-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-97-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-97-wght-normal.woff2 new file mode 100644 index 00000000000..7663636b478 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-97-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-98-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-98-wght-normal.woff2 new file mode 100644 index 00000000000..beeca812c95 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-98-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-99-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-99-wght-normal.woff2 new file mode 100644 index 00000000000..3f873309a38 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-99-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-cyrillic-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-cyrillic-wght-normal.woff2 new file mode 100644 index 00000000000..ca8fd0491fe Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-cyrillic-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-latin-ext-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-latin-ext-wght-normal.woff2 new file mode 100644 index 00000000000..c8c54016467 Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-latin-ext-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-latin-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-latin-wght-normal.woff2 new file mode 100644 index 00000000000..16f412f8dff Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-latin-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/files/noto-serif-kr-vietnamese-wght-normal.woff2 b/fonts/variable/noto-serif-kr/files/noto-serif-kr-vietnamese-wght-normal.woff2 new file mode 100644 index 00000000000..96e756d7b7f Binary files /dev/null and b/fonts/variable/noto-serif-kr/files/noto-serif-kr-vietnamese-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-kr/index.css b/fonts/variable/noto-serif-kr/index.css new file mode 100644 index 00000000000..8db30adb0b5 --- /dev/null +++ b/fonts/variable/noto-serif-kr/index.css @@ -0,0 +1,1239 @@ +/* noto-serif-kr-[0]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-0-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+f9ca-fa0b,U+ff03-ff05,U+ff07,U+ff0a-ff0b,U+ff0d-ff19,U+ff1b,U+ff1d,U+ff20-ff5b,U+ff5d,U+ffe0-ffe3,U+ffe5-ffe6; +} + +/* noto-serif-kr-[1]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-1-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+f92f-f980,U+f982-f9c9; +} + +/* noto-serif-kr-[2]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-2-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d723-d728,U+d72a-d733,U+d735-d748,U+d74a-d74f,U+d752-d753,U+d755-d757,U+d75a-d75f,U+d762-d764,U+d766-d768,U+d76a-d76b,U+d76d-d76f,U+d771-d787,U+d789-d78b,U+d78d-d78f,U+d791-d797,U+d79a,U+d79c,U+d79e-d7a3,U+f900-f909,U+f90b-f92e; +} + +/* noto-serif-kr-[3]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-3-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d679-d68b,U+d68e-d69e,U+d6a0,U+d6a2-d6a7,U+d6a9-d6c3,U+d6c6-d6c7,U+d6c9-d6cb,U+d6cd-d6d3,U+d6d5-d6d6,U+d6d8-d6e3,U+d6e5-d6e7,U+d6e9-d6fb,U+d6fd-d717,U+d719-d71f,U+d721-d722; +} + +/* noto-serif-kr-[4]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-4-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d5bc-d5c7,U+d5ca-d5cb,U+d5cd-d5cf,U+d5d1-d5d7,U+d5d9-d5da,U+d5dc,U+d5de-d5e3,U+d5e6-d5e7,U+d5e9-d5eb,U+d5ed-d5f6,U+d5f8,U+d5fa-d5ff,U+d602-d603,U+d605-d607,U+d609-d60f,U+d612-d613,U+d616-d61b,U+d61d-d637,U+d63a-d63b,U+d63d-d63f,U+d641-d647,U+d64a-d64c,U+d64e-d653,U+d656-d657,U+d659-d65b,U+d65d-d666,U+d668,U+d66a-d678; +} + +/* noto-serif-kr-[5]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-5-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d507,U+d509-d50b,U+d50d-d513,U+d515-d53b,U+d53e-d53f,U+d541-d543,U+d545-d54c,U+d54e,U+d550,U+d552-d557,U+d55a-d55b,U+d55d-d55f,U+d561-d564,U+d566-d567,U+d56a,U+d56c,U+d56e-d573,U+d576-d577,U+d579-d583,U+d585-d586,U+d58a-d5a4,U+d5a6-d5bb; +} + +/* noto-serif-kr-[6]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-6-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d464-d477,U+d47a-d47b,U+d47d-d47f,U+d481-d487,U+d489-d48a,U+d48c,U+d48e-d4e7,U+d4e9-d503,U+d505-d506; +} + +/* noto-serif-kr-[7]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-7-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d3bf-d3c7,U+d3ca-d3cf,U+d3d1-d3eb,U+d3ee-d3ef,U+d3f1-d3f3,U+d3f5-d3fb,U+d3fd-d400,U+d402-d45b,U+d45d-d463; +} + +/* noto-serif-kr-[8]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-8-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d2ff,U+d302-d304,U+d306-d30b,U+d30f,U+d311-d313,U+d315-d31b,U+d31e,U+d322-d324,U+d326-d327,U+d32a-d32b,U+d32d-d32f,U+d331-d337,U+d339-d33c,U+d33e-d37b,U+d37e-d37f,U+d381-d383,U+d385-d38b,U+d38e-d390,U+d392-d397,U+d39a-d39b,U+d39d-d39f,U+d3a1-d3a7,U+d3a9-d3aa,U+d3ac,U+d3ae-d3b3,U+d3b5-d3b7,U+d3b9-d3bb,U+d3bd-d3be; +} + +/* noto-serif-kr-[9]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-9-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d257-d27f,U+d281-d29b,U+d29d-d29f,U+d2a1-d2ab,U+d2ad-d2b7,U+d2ba-d2bb,U+d2bd-d2bf,U+d2c1-d2c7,U+d2c9-d2ef,U+d2f2-d2f3,U+d2f5-d2f7,U+d2f9-d2fe; +} + +/* noto-serif-kr-[10]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-10-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d1b4,U+d1b6-d1f3,U+d1f5-d22b,U+d22e-d22f,U+d231-d233,U+d235-d23b,U+d23d-d240,U+d242-d256; +} + +/* noto-serif-kr-[11]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-11-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d105-d12f,U+d132-d133,U+d135-d137,U+d139-d13f,U+d141-d142,U+d144,U+d146-d14b,U+d14e-d14f,U+d151-d153,U+d155-d15b,U+d15e-d187,U+d189-d19f,U+d1a2-d1a3,U+d1a5-d1a7,U+d1a9-d1af,U+d1b2-d1b3; +} + +/* noto-serif-kr-[12]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-12-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d04b-d04f,U+d051-d057,U+d059-d06b,U+d06d-d06f,U+d071-d073,U+d075-d07b,U+d07e-d0a3,U+d0a6-d0a7,U+d0a9-d0ab,U+d0ad-d0b3,U+d0b6,U+d0b8,U+d0ba-d0bf,U+d0c2-d0c3,U+d0c5-d0c7,U+d0c9-d0cf,U+d0d2,U+d0d6-d0db,U+d0de-d0df,U+d0e1-d0e3,U+d0e5-d0eb,U+d0ee-d0f0,U+d0f2-d104; +} + +/* noto-serif-kr-[13]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-13-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+cfa2-cfc3,U+cfc5-cfdf,U+cfe2-cfe3,U+cfe5-cfe7,U+cfe9-cff4,U+cff6-cffb,U+cffd-cfff,U+d001-d003,U+d005-d017,U+d019-d033,U+d036-d037,U+d039-d03b,U+d03d-d04a; +} + +/* noto-serif-kr-[14]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-14-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+cef0-cef3,U+cef6,U+cef9-ceff,U+cf01-cf03,U+cf05-cf07,U+cf09-cf0f,U+cf11-cf12,U+cf14-cf1b,U+cf1d-cf1f,U+cf21-cf2f,U+cf31-cf53,U+cf56-cf57,U+cf59-cf5b,U+cf5d-cf63,U+cf66,U+cf68,U+cf6a-cf6f,U+cf71-cf84,U+cf86-cf8b,U+cf8d-cfa1; +} + +/* noto-serif-kr-[15]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-15-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ce3c-ce57,U+ce5a-ce5b,U+ce5d-ce5f,U+ce61-ce67,U+ce6a,U+ce6c,U+ce6e-ce73,U+ce76-ce77,U+ce79-ce7b,U+ce7d-ce83,U+ce85-ce88,U+ce8a-ce8f,U+ce91-ce93,U+ce95-ce97,U+ce99-ce9f,U+cea2,U+cea4-ceab,U+cead-cee3,U+cee6-cee7,U+cee9-ceeb,U+ceed-ceef; +} + +/* noto-serif-kr-[16]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-16-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+cd92-cd93,U+cd96-cd97,U+cd99-cd9b,U+cd9d-cda3,U+cda6-cda8,U+cdaa-cdaf,U+cdb1-cdc3,U+cdc5-cdcb,U+cdcd-cde7,U+cde9-ce03,U+ce05-ce1f,U+ce22-ce34,U+ce36-ce3b; +} + +/* noto-serif-kr-[17]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-17-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ccef-cd07,U+cd0a-cd0b,U+cd0d-cd1a,U+cd1c,U+cd1e-cd2b,U+cd2d-cd5b,U+cd5d-cd77,U+cd79-cd91; +} + +/* noto-serif-kr-[18]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-18-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+cc3f-cc43,U+cc46-cc47,U+cc49-cc4b,U+cc4d-cc53,U+cc55-cc58,U+cc5a-cc5f,U+cc61-cc97,U+cc9a-cc9b,U+cc9d-cc9f,U+cca1-cca7,U+ccaa,U+ccac,U+ccae-ccb3,U+ccb6-ccb7,U+ccb9-ccbb,U+ccbd-cccf,U+ccd1-cce3,U+cce5-ccee; +} + +/* noto-serif-kr-[19]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-19-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+cb91-cbd3,U+cbd5-cbe3,U+cbe5-cc0b,U+cc0e-cc0f,U+cc11-cc13,U+cc15-cc1b,U+cc1d-cc20,U+cc23-cc27,U+cc2a-cc2b,U+cc2d,U+cc2f,U+cc31-cc37,U+cc3a,U+cc3c; +} + +/* noto-serif-kr-[20]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-20-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+caf4-cb47,U+cb4a-cb90; +} + +/* noto-serif-kr-[21]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-21-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ca4a-ca4b,U+ca4e-ca4f,U+ca51-ca53,U+ca55-ca5b,U+ca5d-ca60,U+ca62-ca83,U+ca85-cabb,U+cabe-cabf,U+cac1-cac3,U+cac5-cacb,U+cacd-cad0,U+cad2,U+cad4-cad8,U+cada-caf3; +} + +/* noto-serif-kr-[22]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-22-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c996-c997,U+c99a-c99c,U+c99e-c9bf,U+c9c2-c9c3,U+c9c5-c9c7,U+c9c9-c9cf,U+c9d2,U+c9d4,U+c9d7-c9d8,U+c9db,U+c9de-c9df,U+c9e1-c9e3,U+c9e5-c9e6,U+c9e8-c9eb,U+c9ee-c9f0,U+c9f2-c9f7,U+c9f9-ca0b,U+ca0d-ca28,U+ca2a-ca49; +} + +/* noto-serif-kr-[23]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-23-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c8e9-c8f4,U+c8f6-c8fb,U+c8fe-c8ff,U+c901-c903,U+c905-c90b,U+c90e-c910,U+c912-c917,U+c919-c92b,U+c92d-c94f,U+c951-c953,U+c955-c96b,U+c96d-c973,U+c975-c987,U+c98a-c98b,U+c98d-c98f,U+c991-c995; +} + +/* noto-serif-kr-[24]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-24-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c841-c84b,U+c84d-c86f,U+c872-c873,U+c875-c877,U+c879-c87f,U+c882-c884,U+c887-c88a,U+c88d-c8c3,U+c8c5-c8df,U+c8e1-c8e8; +} + +/* noto-serif-kr-[25]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-25-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c779-c77b,U+c77e-c782,U+c786,U+c78b,U+c78d,U+c78f,U+c792-c793,U+c795,U+c797,U+c799-c79f,U+c7a2,U+c7a7-c7ab,U+c7ae-c7bb,U+c7bd-c7c0,U+c7c2-c7c7,U+c7c9-c7dc,U+c7de-c7ff,U+c802-c803,U+c805-c807,U+c809,U+c80b-c80f,U+c812,U+c814,U+c817-c81b,U+c81e-c81f,U+c821-c823,U+c825-c82e,U+c830-c837,U+c839-c83b,U+c83d-c840; +} + +/* noto-serif-kr-[26]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-26-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c6bb-c6bf,U+c6c2,U+c6c4,U+c6c6-c6cb,U+c6ce-c6cf,U+c6d1-c6d3,U+c6d5-c6db,U+c6dd-c6df,U+c6e1-c6e7,U+c6e9-c6eb,U+c6ed-c6ef,U+c6f1-c6f8,U+c6fa-c703,U+c705-c707,U+c709-c70b,U+c70d-c716,U+c718,U+c71a-c71f,U+c722-c723,U+c725-c727,U+c729-c734,U+c736-c73b,U+c73e-c73f,U+c741-c743,U+c745-c74b,U+c74e-c750,U+c752-c757,U+c759-c773,U+c776-c777; +} + +/* noto-serif-kr-[27]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-27-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c5f5-c5fb,U+c5fe,U+c602-c605,U+c607,U+c609-c60f,U+c611-c61a,U+c61c-c623,U+c626-c627,U+c629-c62b,U+c62d,U+c62f-c632,U+c636,U+c638,U+c63a-c63f,U+c642-c643,U+c645-c647,U+c649-c652,U+c656-c65b,U+c65d-c65f,U+c661-c663,U+c665-c677,U+c679-c67b,U+c67d-c693,U+c696-c697,U+c699-c69b,U+c69d-c6a3,U+c6a6,U+c6a8,U+c6aa-c6af,U+c6b2-c6b3,U+c6b5-c6b7,U+c6b9-c6ba; +} + +/* noto-serif-kr-[28]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-28-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c517-c527,U+c52a-c52b,U+c52d-c52f,U+c531-c538,U+c53a,U+c53c,U+c53e-c543,U+c546-c547,U+c54b,U+c54d-c552,U+c556,U+c55a-c55b,U+c55d,U+c55f,U+c562-c563,U+c565-c567,U+c569-c56f,U+c572,U+c574,U+c576-c57b,U+c57e-c57f,U+c581-c583,U+c585-c586,U+c588-c58b,U+c58e,U+c590,U+c592-c596,U+c599-c5b3,U+c5b6-c5b7,U+c5ba,U+c5be-c5c3,U+c5ca-c5cb,U+c5cd,U+c5cf,U+c5d2-c5d3,U+c5d5-c5d7,U+c5d9-c5df,U+c5e1-c5e2,U+c5e4,U+c5e6-c5eb,U+c5ef,U+c5f1-c5f3; +} + +/* noto-serif-kr-[29]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-29-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c475-c4ef,U+c4f2-c4f3,U+c4f5-c4f7,U+c4f9-c4ff,U+c502-c50b,U+c50d-c516; +} + +/* noto-serif-kr-[30]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-30-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c3d0-c3d7,U+c3da-c3db,U+c3dd-c3de,U+c3e1-c3ec,U+c3ee-c3f3,U+c3f5-c42b,U+c42d-c463,U+c466-c474; +} + +/* noto-serif-kr-[31]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-31-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c32b-c367,U+c36a-c36b,U+c36d-c36f,U+c371-c377,U+c37a-c37b,U+c37e-c383,U+c385-c387,U+c389-c3cf; +} + +/* noto-serif-kr-[32]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-32-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c26a-c26b,U+c26d-c26f,U+c271-c273,U+c275-c27b,U+c27e-c287,U+c289-c28f,U+c291-c297,U+c299-c29a,U+c29c-c2a3,U+c2a5-c2a7,U+c2a9-c2ab,U+c2ad-c2b3,U+c2b6,U+c2b8,U+c2ba-c2bb,U+c2bd-c2db,U+c2de-c2df,U+c2e1-c2e2,U+c2e5-c2ea,U+c2ee,U+c2f0,U+c2f2-c2f5,U+c2f7,U+c2fa-c2fb,U+c2fd-c2ff,U+c301-c307,U+c309-c30c,U+c30e-c312,U+c315-c323,U+c325-c328,U+c32a; +} + +/* noto-serif-kr-[33]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-33-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c1bc-c1c3,U+c1c5-c1df,U+c1e1-c1fb,U+c1fd-c203,U+c205-c20c,U+c20e,U+c210-c217,U+c21a-c21b,U+c21d-c21e,U+c221-c227,U+c229-c22a,U+c22c,U+c22e,U+c230,U+c233-c24f,U+c251-c257,U+c259-c269; +} + +/* noto-serif-kr-[34]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-34-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c101-c11b,U+c11f,U+c121-c123,U+c125-c12b,U+c12e,U+c132-c137,U+c13a-c13b,U+c13d-c13f,U+c141-c147,U+c14a,U+c14c-c153,U+c155-c157,U+c159-c15b,U+c15d-c166,U+c169-c16f,U+c171-c177,U+c179-c18b,U+c18e-c18f,U+c191-c193,U+c195-c19b,U+c19d-c19e,U+c1a0,U+c1a2-c1a4,U+c1a6-c1bb; +} + +/* noto-serif-kr-[35]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-35-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c049-c057,U+c059-c05b,U+c05d-c05f,U+c061-c067,U+c069-c08f,U+c091-c0ab,U+c0ae-c0af,U+c0b1-c0b3,U+c0b5,U+c0b7-c0bb,U+c0be,U+c0c2-c0c7,U+c0ca-c0cb,U+c0cd-c0cf,U+c0d1-c0d7,U+c0d9-c0da,U+c0dc,U+c0de-c0e3,U+c0e5-c0eb,U+c0ed-c0f3,U+c0f6,U+c0f8,U+c0fa-c0ff; +} + +/* noto-serif-kr-[36]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-36-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+bfa7-bfaf,U+bfb1-bfc4,U+bfc6-bfcb,U+bfce-bfcf,U+bfd1-bfd3,U+bfd5-bfdb,U+bfdd-c048; +} + +/* noto-serif-kr-[37]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-37-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+bf07,U+bf09-bf3f,U+bf41-bf4f,U+bf52-bf54,U+bf56-bfa6; +} + +/* noto-serif-kr-[38]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-38-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+be56,U+be58,U+be5c-be5f,U+be62-be63,U+be65-be67,U+be69-be74,U+be76-be7b,U+be7e-be7f,U+be81-be8e,U+be90,U+be92-bea7,U+bea9-becf,U+bed2-bed3,U+bed5-bed6,U+bed9-bee3,U+bee6-bf06; +} + +/* noto-serif-kr-[39]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-39-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+bdb0-bdd3,U+bdd5-bdef,U+bdf1-be0b,U+be0d-be0f,U+be11-be13,U+be15-be43,U+be46-be47,U+be49-be4b,U+be4d-be53; +} + +/* noto-serif-kr-[40]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-40-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+bd03,U+bd06,U+bd08,U+bd0a-bd0f,U+bd11-bd22,U+bd25-bd47,U+bd49-bd58,U+bd5a-bd7f,U+bd82-bd83,U+bd85-bd87,U+bd8a-bd8f,U+bd91-bd92,U+bd94,U+bd96-bd98,U+bd9a-bdaf; +} + +/* noto-serif-kr-[41]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-41-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+bc4e-bc83,U+bc86-bc87,U+bc89-bc8b,U+bc8d-bc93,U+bc96,U+bc98,U+bc9b-bc9f,U+bca2-bca3,U+bca5-bca7,U+bca9-bcb2,U+bcb4-bcbb,U+bcbe-bcbf,U+bcc1-bcc3,U+bcc5-bccc,U+bcce-bcd0,U+bcd2-bcd4,U+bcd6-bcf3,U+bcf7,U+bcf9-bcfb,U+bcfd-bd02; +} + +/* noto-serif-kr-[42]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-42-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+bb90-bba3,U+bba5-bbab,U+bbad-bbbf,U+bbc1-bbf7,U+bbfa-bbfb,U+bbfd-bbfe,U+bc01-bc07,U+bc09-bc0a,U+bc0e,U+bc10,U+bc12-bc13,U+bc17,U+bc19-bc1a,U+bc1e,U+bc20-bc23,U+bc26,U+bc28,U+bc2a-bc2c,U+bc2e-bc2f,U+bc32-bc33,U+bc35-bc37,U+bc39-bc3f,U+bc41-bc42,U+bc44,U+bc46-bc48,U+bc4a-bc4d; +} + +/* noto-serif-kr-[43]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-43-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+bae6-bafb,U+bafd-bb17,U+bb19-bb33,U+bb37,U+bb39-bb3a,U+bb3d-bb43,U+bb45-bb46,U+bb48,U+bb4a-bb4f,U+bb51-bb53,U+bb55-bb57,U+bb59-bb62,U+bb64-bb8f; +} + +/* noto-serif-kr-[44]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-44-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ba30-ba37,U+ba3a-ba3b,U+ba3d-ba3f,U+ba41-ba47,U+ba49-ba4a,U+ba4c,U+ba4e-ba53,U+ba56-ba57,U+ba59-ba5b,U+ba5d-ba63,U+ba65-ba66,U+ba68-ba6f,U+ba71-ba73,U+ba75-ba77,U+ba79-ba84,U+ba86,U+ba88-baa7,U+baaa,U+baad-baaf,U+bab1-bab7,U+baba,U+babc,U+babe-bae5; +} + +/* noto-serif-kr-[45]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-45-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b96e-b973,U+b976-b977,U+b979-b97b,U+b97d-b983,U+b986,U+b988,U+b98a-b98d,U+b98f-b9ab,U+b9ae-b9af,U+b9b1-b9b3,U+b9b5-b9bb,U+b9be,U+b9c0,U+b9c2-b9c7,U+b9ca-b9cb,U+b9cd,U+b9d2-b9d7,U+b9da,U+b9dc,U+b9df-b9e0,U+b9e2,U+b9e6-b9e7,U+b9e9-b9f3,U+b9f6,U+b9f8,U+b9fb-ba2f; +} + +/* noto-serif-kr-[46]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-46-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b8bf-b8cb,U+b8cd-b8e0,U+b8e2-b8e7,U+b8ea-b8eb,U+b8ed-b8ef,U+b8f1-b8f7,U+b8fa,U+b8fc,U+b8fe-b903,U+b905-b917,U+b919-b91f,U+b921-b93b,U+b93d-b957,U+b95a-b95b,U+b95d-b95f,U+b961-b967,U+b969-b96c; +} + +/* noto-serif-kr-[47]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-47-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b80d-b80f,U+b811-b817,U+b81a,U+b81c-b823,U+b826-b827,U+b829-b82b,U+b82d-b833,U+b836,U+b83a-b83f,U+b841-b85b,U+b85e-b85f,U+b861-b863,U+b865-b86b,U+b86e,U+b870,U+b872-b8af,U+b8b1-b8be; +} + +/* noto-serif-kr-[48]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-48-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b74d-b75f,U+b761-b763,U+b765-b774,U+b776-b77b,U+b77e-b77f,U+b781-b783,U+b785-b78b,U+b78e,U+b792-b796,U+b79a-b79b,U+b79d-b7a7,U+b7aa,U+b7ae-b7b3,U+b7b6-b7c8,U+b7ca-b7eb,U+b7ee-b7ef,U+b7f1-b7f3,U+b7f5-b7fb,U+b7fe,U+b802-b806,U+b80a-b80b; +} + +/* noto-serif-kr-[49]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-49-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b6a7-b6aa,U+b6ac-b6b0,U+b6b2-b6ef,U+b6f1-b727,U+b72a-b72b,U+b72d-b72e,U+b731-b737,U+b739-b73a,U+b73c-b743,U+b745-b74c; +} + +/* noto-serif-kr-[50]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-50-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b605-b60f,U+b612-b617,U+b619-b624,U+b626-b69b,U+b69e-b6a3,U+b6a5-b6a6; +} + +/* noto-serif-kr-[51]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-51-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b55f,U+b562-b583,U+b585-b59f,U+b5a2-b5a3,U+b5a5-b5a7,U+b5a9-b5b2,U+b5b5-b5ba,U+b5bd-b604; +} + +/* noto-serif-kr-[52]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-52-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b4a5-b4b6,U+b4b8-b4bf,U+b4c1-b4c7,U+b4c9-b4db,U+b4de-b4df,U+b4e1-b4e2,U+b4e5-b4eb,U+b4ee,U+b4f0,U+b4f2-b513,U+b516-b517,U+b519-b51a,U+b51d-b523,U+b526,U+b528,U+b52b-b52f,U+b532-b533,U+b535-b537,U+b539-b53f,U+b541-b544,U+b546-b54b,U+b54d-b54f,U+b551-b55b,U+b55d-b55e; +} + +/* noto-serif-kr-[53]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-53-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b3f8-b3fb,U+b3fd-b40f,U+b411-b417,U+b419-b41b,U+b41d-b41f,U+b421-b427,U+b42a-b42b,U+b42d-b44f,U+b452-b453,U+b455-b457,U+b459-b45f,U+b462-b464,U+b466-b46b,U+b46d-b47f,U+b481-b4a3; +} + +/* noto-serif-kr-[54]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-54-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b342-b353,U+b356-b357,U+b359-b35b,U+b35d-b35e,U+b360-b363,U+b366,U+b368,U+b36a-b36d,U+b36f,U+b372-b373,U+b375-b377,U+b379-b37f,U+b381-b382,U+b384,U+b386-b38b,U+b38d-b3c3,U+b3c6-b3c7,U+b3c9-b3ca,U+b3cd-b3d3,U+b3d6,U+b3d8,U+b3da-b3f7; +} + +/* noto-serif-kr-[55]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-55-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b27c-b283,U+b285-b28f,U+b292-b293,U+b295-b297,U+b29a-b29f,U+b2a1-b2a4,U+b2a7-b2a9,U+b2ab,U+b2ad-b2c7,U+b2ca-b2cb,U+b2cd-b2cf,U+b2d1-b2d7,U+b2da,U+b2dc,U+b2de-b2e3,U+b2e7,U+b2e9-b2ea,U+b2ef-b2f3,U+b2f6,U+b2f8,U+b2fa-b2fb,U+b2fd-b2fe,U+b302-b303,U+b305-b307,U+b309-b30f,U+b312,U+b316-b31b,U+b31d-b341; +} + +/* noto-serif-kr-[56]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-56-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b1d6-b1e7,U+b1e9-b1fc,U+b1fe-b203,U+b206-b207,U+b209-b20b,U+b20d-b213,U+b216-b21f,U+b221-b257,U+b259-b273,U+b275-b27b; +} + +/* noto-serif-kr-[57]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-57-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b120-b122,U+b126-b127,U+b129-b12b,U+b12d-b133,U+b136,U+b138,U+b13a-b13f,U+b142-b143,U+b145-b14f,U+b151-b153,U+b156-b157,U+b159-b177,U+b17a-b17b,U+b17d-b17f,U+b181-b187,U+b189-b18c,U+b18e-b191,U+b195-b1a7,U+b1a9-b1cb,U+b1cd-b1d5; +} + +/* noto-serif-kr-[58]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-58-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b05f-b07b,U+b07e-b07f,U+b081-b083,U+b085-b08b,U+b08d-b097,U+b09b,U+b09d-b09f,U+b0a2-b0a7,U+b0aa,U+b0b0,U+b0b2,U+b0b6-b0b7,U+b0b9-b0bb,U+b0bd-b0c3,U+b0c6-b0c7,U+b0ca-b0cf,U+b0d1-b0df,U+b0e1-b0e4,U+b0e6-b107,U+b10a-b10b,U+b10d-b10f,U+b111-b112,U+b114-b117,U+b119-b11a,U+b11c-b11f; +} + +/* noto-serif-kr-[59]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-59-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+afac-afb7,U+afba-afbb,U+afbd-afbf,U+afc1-afc6,U+afca-afcc,U+afce-afd3,U+afd5-afe7,U+afe9-afef,U+aff1-b00b,U+b00d-b00f,U+b011-b013,U+b015-b01b,U+b01d-b027,U+b029-b043,U+b045-b047,U+b049,U+b04b,U+b04d-b052,U+b055-b056,U+b058-b05c,U+b05e; +} + +/* noto-serif-kr-[60]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-60-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+af03-af07,U+af09-af2b,U+af2e-af33,U+af35-af3b,U+af3e-af40,U+af44-af47,U+af4a-af5c,U+af5e-af63,U+af65-af7f,U+af81-afab; +} + +/* noto-serif-kr-[61]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-61-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ae56-ae5b,U+ae5e-ae60,U+ae62-ae64,U+ae66-ae67,U+ae69-ae6b,U+ae6d-ae83,U+ae85-aebb,U+aebf,U+aec1-aec3,U+aec5-aecb,U+aece,U+aed0,U+aed2-aed7,U+aed9-aef3,U+aef5-af02; +} + +/* noto-serif-kr-[62]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-62-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ad9c-ada3,U+ada5-adbf,U+adc1-adc3,U+adc5-adc7,U+adc9-add2,U+add4-addb,U+addd-addf,U+ade1-ade3,U+ade5-adf7,U+adfa-adfb,U+adfd-adff,U+ae02-ae07,U+ae0a,U+ae0c,U+ae0e-ae13,U+ae15-ae2f,U+ae31-ae33,U+ae35-ae37,U+ae39-ae3f,U+ae42,U+ae44,U+ae46-ae49,U+ae4b,U+ae4f,U+ae51-ae53,U+ae55; +} + +/* noto-serif-kr-[63]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-63-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ace2-ace3,U+ace5-ace6,U+ace9-acef,U+acf2,U+acf4,U+acf7-acfb,U+acfe-acff,U+ad01-ad03,U+ad05-ad0b,U+ad0d-ad10,U+ad12-ad1b,U+ad1d-ad33,U+ad35-ad48,U+ad4a-ad4f,U+ad51-ad6b,U+ad6e-ad6f,U+ad71-ad72,U+ad77-ad7c,U+ad7e,U+ad80,U+ad82-ad87,U+ad89-ad8b,U+ad8d-ad8f,U+ad91-ad9b; +} + +/* noto-serif-kr-[64]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-64-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ac25-ac2c,U+ac2e,U+ac30,U+ac32-ac37,U+ac39-ac3f,U+ac41-ac4c,U+ac4e-ac6f,U+ac72-ac73,U+ac75-ac76,U+ac79-ac7f,U+ac82,U+ac84-ac88,U+ac8a-ac8b,U+ac8d-ac8f,U+ac91-ac93,U+ac95-ac9b,U+ac9d-ac9e,U+aca1-aca7,U+acab,U+acad-acaf,U+acb1-acb7,U+acba-acbb,U+acbe-acc0,U+acc2-acc3,U+acc5-acdf; +} + +/* noto-serif-kr-[65]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-65-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+99df,U+99ed,U+99f1,U+99ff,U+9a01,U+9a08,U+9a0e-9a0f,U+9a19,U+9a2b,U+9a30,U+9a36-9a37,U+9a40,U+9a43,U+9a45,U+9a4d,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69-9a6a,U+9aa8,U+9ab8,U+9ad3,U+9ae5,U+9aee,U+9b1a,U+9b27,U+9b2a,U+9b31,U+9b3c,U+9b41-9b45,U+9b4f,U+9b54,U+9b5a,U+9b6f,U+9b8e,U+9b91,U+9b9f,U+9bab,U+9bae,U+9bc9,U+9bd6,U+9be4,U+9be8,U+9c0d,U+9c10,U+9c12,U+9c15,U+9c25,U+9c32,U+9c3b,U+9c47,U+9c49,U+9c57,U+9ce5,U+9ce7,U+9ce9,U+9cf3-9cf4,U+9cf6,U+9d09,U+9d1b,U+9d26,U+9d28,U+9d3b,U+9d51,U+9d5d,U+9d60-9d61,U+9d6c,U+9d72,U+9da9,U+9daf,U+9db4,U+9dc4,U+9dd7,U+9df2,U+9df8-9dfa,U+9e1a,U+9e1e,U+9e75,U+9e79,U+9e7d,U+9e7f,U+9e92-9e93,U+9e97,U+9e9d,U+9e9f,U+9ea5,U+9eb4-9eb5,U+9ebb,U+9ebe,U+9ec3,U+9ecd-9ece,U+9ed4,U+9ed8,U+9edb-9edc,U+9ede,U+9ee8,U+9ef4,U+9f07-9f08,U+9f0e,U+9f13,U+9f20,U+9f3b,U+9f4a-9f4b,U+9f4e,U+9f52,U+9f5f,U+9f61,U+9f67,U+9f6a,U+9f6c,U+9f77,U+9f8d,U+9f90,U+9f95,U+9f9c,U+ac02-ac03,U+ac05-ac06,U+ac09-ac0f,U+ac17-ac18,U+ac1b,U+ac1e-ac1f,U+ac21-ac23; +} + +/* noto-serif-kr-[66]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-66-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+96a7-96a8,U+96aa,U+96b1,U+96b7,U+96bb,U+96c0-96c1,U+96c4-96c5,U+96c7,U+96c9,U+96cb-96ce,U+96d5-96d6,U+96d9,U+96db-96dc,U+96e2-96e3,U+96e8-96ea,U+96ef-96f0,U+96f2,U+96f6-96f7,U+96f9,U+96fb,U+9700,U+9706-9707,U+9711,U+9713,U+9716,U+9719,U+971c,U+971e,U+9727,U+9730,U+9732,U+9739,U+973d,U+9742,U+9744,U+9748,U+9756,U+975c,U+9761,U+9769,U+976d,U+9774,U+9777,U+977a,U+978b,U+978d,U+978f,U+97a0,U+97a8,U+97ab,U+97ad,U+97c6,U+97cb,U+97dc,U+97f6,U+97fb,U+97ff-9803,U+9805-9806,U+9808,U+980a,U+980c,U+9810-9813,U+9817-9818,U+982d,U+9830,U+9838-9839,U+983b,U+9846,U+984c-984e,U+9854,U+9858,U+985a,U+985e,U+9865,U+9867,U+986b,U+986f,U+98af,U+98b1,U+98c4,U+98c7,U+98db-98dc,U+98e1-98e2,U+98ed-98ef,U+98f4,U+98fc-98fe,U+9903,U+9909-990a,U+990c,U+9910,U+9913,U+9918,U+991e,U+9920,U+9928,U+9945,U+9949,U+994b-994d,U+9951-9952,U+9954,U+9957,U+9996,U+999d,U+99a5,U+99a8,U+99ac-99ae,U+99b1,U+99b3-99b4,U+99b9,U+99c1,U+99d0-99d2,U+99d5,U+99d9,U+99dd; +} + +/* noto-serif-kr-[67]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-67-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+920d,U+9210-9212,U+9217,U+921e,U+9234,U+923a,U+923f-9240,U+9245,U+9249,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9283,U+9285,U+9291,U+9293,U+9296,U+9298,U+929c,U+92b3,U+92b6-92b7,U+92b9,U+92cc,U+92cf,U+92d2,U+92e4,U+92ea,U+92f8,U+92fc,U+9304,U+9310,U+9318,U+931a,U+931e-9322,U+9324,U+9326,U+9328,U+932b,U+932e-932f,U+9348,U+934a-934b,U+934d,U+9354,U+935b,U+936e,U+9375,U+937c,U+937e,U+938c,U+9394,U+9396,U+939a,U+93a3,U+93a7,U+93ac-93ad,U+93b0,U+93c3,U+93d1,U+93de,U+93e1,U+93e4,U+93f6,U+9404,U+9418,U+9425,U+942b,U+9435,U+9438,U+9444,U+9451-9452,U+945b,U+947d,U+947f,U+9583,U+9589,U+958f,U+9591-9592,U+9594,U+9598,U+95a3-95a5,U+95a8,U+95ad,U+95b1,U+95bb-95bc,U+95c7,U+95ca,U+95d4-95d6,U+95dc,U+95e1-95e2,U+961c,U+9621,U+962a,U+962e,U+9632,U+963b,U+963f-9640,U+9642,U+9644,U+964b-964d,U+9650,U+965b-965f,U+9662-9664,U+966a,U+9670,U+9673,U+9675-9678,U+967d,U+9685-9686,U+968a-968b,U+968d-968e,U+9694-9695,U+9698-9699,U+969b-969c,U+96a3; +} + +/* noto-serif-kr-[68]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-68-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8fa8,U+8fad,U+8faf-8fb2,U+8fc2,U+8fc5,U+8fce,U+8fd4,U+8fe6,U+8fea-8feb,U+8fed,U+8ff0,U+8ff2,U+8ff7,U+8ff9,U+8ffd,U+9000-9003,U+9005-9006,U+9008,U+900b,U+900d,U+900f-9011,U+9014-9015,U+9017,U+9019,U+901d-9023,U+902e,U+9031-9032,U+9035,U+9038,U+903c,U+903e,U+9041-9042,U+9047,U+904a-904b,U+904d-904e,U+9050-9051,U+9054-9055,U+9059,U+905c-905e,U+9060-9061,U+9063,U+9069,U+906d-906f,U+9072,U+9075,U+9077-9078,U+907a,U+907c-907d,U+907f-9084,U+9087-9088,U+908a,U+908f,U+9091,U+9095,U+9099,U+90a2-90a3,U+90a6,U+90a8,U+90aa,U+90af-90b1,U+90b5,U+90b8,U+90c1,U+90ca,U+90de,U+90e1,U+90ed,U+90f5,U+9102,U+9112,U+9115,U+9119,U+9127,U+912d,U+9132,U+9149-914e,U+9152,U+9162,U+9169-916a,U+916c,U+9175,U+9177-9178,U+9187,U+9189,U+918b,U+918d,U+9192,U+919c,U+91ab-91ac,U+91ae-91af,U+91b1,U+91b4-91b5,U+91c0,U+91c7,U+91c9,U+91cb,U+91cf-91d0,U+91d7-91d8,U+91dc-91dd,U+91e3,U+91e7,U+91ea,U+91f5; +} + +/* noto-serif-kr-[69]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-69-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8c6a-8c6b,U+8c79-8c7a,U+8c82,U+8c8a,U+8c8c,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb8,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8cd1,U+8cd3,U+8cda,U+8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6,U+8cea,U+8ced,U+8cf4,U+8cfb-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d13,U+8d16,U+8d64,U+8d66,U+8d6b,U+8d70,U+8d73-8d74,U+8d77,U+8d85,U+8d8a,U+8d99,U+8da3,U+8da8,U+8db3,U+8dba,U+8dbe,U+8dc6,U+8dcb-8dcc,U+8dcf,U+8ddb,U+8ddd,U+8de1,U+8de3,U+8de8,U+8df3,U+8e0a,U+8e0f-8e10,U+8e1e,U+8e2a,U+8e30,U+8e35,U+8e42,U+8e44,U+8e47-8e4a,U+8e59,U+8e5f-8e60,U+8e74,U+8e76,U+8e81,U+8e87,U+8e8a,U+8e8d,U+8eaa-8eac,U+8ec0,U+8ecb-8ecc,U+8ed2,U+8edf,U+8eeb,U+8ef8,U+8efb,U+8efe,U+8f03,U+8f05,U+8f09,U+8f12-8f15,U+8f1b-8f1f,U+8f26-8f27,U+8f29-8f2a,U+8f2f,U+8f33,U+8f38-8f39,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5d,U+8f5f,U+8f62,U+8f9b-8f9c,U+8fa3,U+8fa6; +} + +/* noto-serif-kr-[70]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-70-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8941,U+8944,U+895f,U+8964,U+896a,U+8972,U+8981,U+8983,U+8986-8987,U+898f,U+8993,U+8996,U+89a1,U+89a9-89aa,U+89b2,U+89ba,U+89bd,U+89c0,U+89d2,U+89e3,U+89f4,U+89f8,U+8a02-8a03,U+8a08,U+8a0a,U+8a0c,U+8a0e,U+8a13,U+8a16-8a17,U+8a1b,U+8a1d,U+8a1f,U+8a23,U+8a25,U+8a2a,U+8a2d,U+8a31,U+8a34,U+8a36,U+8a3a-8a3b,U+8a50,U+8a54-8a55,U+8a5b,U+8a5e,U+8a60,U+8a62-8a63,U+8a66,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a75,U+8a79,U+8a85,U+8a87,U+8a8c-8a8d,U+8a93,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8,U+8aaa,U+8ab0,U+8ab2,U+8ab9,U+8abc,U+8abe-8abf,U+8ac2,U+8ac4,U+8ac7,U+8acb,U+8acd,U+8acf,U+8ad2,U+8ad6,U+8adb-8adc,U+8ae1,U+8ae6-8ae7,U+8aea-8aeb,U+8aed-8aee,U+8af1,U+8af6-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b04,U+8b0e,U+8b10,U+8b14,U+8b16-8b17,U+8b19-8b1b,U+8b1d,U+8b20,U+8b28,U+8b2b-8b2c,U+8b33,U+8b39,U+8b41,U+8b49,U+8b4e-8b4f,U+8b58,U+8b5a,U+8b5c,U+8b66,U+8b6c,U+8b6f-8b70,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b8a,U+8b90,U+8b92-8b93,U+8b96,U+8b9a,U+8c37,U+8c3f,U+8c41,U+8c46,U+8c48,U+8c4a,U+8c4c,U+8c55,U+8c5a,U+8c61; +} + +/* noto-serif-kr-[71]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-71-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+858f,U+8591,U+8594,U+859b,U+85a6,U+85a8-85aa,U+85af-85b0,U+85ba,U+85c1,U+85c9,U+85cd-85cf,U+85d5,U+85dc-85dd,U+85e4-85e5,U+85e9-85ea,U+85f7,U+85fa-85fb,U+85ff,U+8602,U+8606-8607,U+860a,U+8616-8617,U+861a,U+862d,U+863f,U+864e,U+8650,U+8654-8655,U+865b-865c,U+865e-865f,U+8667,U+8679,U+868a,U+868c,U+8693,U+86a3-86a4,U+86a9,U+86c7,U+86cb,U+86d4,U+86d9,U+86db,U+86df,U+86e4,U+86ed,U+86fe,U+8700,U+8702-8703,U+8708,U+8718,U+871a,U+871c,U+874e,U+8755,U+8757,U+875f,U+8766,U+8768,U+8774,U+8776,U+8778,U+8782,U+878d,U+879f,U+87a2,U+87b3,U+87ba,U+87c4,U+87e0,U+87ec,U+87ef,U+87f2,U+87f9,U+87fb,U+87fe,U+8805,U+881f,U+8822-8823,U+8831,U+8836,U+883b,U+8840,U+8846,U+884d,U+8852-8853,U+8857,U+8859,U+885b,U+885d,U+8861-8863,U+8868,U+886b,U+8870,U+8872,U+8877,U+887e-887f,U+8881-8882,U+8888,U+888b,U+888d,U+8892,U+8896-8897,U+889e,U+88ab,U+88b4,U+88c1-88c2,U+88cf,U+88d4-88d5,U+88d9,U+88dc-88dd,U+88df,U+88e1,U+88e8,U+88f3-88f5,U+88f8,U+88fd,U+8907,U+8910,U+8912-8913,U+8918-8919,U+8925,U+892a,U+8936,U+8938,U+893b; +} + +/* noto-serif-kr-[72]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-72-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+82a6,U+82a9,U+82ac-82af,U+82b3,U+82b7-82b9,U+82bb-82bd,U+82bf,U+82d1-82d2,U+82d4-82d5,U+82d7,U+82db,U+82de-82df,U+82e1,U+82e5-82e7,U+82fd-82fe,U+8301-8305,U+8309,U+8317,U+8328,U+832b,U+832f,U+8331,U+8334-8336,U+8338-8339,U+8340,U+8347,U+8349-834a,U+834f,U+8351-8352,U+8373,U+8377,U+837b,U+8389-838a,U+838e,U+8396,U+8398,U+839e,U+83a2,U+83a9-83ab,U+83bd,U+83c1,U+83c5,U+83c9-83ca,U+83cc,U+83d3,U+83d6,U+83dc,U+83e9,U+83eb,U+83ef-83f2,U+83f4,U+83f9,U+83fd,U+8403-8404,U+840a,U+840c-840e,U+8429,U+842c,U+8431,U+8438,U+843d,U+8449,U+8457,U+845b,U+8461,U+8463,U+8466,U+846b-846c,U+846f,U+8475,U+847a,U+8490,U+8494,U+8499,U+849c,U+84a1,U+84b2,U+84b8,U+84bb-84bc,U+84bf-84c0,U+84c2,U+84c4,U+84c6,U+84c9,U+84cb,U+84cd,U+84d1,U+84da,U+84ec,U+84ee,U+84f4,U+84fc,U+8511,U+8513-8514,U+8517-8518,U+851a,U+851e,U+8521,U+8523,U+8525,U+852c-852d,U+852f,U+853d,U+853f,U+8541,U+8543,U+8549,U+854e,U+8553,U+8559,U+8563,U+8568-856a,U+856d,U+8584,U+8587; +} + +/* noto-serif-kr-[73]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-73-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8033,U+8036,U+803d,U+803f,U+8043,U+8046,U+804a,U+8056,U+8058,U+805a,U+805e,U+806f-8070,U+8072-8073,U+8077,U+807d-807f,U+8084-8087,U+8089,U+808b-808c,U+8096,U+809b,U+809d,U+80a1-80a2,U+80a5,U+80a9-80aa,U+80af,U+80b1-80b2,U+80b4,U+80ba,U+80c3-80c4,U+80cc,U+80ce,U+80da-80db,U+80de,U+80e1,U+80e4-80e5,U+80f1,U+80f4,U+80f8,U+80fd,U+8102,U+8105-8108,U+810a,U+8118,U+811a-811b,U+8123,U+8129,U+812b,U+812f,U+8139,U+813e,U+814b,U+814e,U+8150-8151,U+8154-8155,U+8165-8166,U+816b,U+8170-8171,U+8178-817a,U+817f-8180,U+8188,U+818a,U+818f,U+819a,U+819c-819d,U+81a0,U+81a3,U+81a8,U+81b3,U+81b5,U+81ba,U+81bd-81c0,U+81c2,U+81c6,U+81cd,U+81d8,U+81df,U+81e3,U+81e5,U+81e7-81e8,U+81ed,U+81f3-81f4,U+81fa-81fc,U+81fe,U+8205,U+8208,U+820a,U+820c-820d,U+8212,U+821b-821c,U+821e-821f,U+8221,U+822a-822c,U+8235-8237,U+8239,U+8240,U+8245,U+8247,U+8259,U+8264,U+8266,U+826e-826f,U+8271,U+8276,U+8278,U+827e,U+828b,U+828d-828e,U+8292,U+8299-829a,U+829d,U+829f,U+82a5; +} + +/* noto-serif-kr-[74]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-74-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7d2f-7d30,U+7d33,U+7d35,U+7d39-7d3a,U+7d42-7d46,U+7d50,U+7d5e,U+7d61-7d62,U+7d66,U+7d68,U+7d6a,U+7d6e,U+7d71-7d73,U+7d76,U+7d79,U+7d7f,U+7d8e-7d8f,U+7d93,U+7d9c,U+7da0,U+7da2,U+7dac-7dad,U+7db1-7db2,U+7db4-7db5,U+7db8,U+7dba-7dbb,U+7dbd-7dbf,U+7dc7,U+7dca-7dcb,U+7dd6,U+7dd8,U+7dda,U+7ddd-7dde,U+7de0-7de1,U+7de3,U+7de8-7de9,U+7dec,U+7def,U+7df4,U+7dfb,U+7e09-7e0a,U+7e15,U+7e1b,U+7e1d-7e1f,U+7e21,U+7e23,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e3d-7e3e,U+7e43,U+7e46-7e47,U+7e52,U+7e54-7e55,U+7e5e,U+7e61,U+7e69-7e6b,U+7e6d,U+7e70,U+7e79,U+7e7c,U+7e82,U+7e8c,U+7e8f,U+7e93,U+7e96,U+7e98,U+7e9b-7e9c,U+7f36,U+7f38,U+7f3a,U+7f4c,U+7f50,U+7f54-7f55,U+7f6a-7f6b,U+7f6e,U+7f70,U+7f72,U+7f75,U+7f77,U+7f79,U+7f85,U+7f88,U+7f8a,U+7f8c,U+7f94,U+7f9a,U+7f9e,U+7fa4,U+7fa8-7fa9,U+7fb2,U+7fb8-7fb9,U+7fbd,U+7fc1,U+7fc5,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd4-7fd5,U+7fdf-7fe1,U+7fe9,U+7feb,U+7ff0,U+7ff9,U+7ffc,U+8000-8001,U+8003,U+8006,U+8009,U+800c,U+8010,U+8015,U+8017-8018,U+802d; +} + +/* noto-serif-kr-[75]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-75-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7a49,U+7a4d-7a4e,U+7a57,U+7a61-7a62,U+7a69,U+7a6b,U+7a70,U+7a74,U+7a76,U+7a79,U+7a7d,U+7a7f,U+7a81,U+7a84,U+7a88,U+7a92-7a93,U+7a95,U+7a98,U+7a9f,U+7aa9-7aaa,U+7aae-7aaf,U+7aba,U+7ac4-7ac5,U+7ac7,U+7aca,U+7ad7,U+7ad9,U+7add,U+7adf-7ae0,U+7ae3,U+7ae5,U+7aea,U+7aed,U+7aef,U+7af6,U+7af9-7afa,U+7aff,U+7b0f,U+7b11,U+7b19,U+7b1b,U+7b1e,U+7b20,U+7b26,U+7b2d,U+7b39,U+7b46,U+7b49,U+7b4b-7b4d,U+7b4f-7b52,U+7b54,U+7b56,U+7b60,U+7b6c,U+7b6e,U+7b75,U+7b7d,U+7b87,U+7b8b,U+7b8f,U+7b94-7b95,U+7b97,U+7b9a,U+7b9d,U+7ba1,U+7bad,U+7bb1,U+7bb4,U+7bb8,U+7bc0-7bc1,U+7bc4,U+7bc6-7bc7,U+7bc9,U+7bd2,U+7be0,U+7be4,U+7be9,U+7c07,U+7c12,U+7c1e,U+7c21,U+7c27,U+7c2a-7c2b,U+7c3d-7c3f,U+7c43,U+7c4c-7c4d,U+7c60,U+7c64,U+7c6c,U+7c73,U+7c83,U+7c89,U+7c92,U+7c95,U+7c97-7c98,U+7c9f,U+7ca5,U+7ca7,U+7cae,U+7cb1-7cb3,U+7cb9,U+7cbe,U+7cca,U+7cd6,U+7cde-7ce0,U+7ce7,U+7cfb,U+7cfe,U+7d00,U+7d02,U+7d04-7d08,U+7d0a-7d0b,U+7d0d,U+7d10,U+7d14,U+7d17-7d1b,U+7d20-7d21,U+7d2b-7d2c,U+7d2e; +} + +/* noto-serif-kr-[76]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-76-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7704,U+7708-7709,U+770b,U+771e,U+7720,U+7729,U+7737-7738,U+773a,U+773c,U+7740,U+774d,U+775b,U+7761,U+7763,U+7766,U+776b,U+7779,U+777e-777f,U+778b,U+7791,U+779e,U+77a5,U+77ac-77ad,U+77b0,U+77b3,U+77bb-77bc,U+77bf,U+77d7,U+77db-77dc,U+77e2-77e3,U+77e9,U+77ed-77ef,U+7802,U+7812,U+7825-7827,U+782c,U+7832,U+7834,U+7845,U+784f,U+785d,U+786b-786c,U+786f,U+787c,U+7881,U+7887,U+788c-788e,U+7891,U+7897,U+78a3,U+78a7,U+78a9,U+78ba-78bc,U+78c1,U+78c5,U+78ca-78cb,U+78ce,U+78d0,U+78e8,U+78ec,U+78ef,U+78f5,U+78fb,U+7901,U+790e,U+7916,U+792a-792c,U+793a,U+7940-7941,U+7947-7949,U+7950,U+7956-7957,U+795a-795d,U+7960,U+7965,U+7968,U+796d,U+797a,U+797f,U+7981,U+798d-798e,U+7991,U+79a6-79a7,U+79aa,U+79ae,U+79b1,U+79b3,U+79b9,U+79bd-79c1,U+79c9-79cb,U+79d2,U+79d5,U+79d8,U+79df,U+79e4,U+79e6-79e7,U+79e9,U+79fb,U+7a00,U+7a05,U+7a08,U+7a0b,U+7a0d,U+7a14,U+7a17,U+7a19-7a1a,U+7a1c,U+7a1f-7a20,U+7a2e,U+7a31,U+7a36-7a37,U+7a3b-7a3d,U+7a3f-7a40,U+7a46; +} + +/* noto-serif-kr-[77]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-77-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7482-7483,U+7487,U+7489,U+748b,U+7498,U+749c,U+749e-749f,U+74a1,U+74a3,U+74a5,U+74a7-74a8,U+74aa,U+74b0,U+74b2,U+74b5,U+74b9,U+74bd,U+74bf,U+74c6,U+74ca,U+74cf,U+74d4,U+74d8,U+74da,U+74dc,U+74e0,U+74e2-74e3,U+74e6,U+74ee,U+74f7,U+7501,U+7504,U+7511,U+7515,U+7518,U+751a-751b,U+7523,U+7525-7526,U+752b-752c,U+7531,U+7533,U+7538,U+753a,U+7547,U+754c,U+754f,U+7551,U+7553-7554,U+7559,U+755b-755d,U+7562,U+7565-7566,U+756a,U+756f-7570,U+7575-7576,U+7578,U+757a,U+757f,U+7586-7587,U+758a-758b,U+758e-758f,U+7591,U+759d,U+75a5,U+75ab,U+75b1-75b3,U+75b5,U+75b8-75b9,U+75bc-75be,U+75c2,U+75c5,U+75c7,U+75cd,U+75d2,U+75d4-75d5,U+75d8-75d9,U+75db,U+75e2,U+75f0,U+75f2,U+75f4,U+75fa,U+75fc,U+7600,U+760d,U+7619,U+761f-7622,U+7624,U+7626,U+763b,U+7642,U+764c,U+764e,U+7652,U+7656,U+7661,U+7664,U+7669,U+766c,U+7670,U+7672,U+7678,U+7686-7687,U+768e,U+7690,U+7693,U+76ae,U+76ba,U+76bf,U+76c2-76c3,U+76c6,U+76c8,U+76ca,U+76d2,U+76d6,U+76db-76dc,U+76de-76df,U+76e1,U+76e3-76e4,U+76e7,U+76f2,U+76fc,U+76fe,U+7701; +} + +/* noto-serif-kr-[78]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-78-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7230,U+7232,U+7235,U+723a-723b,U+723d-723e,U+7240,U+7246-7248,U+724c,U+7252,U+7258-7259,U+725b,U+725d,U+725f,U+7261-7262,U+7267,U+7272,U+727d,U+7280-7281,U+72a2,U+72a7,U+72ac,U+72af,U+72c0,U+72c2,U+72c4,U+72ce,U+72d0,U+72d7,U+72d9,U+72e1,U+72e9,U+72f8-72f9,U+72fc-72fd,U+730a,U+7316,U+731b-731d,U+7325,U+7329-732b,U+7336-7337,U+733e-733f,U+7344-7345,U+7350,U+7352,U+7357,U+7368,U+736a,U+7370,U+7372,U+7375,U+7378,U+737a-737b,U+7384,U+7386-7387,U+7389,U+738e,U+7394,U+7396-7398,U+739f,U+73a7,U+73a9,U+73ad,U+73b2-73b3,U+73b9,U+73c0,U+73c2,U+73c9-73ca,U+73cc-73cd,U+73cf,U+73d6,U+73d9,U+73dd-73de,U+73e0,U+73e3-73e6,U+73e9-73ea,U+73ed,U+73f7,U+73f9,U+73fd-73fe,U+7401,U+7403,U+7405,U+7407,U+7409,U+7413,U+741b,U+7420-7422,U+7425-7426,U+7428,U+742a-742c,U+742e-7430,U+7433-7436,U+7438,U+743a,U+743f-7441,U+7443-7444,U+744b,U+7455,U+7457,U+7459-745c,U+745e-7460,U+7462,U+7464-7465,U+7468-746a,U+746f,U+747e; +} + +/* noto-serif-kr-[79]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-79-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6f8d-6f8e,U+6f90,U+6f94,U+6f97,U+6fa3-6fa4,U+6fa7,U+6fae-6faf,U+6fb1,U+6fb3,U+6fb9,U+6fbe,U+6fc0-6fc3,U+6fca,U+6fd5,U+6fda,U+6fdf-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fef,U+6ff1,U+6ffe,U+7001,U+7005-7006,U+7009,U+700b,U+700f,U+7011,U+7015,U+7018,U+701a-701f,U+7023,U+7027-7028,U+702f,U+7037,U+703e,U+704c,U+7050-7051,U+7058,U+705d,U+7070,U+7078,U+707c-707d,U+7085,U+708a,U+708e,U+7092,U+7098-709a,U+70a1,U+70a4,U+70ab-70ad,U+70af,U+70b3,U+70b7-70b9,U+70c8,U+70cb,U+70cf,U+70d8-70d9,U+70dd,U+70df,U+70f1,U+70f9,U+70fd,U+7104,U+7109,U+710c,U+7119-711a,U+711e,U+7126,U+7130,U+7136,U+7147,U+7149-714a,U+714c,U+714e,U+7150,U+7156,U+7159,U+715c,U+715e,U+7164-7167,U+7169,U+716c,U+716e,U+717d,U+7184,U+7189-718a,U+718f,U+7192,U+7194,U+7199,U+719f,U+71a2,U+71ac,U+71b1,U+71b9-71ba,U+71be,U+71c1,U+71c3,U+71c8-71c9,U+71ce,U+71d0,U+71d2,U+71d4-71d5,U+71df,U+71e5-71e7,U+71ed-71ee,U+71fb-71fc,U+71fe-7200,U+7206,U+7210,U+721b,U+722a,U+722c-722d; +} + +/* noto-serif-kr-[80]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-80-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6d5a,U+6d5c,U+6d63,U+6d66,U+6d69-6d6a,U+6d6c,U+6d6e,U+6d74,U+6d78-6d79,U+6d7f,U+6d85,U+6d87-6d89,U+6d8c-6d8e,U+6d91,U+6d93,U+6d95,U+6daf,U+6db2,U+6db5,U+6dc0,U+6dc3-6dc7,U+6dcb,U+6dcf,U+6dd1,U+6dd8-6dda,U+6dde,U+6de1,U+6de8,U+6dea-6deb,U+6dee,U+6df1,U+6df3,U+6df5,U+6df7-6dfb,U+6e17,U+6e19-6e1b,U+6e1f-6e21,U+6e23-6e26,U+6e2b-6e2d,U+6e32,U+6e34,U+6e36,U+6e38,U+6e3a,U+6e3c-6e3e,U+6e43-6e44,U+6e4a,U+6e4d,U+6e56,U+6e58,U+6e5b-6e5c,U+6e5e-6e5f,U+6e67,U+6e6b,U+6e6e-6e6f,U+6e72-6e73,U+6e7a,U+6e90,U+6e96,U+6e9c-6e9d,U+6e9f,U+6ea2,U+6ea5,U+6eaa-6eab,U+6eaf,U+6eb1,U+6eb6,U+6eba,U+6ec2,U+6ec4-6ec5,U+6ec9,U+6ecb-6ecc,U+6ece,U+6ed1,U+6ed3-6ed4,U+6eef,U+6ef4,U+6ef8,U+6efe-6eff,U+6f01-6f02,U+6f06,U+6f0f,U+6f11,U+6f14-6f15,U+6f20,U+6f22-6f23,U+6f2b-6f2c,U+6f31-6f32,U+6f38,U+6f3f,U+6f41,U+6f51,U+6f54,U+6f57-6f58,U+6f5a-6f5b,U+6f5e-6f5f,U+6f62,U+6f64,U+6f6d-6f6e,U+6f70,U+6f7a,U+6f7c-6f7e,U+6f81,U+6f84,U+6f88; +} + +/* noto-serif-kr-[81]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-81-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6ada-6adb,U+6af6,U+6afb,U+6b04,U+6b0a,U+6b0c,U+6b12,U+6b16,U+6b20-6b21,U+6b23,U+6b32,U+6b3a,U+6b3d-6b3e,U+6b46-6b47,U+6b4e,U+6b50,U+6b5f,U+6b61-6b62,U+6b64-6b66,U+6b6a,U+6b72,U+6b77-6b78,U+6b7b,U+6b7f,U+6b83-6b84,U+6b86,U+6b89-6b8a,U+6b96,U+6b98,U+6b9e,U+6bae-6baf,U+6bb2,U+6bb5,U+6bb7,U+6bba,U+6bbc,U+6bbf,U+6bc1,U+6bc5-6bc6,U+6bcb,U+6bcf,U+6bd2-6bd3,U+6bd6-6bd8,U+6bdb,U+6beb-6bec,U+6c08,U+6c0f,U+6c13,U+6c23,U+6c37-6c38,U+6c3e,U+6c40-6c42,U+6c4e,U+6c50,U+6c55,U+6c57,U+6c5a,U+6c5d-6c60,U+6c68,U+6c6a,U+6c6d,U+6c70,U+6c72,U+6c76,U+6c7a,U+6c7d-6c7e,U+6c81-6c83,U+6c85-6c88,U+6c8c,U+6c90,U+6c92-6c96,U+6c99-6c9b,U+6cab,U+6cae,U+6cb3,U+6cb8-6cb9,U+6cbb-6cbf,U+6cc1-6cc2,U+6cc4,U+6cc9-6cca,U+6ccc,U+6cd3,U+6cd7,U+6cdb,U+6ce1-6ce3,U+6ce5,U+6ce8,U+6ceb,U+6cee-6cf0,U+6cf3,U+6d0b-6d0c,U+6d11,U+6d17,U+6d19,U+6d1b,U+6d1e,U+6d25,U+6d27,U+6d29,U+6d32,U+6d35-6d36,U+6d38-6d39,U+6d3b,U+6d3d-6d3e,U+6d41,U+6d59; +} + +/* noto-serif-kr-[82]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-82-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+67f0-67f1,U+67f3-67f6,U+67fb,U+67fe,U+6812-6813,U+6816-6817,U+6821-6822,U+682f,U+6838-6839,U+683d,U+6840-6843,U+6848,U+684e,U+6850-6851,U+6853-6854,U+686d,U+6876,U+687f,U+6881,U+6885,U+688f,U+6893-6894,U+6897,U+689d,U+689f,U+68a1-68a2,U+68a7-68a8,U+68ad,U+68af-68b1,U+68b3,U+68b5-68b6,U+68c4-68c5,U+68c9,U+68cb,U+68cd,U+68d2,U+68d5,U+68d7-68d8,U+68da,U+68df-68e0,U+68e7-68e8,U+68ee,U+68f2,U+68f9-68fa,U+6900,U+6905,U+690d-690e,U+6912,U+6927,U+6930,U+693d,U+693f,U+694a,U+6953-6955,U+6957,U+6959-695a,U+695e,U+6960-6963,U+6968,U+696b,U+696d-696f,U+6975,U+6977-6979,U+6995,U+699b-699c,U+69a5,U+69a7,U+69ae,U+69b4,U+69bb,U+69c1,U+69c3,U+69cb-69cd,U+69d0,U+69e8,U+69ea,U+69fb,U+69fd,U+69ff,U+6a02,U+6a0a,U+6a11,U+6a13,U+6a17,U+6a19,U+6a1e-6a1f,U+6a21,U+6a23,U+6a35,U+6a38-6a3a,U+6a3d,U+6a44,U+6a48,U+6a4b,U+6a52-6a53,U+6a58-6a59,U+6a5f,U+6a61,U+6a6b,U+6a80,U+6a84,U+6a89,U+6a8d-6a8e,U+6a97,U+6a9c,U+6aa3,U+6ab3,U+6abb,U+6ac2-6ac3,U+6ad3; +} + +/* noto-serif-kr-[83]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-83-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6607,U+6609-660a,U+660c,U+660f-6611,U+6613-6615,U+661e,U+6620,U+6627-6628,U+662d,U+6630-6631,U+6634,U+6636,U+663a-663b,U+6641,U+6643-6644,U+6649,U+664b,U+664f,U+6659,U+665b,U+665d-665f,U+6664-6669,U+666b,U+666e-666f,U+6673-6674,U+6676-6678,U+6684,U+6687-6689,U+668e,U+6690-6691,U+6696-6698,U+669d,U+66a0,U+66a2,U+66ab,U+66ae,U+66b2-66b4,U+66b9,U+66bb,U+66be,U+66c4,U+66c6-66c7,U+66c9,U+66d6,U+66d9,U+66dc-66dd,U+66e0,U+66e6,U+66f0,U+66f2-66f4,U+66f7,U+66f9-66fa,U+66fc,U+66fe-66ff,U+6703,U+670b,U+670d,U+6714-6715,U+6717,U+671b,U+671d-671f,U+6726-6727,U+672a-672b,U+672d-672e,U+6731,U+6736,U+673a,U+673d,U+6746,U+6749,U+674e-6751,U+6753,U+6756,U+675c,U+675e-675f,U+676d,U+676f-6770,U+6773,U+6775,U+6777,U+677b,U+677e-677f,U+6787,U+6789,U+678b,U+678f-6790,U+6793,U+6795,U+679a,U+679d,U+67af-67b0,U+67b3,U+67b6-67b8,U+67be,U+67c4,U+67cf-67d4,U+67da,U+67dd,U+67e9,U+67ec,U+67ef; +} + +/* noto-serif-kr-[84]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-84-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6392,U+6396,U+6398,U+639b,U+63a0-63a2,U+63a5,U+63a7-63aa,U+63c0,U+63c4,U+63c6,U+63cf,U+63d6,U+63da-63db,U+63e1,U+63ed-63ee,U+63f4,U+63f6-63f7,U+640d,U+640f,U+6414,U+6416-6417,U+641c,U+6422,U+642c-642d,U+643a,U+643e,U+6458,U+6460,U+6469,U+646f,U+6478-647a,U+6488,U+6491-6493,U+649a,U+649e,U+64a4-64a5,U+64ab,U+64ad-64ae,U+64b0,U+64b2,U+64bb,U+64c1,U+64c4-64c5,U+64c7,U+64ca,U+64cd-64ce,U+64d2,U+64d4,U+64d8,U+64da,U+64e1-64e2,U+64e5-64e7,U+64ec,U+64f2,U+64f4,U+64fa,U+64fe,U+6500,U+6504,U+6518,U+651d,U+6523,U+652a-652c,U+652f,U+6536-6539,U+653b,U+653e,U+6548,U+654d-654f,U+6551,U+6556-6557,U+655e,U+6562-6563,U+6566,U+656c-656d,U+6572,U+6574-6575,U+6577-6578,U+657e,U+6582-6583,U+6585,U+658c,U+6590-6591,U+6597,U+6599,U+659b-659c,U+659f,U+65a1,U+65a4-65a5,U+65a7,U+65ab-65ac,U+65af,U+65b7,U+65bc-65bd,U+65c1,U+65c5,U+65cb-65cc,U+65cf,U+65d2,U+65d7,U+65e0,U+65e3,U+65e6,U+65e8-65e9,U+65ec-65ed,U+65f1,U+65f4,U+65fa-65fd,U+65ff,U+6606; +} + +/* noto-serif-kr-[85]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-85-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+614c,U+6153,U+6155,U+6158-6159,U+615d,U+615f,U+6162-6164,U+6167-6168,U+616b,U+616e,U+6170,U+6176-6177,U+617d-617e,U+6181-6182,U+618a,U+618e,U+6190-6191,U+6194,U+6198-619a,U+61a4,U+61a7,U+61a9,U+61ab-61ac,U+61ae,U+61b2,U+61b6,U+61ba,U+61be,U+61c3,U+61c7-61cb,U+61e6,U+61f2,U+61f6-61f8,U+61fa,U+61fc,U+61ff-6200,U+6207-6208,U+620a,U+620c-620e,U+6212,U+6216,U+621a,U+621f,U+6221,U+622a,U+622e,U+6230-6231,U+6234,U+6236,U+623e-623f,U+6241,U+6247-6249,U+624d,U+6253,U+6258,U+626e,U+6271,U+6276,U+6279,U+627c,U+627f-6280,U+6284,U+6289-628a,U+6291-6292,U+6295,U+6297-6298,U+629b,U+62ab,U+62b1,U+62b5,U+62b9,U+62bc-62bd,U+62c2,U+62c7-62c9,U+62cc-62cd,U+62cf-62d0,U+62d2-62d4,U+62d6-62d9,U+62db-62dc,U+62ec-62ef,U+62f1,U+62f3,U+62f7,U+62fe-62ff,U+6301,U+6307,U+6309,U+6311,U+632b,U+632f,U+633a-633b,U+633d-633e,U+6349,U+634c,U+634f-6350,U+6355,U+6367-6368,U+636e,U+6372,U+6377,U+637a-637b,U+637f,U+6383,U+6388-6389,U+638c; +} + +/* noto-serif-kr-[86]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-86-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5f11,U+5f13-5f15,U+5f17-5f18,U+5f1b,U+5f1f,U+5f26-5f27,U+5f29,U+5f31,U+5f35,U+5f3a,U+5f3c,U+5f48,U+5f4a,U+5f4c,U+5f4e,U+5f56-5f57,U+5f59,U+5f5b,U+5f62,U+5f66-5f67,U+5f69-5f6d,U+5f70-5f71,U+5f77,U+5f79,U+5f7c,U+5f7f-5f81,U+5f85,U+5f87,U+5f8a-5f8b,U+5f90-5f92,U+5f98-5f99,U+5f9e,U+5fa0-5fa1,U+5fa8-5faa,U+5fae,U+5fb5,U+5fb9,U+5fbd,U+5fc5,U+5fcc-5fcd,U+5fd6-5fd9,U+5fe0,U+5feb,U+5ff5,U+5ffd,U+5fff,U+600f,U+6012,U+6016,U+601c,U+6020-6021,U+6025,U+6028,U+602a,U+602f,U+6041-6043,U+604d,U+6050,U+6052,U+6055,U+6059,U+605d,U+6062-6065,U+6068-606a,U+606c-606d,U+606f-6070,U+6085,U+6089,U+608c-608d,U+6094,U+6096,U+609a-609b,U+609f-60a0,U+60a3-60a4,U+60a7,U+60b0,U+60b2-60b4,U+60b6,U+60b8,U+60bc-60bd,U+60c7,U+60d1,U+60da,U+60dc,U+60df-60e1,U+60f0-60f1,U+60f6,U+60f9-60fb,U+6101,U+6106,U+6108-6109,U+610d-610e,U+6115,U+611a,U+6127,U+6130,U+6134,U+6137,U+613c,U+613e-613f,U+6142,U+6144,U+6147-6148,U+614a-614b; +} + +/* noto-serif-kr-[87]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-87-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5c40,U+5c45-5c46,U+5c48,U+5c4b,U+5c4d-5c4e,U+5c51,U+5c5b,U+5c60,U+5c62,U+5c64-5c65,U+5c6c,U+5c6f,U+5c79,U+5c90-5c91,U+5ca1,U+5ca9,U+5cab-5cac,U+5cb1,U+5cb3,U+5cb5,U+5cb7-5cb8,U+5cba,U+5cbe,U+5cc0,U+5cd9,U+5ce0,U+5ce8,U+5cef-5cf0,U+5cf4,U+5cf6,U+5cfb,U+5cfd,U+5d07,U+5d0d-5d0e,U+5d11,U+5d14,U+5d16-5d17,U+5d19,U+5d27,U+5d29,U+5d4b-5d4c,U+5d50,U+5d69,U+5d6c,U+5d6f,U+5d87,U+5d8b,U+5d9d,U+5da0,U+5da2,U+5daa,U+5db8,U+5dba,U+5dbc-5dbd,U+5dcd,U+5dd2,U+5dd6,U+5de1-5de2,U+5de5-5de8,U+5deb,U+5dee,U+5df1-5df4,U+5df7,U+5dfd-5dfe,U+5e03,U+5e06,U+5e11,U+5e16,U+5e19,U+5e1b,U+5e1d,U+5e25,U+5e2b,U+5e2d,U+5e33,U+5e36,U+5e38,U+5e3d,U+5e3f-5e40,U+5e44-5e45,U+5e47,U+5e4c,U+5e55,U+5e5f,U+5e61-5e63,U+5e72,U+5e77-5e79,U+5e7b-5e7e,U+5e84,U+5e87,U+5e8a,U+5e8f,U+5e95,U+5e97,U+5e9a,U+5e9c,U+5ea0,U+5ea7,U+5eab,U+5ead,U+5eb5-5eb8,U+5ebe,U+5ec2,U+5ec8-5eca,U+5ed0,U+5ed3,U+5ed6,U+5eda-5edb,U+5edf-5ee0,U+5ee2-5ee3,U+5eec,U+5ef3,U+5ef6-5ef7,U+5efa-5efb,U+5f01,U+5f04,U+5f0a; +} + +/* noto-serif-kr-[88]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-88-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+59be,U+59c3,U+59c6,U+59c9,U+59cb,U+59d0-59d1,U+59d3-59d4,U+59d9-59da,U+59dc-59dd,U+59e6,U+59e8,U+59ea,U+59ec,U+59ee,U+59f8,U+59fb,U+59ff,U+5a01,U+5a03,U+5a11,U+5a18,U+5a1b-5a1c,U+5a1f-5a20,U+5a25,U+5a29,U+5a36,U+5a3c,U+5a41,U+5a46,U+5a49,U+5a5a,U+5a62,U+5a66,U+5a92,U+5a9a-5a9b,U+5aa4,U+5ac1-5ac2,U+5ac4,U+5ac9,U+5acc,U+5ae1,U+5ae6,U+5ae9,U+5b05,U+5b09,U+5b0b-5b0c,U+5b16,U+5b2a,U+5b40,U+5b43,U+5b51,U+5b54-5b55,U+5b58,U+5b5a,U+5b5c-5b5d,U+5b5f,U+5b63-5b64,U+5b69,U+5b6b,U+5b70-5b71,U+5b75,U+5b7a,U+5b7c,U+5b85,U+5b87-5b88,U+5b8b,U+5b8f,U+5b93,U+5b95-5b99,U+5b9b-5b9c,U+5ba2-5ba6,U+5bac,U+5bae,U+5bb0,U+5bb3-5bb5,U+5bb8-5bb9,U+5bbf-5bc0,U+5bc2-5bc7,U+5bcc,U+5bd0,U+5bd2-5bd4,U+5bd7,U+5bde-5bdf,U+5be1-5be2,U+5be4-5be9,U+5beb-5bec,U+5bee-5bef,U+5bf5-5bf6,U+5bf8,U+5bfa,U+5c01,U+5c04,U+5c07-5c0b,U+5c0d-5c0e,U+5c16,U+5c19,U+5c24,U+5c28,U+5c31,U+5c38-5c3c,U+5c3e-5c3f; +} + +/* noto-serif-kr-[89]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-89-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5703-5704,U+5708,U+570d,U+5712-5713,U+5716,U+5718,U+572d,U+573b,U+5740,U+5742,U+5747,U+574a,U+574d-574e,U+5750-5751,U+5761,U+5764,U+5766,U+576a,U+576e,U+5770,U+5775,U+577c,U+5782,U+5788,U+578b,U+5793,U+57a0,U+57a2-57a3,U+57c3,U+57c7-57c8,U+57cb,U+57df-57e0,U+57f0,U+57f4,U+57f7,U+57f9-57fa,U+57fc,U+5800,U+5802,U+5805-5806,U+5808-580a,U+581e,U+5821,U+5824,U+5827,U+582a,U+582f-5831,U+5835,U+583a,U+584a-584b,U+584f,U+5851,U+5854,U+5857-5858,U+585a,U+585e,U+5861-5862,U+5864,U+5875,U+5879,U+587c,U+587e,U+5883,U+5885,U+5889,U+5893,U+589c,U+589e-589f,U+58a8-58a9,U+58ae,U+58b3,U+58ba-58bb,U+58be,U+58c1,U+58c5,U+58c7,U+58ce,U+58d1,U+58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e4,U+58ec,U+58ef,U+58f9-58fb,U+58fd,U+590f,U+5914-5915,U+5919,U+5922,U+592d-592e,U+5931,U+5937,U+593e,U+5944,U+5947-5949,U+594e-5951,U+5954-5955,U+5957,U+595a,U+5960,U+5962,U+5967,U+596a-596e,U+5974,U+5978,U+5982-5984,U+598a,U+5993,U+5996-5997,U+5999,U+59a5,U+59a8,U+59ac,U+59b9,U+59bb; +} + +/* noto-serif-kr-[90]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-90-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+539a,U+53a0,U+53a5-53a6,U+53ad,U+53bb,U+53c3,U+53c8-53cb,U+53cd,U+53d4,U+53d6-53d7,U+53db,U+53e1-53e3,U+53e5,U+53e9-53ed,U+53f1,U+53f3,U+53f8,U+5403-5404,U+540a,U+540e-5411,U+541b,U+541d,U+541f-5420,U+5426,U+5429,U+542b,U+5433,U+5438-5439,U+543b-543c,U+543e,U+5442,U+5448,U+544a,U+5451,U+5468,U+546a,U+5471,U+5473,U+5475,U+547b-547d,U+5480,U+5486,U+548e,U+5490,U+54a4,U+54a8,U+54ab-54ac,U+54b3,U+54b8,U+54bd,U+54c0,U+54c4,U+54c8-54c9,U+54e1,U+54e5,U+54e8,U+54ed-54ee,U+54f2,U+54fa,U+5504,U+5506-5507,U+550e,U+5510,U+551c,U+552f,U+5531,U+5535,U+553e,U+5544,U+5546,U+554f,U+5553,U+5556,U+555e,U+5563,U+557c,U+5580,U+5584,U+5586-5587,U+5589-558a,U+5598-559a,U+559c-559d,U+55a7,U+55a9-55ac,U+55ae,U+55c5,U+55c7,U+55d4,U+55da,U+55dc,U+55df,U+55e3-55e4,U+55fd-55fe,U+5606,U+5609,U+5614,U+5617,U+562f,U+5632,U+5634,U+5636,U+5653,U+5668,U+566b,U+5674,U+5686,U+56a5,U+56ac,U+56ae,U+56b4,U+56bc,U+56ca,U+56cd,U+56d1,U+56da-56db,U+56de,U+56e0,U+56f0,U+56f9-56fa; +} + +/* noto-serif-kr-[91]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-91-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+516e,U+5175-5178,U+517c,U+5180,U+5186,U+518a,U+518d,U+5192,U+5195,U+5197,U+51a0,U+51a5,U+51aa,U+51ac,U+51b6-51b7,U+51bd,U+51c4,U+51c6,U+51c9,U+51cb-51cd,U+51dc-51de,U+51e1,U+51f0-51f1,U+51f6,U+51f8-51f9,U+51fd,U+5200,U+5203,U+5207-5208,U+520a,U+520e,U+5211,U+5217,U+521d,U+5224-5225,U+522a,U+522e,U+5230,U+5236-523b,U+5243,U+5247,U+524a-524c,U+5254,U+5256,U+525b,U+525d,U+5261,U+5269-526a,U+526f,U+5272,U+5275,U+527d,U+527f,U+5283,U+5287-5289,U+528d,U+5291-5292,U+529f,U+52a3-52a4,U+52a9-52ab,U+52be,U+52c1,U+52c3,U+52c5,U+52c7,U+52c9,U+52cd,U+52d2,U+52d6,U+52d8-52d9,U+52db,U+52dd-52df,U+52e2-52e4,U+52f3,U+52f5,U+52f8,U+52fa-52fb,U+52fe-52ff,U+5305,U+5308,U+530d,U+530f-5310,U+5315,U+5319,U+5320-5321,U+5323,U+532a,U+532f,U+5339,U+533f-5341,U+5343-5344,U+5347-534a,U+534d,U+5351-5354,U+535a,U+535c,U+535e,U+5360,U+5366,U+5368,U+536f-5371,U+5374-5375,U+5377,U+537d,U+537f,U+5384,U+5393,U+5398; +} + +/* noto-serif-kr-[92]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-92-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4f43,U+4f46-4f48,U+4f4d-4f51,U+4f55,U+4f59-4f5a,U+4f69,U+4f6f-4f70,U+4f73,U+4f76,U+4f7a,U+4f7e-4f7f,U+4f81,U+4f83-4f84,U+4f86,U+4f88,U+4f8a-4f8b,U+4f8d,U+4f8f,U+4f91,U+4f96,U+4f98,U+4f9b,U+4f9d,U+4fae-4faf,U+4fb5-4fb6,U+4fbf,U+4fc2-4fc4,U+4fc9-4fca,U+4fce,U+4fd1,U+4fd3-4fd4,U+4fd7,U+4fda,U+4fdf-4fe0,U+4fee-4fef,U+4ff1,U+4ff3,U+4ff5,U+4ff8,U+4ffa,U+5002,U+5006,U+5009,U+500b,U+500d,U+5011-5012,U+5016,U+5019-501a,U+501c,U+501e-501f,U+5021,U+5023-5024,U+5026-5028,U+502a-502d,U+503b,U+5043,U+5047-5049,U+504f,U+5055,U+505a,U+505c,U+5065,U+5074-5076,U+5078,U+5080,U+5085,U+508d,U+5091,U+5098-5099,U+50ac-50ad,U+50b2-50b3,U+50b5,U+50b7,U+50be,U+50c5,U+50c9-50ca,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5,U+50e7,U+50ed,U+50f9,U+50fb,U+50ff-5101,U+5104,U+5106,U+5109,U+5112,U+511f,U+5121,U+512a,U+5132,U+5137,U+513a,U+513c,U+5140-5141,U+5143-5148,U+514b-514e,U+5152,U+515c,U+5162,U+5169-516b,U+516d; +} + +/* noto-serif-kr-[93]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-93-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+338c-339c,U+339f-33a0,U+33a2-33cb,U+33cf-33d0,U+33d3,U+33d6,U+33d8,U+33db-33dd,U+4e01,U+4e03,U+4e07-4e08,U+4e11,U+4e14-4e15,U+4e18-4e19,U+4e1e,U+4e32,U+4e38-4e39,U+4e42-4e43,U+4e45,U+4e4d-4e4f,U+4e56,U+4e58-4e59,U+4e5d-4e5e,U+4e6b,U+4e6d,U+4e73,U+4e76-4e77,U+4e7e,U+4e82,U+4e86,U+4e88,U+4e8e,U+4e90-4e92,U+4e94-4e95,U+4e98,U+4e9b,U+4e9e,U+4ea1-4ea2,U+4ea4-4ea6,U+4ea8,U+4eab,U+4ead-4eae,U+4eb6,U+4ec0-4ec1,U+4ec4,U+4ec7,U+4ecb,U+4ecd,U+4ed4-4ed5,U+4ed7-4ed9,U+4edd,U+4edf,U+4ee4,U+4ef0,U+4ef2,U+4ef6-4ef7,U+4efb,U+4f01,U+4f09,U+4f0b,U+4f0d-4f11,U+4f2f,U+4f34,U+4f36,U+4f38,U+4f3a,U+4f3c-4f3d; +} + +/* noto-serif-kr-[94]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-94-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3136,U+3138,U+313a-3140,U+3143-3144,U+3150,U+3152,U+3154-3156,U+3158-315b,U+315d-315f,U+3162,U+3164-318c,U+318e,U+3200-321b,U+3231,U+3239,U+3251-325a,U+3260-327b,U+327e-327f,U+328a-3290,U+3294,U+329e,U+32a5,U+3380-3384,U+3388-338b; +} + +/* noto-serif-kr-[95]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-95-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2f7d,U+2f7f-2f8b,U+2f8e-2f90,U+2f92-2f97,U+2f99-2fa0,U+2fa2-2fa3,U+2fa5-2fa9,U+2fac-2fb1,U+2fb3-2fbc,U+2fc1-2fca,U+2fcd-2fd4,U+3003,U+3012-3019,U+301c,U+301e-3020,U+3036,U+3041,U+3043,U+3045,U+3047,U+3049,U+304e,U+3050,U+3052,U+3056,U+305a,U+305c,U+305e,U+3062,U+3065,U+306c,U+3070-307d,U+3080,U+3085,U+3087,U+308e,U+3090-3091,U+30a1,U+30a5,U+30a9,U+30ae,U+30b1-30b2,U+30b4,U+30b6,U+30bc-30be,U+30c2,U+30c5,U+30cc,U+30d2,U+30d4,U+30d8-30dd,U+30e4,U+30e6,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+3133,U+3135; +} + +/* noto-serif-kr-[96]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-96-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2541-254b,U+25a4-25a9,U+25b1,U+25b5,U+25b9,U+25bf,U+25c1,U+25c3,U+25c9-25ca,U+25cc,U+25ce,U+25d0-25d1,U+25e6,U+25ef,U+260f,U+261d,U+261f,U+262f,U+2660,U+2664,U+2667-2669,U+266d,U+266f,U+2716,U+271a,U+273d,U+2756,U+2776-277f,U+278a-2793,U+2963,U+2965,U+2ac5-2ac6,U+2acb-2acc,U+2f00,U+2f04,U+2f06,U+2f08,U+2f0a-2f0b,U+2f11-2f12,U+2f14,U+2f17-2f18,U+2f1c-2f1d,U+2f1f-2f20,U+2f23-2f26,U+2f28-2f29,U+2f2b,U+2f2d,U+2f2f-2f32,U+2f38,U+2f3c-2f40,U+2f42-2f4c,U+2f4f-2f52,U+2f54-2f58,U+2f5a-2f66,U+2f69-2f70,U+2f72-2f76,U+2f78,U+2f7a-2f7c; +} + +/* noto-serif-kr-[97]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-97-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2479-2487,U+249c-24d1,U+24d3-24d7,U+24d9-24e9,U+24eb-24f4,U+2500-2501,U+2503,U+250c-2513,U+2515-2516,U+2518-2540; +} + +/* noto-serif-kr-[98]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-98-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+215b-215e,U+2162-2169,U+2170-2179,U+2195-2199,U+21b0-21b4,U+21bc,U+21c0,U+21c4-21c5,U+21cd,U+21cf-21d4,U+21e0-21e3,U+21e6-21e9,U+2200,U+2202-2203,U+2206-2209,U+220b-220c,U+220f,U+2211,U+2213,U+221a,U+221d-2220,U+2222,U+2225-2227,U+2229-222c,U+222e,U+2234-2237,U+223d,U+2243,U+2245,U+2248,U+2250-2253,U+225a,U+2260-2262,U+2264-2267,U+226a-226b,U+226e-2273,U+2276-2277,U+2279-227b,U+2280-2287,U+228a-228b,U+2295-2297,U+22a3-22a5,U+22bb-22bc,U+22ce-22cf,U+22da-22db,U+22ee-22ef,U+2306,U+2312,U+2314,U+2467-2478; +} + +/* noto-serif-kr-[99]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-99-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+81-82,U+84,U+a2-a5,U+a7-a8,U+aa,U+ac-ad,U+b1-b3,U+b6,U+b8-ba,U+bc-be,U+c0,U+c2,U+c6-cb,U+ce-d0,U+d4,U+d8-d9,U+db-dc,U+de-df,U+e6,U+eb,U+ee-f0,U+f4,U+f7-f9,U+fb,U+fe-ff,U+111,U+126-127,U+132-133,U+138,U+13f-142,U+149-14b,U+152-153,U+166-167,U+2bc,U+2c7,U+2d0,U+2d8-2d9,U+2db-2dd,U+391-394,U+396-3a1,U+3a3-3a9,U+3b2-3b6,U+3b8,U+3bc,U+3be-3c1,U+3c3-3c9,U+2010,U+2015-2016,U+2018-2019,U+201b,U+201f-2021,U+2025,U+2030,U+2033-2036,U+203c,U+203e,U+2042,U+2074,U+207a-207f,U+2081-2084,U+2109,U+2113,U+2116,U+2121,U+2126,U+212b,U+2153-2154; +} + +/* noto-serif-kr-[100]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-100-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+e8,U+2da,U+2160,U+2194,U+3054,U+3058,U+306d,U+3086,U+308d,U+30ac,U+30bb,U+30c4,U+30cd-30ce,U+30e2,U+3132,U+3146,U+3149,U+339d,U+4e3b,U+4f0a,U+4fdd,U+4fe1,U+5409,U+540c,U+5834,U+592a-592b,U+5b9a,U+5dde,U+5e0c,U+5e73,U+5f0f,U+60f3,U+653f,U+661f,U+662f,U+667a,U+683c,U+6b4c,U+6c11,U+767c,U+76ee,U+76f4,U+77f3,U+79d1,U+7a7a,U+7b2c,U+7d22,U+8207,U+8a00,U+8a71,U+9280,U+9580,U+958b,U+96c6,U+9762,U+98df,U+9ed1,U+ac2d,U+adc8,U+add3,U+af48,U+b014,U+b134-b135,U+b158,U+b2aa,U+b35f,U+b6a4,U+b9cf,U+bb63,U+bd23,U+be91,U+c29b,U+c3f4,U+c42c,U+c55c,U+c573,U+c58f,U+c78c,U+c7dd,U+c8f5,U+cad1,U+cc48,U+cf10,U+cf20,U+d03c,U+d07d,U+d2a0,U+d30e,U+d38d,U+d3a8,U+d3c8,U+d5e5,U+d5f9,U+d6e4,U+f90a,U+ff02,U+ff1c; +} + +/* noto-serif-kr-[101]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-101-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3b1,U+2466,U+25a1,U+25a3,U+261c,U+3008-3009,U+305b,U+305d,U+3069,U+30a7,U+30ba,U+30cf,U+30ef,U+3151,U+3157,U+4e4b,U+4e5f,U+4e8c,U+4eca,U+4ed6,U+4f5b,U+50cf,U+5149,U+5165,U+5171,U+5229,U+529b,U+5316,U+539f,U+53f2,U+571f,U+5728,U+58eb,U+591c,U+5b78,U+5c11,U+5c55,U+5ddd,U+5e02,U+5fb7,U+60c5,U+610f,U+611f,U+6625,U+66f8,U+6797,U+679c,U+682a,U+6d2a,U+706b,U+7406,U+767b,U+76f8,U+77e5,U+7acb,U+898b,U+8a69,U+8def,U+8fd1,U+901a,U+90e8,U+91cd,U+975e,U+ae14,U+ae6c,U+aec0,U+afc7,U+afc9,U+b01c,U+b028,U+b308,U+b311,U+b314,U+b31c,U+b524,U+b560,U+b764,U+b920,U+b9e3,U+bd48,U+be7d,U+c0db,U+c231,U+c270,U+c2e3,U+c37d,U+c3ed,U+c530,U+c6a5,U+c6dc,U+c7a4,U+c954,U+c974,U+d000,U+d565,U+d667,U+d6c5,U+d79d,U+ff1e; +} + +/* noto-serif-kr-[102]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-102-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+131,U+2032,U+2465,U+2642,U+3048,U+3051,U+3083-3084,U+308f,U+30c0,U+30d1,U+30d3,U+30d6,U+30df,U+30e7,U+3153,U+4e16,U+4e8b,U+4ee5,U+5206,U+52a0,U+52d5,U+53e4,U+53ef,U+54c1,U+57ce,U+597d,U+5b8c,U+5ea6,U+5f8c,U+5f97,U+6210,U+6240,U+624b,U+6728,U+6bd4,U+7236,U+7269,U+7279,U+738b,U+7528,U+7530,U+767e,U+798f,U+8005,U+8a18,U+90fd,U+91cc,U+9577,U+9593,U+98a8,U+ac20,U+acf6,U+ad90,U+af5d,U+af80,U+afcd,U+aff0,U+b0a1,U+b0b5,U+b1fd,U+b2fc,U+b380,U+b51b,U+b584,U+b5b3,U+b8fd,U+b93c,U+b9f4,U+bb44,U+bc08,U+bc27,U+bc49,U+be55,U+be64,U+bfb0,U+bfc5,U+c178,U+c21f,U+c314,U+c4f1,U+c58d,U+c664,U+c698,U+c6a7,U+c6c1,U+c9ed,U+cac0,U+cacc,U+cad9,U+ccb5,U+cdcc,U+d0e4,U+d143,U+d320,U+d330,U+d54d,U+ff06,U+ff1f,U+ff5e; +} + +/* noto-serif-kr-[103]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-103-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b4,U+20a9,U+20ac,U+2190,U+24d8,U+2502,U+2514,U+2592,U+25c7-25c8,U+2663,U+3060,U+3064,U+3081,U+3088,U+30a3,U+30a6,U+30aa,U+30b5,U+30c7,U+30ca-30cb,U+30d0,U+30e3,U+30e5,U+339e,U+4e09,U+4eac,U+4f5c,U+5167-5168,U+516c,U+51fa,U+5408,U+540d,U+591a,U+5b57,U+6211,U+65b9,U+660e,U+6642,U+6700,U+6b63,U+6e2f,U+7063,U+7532,U+793e,U+81ea,U+8272,U+82b1,U+897f,U+8eca,U+91ce,U+ac38,U+ad76,U+ae84,U+aecc,U+b07d,U+b0b1,U+b215,U+b2a0,U+b310,U+b3d7,U+b52a,U+b618,U+b775,U+b797,U+bcd5,U+bd59,U+be80,U+bea8,U+bed1,U+bee4-bee5,U+c060,U+c2ef,U+c329,U+c3dc,U+c597,U+c5bd,U+c5e5,U+c69c,U+c9d6,U+ca29,U+ca5c,U+ca84,U+cc39,U+cc3b,U+ce89,U+cee5,U+cf65,U+cf85,U+d058,U+d145,U+d22d,U+d325,U+d37d,U+d3ad,U+d769,U+ff0c; +} + +/* noto-serif-kr-[104]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-104-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2161,U+2228,U+2299,U+2464,U+2517,U+2640,U+3042,U+304a,U+3053,U+3061,U+307f,U+3082,U+308c,U+3092,U+30a8,U+30ab,U+30ad,U+30b0,U+30b3,U+30b7,U+30c1,U+30c6,U+30c9,U+30d5,U+30d7,U+30de,U+30e0-30e1,U+30ec-30ed,U+4e0b,U+4e0d,U+4ee3,U+53f0,U+548c,U+5b89,U+5bb6,U+5c0f,U+611b,U+6771,U+6aa2,U+6bcd,U+6c34,U+6cd5,U+6d77,U+767d,U+795e,U+8ecd,U+9999,U+9ad8,U+ac07,U+ac1a,U+ac40,U+ad0c,U+ad88,U+ada4,U+ae01,U+ae65,U+aebd,U+aec4,U+afe8,U+b139,U+b205,U+b383,U+b38c,U+b42c,U+b461,U+b55c,U+b78f,U+b8fb,U+b9f7,U+bafc,U+bc99,U+bed8,U+bfcd,U+c0bf,U+c0f9,U+c167,U+c204,U+c20f,U+c22f,U+c258,U+c298,U+c2bc,U+c388,U+c501,U+c50c,U+c5b9,U+c5ce,U+c641,U+c648,U+c73d,U+ca50,U+ca61,U+cc4c,U+ceac,U+d0d4,U+d5f7,U+d6d7,U+ff1a; +} + +/* noto-serif-kr-[105]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-105-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2103,U+2463,U+25c6,U+25cb,U+266c,U+3001,U+300a,U+3046,U+304c-304d,U+304f,U+3055,U+3059,U+3063,U+3066-3068,U+306f,U+3089,U+30b8,U+30bf,U+314f,U+4e0a,U+570b,U+5730,U+5916,U+5929,U+5c71,U+5e74,U+5fc3,U+601d,U+6027,U+63d0,U+6709,U+6734,U+751f,U+7684,U+82f1,U+9053,U+91d1,U+97f3,U+ac2f,U+ac4d,U+adc4,U+ade4,U+ae41,U+ae4d-ae4e,U+aed1,U+afb9,U+b0e0,U+b299,U+b365,U+b46c,U+b480,U+b4c8,U+b7b4,U+b819,U+b918,U+baab,U+bab9,U+be8f,U+bed7,U+c0ec,U+c19f,U+c1a5,U+c3d9,U+c464,U+c53d,U+c553,U+c570,U+c5cc,U+c633,U+c6a4,U+c7a3,U+c7a6,U+c886,U+c9d9-c9da,U+c9ec,U+ca0c,U+cc21,U+cd1b,U+cd78,U+cdc4,U+cef8,U+cfe4,U+d0a5,U+d0b5,U+d0ec,U+d15d,U+d188,U+d23c,U+d2ac,U+d729,U+d79b,U+ff01,U+ff08-ff09,U+ff5c; +} + +/* noto-serif-kr-[106]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-106-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2039-203a,U+223c,U+25b3,U+25b7,U+25bd,U+25cf,U+266a,U+3002,U+300b,U+304b,U+3057,U+305f,U+306a-306b,U+307e,U+308a-308b,U+3093,U+30a2,U+30af,U+30b9,U+30c3,U+30c8,U+30e9-30eb,U+33a1,U+4e00,U+524d,U+5357,U+5b50,U+7121,U+884c,U+9751,U+ac94,U+aebe,U+aecd,U+af08,U+af41,U+af49,U+b010,U+b053,U+b109,U+b11b,U+b128,U+b154,U+b291,U+b2e6,U+b301,U+b385,U+b525,U+b5b4,U+b729,U+b72f,U+b738,U+b7ff,U+b837,U+b975,U+ba67,U+bb47,U+bc1f,U+bd90,U+bfd4,U+c27c,U+c324,U+c379,U+c3e0,U+c465,U+c53b,U+c58c,U+c610,U+c653,U+c6cd,U+c813,U+c82f,U+c999,U+c9e0,U+cac4,U+cad3,U+cbd4,U+cc10,U+cc22,U+ccb8,U+ccbc,U+cda5,U+ce84,U+cea3,U+cf67,U+cfe1,U+d241,U+d30d,U+d31c,U+d391,U+d401,U+d479,U+d5c9,U+d5db,U+d649,U+d6d4; +} + +/* noto-serif-kr-[107]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-107-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b0,U+e9,U+2193,U+2462,U+260e,U+261e,U+300e-300f,U+3044,U+30a4,U+30fb-30fc,U+314d,U+5973,U+6545,U+6708,U+7537,U+ac89,U+ac9c,U+acc1,U+ad04,U+ad75,U+ad7d,U+ae45,U+ae61,U+af42,U+b0ab,U+b0af,U+b0b3,U+b12c,U+b194,U+b1a8,U+b220,U+b258,U+b284,U+b2ff,U+b315,U+b371,U+b3d4-b3d5,U+b460,U+b527,U+b534,U+b810,U+b818,U+b98e,U+ba55,U+bbac,U+bc0b,U+bc40,U+bca1,U+bccd,U+bd93,U+be54,U+be5a,U+bf08,U+bf50,U+bf55,U+bfdc,U+c0c0,U+c0d0,U+c0f4,U+c100,U+c11e,U+c170,U+c20d,U+c274,U+c290,U+c308,U+c369,U+c539,U+c587,U+c5ff,U+c6ec,U+c70c,U+c7ad,U+c7c8,U+c83c,U+c881,U+cb48,U+cc60,U+ce69,U+ce6b,U+ce75,U+cf04,U+cf08,U+cf55,U+cf70,U+cffc,U+d0b7,U+d1a8,U+d2c8,U+d384,U+d47c,U+d48b,U+d5dd,U+d5e8,U+d720,U+d759,U+f981; +} + +/* noto-serif-kr-[108]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-108-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+e0,U+e2,U+395,U+3b7,U+3ba,U+2460-2461,U+25a0,U+3010-3011,U+306e,U+30f3,U+314a,U+314c,U+5927,U+65b0,U+7e41,U+97d3,U+9ad4,U+ad49,U+ae0b,U+ae0d,U+ae43,U+ae5d,U+aecf,U+af3c,U+af64,U+afd4,U+b080,U+b084,U+b0c5,U+b10c,U+b1e8,U+b2ac,U+b36e,U+b451,U+b515,U+b540,U+b561,U+b6ab,U+b6b1,U+b72c,U+b730,U+b744,U+b800,U+b8ec,U+b8f0,U+b904,U+b968,U+b96d,U+b987,U+b9d9,U+bb36,U+bb49,U+bc2d,U+bc43,U+bcf6,U+bd89,U+be57,U+be61,U+bed4,U+c090,U+c130,U+c148,U+c19c,U+c2f9,U+c36c,U+c37c,U+c384,U+c3df,U+c575,U+c584,U+c660,U+c719,U+c816,U+ca4d,U+ca54,U+cabc,U+cb49,U+cc14,U+cff5,U+d004,U+d038,U+d0b4,U+d0d3,U+d0e0,U+d0ed,U+d131,U+d1b0,U+d31f,U+d33d,U+d3a0,U+d3ab,U+d514,U+d584,U+d6a1,U+d6cc,U+d749,U+d760,U+d799; +} + +/* noto-serif-kr-[109]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-109-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+24,U+60,U+3b9,U+3bb,U+3bd,U+2191,U+2606,U+300c-300d,U+3131,U+3134,U+3139,U+3141-3142,U+3148,U+3161,U+3163,U+321c,U+4eba,U+5317,U+ac31,U+ac77,U+ac9f,U+acb9,U+acf0-acf1,U+acfd,U+ad73,U+af3d,U+b00c,U+b04a,U+b057,U+b0c4,U+b188,U+b1cc,U+b214,U+b2db,U+b2ee,U+b304,U+b4ed,U+b518,U+b5bc,U+b625,U+b69c-b69d,U+b7ac,U+b801,U+b86c,U+b959,U+b95c,U+b985,U+ba48,U+bb58,U+bc0c,U+bc38,U+bc85,U+bc9a,U+bf40,U+c068,U+c0bd,U+c0cc,U+c12f,U+c149,U+c1e0,U+c22b,U+c22d,U+c250,U+c2fc,U+c300,U+c313,U+c370,U+c3d8,U+c557,U+c580,U+c5e3,U+c62e,U+c634,U+c6f0,U+c74d,U+c783,U+c78e,U+c796,U+c7bc,U+c92c,U+ca4c,U+cc1c,U+cc54,U+cc59,U+ce04,U+cf30,U+cfc4,U+d140,U+d321,U+d38c,U+d399,U+d54f,U+d587,U+d5d0,U+d6e8,U+d770; +} + +/* noto-serif-kr-[110]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-110-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d7,U+ea,U+fc,U+2192,U+25bc,U+3000,U+3137,U+3145,U+315c,U+7f8e,U+ac13,U+ac71,U+ac90,U+acb8,U+ace7,U+ad7f,U+ae50,U+aef4,U+af34,U+afbc,U+b048,U+b09a,U+b0ad,U+b0bc,U+b113,U+b125,U+b141,U+b20c,U+b2d9,U+b2ed,U+b367,U+b369,U+b374,U+b3cb,U+b4ec,U+b611,U+b760,U+b81b,U+b834,U+b8b0,U+b8e1,U+b989,U+b9d1,U+b9e1,U+b9fa,U+ba4d,U+ba78,U+bb35,U+bb54,U+bbf9,U+bc11,U+bcb3,U+bd05,U+bd95,U+bdd4,U+be10,U+bed0,U+bf51,U+c0d8,U+c232,U+c2b7,U+c2eb,U+c378,U+c500,U+c52c,U+c549,U+c568,U+c598,U+c5c9,U+c61b,U+c639,U+c67c,U+c717,U+c78a,U+c80a,U+c90c-c90d,U+c950,U+c9e7,U+cbe4,U+cca9,U+cce4,U+cdb0,U+ce78,U+ce94,U+ce98,U+cf8c,U+d018,U+d034,U+d0f1,U+d1b1,U+d280,U+d2f8,U+d338,U+d380,U+d3b4,U+d610,U+d69f,U+d6fc,U+d758; +} + +/* noto-serif-kr-[111]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-111-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+e7,U+2022,U+203b,U+25c0,U+2605,U+2661,U+3147,U+318d,U+672c,U+8a9e,U+acaa,U+acbc,U+ad1c,U+ae4a,U+ae5c,U+b044,U+b054,U+b0c8-b0c9,U+b2a6,U+b2d0,U+b35c,U+b364,U+b428,U+b454,U+b465,U+b4b7,U+b4e3,U+b51c,U+b5a1,U+b784,U+b790,U+b7ab,U+b7f4,U+b82c,U+b835,U+b8e9,U+b8f8,U+b9d8,U+b9f9,U+ba5c,U+ba64,U+babd,U+bb18,U+bb3b,U+bbff,U+bc0d,U+bc45,U+bc97,U+bcbc,U+be45,U+be75,U+be7c,U+bfcc,U+c0b6,U+c0f7,U+c14b,U+c2b4,U+c30d,U+c4f8,U+c5bb,U+c5d1,U+c5e0,U+c5ee,U+c5fd,U+c606,U+c6c5,U+c6e0,U+c708,U+c81d,U+c820,U+c824,U+c878,U+c918,U+c96c,U+c9e4,U+c9f1,U+cc2e,U+cd09,U+cea1,U+cef5,U+cef7,U+cf64,U+cf69,U+cfe8,U+d035,U+d0ac,U+d230,U+d234,U+d2f4,U+d31d,U+d575,U+d578,U+d608,U+d614,U+d718,U+d751,U+d761,U+d78c,U+d790; +} + +/* noto-serif-kr-[112]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-112-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2665,U+3160,U+4e2d,U+6587,U+65e5,U+ac12,U+ac14,U+ac16,U+ac81,U+ad34,U+ade0,U+ae54,U+aebc,U+af2c,U+afc0,U+afc8,U+b04c,U+b08c,U+b099,U+b0a9,U+b0ac,U+b0ae,U+b0b8,U+b123,U+b179,U+b2e5,U+b2f7,U+b4c0,U+b531,U+b538,U+b545,U+b550,U+b5a8,U+b6f0,U+b728,U+b73b,U+b7ad,U+b7ed,U+b809,U+b864,U+b86d,U+b871,U+b9bf,U+b9f5,U+ba40,U+ba4b,U+ba58,U+ba87,U+baac,U+bbc0,U+bc16,U+bc34,U+bd07,U+bd99,U+be59,U+bfd0,U+c058,U+c0e4,U+c0f5,U+c12d,U+c139,U+c228,U+c529,U+c5c7,U+c635,U+c637,U+c735,U+c77d,U+c787,U+c789,U+c8c4,U+c989,U+c98c,U+c9d0,U+c9d3,U+cc0c,U+cc99,U+cd0c,U+cd2c,U+cd98,U+cda4,U+ce59,U+ce60,U+ce6d,U+cea0,U+d0d0-d0d1,U+d0d5,U+d14d,U+d1a4,U+d29c,U+d2f1,U+d301,U+d39c,U+d3bc,U+d4e8,U+d540,U+d5ec,U+d640,U+d750; +} + +/* noto-serif-kr-[113]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-113-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5e,U+25b2,U+25b6,U+314e,U+ac24,U+ace1,U+ace4,U+ae68,U+af2d,U+b0d0,U+b0e5,U+b150,U+b155,U+b193,U+b2c9,U+b2dd,U+b3c8,U+b3fc,U+b410,U+b458,U+b4dd,U+b5a0,U+b5a4,U+b5bb,U+b7b5,U+b838,U+b840,U+b86f,U+b8f9,U+b960,U+b9e5,U+bab8,U+bb50,U+bc1d,U+bc24-bc25,U+bca8,U+bcbd,U+bd04,U+bd10,U+bd24,U+be48,U+be5b,U+be68,U+c05c,U+c12c,U+c140,U+c15c,U+c168,U+c194,U+c219,U+c27d,U+c2a8,U+c2f1,U+c2f8,U+c368,U+c554-c555,U+c559,U+c564,U+c5d8,U+c5fc,U+c625,U+c65c,U+c6b1,U+c728,U+c794,U+c84c,U+c88c,U+c8e0,U+c8fd,U+c998,U+c9dd,U+cc0d,U+cc30,U+ceec,U+cf13,U+cf1c,U+cf5c,U+d050,U+d07c,U+d0a8,U+d134,U+d138,U+d154,U+d1f4,U+d2bc,U+d329,U+d32c,U+d3d0,U+d3f4,U+d3fc,U+d56b,U+d5cc,U+d600-d601,U+d639,U+d6c8,U+d754,U+d765; +} + +/* noto-serif-kr-[114]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-114-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3c-3d,U+2026,U+24d2,U+314b,U+ac11,U+acf3,U+ad74,U+ad81,U+adf9,U+ae34,U+af43,U+afb8,U+b05d,U+b07c,U+b110,U+b118,U+b17c,U+b180,U+b18d,U+b192,U+b2cc,U+b355,U+b378,U+b4a4,U+b4ef,U+b78d,U+b799,U+b7a9,U+b7fd,U+b807,U+b80c,U+b839,U+b9b4,U+b9db,U+ba3c,U+bab0,U+bba4,U+bc94,U+be4c,U+c154,U+c1c4,U+c26c,U+c2ac,U+c2ed,U+c4f4,U+c55e,U+c561,U+c571,U+c5b5,U+c5c4,U+c654-c655,U+c695,U+c6e8,U+c6f9,U+c724,U+c751,U+c775,U+c7a0,U+c7c1,U+c874,U+c880,U+c9d5,U+c9f8,U+cabd,U+cc29,U+cc2c,U+cca8,U+ccab,U+ccd0,U+ce21,U+ce35,U+ce7c,U+ce90,U+cee8,U+cef4,U+cfe0,U+d070,U+d0b9,U+d0c1,U+d0c4,U+d0c8,U+d15c,U+d1a1,U+d2c0,U+d300,U+d314,U+d3ed,U+d478,U+d480,U+d48d,U+d508,U+d53d,U+d5e4,U+d611,U+d61c,U+d68d,U+d6a8,U+d798; +} + +/* noto-serif-kr-[115]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-115-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+23,U+25,U+5f,U+a9,U+ac08,U+ac78,U+aca8,U+acac,U+ace8,U+ad70,U+adc0,U+addc,U+b137,U+b140,U+b208,U+b290,U+b2f5,U+b3c5,U+b3cc,U+b420,U+b429,U+b529,U+b530,U+b77d,U+b79c,U+b7a8,U+b7c9,U+b7f0,U+b7fc,U+b828,U+b860,U+b9ad,U+b9c1,U+b9c9,U+b9dd-b9de,U+b9e8,U+ba38-ba39,U+babb,U+bc00,U+bc8c,U+bca0,U+bca4,U+bcd1,U+bcfc,U+bd09,U+bdf0,U+be60,U+c0ad,U+c0b4,U+c0bc,U+c190,U+c1fc,U+c220,U+c288,U+c2b9,U+c2f6,U+c528,U+c545,U+c558,U+c5bc,U+c5d4,U+c600,U+c644,U+c6c0,U+c6c3,U+c721,U+c798,U+c7a1,U+c811,U+c838,U+c871,U+c904,U+c990,U+c9dc,U+cc38,U+cc44,U+cca0,U+cd1d,U+cd95,U+cda9,U+ce5c,U+cf00,U+cf58,U+d150,U+d22c,U+d305,U+d328,U+d37c,U+d3f0,U+d551,U+d5a5,U+d5c8,U+d5d8,U+d63c,U+d64d,U+d669,U+d734,U+d76c; +} + +/* noto-serif-kr-[116]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-116-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+26,U+2b,U+3e,U+40,U+7e,U+ac01,U+ac19,U+ac1d,U+aca0,U+aca9,U+acb0,U+ad8c,U+ae09,U+ae38,U+ae40,U+aed8,U+b09c,U+b0a0,U+b108,U+b204,U+b298,U+b2d8,U+b2eb-b2ec,U+b2f4,U+b313,U+b358,U+b450,U+b4e0,U+b54c,U+b610,U+b780,U+b78c,U+b791,U+b8e8,U+b958,U+b974,U+b984,U+b9b0,U+b9bc-b9bd,U+b9ce,U+ba70,U+bbfc,U+bc0f,U+bc15,U+bc1b,U+bc31,U+bc95,U+bcc0,U+bcc4,U+bd81,U+bd88,U+c0c8,U+c11d,U+c13c,U+c158,U+c18d,U+c1a1,U+c21c,U+c4f0,U+c54a,U+c560,U+c5b8,U+c5c8,U+c5f4,U+c628,U+c62c,U+c678,U+c6cc,U+c808,U+c810,U+c885,U+c88b,U+c900,U+c988,U+c99d,U+c9c8,U+cc3d-cc3e,U+cc45,U+cd08,U+ce20,U+cee4,U+d074,U+d0a4,U+d0dd,U+d2b9,U+d3b8,U+d3c9,U+d488,U+d544,U+d559,U+d56d,U+d588,U+d615,U+d648,U+d655,U+d658,U+d65c; +} + +/* noto-serif-kr-[117]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-117-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d,U+48,U+7c,U+ac10,U+ac15,U+ac74,U+ac80,U+ac83,U+acc4,U+ad11,U+ad50,U+ad6d,U+adfc,U+ae00,U+ae08,U+ae4c,U+b0a8,U+b124,U+b144,U+b178,U+b274,U+b2a5,U+b2e8,U+b2f9,U+b354,U+b370,U+b418,U+b41c,U+b4f1,U+b514,U+b798,U+b808,U+b824-b825,U+b8cc,U+b978,U+b9d0,U+b9e4,U+baa9,U+bb3c,U+bc18,U+bc1c,U+bc30,U+bc84,U+bcf5,U+bcf8,U+bd84,U+be0c,U+be14,U+c0b0,U+c0c9,U+c0dd,U+c124,U+c2dd,U+c2e4,U+c2ec,U+c54c,U+c57c-c57d,U+c591,U+c5c5-c5c6,U+c5ed,U+c608,U+c640,U+c6b8,U+c6d4,U+c784,U+c7ac,U+c800-c801,U+c9c1,U+c9d1,U+cc28,U+cc98,U+cc9c,U+ccad,U+cd5c,U+cd94,U+cd9c,U+cde8,U+ce68,U+cf54,U+d0dc,U+d14c,U+d1a0,U+d1b5,U+d2f0,U+d30c,U+d310,U+d398,U+d45c,U+d50c,U+d53c,U+d560,U+d568,U+d589,U+d604,U+d6c4,U+d788; +} + +/* noto-serif-kr-[118]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-118-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+39,U+49,U+4d-4e,U+a0,U+ac04,U+ac1c,U+ac70,U+ac8c,U+acbd,U+acf5,U+acfc,U+ad00,U+ad6c,U+adf8,U+b098,U+b0b4,U+b294,U+b2c8,U+b300,U+b3c4,U+b3d9,U+b4dc,U+b4e4,U+b77c,U+b7ec,U+b85d,U+b97c,U+b9c8,U+b9cc,U+ba54,U+ba74,U+ba85,U+baa8,U+bb34,U+bb38,U+bbf8,U+bc14,U+bc29,U+bc88,U+bcf4,U+bd80,U+be44,U+c0c1,U+c11c,U+c120,U+c131,U+c138,U+c18c,U+c218,U+c2b5,U+c2e0,U+c544,U+c548,U+c5b4,U+c5d0,U+c5ec,U+c5f0,U+c601,U+c624,U+c694,U+c6a9,U+c6b0,U+c6b4,U+c6d0,U+c704,U+c720,U+c73c,U+c740,U+c744,U+c74c,U+c758,U+c77c,U+c785,U+c788,U+c790-c791,U+c7a5,U+c804,U+c815,U+c81c,U+c870,U+c8fc,U+c911,U+c9c4,U+ccb4,U+ce58,U+ce74,U+d06c,U+d0c0,U+d130,U+d2b8,U+d3ec,U+d504,U+d55c,U+d569,U+d574,U+d638,U+d654,U+d68c; +} + +/* noto-serif-kr-[119]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-119-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558; +} + +/* noto-serif-kr-cyrillic-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-cyrillic-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-kr-vietnamese-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-vietnamese-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-kr-latin-ext-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-latin-ext-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* noto-serif-kr-latin-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-latin-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-kr/metadata.json b/fonts/variable/noto-serif-kr/metadata.json new file mode 100644 index 00000000000..f64f861090f --- /dev/null +++ b/fonts/variable/noto-serif-kr/metadata.json @@ -0,0 +1,21 @@ +{ + "id": "noto-serif-kr", + "family": "Noto Serif KR", + "subsets": ["cyrillic", "korean", "latin", "latin-ext", "vietnamese"], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], + "styles": ["normal"], + "defSubset": "latin", + "variable": { + "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} + }, + "lastModified": "2024-05-14", + "version": "v27", + "category": "serif", + "license": { + "type": "OFL-1.1", + "url": "http://scripts.sil.org/OFL", + "attribution": "(c) 2017-2023 Adobe (http://www.adobe.com/)." + }, + "source": "https://github.com/google/fonts", + "type": "google" +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-kr/package.json b/fonts/variable/noto-serif-kr/package.json new file mode 100644 index 00000000000..401a303a8f2 --- /dev/null +++ b/fonts/variable/noto-serif-kr/package.json @@ -0,0 +1,30 @@ +{ + "name": "@fontsource-variable/noto-serif-kr", + "version": "5.0.1", + "description": "Self-host the Noto Serif KR font in a neatly bundled NPM package.", + "main": "index.css", + "publishConfig": {"access": "public"}, + "keywords": [ + "fontsource", + "font", + "font family", + "google fonts", + "noto-serif-kr", + "Noto Serif KR", + "css", + "sass", + "front-end", + "web", + "typeface", + "variable" + ], + "author": "Google Inc.", + "license": "OFL-1.1", + "homepage": "https://fontsource.org/fonts/noto-serif-kr", + "repository": { + "type": "git", + "url": "https://github.com/fontsource/font-files.git", + "directory": "fonts/variable/noto-serif-kr" + }, + "publishHash": "96902b2234665917" +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-kr/scss/metadata.scss b/fonts/variable/noto-serif-kr/scss/metadata.scss new file mode 100644 index 00000000000..da59411b7b0 --- /dev/null +++ b/fonts/variable/noto-serif-kr/scss/metadata.scss @@ -0,0 +1,146 @@ +$id: 'noto-serif-kr' !default; +$family: 'Noto Serif KR' !default; +$category: serif !default; +$subsets: (cyrillic, korean, latin, latin-ext, vietnamese) !default; +$weights: (200, 300, 400, 500, 600, 700, 800, 900) !default; +$styles: (normal) !default; +$axes: ( + wght: ( + default: 400, + min: 200, + max: 900, + step: 1, + ), +) !default; +$defaults: ( + subset: latin, + weight: 400, + style: normal, + axis: wght, +) !default; +$unicode: ( + 0: (U+f9ca-fa0b,U+ff03-ff05,U+ff07,U+ff0a-ff0b,U+ff0d-ff19,U+ff1b,U+ff1d,U+ff20-ff5b,U+ff5d,U+ffe0-ffe3,U+ffe5-ffe6), + 1: (U+f92f-f980,U+f982-f9c9), + 2: (U+d723-d728,U+d72a-d733,U+d735-d748,U+d74a-d74f,U+d752-d753,U+d755-d757,U+d75a-d75f,U+d762-d764,U+d766-d768,U+d76a-d76b,U+d76d-d76f,U+d771-d787,U+d789-d78b,U+d78d-d78f,U+d791-d797,U+d79a,U+d79c,U+d79e-d7a3,U+f900-f909,U+f90b-f92e), + 3: (U+d679-d68b,U+d68e-d69e,U+d6a0,U+d6a2-d6a7,U+d6a9-d6c3,U+d6c6-d6c7,U+d6c9-d6cb,U+d6cd-d6d3,U+d6d5-d6d6,U+d6d8-d6e3,U+d6e5-d6e7,U+d6e9-d6fb,U+d6fd-d717,U+d719-d71f,U+d721-d722), + 4: (U+d5bc-d5c7,U+d5ca-d5cb,U+d5cd-d5cf,U+d5d1-d5d7,U+d5d9-d5da,U+d5dc,U+d5de-d5e3,U+d5e6-d5e7,U+d5e9-d5eb,U+d5ed-d5f6,U+d5f8,U+d5fa-d5ff,U+d602-d603,U+d605-d607,U+d609-d60f,U+d612-d613,U+d616-d61b,U+d61d-d637,U+d63a-d63b,U+d63d-d63f,U+d641-d647,U+d64a-d64c,U+d64e-d653,U+d656-d657,U+d659-d65b,U+d65d-d666,U+d668,U+d66a-d678), + 5: (U+d507,U+d509-d50b,U+d50d-d513,U+d515-d53b,U+d53e-d53f,U+d541-d543,U+d545-d54c,U+d54e,U+d550,U+d552-d557,U+d55a-d55b,U+d55d-d55f,U+d561-d564,U+d566-d567,U+d56a,U+d56c,U+d56e-d573,U+d576-d577,U+d579-d583,U+d585-d586,U+d58a-d5a4,U+d5a6-d5bb), + 6: (U+d464-d477,U+d47a-d47b,U+d47d-d47f,U+d481-d487,U+d489-d48a,U+d48c,U+d48e-d4e7,U+d4e9-d503,U+d505-d506), + 7: (U+d3bf-d3c7,U+d3ca-d3cf,U+d3d1-d3eb,U+d3ee-d3ef,U+d3f1-d3f3,U+d3f5-d3fb,U+d3fd-d400,U+d402-d45b,U+d45d-d463), + 8: (U+d2ff,U+d302-d304,U+d306-d30b,U+d30f,U+d311-d313,U+d315-d31b,U+d31e,U+d322-d324,U+d326-d327,U+d32a-d32b,U+d32d-d32f,U+d331-d337,U+d339-d33c,U+d33e-d37b,U+d37e-d37f,U+d381-d383,U+d385-d38b,U+d38e-d390,U+d392-d397,U+d39a-d39b,U+d39d-d39f,U+d3a1-d3a7,U+d3a9-d3aa,U+d3ac,U+d3ae-d3b3,U+d3b5-d3b7,U+d3b9-d3bb,U+d3bd-d3be), + 9: (U+d257-d27f,U+d281-d29b,U+d29d-d29f,U+d2a1-d2ab,U+d2ad-d2b7,U+d2ba-d2bb,U+d2bd-d2bf,U+d2c1-d2c7,U+d2c9-d2ef,U+d2f2-d2f3,U+d2f5-d2f7,U+d2f9-d2fe), + 10: (U+d1b4,U+d1b6-d1f3,U+d1f5-d22b,U+d22e-d22f,U+d231-d233,U+d235-d23b,U+d23d-d240,U+d242-d256), + 11: (U+d105-d12f,U+d132-d133,U+d135-d137,U+d139-d13f,U+d141-d142,U+d144,U+d146-d14b,U+d14e-d14f,U+d151-d153,U+d155-d15b,U+d15e-d187,U+d189-d19f,U+d1a2-d1a3,U+d1a5-d1a7,U+d1a9-d1af,U+d1b2-d1b3), + 12: (U+d04b-d04f,U+d051-d057,U+d059-d06b,U+d06d-d06f,U+d071-d073,U+d075-d07b,U+d07e-d0a3,U+d0a6-d0a7,U+d0a9-d0ab,U+d0ad-d0b3,U+d0b6,U+d0b8,U+d0ba-d0bf,U+d0c2-d0c3,U+d0c5-d0c7,U+d0c9-d0cf,U+d0d2,U+d0d6-d0db,U+d0de-d0df,U+d0e1-d0e3,U+d0e5-d0eb,U+d0ee-d0f0,U+d0f2-d104), + 13: (U+cfa2-cfc3,U+cfc5-cfdf,U+cfe2-cfe3,U+cfe5-cfe7,U+cfe9-cff4,U+cff6-cffb,U+cffd-cfff,U+d001-d003,U+d005-d017,U+d019-d033,U+d036-d037,U+d039-d03b,U+d03d-d04a), + 14: (U+cef0-cef3,U+cef6,U+cef9-ceff,U+cf01-cf03,U+cf05-cf07,U+cf09-cf0f,U+cf11-cf12,U+cf14-cf1b,U+cf1d-cf1f,U+cf21-cf2f,U+cf31-cf53,U+cf56-cf57,U+cf59-cf5b,U+cf5d-cf63,U+cf66,U+cf68,U+cf6a-cf6f,U+cf71-cf84,U+cf86-cf8b,U+cf8d-cfa1), + 15: (U+ce3c-ce57,U+ce5a-ce5b,U+ce5d-ce5f,U+ce61-ce67,U+ce6a,U+ce6c,U+ce6e-ce73,U+ce76-ce77,U+ce79-ce7b,U+ce7d-ce83,U+ce85-ce88,U+ce8a-ce8f,U+ce91-ce93,U+ce95-ce97,U+ce99-ce9f,U+cea2,U+cea4-ceab,U+cead-cee3,U+cee6-cee7,U+cee9-ceeb,U+ceed-ceef), + 16: (U+cd92-cd93,U+cd96-cd97,U+cd99-cd9b,U+cd9d-cda3,U+cda6-cda8,U+cdaa-cdaf,U+cdb1-cdc3,U+cdc5-cdcb,U+cdcd-cde7,U+cde9-ce03,U+ce05-ce1f,U+ce22-ce34,U+ce36-ce3b), + 17: (U+ccef-cd07,U+cd0a-cd0b,U+cd0d-cd1a,U+cd1c,U+cd1e-cd2b,U+cd2d-cd5b,U+cd5d-cd77,U+cd79-cd91), + 18: (U+cc3f-cc43,U+cc46-cc47,U+cc49-cc4b,U+cc4d-cc53,U+cc55-cc58,U+cc5a-cc5f,U+cc61-cc97,U+cc9a-cc9b,U+cc9d-cc9f,U+cca1-cca7,U+ccaa,U+ccac,U+ccae-ccb3,U+ccb6-ccb7,U+ccb9-ccbb,U+ccbd-cccf,U+ccd1-cce3,U+cce5-ccee), + 19: (U+cb91-cbd3,U+cbd5-cbe3,U+cbe5-cc0b,U+cc0e-cc0f,U+cc11-cc13,U+cc15-cc1b,U+cc1d-cc20,U+cc23-cc27,U+cc2a-cc2b,U+cc2d,U+cc2f,U+cc31-cc37,U+cc3a,U+cc3c), + 20: (U+caf4-cb47,U+cb4a-cb90), + 21: (U+ca4a-ca4b,U+ca4e-ca4f,U+ca51-ca53,U+ca55-ca5b,U+ca5d-ca60,U+ca62-ca83,U+ca85-cabb,U+cabe-cabf,U+cac1-cac3,U+cac5-cacb,U+cacd-cad0,U+cad2,U+cad4-cad8,U+cada-caf3), + 22: (U+c996-c997,U+c99a-c99c,U+c99e-c9bf,U+c9c2-c9c3,U+c9c5-c9c7,U+c9c9-c9cf,U+c9d2,U+c9d4,U+c9d7-c9d8,U+c9db,U+c9de-c9df,U+c9e1-c9e3,U+c9e5-c9e6,U+c9e8-c9eb,U+c9ee-c9f0,U+c9f2-c9f7,U+c9f9-ca0b,U+ca0d-ca28,U+ca2a-ca49), + 23: (U+c8e9-c8f4,U+c8f6-c8fb,U+c8fe-c8ff,U+c901-c903,U+c905-c90b,U+c90e-c910,U+c912-c917,U+c919-c92b,U+c92d-c94f,U+c951-c953,U+c955-c96b,U+c96d-c973,U+c975-c987,U+c98a-c98b,U+c98d-c98f,U+c991-c995), + 24: (U+c841-c84b,U+c84d-c86f,U+c872-c873,U+c875-c877,U+c879-c87f,U+c882-c884,U+c887-c88a,U+c88d-c8c3,U+c8c5-c8df,U+c8e1-c8e8), + 25: (U+c779-c77b,U+c77e-c782,U+c786,U+c78b,U+c78d,U+c78f,U+c792-c793,U+c795,U+c797,U+c799-c79f,U+c7a2,U+c7a7-c7ab,U+c7ae-c7bb,U+c7bd-c7c0,U+c7c2-c7c7,U+c7c9-c7dc,U+c7de-c7ff,U+c802-c803,U+c805-c807,U+c809,U+c80b-c80f,U+c812,U+c814,U+c817-c81b,U+c81e-c81f,U+c821-c823,U+c825-c82e,U+c830-c837,U+c839-c83b,U+c83d-c840), + 26: (U+c6bb-c6bf,U+c6c2,U+c6c4,U+c6c6-c6cb,U+c6ce-c6cf,U+c6d1-c6d3,U+c6d5-c6db,U+c6dd-c6df,U+c6e1-c6e7,U+c6e9-c6eb,U+c6ed-c6ef,U+c6f1-c6f8,U+c6fa-c703,U+c705-c707,U+c709-c70b,U+c70d-c716,U+c718,U+c71a-c71f,U+c722-c723,U+c725-c727,U+c729-c734,U+c736-c73b,U+c73e-c73f,U+c741-c743,U+c745-c74b,U+c74e-c750,U+c752-c757,U+c759-c773,U+c776-c777), + 27: (U+c5f5-c5fb,U+c5fe,U+c602-c605,U+c607,U+c609-c60f,U+c611-c61a,U+c61c-c623,U+c626-c627,U+c629-c62b,U+c62d,U+c62f-c632,U+c636,U+c638,U+c63a-c63f,U+c642-c643,U+c645-c647,U+c649-c652,U+c656-c65b,U+c65d-c65f,U+c661-c663,U+c665-c677,U+c679-c67b,U+c67d-c693,U+c696-c697,U+c699-c69b,U+c69d-c6a3,U+c6a6,U+c6a8,U+c6aa-c6af,U+c6b2-c6b3,U+c6b5-c6b7,U+c6b9-c6ba), + 28: (U+c517-c527,U+c52a-c52b,U+c52d-c52f,U+c531-c538,U+c53a,U+c53c,U+c53e-c543,U+c546-c547,U+c54b,U+c54d-c552,U+c556,U+c55a-c55b,U+c55d,U+c55f,U+c562-c563,U+c565-c567,U+c569-c56f,U+c572,U+c574,U+c576-c57b,U+c57e-c57f,U+c581-c583,U+c585-c586,U+c588-c58b,U+c58e,U+c590,U+c592-c596,U+c599-c5b3,U+c5b6-c5b7,U+c5ba,U+c5be-c5c3,U+c5ca-c5cb,U+c5cd,U+c5cf,U+c5d2-c5d3,U+c5d5-c5d7,U+c5d9-c5df,U+c5e1-c5e2,U+c5e4,U+c5e6-c5eb,U+c5ef,U+c5f1-c5f3), + 29: (U+c475-c4ef,U+c4f2-c4f3,U+c4f5-c4f7,U+c4f9-c4ff,U+c502-c50b,U+c50d-c516), + 30: (U+c3d0-c3d7,U+c3da-c3db,U+c3dd-c3de,U+c3e1-c3ec,U+c3ee-c3f3,U+c3f5-c42b,U+c42d-c463,U+c466-c474), + 31: (U+c32b-c367,U+c36a-c36b,U+c36d-c36f,U+c371-c377,U+c37a-c37b,U+c37e-c383,U+c385-c387,U+c389-c3cf), + 32: (U+c26a-c26b,U+c26d-c26f,U+c271-c273,U+c275-c27b,U+c27e-c287,U+c289-c28f,U+c291-c297,U+c299-c29a,U+c29c-c2a3,U+c2a5-c2a7,U+c2a9-c2ab,U+c2ad-c2b3,U+c2b6,U+c2b8,U+c2ba-c2bb,U+c2bd-c2db,U+c2de-c2df,U+c2e1-c2e2,U+c2e5-c2ea,U+c2ee,U+c2f0,U+c2f2-c2f5,U+c2f7,U+c2fa-c2fb,U+c2fd-c2ff,U+c301-c307,U+c309-c30c,U+c30e-c312,U+c315-c323,U+c325-c328,U+c32a), + 33: (U+c1bc-c1c3,U+c1c5-c1df,U+c1e1-c1fb,U+c1fd-c203,U+c205-c20c,U+c20e,U+c210-c217,U+c21a-c21b,U+c21d-c21e,U+c221-c227,U+c229-c22a,U+c22c,U+c22e,U+c230,U+c233-c24f,U+c251-c257,U+c259-c269), + 34: (U+c101-c11b,U+c11f,U+c121-c123,U+c125-c12b,U+c12e,U+c132-c137,U+c13a-c13b,U+c13d-c13f,U+c141-c147,U+c14a,U+c14c-c153,U+c155-c157,U+c159-c15b,U+c15d-c166,U+c169-c16f,U+c171-c177,U+c179-c18b,U+c18e-c18f,U+c191-c193,U+c195-c19b,U+c19d-c19e,U+c1a0,U+c1a2-c1a4,U+c1a6-c1bb), + 35: (U+c049-c057,U+c059-c05b,U+c05d-c05f,U+c061-c067,U+c069-c08f,U+c091-c0ab,U+c0ae-c0af,U+c0b1-c0b3,U+c0b5,U+c0b7-c0bb,U+c0be,U+c0c2-c0c7,U+c0ca-c0cb,U+c0cd-c0cf,U+c0d1-c0d7,U+c0d9-c0da,U+c0dc,U+c0de-c0e3,U+c0e5-c0eb,U+c0ed-c0f3,U+c0f6,U+c0f8,U+c0fa-c0ff), + 36: (U+bfa7-bfaf,U+bfb1-bfc4,U+bfc6-bfcb,U+bfce-bfcf,U+bfd1-bfd3,U+bfd5-bfdb,U+bfdd-c048), + 37: (U+bf07,U+bf09-bf3f,U+bf41-bf4f,U+bf52-bf54,U+bf56-bfa6), + 38: (U+be56,U+be58,U+be5c-be5f,U+be62-be63,U+be65-be67,U+be69-be74,U+be76-be7b,U+be7e-be7f,U+be81-be8e,U+be90,U+be92-bea7,U+bea9-becf,U+bed2-bed3,U+bed5-bed6,U+bed9-bee3,U+bee6-bf06), + 39: (U+bdb0-bdd3,U+bdd5-bdef,U+bdf1-be0b,U+be0d-be0f,U+be11-be13,U+be15-be43,U+be46-be47,U+be49-be4b,U+be4d-be53), + 40: (U+bd03,U+bd06,U+bd08,U+bd0a-bd0f,U+bd11-bd22,U+bd25-bd47,U+bd49-bd58,U+bd5a-bd7f,U+bd82-bd83,U+bd85-bd87,U+bd8a-bd8f,U+bd91-bd92,U+bd94,U+bd96-bd98,U+bd9a-bdaf), + 41: (U+bc4e-bc83,U+bc86-bc87,U+bc89-bc8b,U+bc8d-bc93,U+bc96,U+bc98,U+bc9b-bc9f,U+bca2-bca3,U+bca5-bca7,U+bca9-bcb2,U+bcb4-bcbb,U+bcbe-bcbf,U+bcc1-bcc3,U+bcc5-bccc,U+bcce-bcd0,U+bcd2-bcd4,U+bcd6-bcf3,U+bcf7,U+bcf9-bcfb,U+bcfd-bd02), + 42: (U+bb90-bba3,U+bba5-bbab,U+bbad-bbbf,U+bbc1-bbf7,U+bbfa-bbfb,U+bbfd-bbfe,U+bc01-bc07,U+bc09-bc0a,U+bc0e,U+bc10,U+bc12-bc13,U+bc17,U+bc19-bc1a,U+bc1e,U+bc20-bc23,U+bc26,U+bc28,U+bc2a-bc2c,U+bc2e-bc2f,U+bc32-bc33,U+bc35-bc37,U+bc39-bc3f,U+bc41-bc42,U+bc44,U+bc46-bc48,U+bc4a-bc4d), + 43: (U+bae6-bafb,U+bafd-bb17,U+bb19-bb33,U+bb37,U+bb39-bb3a,U+bb3d-bb43,U+bb45-bb46,U+bb48,U+bb4a-bb4f,U+bb51-bb53,U+bb55-bb57,U+bb59-bb62,U+bb64-bb8f), + 44: (U+ba30-ba37,U+ba3a-ba3b,U+ba3d-ba3f,U+ba41-ba47,U+ba49-ba4a,U+ba4c,U+ba4e-ba53,U+ba56-ba57,U+ba59-ba5b,U+ba5d-ba63,U+ba65-ba66,U+ba68-ba6f,U+ba71-ba73,U+ba75-ba77,U+ba79-ba84,U+ba86,U+ba88-baa7,U+baaa,U+baad-baaf,U+bab1-bab7,U+baba,U+babc,U+babe-bae5), + 45: (U+b96e-b973,U+b976-b977,U+b979-b97b,U+b97d-b983,U+b986,U+b988,U+b98a-b98d,U+b98f-b9ab,U+b9ae-b9af,U+b9b1-b9b3,U+b9b5-b9bb,U+b9be,U+b9c0,U+b9c2-b9c7,U+b9ca-b9cb,U+b9cd,U+b9d2-b9d7,U+b9da,U+b9dc,U+b9df-b9e0,U+b9e2,U+b9e6-b9e7,U+b9e9-b9f3,U+b9f6,U+b9f8,U+b9fb-ba2f), + 46: (U+b8bf-b8cb,U+b8cd-b8e0,U+b8e2-b8e7,U+b8ea-b8eb,U+b8ed-b8ef,U+b8f1-b8f7,U+b8fa,U+b8fc,U+b8fe-b903,U+b905-b917,U+b919-b91f,U+b921-b93b,U+b93d-b957,U+b95a-b95b,U+b95d-b95f,U+b961-b967,U+b969-b96c), + 47: (U+b80d-b80f,U+b811-b817,U+b81a,U+b81c-b823,U+b826-b827,U+b829-b82b,U+b82d-b833,U+b836,U+b83a-b83f,U+b841-b85b,U+b85e-b85f,U+b861-b863,U+b865-b86b,U+b86e,U+b870,U+b872-b8af,U+b8b1-b8be), + 48: (U+b74d-b75f,U+b761-b763,U+b765-b774,U+b776-b77b,U+b77e-b77f,U+b781-b783,U+b785-b78b,U+b78e,U+b792-b796,U+b79a-b79b,U+b79d-b7a7,U+b7aa,U+b7ae-b7b3,U+b7b6-b7c8,U+b7ca-b7eb,U+b7ee-b7ef,U+b7f1-b7f3,U+b7f5-b7fb,U+b7fe,U+b802-b806,U+b80a-b80b), + 49: (U+b6a7-b6aa,U+b6ac-b6b0,U+b6b2-b6ef,U+b6f1-b727,U+b72a-b72b,U+b72d-b72e,U+b731-b737,U+b739-b73a,U+b73c-b743,U+b745-b74c), + 50: (U+b605-b60f,U+b612-b617,U+b619-b624,U+b626-b69b,U+b69e-b6a3,U+b6a5-b6a6), + 51: (U+b55f,U+b562-b583,U+b585-b59f,U+b5a2-b5a3,U+b5a5-b5a7,U+b5a9-b5b2,U+b5b5-b5ba,U+b5bd-b604), + 52: (U+b4a5-b4b6,U+b4b8-b4bf,U+b4c1-b4c7,U+b4c9-b4db,U+b4de-b4df,U+b4e1-b4e2,U+b4e5-b4eb,U+b4ee,U+b4f0,U+b4f2-b513,U+b516-b517,U+b519-b51a,U+b51d-b523,U+b526,U+b528,U+b52b-b52f,U+b532-b533,U+b535-b537,U+b539-b53f,U+b541-b544,U+b546-b54b,U+b54d-b54f,U+b551-b55b,U+b55d-b55e), + 53: (U+b3f8-b3fb,U+b3fd-b40f,U+b411-b417,U+b419-b41b,U+b41d-b41f,U+b421-b427,U+b42a-b42b,U+b42d-b44f,U+b452-b453,U+b455-b457,U+b459-b45f,U+b462-b464,U+b466-b46b,U+b46d-b47f,U+b481-b4a3), + 54: (U+b342-b353,U+b356-b357,U+b359-b35b,U+b35d-b35e,U+b360-b363,U+b366,U+b368,U+b36a-b36d,U+b36f,U+b372-b373,U+b375-b377,U+b379-b37f,U+b381-b382,U+b384,U+b386-b38b,U+b38d-b3c3,U+b3c6-b3c7,U+b3c9-b3ca,U+b3cd-b3d3,U+b3d6,U+b3d8,U+b3da-b3f7), + 55: (U+b27c-b283,U+b285-b28f,U+b292-b293,U+b295-b297,U+b29a-b29f,U+b2a1-b2a4,U+b2a7-b2a9,U+b2ab,U+b2ad-b2c7,U+b2ca-b2cb,U+b2cd-b2cf,U+b2d1-b2d7,U+b2da,U+b2dc,U+b2de-b2e3,U+b2e7,U+b2e9-b2ea,U+b2ef-b2f3,U+b2f6,U+b2f8,U+b2fa-b2fb,U+b2fd-b2fe,U+b302-b303,U+b305-b307,U+b309-b30f,U+b312,U+b316-b31b,U+b31d-b341), + 56: (U+b1d6-b1e7,U+b1e9-b1fc,U+b1fe-b203,U+b206-b207,U+b209-b20b,U+b20d-b213,U+b216-b21f,U+b221-b257,U+b259-b273,U+b275-b27b), + 57: (U+b120-b122,U+b126-b127,U+b129-b12b,U+b12d-b133,U+b136,U+b138,U+b13a-b13f,U+b142-b143,U+b145-b14f,U+b151-b153,U+b156-b157,U+b159-b177,U+b17a-b17b,U+b17d-b17f,U+b181-b187,U+b189-b18c,U+b18e-b191,U+b195-b1a7,U+b1a9-b1cb,U+b1cd-b1d5), + 58: (U+b05f-b07b,U+b07e-b07f,U+b081-b083,U+b085-b08b,U+b08d-b097,U+b09b,U+b09d-b09f,U+b0a2-b0a7,U+b0aa,U+b0b0,U+b0b2,U+b0b6-b0b7,U+b0b9-b0bb,U+b0bd-b0c3,U+b0c6-b0c7,U+b0ca-b0cf,U+b0d1-b0df,U+b0e1-b0e4,U+b0e6-b107,U+b10a-b10b,U+b10d-b10f,U+b111-b112,U+b114-b117,U+b119-b11a,U+b11c-b11f), + 59: (U+afac-afb7,U+afba-afbb,U+afbd-afbf,U+afc1-afc6,U+afca-afcc,U+afce-afd3,U+afd5-afe7,U+afe9-afef,U+aff1-b00b,U+b00d-b00f,U+b011-b013,U+b015-b01b,U+b01d-b027,U+b029-b043,U+b045-b047,U+b049,U+b04b,U+b04d-b052,U+b055-b056,U+b058-b05c,U+b05e), + 60: (U+af03-af07,U+af09-af2b,U+af2e-af33,U+af35-af3b,U+af3e-af40,U+af44-af47,U+af4a-af5c,U+af5e-af63,U+af65-af7f,U+af81-afab), + 61: (U+ae56-ae5b,U+ae5e-ae60,U+ae62-ae64,U+ae66-ae67,U+ae69-ae6b,U+ae6d-ae83,U+ae85-aebb,U+aebf,U+aec1-aec3,U+aec5-aecb,U+aece,U+aed0,U+aed2-aed7,U+aed9-aef3,U+aef5-af02), + 62: (U+ad9c-ada3,U+ada5-adbf,U+adc1-adc3,U+adc5-adc7,U+adc9-add2,U+add4-addb,U+addd-addf,U+ade1-ade3,U+ade5-adf7,U+adfa-adfb,U+adfd-adff,U+ae02-ae07,U+ae0a,U+ae0c,U+ae0e-ae13,U+ae15-ae2f,U+ae31-ae33,U+ae35-ae37,U+ae39-ae3f,U+ae42,U+ae44,U+ae46-ae49,U+ae4b,U+ae4f,U+ae51-ae53,U+ae55), + 63: (U+ace2-ace3,U+ace5-ace6,U+ace9-acef,U+acf2,U+acf4,U+acf7-acfb,U+acfe-acff,U+ad01-ad03,U+ad05-ad0b,U+ad0d-ad10,U+ad12-ad1b,U+ad1d-ad33,U+ad35-ad48,U+ad4a-ad4f,U+ad51-ad6b,U+ad6e-ad6f,U+ad71-ad72,U+ad77-ad7c,U+ad7e,U+ad80,U+ad82-ad87,U+ad89-ad8b,U+ad8d-ad8f,U+ad91-ad9b), + 64: (U+ac25-ac2c,U+ac2e,U+ac30,U+ac32-ac37,U+ac39-ac3f,U+ac41-ac4c,U+ac4e-ac6f,U+ac72-ac73,U+ac75-ac76,U+ac79-ac7f,U+ac82,U+ac84-ac88,U+ac8a-ac8b,U+ac8d-ac8f,U+ac91-ac93,U+ac95-ac9b,U+ac9d-ac9e,U+aca1-aca7,U+acab,U+acad-acaf,U+acb1-acb7,U+acba-acbb,U+acbe-acc0,U+acc2-acc3,U+acc5-acdf), + 65: (U+99df,U+99ed,U+99f1,U+99ff,U+9a01,U+9a08,U+9a0e-9a0f,U+9a19,U+9a2b,U+9a30,U+9a36-9a37,U+9a40,U+9a43,U+9a45,U+9a4d,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69-9a6a,U+9aa8,U+9ab8,U+9ad3,U+9ae5,U+9aee,U+9b1a,U+9b27,U+9b2a,U+9b31,U+9b3c,U+9b41-9b45,U+9b4f,U+9b54,U+9b5a,U+9b6f,U+9b8e,U+9b91,U+9b9f,U+9bab,U+9bae,U+9bc9,U+9bd6,U+9be4,U+9be8,U+9c0d,U+9c10,U+9c12,U+9c15,U+9c25,U+9c32,U+9c3b,U+9c47,U+9c49,U+9c57,U+9ce5,U+9ce7,U+9ce9,U+9cf3-9cf4,U+9cf6,U+9d09,U+9d1b,U+9d26,U+9d28,U+9d3b,U+9d51,U+9d5d,U+9d60-9d61,U+9d6c,U+9d72,U+9da9,U+9daf,U+9db4,U+9dc4,U+9dd7,U+9df2,U+9df8-9dfa,U+9e1a,U+9e1e,U+9e75,U+9e79,U+9e7d,U+9e7f,U+9e92-9e93,U+9e97,U+9e9d,U+9e9f,U+9ea5,U+9eb4-9eb5,U+9ebb,U+9ebe,U+9ec3,U+9ecd-9ece,U+9ed4,U+9ed8,U+9edb-9edc,U+9ede,U+9ee8,U+9ef4,U+9f07-9f08,U+9f0e,U+9f13,U+9f20,U+9f3b,U+9f4a-9f4b,U+9f4e,U+9f52,U+9f5f,U+9f61,U+9f67,U+9f6a,U+9f6c,U+9f77,U+9f8d,U+9f90,U+9f95,U+9f9c,U+ac02-ac03,U+ac05-ac06,U+ac09-ac0f,U+ac17-ac18,U+ac1b,U+ac1e-ac1f,U+ac21-ac23), + 66: (U+96a7-96a8,U+96aa,U+96b1,U+96b7,U+96bb,U+96c0-96c1,U+96c4-96c5,U+96c7,U+96c9,U+96cb-96ce,U+96d5-96d6,U+96d9,U+96db-96dc,U+96e2-96e3,U+96e8-96ea,U+96ef-96f0,U+96f2,U+96f6-96f7,U+96f9,U+96fb,U+9700,U+9706-9707,U+9711,U+9713,U+9716,U+9719,U+971c,U+971e,U+9727,U+9730,U+9732,U+9739,U+973d,U+9742,U+9744,U+9748,U+9756,U+975c,U+9761,U+9769,U+976d,U+9774,U+9777,U+977a,U+978b,U+978d,U+978f,U+97a0,U+97a8,U+97ab,U+97ad,U+97c6,U+97cb,U+97dc,U+97f6,U+97fb,U+97ff-9803,U+9805-9806,U+9808,U+980a,U+980c,U+9810-9813,U+9817-9818,U+982d,U+9830,U+9838-9839,U+983b,U+9846,U+984c-984e,U+9854,U+9858,U+985a,U+985e,U+9865,U+9867,U+986b,U+986f,U+98af,U+98b1,U+98c4,U+98c7,U+98db-98dc,U+98e1-98e2,U+98ed-98ef,U+98f4,U+98fc-98fe,U+9903,U+9909-990a,U+990c,U+9910,U+9913,U+9918,U+991e,U+9920,U+9928,U+9945,U+9949,U+994b-994d,U+9951-9952,U+9954,U+9957,U+9996,U+999d,U+99a5,U+99a8,U+99ac-99ae,U+99b1,U+99b3-99b4,U+99b9,U+99c1,U+99d0-99d2,U+99d5,U+99d9,U+99dd), + 67: (U+920d,U+9210-9212,U+9217,U+921e,U+9234,U+923a,U+923f-9240,U+9245,U+9249,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9283,U+9285,U+9291,U+9293,U+9296,U+9298,U+929c,U+92b3,U+92b6-92b7,U+92b9,U+92cc,U+92cf,U+92d2,U+92e4,U+92ea,U+92f8,U+92fc,U+9304,U+9310,U+9318,U+931a,U+931e-9322,U+9324,U+9326,U+9328,U+932b,U+932e-932f,U+9348,U+934a-934b,U+934d,U+9354,U+935b,U+936e,U+9375,U+937c,U+937e,U+938c,U+9394,U+9396,U+939a,U+93a3,U+93a7,U+93ac-93ad,U+93b0,U+93c3,U+93d1,U+93de,U+93e1,U+93e4,U+93f6,U+9404,U+9418,U+9425,U+942b,U+9435,U+9438,U+9444,U+9451-9452,U+945b,U+947d,U+947f,U+9583,U+9589,U+958f,U+9591-9592,U+9594,U+9598,U+95a3-95a5,U+95a8,U+95ad,U+95b1,U+95bb-95bc,U+95c7,U+95ca,U+95d4-95d6,U+95dc,U+95e1-95e2,U+961c,U+9621,U+962a,U+962e,U+9632,U+963b,U+963f-9640,U+9642,U+9644,U+964b-964d,U+9650,U+965b-965f,U+9662-9664,U+966a,U+9670,U+9673,U+9675-9678,U+967d,U+9685-9686,U+968a-968b,U+968d-968e,U+9694-9695,U+9698-9699,U+969b-969c,U+96a3), + 68: (U+8fa8,U+8fad,U+8faf-8fb2,U+8fc2,U+8fc5,U+8fce,U+8fd4,U+8fe6,U+8fea-8feb,U+8fed,U+8ff0,U+8ff2,U+8ff7,U+8ff9,U+8ffd,U+9000-9003,U+9005-9006,U+9008,U+900b,U+900d,U+900f-9011,U+9014-9015,U+9017,U+9019,U+901d-9023,U+902e,U+9031-9032,U+9035,U+9038,U+903c,U+903e,U+9041-9042,U+9047,U+904a-904b,U+904d-904e,U+9050-9051,U+9054-9055,U+9059,U+905c-905e,U+9060-9061,U+9063,U+9069,U+906d-906f,U+9072,U+9075,U+9077-9078,U+907a,U+907c-907d,U+907f-9084,U+9087-9088,U+908a,U+908f,U+9091,U+9095,U+9099,U+90a2-90a3,U+90a6,U+90a8,U+90aa,U+90af-90b1,U+90b5,U+90b8,U+90c1,U+90ca,U+90de,U+90e1,U+90ed,U+90f5,U+9102,U+9112,U+9115,U+9119,U+9127,U+912d,U+9132,U+9149-914e,U+9152,U+9162,U+9169-916a,U+916c,U+9175,U+9177-9178,U+9187,U+9189,U+918b,U+918d,U+9192,U+919c,U+91ab-91ac,U+91ae-91af,U+91b1,U+91b4-91b5,U+91c0,U+91c7,U+91c9,U+91cb,U+91cf-91d0,U+91d7-91d8,U+91dc-91dd,U+91e3,U+91e7,U+91ea,U+91f5), + 69: (U+8c6a-8c6b,U+8c79-8c7a,U+8c82,U+8c8a,U+8c8c,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb8,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8cd1,U+8cd3,U+8cda,U+8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6,U+8cea,U+8ced,U+8cf4,U+8cfb-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d13,U+8d16,U+8d64,U+8d66,U+8d6b,U+8d70,U+8d73-8d74,U+8d77,U+8d85,U+8d8a,U+8d99,U+8da3,U+8da8,U+8db3,U+8dba,U+8dbe,U+8dc6,U+8dcb-8dcc,U+8dcf,U+8ddb,U+8ddd,U+8de1,U+8de3,U+8de8,U+8df3,U+8e0a,U+8e0f-8e10,U+8e1e,U+8e2a,U+8e30,U+8e35,U+8e42,U+8e44,U+8e47-8e4a,U+8e59,U+8e5f-8e60,U+8e74,U+8e76,U+8e81,U+8e87,U+8e8a,U+8e8d,U+8eaa-8eac,U+8ec0,U+8ecb-8ecc,U+8ed2,U+8edf,U+8eeb,U+8ef8,U+8efb,U+8efe,U+8f03,U+8f05,U+8f09,U+8f12-8f15,U+8f1b-8f1f,U+8f26-8f27,U+8f29-8f2a,U+8f2f,U+8f33,U+8f38-8f39,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5d,U+8f5f,U+8f62,U+8f9b-8f9c,U+8fa3,U+8fa6), + 70: (U+8941,U+8944,U+895f,U+8964,U+896a,U+8972,U+8981,U+8983,U+8986-8987,U+898f,U+8993,U+8996,U+89a1,U+89a9-89aa,U+89b2,U+89ba,U+89bd,U+89c0,U+89d2,U+89e3,U+89f4,U+89f8,U+8a02-8a03,U+8a08,U+8a0a,U+8a0c,U+8a0e,U+8a13,U+8a16-8a17,U+8a1b,U+8a1d,U+8a1f,U+8a23,U+8a25,U+8a2a,U+8a2d,U+8a31,U+8a34,U+8a36,U+8a3a-8a3b,U+8a50,U+8a54-8a55,U+8a5b,U+8a5e,U+8a60,U+8a62-8a63,U+8a66,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a75,U+8a79,U+8a85,U+8a87,U+8a8c-8a8d,U+8a93,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8,U+8aaa,U+8ab0,U+8ab2,U+8ab9,U+8abc,U+8abe-8abf,U+8ac2,U+8ac4,U+8ac7,U+8acb,U+8acd,U+8acf,U+8ad2,U+8ad6,U+8adb-8adc,U+8ae1,U+8ae6-8ae7,U+8aea-8aeb,U+8aed-8aee,U+8af1,U+8af6-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b04,U+8b0e,U+8b10,U+8b14,U+8b16-8b17,U+8b19-8b1b,U+8b1d,U+8b20,U+8b28,U+8b2b-8b2c,U+8b33,U+8b39,U+8b41,U+8b49,U+8b4e-8b4f,U+8b58,U+8b5a,U+8b5c,U+8b66,U+8b6c,U+8b6f-8b70,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b8a,U+8b90,U+8b92-8b93,U+8b96,U+8b9a,U+8c37,U+8c3f,U+8c41,U+8c46,U+8c48,U+8c4a,U+8c4c,U+8c55,U+8c5a,U+8c61), + 71: (U+858f,U+8591,U+8594,U+859b,U+85a6,U+85a8-85aa,U+85af-85b0,U+85ba,U+85c1,U+85c9,U+85cd-85cf,U+85d5,U+85dc-85dd,U+85e4-85e5,U+85e9-85ea,U+85f7,U+85fa-85fb,U+85ff,U+8602,U+8606-8607,U+860a,U+8616-8617,U+861a,U+862d,U+863f,U+864e,U+8650,U+8654-8655,U+865b-865c,U+865e-865f,U+8667,U+8679,U+868a,U+868c,U+8693,U+86a3-86a4,U+86a9,U+86c7,U+86cb,U+86d4,U+86d9,U+86db,U+86df,U+86e4,U+86ed,U+86fe,U+8700,U+8702-8703,U+8708,U+8718,U+871a,U+871c,U+874e,U+8755,U+8757,U+875f,U+8766,U+8768,U+8774,U+8776,U+8778,U+8782,U+878d,U+879f,U+87a2,U+87b3,U+87ba,U+87c4,U+87e0,U+87ec,U+87ef,U+87f2,U+87f9,U+87fb,U+87fe,U+8805,U+881f,U+8822-8823,U+8831,U+8836,U+883b,U+8840,U+8846,U+884d,U+8852-8853,U+8857,U+8859,U+885b,U+885d,U+8861-8863,U+8868,U+886b,U+8870,U+8872,U+8877,U+887e-887f,U+8881-8882,U+8888,U+888b,U+888d,U+8892,U+8896-8897,U+889e,U+88ab,U+88b4,U+88c1-88c2,U+88cf,U+88d4-88d5,U+88d9,U+88dc-88dd,U+88df,U+88e1,U+88e8,U+88f3-88f5,U+88f8,U+88fd,U+8907,U+8910,U+8912-8913,U+8918-8919,U+8925,U+892a,U+8936,U+8938,U+893b), + 72: (U+82a6,U+82a9,U+82ac-82af,U+82b3,U+82b7-82b9,U+82bb-82bd,U+82bf,U+82d1-82d2,U+82d4-82d5,U+82d7,U+82db,U+82de-82df,U+82e1,U+82e5-82e7,U+82fd-82fe,U+8301-8305,U+8309,U+8317,U+8328,U+832b,U+832f,U+8331,U+8334-8336,U+8338-8339,U+8340,U+8347,U+8349-834a,U+834f,U+8351-8352,U+8373,U+8377,U+837b,U+8389-838a,U+838e,U+8396,U+8398,U+839e,U+83a2,U+83a9-83ab,U+83bd,U+83c1,U+83c5,U+83c9-83ca,U+83cc,U+83d3,U+83d6,U+83dc,U+83e9,U+83eb,U+83ef-83f2,U+83f4,U+83f9,U+83fd,U+8403-8404,U+840a,U+840c-840e,U+8429,U+842c,U+8431,U+8438,U+843d,U+8449,U+8457,U+845b,U+8461,U+8463,U+8466,U+846b-846c,U+846f,U+8475,U+847a,U+8490,U+8494,U+8499,U+849c,U+84a1,U+84b2,U+84b8,U+84bb-84bc,U+84bf-84c0,U+84c2,U+84c4,U+84c6,U+84c9,U+84cb,U+84cd,U+84d1,U+84da,U+84ec,U+84ee,U+84f4,U+84fc,U+8511,U+8513-8514,U+8517-8518,U+851a,U+851e,U+8521,U+8523,U+8525,U+852c-852d,U+852f,U+853d,U+853f,U+8541,U+8543,U+8549,U+854e,U+8553,U+8559,U+8563,U+8568-856a,U+856d,U+8584,U+8587), + 73: (U+8033,U+8036,U+803d,U+803f,U+8043,U+8046,U+804a,U+8056,U+8058,U+805a,U+805e,U+806f-8070,U+8072-8073,U+8077,U+807d-807f,U+8084-8087,U+8089,U+808b-808c,U+8096,U+809b,U+809d,U+80a1-80a2,U+80a5,U+80a9-80aa,U+80af,U+80b1-80b2,U+80b4,U+80ba,U+80c3-80c4,U+80cc,U+80ce,U+80da-80db,U+80de,U+80e1,U+80e4-80e5,U+80f1,U+80f4,U+80f8,U+80fd,U+8102,U+8105-8108,U+810a,U+8118,U+811a-811b,U+8123,U+8129,U+812b,U+812f,U+8139,U+813e,U+814b,U+814e,U+8150-8151,U+8154-8155,U+8165-8166,U+816b,U+8170-8171,U+8178-817a,U+817f-8180,U+8188,U+818a,U+818f,U+819a,U+819c-819d,U+81a0,U+81a3,U+81a8,U+81b3,U+81b5,U+81ba,U+81bd-81c0,U+81c2,U+81c6,U+81cd,U+81d8,U+81df,U+81e3,U+81e5,U+81e7-81e8,U+81ed,U+81f3-81f4,U+81fa-81fc,U+81fe,U+8205,U+8208,U+820a,U+820c-820d,U+8212,U+821b-821c,U+821e-821f,U+8221,U+822a-822c,U+8235-8237,U+8239,U+8240,U+8245,U+8247,U+8259,U+8264,U+8266,U+826e-826f,U+8271,U+8276,U+8278,U+827e,U+828b,U+828d-828e,U+8292,U+8299-829a,U+829d,U+829f,U+82a5), + 74: (U+7d2f-7d30,U+7d33,U+7d35,U+7d39-7d3a,U+7d42-7d46,U+7d50,U+7d5e,U+7d61-7d62,U+7d66,U+7d68,U+7d6a,U+7d6e,U+7d71-7d73,U+7d76,U+7d79,U+7d7f,U+7d8e-7d8f,U+7d93,U+7d9c,U+7da0,U+7da2,U+7dac-7dad,U+7db1-7db2,U+7db4-7db5,U+7db8,U+7dba-7dbb,U+7dbd-7dbf,U+7dc7,U+7dca-7dcb,U+7dd6,U+7dd8,U+7dda,U+7ddd-7dde,U+7de0-7de1,U+7de3,U+7de8-7de9,U+7dec,U+7def,U+7df4,U+7dfb,U+7e09-7e0a,U+7e15,U+7e1b,U+7e1d-7e1f,U+7e21,U+7e23,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e3d-7e3e,U+7e43,U+7e46-7e47,U+7e52,U+7e54-7e55,U+7e5e,U+7e61,U+7e69-7e6b,U+7e6d,U+7e70,U+7e79,U+7e7c,U+7e82,U+7e8c,U+7e8f,U+7e93,U+7e96,U+7e98,U+7e9b-7e9c,U+7f36,U+7f38,U+7f3a,U+7f4c,U+7f50,U+7f54-7f55,U+7f6a-7f6b,U+7f6e,U+7f70,U+7f72,U+7f75,U+7f77,U+7f79,U+7f85,U+7f88,U+7f8a,U+7f8c,U+7f94,U+7f9a,U+7f9e,U+7fa4,U+7fa8-7fa9,U+7fb2,U+7fb8-7fb9,U+7fbd,U+7fc1,U+7fc5,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd4-7fd5,U+7fdf-7fe1,U+7fe9,U+7feb,U+7ff0,U+7ff9,U+7ffc,U+8000-8001,U+8003,U+8006,U+8009,U+800c,U+8010,U+8015,U+8017-8018,U+802d), + 75: (U+7a49,U+7a4d-7a4e,U+7a57,U+7a61-7a62,U+7a69,U+7a6b,U+7a70,U+7a74,U+7a76,U+7a79,U+7a7d,U+7a7f,U+7a81,U+7a84,U+7a88,U+7a92-7a93,U+7a95,U+7a98,U+7a9f,U+7aa9-7aaa,U+7aae-7aaf,U+7aba,U+7ac4-7ac5,U+7ac7,U+7aca,U+7ad7,U+7ad9,U+7add,U+7adf-7ae0,U+7ae3,U+7ae5,U+7aea,U+7aed,U+7aef,U+7af6,U+7af9-7afa,U+7aff,U+7b0f,U+7b11,U+7b19,U+7b1b,U+7b1e,U+7b20,U+7b26,U+7b2d,U+7b39,U+7b46,U+7b49,U+7b4b-7b4d,U+7b4f-7b52,U+7b54,U+7b56,U+7b60,U+7b6c,U+7b6e,U+7b75,U+7b7d,U+7b87,U+7b8b,U+7b8f,U+7b94-7b95,U+7b97,U+7b9a,U+7b9d,U+7ba1,U+7bad,U+7bb1,U+7bb4,U+7bb8,U+7bc0-7bc1,U+7bc4,U+7bc6-7bc7,U+7bc9,U+7bd2,U+7be0,U+7be4,U+7be9,U+7c07,U+7c12,U+7c1e,U+7c21,U+7c27,U+7c2a-7c2b,U+7c3d-7c3f,U+7c43,U+7c4c-7c4d,U+7c60,U+7c64,U+7c6c,U+7c73,U+7c83,U+7c89,U+7c92,U+7c95,U+7c97-7c98,U+7c9f,U+7ca5,U+7ca7,U+7cae,U+7cb1-7cb3,U+7cb9,U+7cbe,U+7cca,U+7cd6,U+7cde-7ce0,U+7ce7,U+7cfb,U+7cfe,U+7d00,U+7d02,U+7d04-7d08,U+7d0a-7d0b,U+7d0d,U+7d10,U+7d14,U+7d17-7d1b,U+7d20-7d21,U+7d2b-7d2c,U+7d2e), + 76: (U+7704,U+7708-7709,U+770b,U+771e,U+7720,U+7729,U+7737-7738,U+773a,U+773c,U+7740,U+774d,U+775b,U+7761,U+7763,U+7766,U+776b,U+7779,U+777e-777f,U+778b,U+7791,U+779e,U+77a5,U+77ac-77ad,U+77b0,U+77b3,U+77bb-77bc,U+77bf,U+77d7,U+77db-77dc,U+77e2-77e3,U+77e9,U+77ed-77ef,U+7802,U+7812,U+7825-7827,U+782c,U+7832,U+7834,U+7845,U+784f,U+785d,U+786b-786c,U+786f,U+787c,U+7881,U+7887,U+788c-788e,U+7891,U+7897,U+78a3,U+78a7,U+78a9,U+78ba-78bc,U+78c1,U+78c5,U+78ca-78cb,U+78ce,U+78d0,U+78e8,U+78ec,U+78ef,U+78f5,U+78fb,U+7901,U+790e,U+7916,U+792a-792c,U+793a,U+7940-7941,U+7947-7949,U+7950,U+7956-7957,U+795a-795d,U+7960,U+7965,U+7968,U+796d,U+797a,U+797f,U+7981,U+798d-798e,U+7991,U+79a6-79a7,U+79aa,U+79ae,U+79b1,U+79b3,U+79b9,U+79bd-79c1,U+79c9-79cb,U+79d2,U+79d5,U+79d8,U+79df,U+79e4,U+79e6-79e7,U+79e9,U+79fb,U+7a00,U+7a05,U+7a08,U+7a0b,U+7a0d,U+7a14,U+7a17,U+7a19-7a1a,U+7a1c,U+7a1f-7a20,U+7a2e,U+7a31,U+7a36-7a37,U+7a3b-7a3d,U+7a3f-7a40,U+7a46), + 77: (U+7482-7483,U+7487,U+7489,U+748b,U+7498,U+749c,U+749e-749f,U+74a1,U+74a3,U+74a5,U+74a7-74a8,U+74aa,U+74b0,U+74b2,U+74b5,U+74b9,U+74bd,U+74bf,U+74c6,U+74ca,U+74cf,U+74d4,U+74d8,U+74da,U+74dc,U+74e0,U+74e2-74e3,U+74e6,U+74ee,U+74f7,U+7501,U+7504,U+7511,U+7515,U+7518,U+751a-751b,U+7523,U+7525-7526,U+752b-752c,U+7531,U+7533,U+7538,U+753a,U+7547,U+754c,U+754f,U+7551,U+7553-7554,U+7559,U+755b-755d,U+7562,U+7565-7566,U+756a,U+756f-7570,U+7575-7576,U+7578,U+757a,U+757f,U+7586-7587,U+758a-758b,U+758e-758f,U+7591,U+759d,U+75a5,U+75ab,U+75b1-75b3,U+75b5,U+75b8-75b9,U+75bc-75be,U+75c2,U+75c5,U+75c7,U+75cd,U+75d2,U+75d4-75d5,U+75d8-75d9,U+75db,U+75e2,U+75f0,U+75f2,U+75f4,U+75fa,U+75fc,U+7600,U+760d,U+7619,U+761f-7622,U+7624,U+7626,U+763b,U+7642,U+764c,U+764e,U+7652,U+7656,U+7661,U+7664,U+7669,U+766c,U+7670,U+7672,U+7678,U+7686-7687,U+768e,U+7690,U+7693,U+76ae,U+76ba,U+76bf,U+76c2-76c3,U+76c6,U+76c8,U+76ca,U+76d2,U+76d6,U+76db-76dc,U+76de-76df,U+76e1,U+76e3-76e4,U+76e7,U+76f2,U+76fc,U+76fe,U+7701), + 78: (U+7230,U+7232,U+7235,U+723a-723b,U+723d-723e,U+7240,U+7246-7248,U+724c,U+7252,U+7258-7259,U+725b,U+725d,U+725f,U+7261-7262,U+7267,U+7272,U+727d,U+7280-7281,U+72a2,U+72a7,U+72ac,U+72af,U+72c0,U+72c2,U+72c4,U+72ce,U+72d0,U+72d7,U+72d9,U+72e1,U+72e9,U+72f8-72f9,U+72fc-72fd,U+730a,U+7316,U+731b-731d,U+7325,U+7329-732b,U+7336-7337,U+733e-733f,U+7344-7345,U+7350,U+7352,U+7357,U+7368,U+736a,U+7370,U+7372,U+7375,U+7378,U+737a-737b,U+7384,U+7386-7387,U+7389,U+738e,U+7394,U+7396-7398,U+739f,U+73a7,U+73a9,U+73ad,U+73b2-73b3,U+73b9,U+73c0,U+73c2,U+73c9-73ca,U+73cc-73cd,U+73cf,U+73d6,U+73d9,U+73dd-73de,U+73e0,U+73e3-73e6,U+73e9-73ea,U+73ed,U+73f7,U+73f9,U+73fd-73fe,U+7401,U+7403,U+7405,U+7407,U+7409,U+7413,U+741b,U+7420-7422,U+7425-7426,U+7428,U+742a-742c,U+742e-7430,U+7433-7436,U+7438,U+743a,U+743f-7441,U+7443-7444,U+744b,U+7455,U+7457,U+7459-745c,U+745e-7460,U+7462,U+7464-7465,U+7468-746a,U+746f,U+747e), + 79: (U+6f8d-6f8e,U+6f90,U+6f94,U+6f97,U+6fa3-6fa4,U+6fa7,U+6fae-6faf,U+6fb1,U+6fb3,U+6fb9,U+6fbe,U+6fc0-6fc3,U+6fca,U+6fd5,U+6fda,U+6fdf-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fef,U+6ff1,U+6ffe,U+7001,U+7005-7006,U+7009,U+700b,U+700f,U+7011,U+7015,U+7018,U+701a-701f,U+7023,U+7027-7028,U+702f,U+7037,U+703e,U+704c,U+7050-7051,U+7058,U+705d,U+7070,U+7078,U+707c-707d,U+7085,U+708a,U+708e,U+7092,U+7098-709a,U+70a1,U+70a4,U+70ab-70ad,U+70af,U+70b3,U+70b7-70b9,U+70c8,U+70cb,U+70cf,U+70d8-70d9,U+70dd,U+70df,U+70f1,U+70f9,U+70fd,U+7104,U+7109,U+710c,U+7119-711a,U+711e,U+7126,U+7130,U+7136,U+7147,U+7149-714a,U+714c,U+714e,U+7150,U+7156,U+7159,U+715c,U+715e,U+7164-7167,U+7169,U+716c,U+716e,U+717d,U+7184,U+7189-718a,U+718f,U+7192,U+7194,U+7199,U+719f,U+71a2,U+71ac,U+71b1,U+71b9-71ba,U+71be,U+71c1,U+71c3,U+71c8-71c9,U+71ce,U+71d0,U+71d2,U+71d4-71d5,U+71df,U+71e5-71e7,U+71ed-71ee,U+71fb-71fc,U+71fe-7200,U+7206,U+7210,U+721b,U+722a,U+722c-722d), + 80: (U+6d5a,U+6d5c,U+6d63,U+6d66,U+6d69-6d6a,U+6d6c,U+6d6e,U+6d74,U+6d78-6d79,U+6d7f,U+6d85,U+6d87-6d89,U+6d8c-6d8e,U+6d91,U+6d93,U+6d95,U+6daf,U+6db2,U+6db5,U+6dc0,U+6dc3-6dc7,U+6dcb,U+6dcf,U+6dd1,U+6dd8-6dda,U+6dde,U+6de1,U+6de8,U+6dea-6deb,U+6dee,U+6df1,U+6df3,U+6df5,U+6df7-6dfb,U+6e17,U+6e19-6e1b,U+6e1f-6e21,U+6e23-6e26,U+6e2b-6e2d,U+6e32,U+6e34,U+6e36,U+6e38,U+6e3a,U+6e3c-6e3e,U+6e43-6e44,U+6e4a,U+6e4d,U+6e56,U+6e58,U+6e5b-6e5c,U+6e5e-6e5f,U+6e67,U+6e6b,U+6e6e-6e6f,U+6e72-6e73,U+6e7a,U+6e90,U+6e96,U+6e9c-6e9d,U+6e9f,U+6ea2,U+6ea5,U+6eaa-6eab,U+6eaf,U+6eb1,U+6eb6,U+6eba,U+6ec2,U+6ec4-6ec5,U+6ec9,U+6ecb-6ecc,U+6ece,U+6ed1,U+6ed3-6ed4,U+6eef,U+6ef4,U+6ef8,U+6efe-6eff,U+6f01-6f02,U+6f06,U+6f0f,U+6f11,U+6f14-6f15,U+6f20,U+6f22-6f23,U+6f2b-6f2c,U+6f31-6f32,U+6f38,U+6f3f,U+6f41,U+6f51,U+6f54,U+6f57-6f58,U+6f5a-6f5b,U+6f5e-6f5f,U+6f62,U+6f64,U+6f6d-6f6e,U+6f70,U+6f7a,U+6f7c-6f7e,U+6f81,U+6f84,U+6f88), + 81: (U+6ada-6adb,U+6af6,U+6afb,U+6b04,U+6b0a,U+6b0c,U+6b12,U+6b16,U+6b20-6b21,U+6b23,U+6b32,U+6b3a,U+6b3d-6b3e,U+6b46-6b47,U+6b4e,U+6b50,U+6b5f,U+6b61-6b62,U+6b64-6b66,U+6b6a,U+6b72,U+6b77-6b78,U+6b7b,U+6b7f,U+6b83-6b84,U+6b86,U+6b89-6b8a,U+6b96,U+6b98,U+6b9e,U+6bae-6baf,U+6bb2,U+6bb5,U+6bb7,U+6bba,U+6bbc,U+6bbf,U+6bc1,U+6bc5-6bc6,U+6bcb,U+6bcf,U+6bd2-6bd3,U+6bd6-6bd8,U+6bdb,U+6beb-6bec,U+6c08,U+6c0f,U+6c13,U+6c23,U+6c37-6c38,U+6c3e,U+6c40-6c42,U+6c4e,U+6c50,U+6c55,U+6c57,U+6c5a,U+6c5d-6c60,U+6c68,U+6c6a,U+6c6d,U+6c70,U+6c72,U+6c76,U+6c7a,U+6c7d-6c7e,U+6c81-6c83,U+6c85-6c88,U+6c8c,U+6c90,U+6c92-6c96,U+6c99-6c9b,U+6cab,U+6cae,U+6cb3,U+6cb8-6cb9,U+6cbb-6cbf,U+6cc1-6cc2,U+6cc4,U+6cc9-6cca,U+6ccc,U+6cd3,U+6cd7,U+6cdb,U+6ce1-6ce3,U+6ce5,U+6ce8,U+6ceb,U+6cee-6cf0,U+6cf3,U+6d0b-6d0c,U+6d11,U+6d17,U+6d19,U+6d1b,U+6d1e,U+6d25,U+6d27,U+6d29,U+6d32,U+6d35-6d36,U+6d38-6d39,U+6d3b,U+6d3d-6d3e,U+6d41,U+6d59), + 82: (U+67f0-67f1,U+67f3-67f6,U+67fb,U+67fe,U+6812-6813,U+6816-6817,U+6821-6822,U+682f,U+6838-6839,U+683d,U+6840-6843,U+6848,U+684e,U+6850-6851,U+6853-6854,U+686d,U+6876,U+687f,U+6881,U+6885,U+688f,U+6893-6894,U+6897,U+689d,U+689f,U+68a1-68a2,U+68a7-68a8,U+68ad,U+68af-68b1,U+68b3,U+68b5-68b6,U+68c4-68c5,U+68c9,U+68cb,U+68cd,U+68d2,U+68d5,U+68d7-68d8,U+68da,U+68df-68e0,U+68e7-68e8,U+68ee,U+68f2,U+68f9-68fa,U+6900,U+6905,U+690d-690e,U+6912,U+6927,U+6930,U+693d,U+693f,U+694a,U+6953-6955,U+6957,U+6959-695a,U+695e,U+6960-6963,U+6968,U+696b,U+696d-696f,U+6975,U+6977-6979,U+6995,U+699b-699c,U+69a5,U+69a7,U+69ae,U+69b4,U+69bb,U+69c1,U+69c3,U+69cb-69cd,U+69d0,U+69e8,U+69ea,U+69fb,U+69fd,U+69ff,U+6a02,U+6a0a,U+6a11,U+6a13,U+6a17,U+6a19,U+6a1e-6a1f,U+6a21,U+6a23,U+6a35,U+6a38-6a3a,U+6a3d,U+6a44,U+6a48,U+6a4b,U+6a52-6a53,U+6a58-6a59,U+6a5f,U+6a61,U+6a6b,U+6a80,U+6a84,U+6a89,U+6a8d-6a8e,U+6a97,U+6a9c,U+6aa3,U+6ab3,U+6abb,U+6ac2-6ac3,U+6ad3), + 83: (U+6607,U+6609-660a,U+660c,U+660f-6611,U+6613-6615,U+661e,U+6620,U+6627-6628,U+662d,U+6630-6631,U+6634,U+6636,U+663a-663b,U+6641,U+6643-6644,U+6649,U+664b,U+664f,U+6659,U+665b,U+665d-665f,U+6664-6669,U+666b,U+666e-666f,U+6673-6674,U+6676-6678,U+6684,U+6687-6689,U+668e,U+6690-6691,U+6696-6698,U+669d,U+66a0,U+66a2,U+66ab,U+66ae,U+66b2-66b4,U+66b9,U+66bb,U+66be,U+66c4,U+66c6-66c7,U+66c9,U+66d6,U+66d9,U+66dc-66dd,U+66e0,U+66e6,U+66f0,U+66f2-66f4,U+66f7,U+66f9-66fa,U+66fc,U+66fe-66ff,U+6703,U+670b,U+670d,U+6714-6715,U+6717,U+671b,U+671d-671f,U+6726-6727,U+672a-672b,U+672d-672e,U+6731,U+6736,U+673a,U+673d,U+6746,U+6749,U+674e-6751,U+6753,U+6756,U+675c,U+675e-675f,U+676d,U+676f-6770,U+6773,U+6775,U+6777,U+677b,U+677e-677f,U+6787,U+6789,U+678b,U+678f-6790,U+6793,U+6795,U+679a,U+679d,U+67af-67b0,U+67b3,U+67b6-67b8,U+67be,U+67c4,U+67cf-67d4,U+67da,U+67dd,U+67e9,U+67ec,U+67ef), + 84: (U+6392,U+6396,U+6398,U+639b,U+63a0-63a2,U+63a5,U+63a7-63aa,U+63c0,U+63c4,U+63c6,U+63cf,U+63d6,U+63da-63db,U+63e1,U+63ed-63ee,U+63f4,U+63f6-63f7,U+640d,U+640f,U+6414,U+6416-6417,U+641c,U+6422,U+642c-642d,U+643a,U+643e,U+6458,U+6460,U+6469,U+646f,U+6478-647a,U+6488,U+6491-6493,U+649a,U+649e,U+64a4-64a5,U+64ab,U+64ad-64ae,U+64b0,U+64b2,U+64bb,U+64c1,U+64c4-64c5,U+64c7,U+64ca,U+64cd-64ce,U+64d2,U+64d4,U+64d8,U+64da,U+64e1-64e2,U+64e5-64e7,U+64ec,U+64f2,U+64f4,U+64fa,U+64fe,U+6500,U+6504,U+6518,U+651d,U+6523,U+652a-652c,U+652f,U+6536-6539,U+653b,U+653e,U+6548,U+654d-654f,U+6551,U+6556-6557,U+655e,U+6562-6563,U+6566,U+656c-656d,U+6572,U+6574-6575,U+6577-6578,U+657e,U+6582-6583,U+6585,U+658c,U+6590-6591,U+6597,U+6599,U+659b-659c,U+659f,U+65a1,U+65a4-65a5,U+65a7,U+65ab-65ac,U+65af,U+65b7,U+65bc-65bd,U+65c1,U+65c5,U+65cb-65cc,U+65cf,U+65d2,U+65d7,U+65e0,U+65e3,U+65e6,U+65e8-65e9,U+65ec-65ed,U+65f1,U+65f4,U+65fa-65fd,U+65ff,U+6606), + 85: (U+614c,U+6153,U+6155,U+6158-6159,U+615d,U+615f,U+6162-6164,U+6167-6168,U+616b,U+616e,U+6170,U+6176-6177,U+617d-617e,U+6181-6182,U+618a,U+618e,U+6190-6191,U+6194,U+6198-619a,U+61a4,U+61a7,U+61a9,U+61ab-61ac,U+61ae,U+61b2,U+61b6,U+61ba,U+61be,U+61c3,U+61c7-61cb,U+61e6,U+61f2,U+61f6-61f8,U+61fa,U+61fc,U+61ff-6200,U+6207-6208,U+620a,U+620c-620e,U+6212,U+6216,U+621a,U+621f,U+6221,U+622a,U+622e,U+6230-6231,U+6234,U+6236,U+623e-623f,U+6241,U+6247-6249,U+624d,U+6253,U+6258,U+626e,U+6271,U+6276,U+6279,U+627c,U+627f-6280,U+6284,U+6289-628a,U+6291-6292,U+6295,U+6297-6298,U+629b,U+62ab,U+62b1,U+62b5,U+62b9,U+62bc-62bd,U+62c2,U+62c7-62c9,U+62cc-62cd,U+62cf-62d0,U+62d2-62d4,U+62d6-62d9,U+62db-62dc,U+62ec-62ef,U+62f1,U+62f3,U+62f7,U+62fe-62ff,U+6301,U+6307,U+6309,U+6311,U+632b,U+632f,U+633a-633b,U+633d-633e,U+6349,U+634c,U+634f-6350,U+6355,U+6367-6368,U+636e,U+6372,U+6377,U+637a-637b,U+637f,U+6383,U+6388-6389,U+638c), + 86: (U+5f11,U+5f13-5f15,U+5f17-5f18,U+5f1b,U+5f1f,U+5f26-5f27,U+5f29,U+5f31,U+5f35,U+5f3a,U+5f3c,U+5f48,U+5f4a,U+5f4c,U+5f4e,U+5f56-5f57,U+5f59,U+5f5b,U+5f62,U+5f66-5f67,U+5f69-5f6d,U+5f70-5f71,U+5f77,U+5f79,U+5f7c,U+5f7f-5f81,U+5f85,U+5f87,U+5f8a-5f8b,U+5f90-5f92,U+5f98-5f99,U+5f9e,U+5fa0-5fa1,U+5fa8-5faa,U+5fae,U+5fb5,U+5fb9,U+5fbd,U+5fc5,U+5fcc-5fcd,U+5fd6-5fd9,U+5fe0,U+5feb,U+5ff5,U+5ffd,U+5fff,U+600f,U+6012,U+6016,U+601c,U+6020-6021,U+6025,U+6028,U+602a,U+602f,U+6041-6043,U+604d,U+6050,U+6052,U+6055,U+6059,U+605d,U+6062-6065,U+6068-606a,U+606c-606d,U+606f-6070,U+6085,U+6089,U+608c-608d,U+6094,U+6096,U+609a-609b,U+609f-60a0,U+60a3-60a4,U+60a7,U+60b0,U+60b2-60b4,U+60b6,U+60b8,U+60bc-60bd,U+60c7,U+60d1,U+60da,U+60dc,U+60df-60e1,U+60f0-60f1,U+60f6,U+60f9-60fb,U+6101,U+6106,U+6108-6109,U+610d-610e,U+6115,U+611a,U+6127,U+6130,U+6134,U+6137,U+613c,U+613e-613f,U+6142,U+6144,U+6147-6148,U+614a-614b), + 87: (U+5c40,U+5c45-5c46,U+5c48,U+5c4b,U+5c4d-5c4e,U+5c51,U+5c5b,U+5c60,U+5c62,U+5c64-5c65,U+5c6c,U+5c6f,U+5c79,U+5c90-5c91,U+5ca1,U+5ca9,U+5cab-5cac,U+5cb1,U+5cb3,U+5cb5,U+5cb7-5cb8,U+5cba,U+5cbe,U+5cc0,U+5cd9,U+5ce0,U+5ce8,U+5cef-5cf0,U+5cf4,U+5cf6,U+5cfb,U+5cfd,U+5d07,U+5d0d-5d0e,U+5d11,U+5d14,U+5d16-5d17,U+5d19,U+5d27,U+5d29,U+5d4b-5d4c,U+5d50,U+5d69,U+5d6c,U+5d6f,U+5d87,U+5d8b,U+5d9d,U+5da0,U+5da2,U+5daa,U+5db8,U+5dba,U+5dbc-5dbd,U+5dcd,U+5dd2,U+5dd6,U+5de1-5de2,U+5de5-5de8,U+5deb,U+5dee,U+5df1-5df4,U+5df7,U+5dfd-5dfe,U+5e03,U+5e06,U+5e11,U+5e16,U+5e19,U+5e1b,U+5e1d,U+5e25,U+5e2b,U+5e2d,U+5e33,U+5e36,U+5e38,U+5e3d,U+5e3f-5e40,U+5e44-5e45,U+5e47,U+5e4c,U+5e55,U+5e5f,U+5e61-5e63,U+5e72,U+5e77-5e79,U+5e7b-5e7e,U+5e84,U+5e87,U+5e8a,U+5e8f,U+5e95,U+5e97,U+5e9a,U+5e9c,U+5ea0,U+5ea7,U+5eab,U+5ead,U+5eb5-5eb8,U+5ebe,U+5ec2,U+5ec8-5eca,U+5ed0,U+5ed3,U+5ed6,U+5eda-5edb,U+5edf-5ee0,U+5ee2-5ee3,U+5eec,U+5ef3,U+5ef6-5ef7,U+5efa-5efb,U+5f01,U+5f04,U+5f0a), + 88: (U+59be,U+59c3,U+59c6,U+59c9,U+59cb,U+59d0-59d1,U+59d3-59d4,U+59d9-59da,U+59dc-59dd,U+59e6,U+59e8,U+59ea,U+59ec,U+59ee,U+59f8,U+59fb,U+59ff,U+5a01,U+5a03,U+5a11,U+5a18,U+5a1b-5a1c,U+5a1f-5a20,U+5a25,U+5a29,U+5a36,U+5a3c,U+5a41,U+5a46,U+5a49,U+5a5a,U+5a62,U+5a66,U+5a92,U+5a9a-5a9b,U+5aa4,U+5ac1-5ac2,U+5ac4,U+5ac9,U+5acc,U+5ae1,U+5ae6,U+5ae9,U+5b05,U+5b09,U+5b0b-5b0c,U+5b16,U+5b2a,U+5b40,U+5b43,U+5b51,U+5b54-5b55,U+5b58,U+5b5a,U+5b5c-5b5d,U+5b5f,U+5b63-5b64,U+5b69,U+5b6b,U+5b70-5b71,U+5b75,U+5b7a,U+5b7c,U+5b85,U+5b87-5b88,U+5b8b,U+5b8f,U+5b93,U+5b95-5b99,U+5b9b-5b9c,U+5ba2-5ba6,U+5bac,U+5bae,U+5bb0,U+5bb3-5bb5,U+5bb8-5bb9,U+5bbf-5bc0,U+5bc2-5bc7,U+5bcc,U+5bd0,U+5bd2-5bd4,U+5bd7,U+5bde-5bdf,U+5be1-5be2,U+5be4-5be9,U+5beb-5bec,U+5bee-5bef,U+5bf5-5bf6,U+5bf8,U+5bfa,U+5c01,U+5c04,U+5c07-5c0b,U+5c0d-5c0e,U+5c16,U+5c19,U+5c24,U+5c28,U+5c31,U+5c38-5c3c,U+5c3e-5c3f), + 89: (U+5703-5704,U+5708,U+570d,U+5712-5713,U+5716,U+5718,U+572d,U+573b,U+5740,U+5742,U+5747,U+574a,U+574d-574e,U+5750-5751,U+5761,U+5764,U+5766,U+576a,U+576e,U+5770,U+5775,U+577c,U+5782,U+5788,U+578b,U+5793,U+57a0,U+57a2-57a3,U+57c3,U+57c7-57c8,U+57cb,U+57df-57e0,U+57f0,U+57f4,U+57f7,U+57f9-57fa,U+57fc,U+5800,U+5802,U+5805-5806,U+5808-580a,U+581e,U+5821,U+5824,U+5827,U+582a,U+582f-5831,U+5835,U+583a,U+584a-584b,U+584f,U+5851,U+5854,U+5857-5858,U+585a,U+585e,U+5861-5862,U+5864,U+5875,U+5879,U+587c,U+587e,U+5883,U+5885,U+5889,U+5893,U+589c,U+589e-589f,U+58a8-58a9,U+58ae,U+58b3,U+58ba-58bb,U+58be,U+58c1,U+58c5,U+58c7,U+58ce,U+58d1,U+58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e4,U+58ec,U+58ef,U+58f9-58fb,U+58fd,U+590f,U+5914-5915,U+5919,U+5922,U+592d-592e,U+5931,U+5937,U+593e,U+5944,U+5947-5949,U+594e-5951,U+5954-5955,U+5957,U+595a,U+5960,U+5962,U+5967,U+596a-596e,U+5974,U+5978,U+5982-5984,U+598a,U+5993,U+5996-5997,U+5999,U+59a5,U+59a8,U+59ac,U+59b9,U+59bb), + 90: (U+539a,U+53a0,U+53a5-53a6,U+53ad,U+53bb,U+53c3,U+53c8-53cb,U+53cd,U+53d4,U+53d6-53d7,U+53db,U+53e1-53e3,U+53e5,U+53e9-53ed,U+53f1,U+53f3,U+53f8,U+5403-5404,U+540a,U+540e-5411,U+541b,U+541d,U+541f-5420,U+5426,U+5429,U+542b,U+5433,U+5438-5439,U+543b-543c,U+543e,U+5442,U+5448,U+544a,U+5451,U+5468,U+546a,U+5471,U+5473,U+5475,U+547b-547d,U+5480,U+5486,U+548e,U+5490,U+54a4,U+54a8,U+54ab-54ac,U+54b3,U+54b8,U+54bd,U+54c0,U+54c4,U+54c8-54c9,U+54e1,U+54e5,U+54e8,U+54ed-54ee,U+54f2,U+54fa,U+5504,U+5506-5507,U+550e,U+5510,U+551c,U+552f,U+5531,U+5535,U+553e,U+5544,U+5546,U+554f,U+5553,U+5556,U+555e,U+5563,U+557c,U+5580,U+5584,U+5586-5587,U+5589-558a,U+5598-559a,U+559c-559d,U+55a7,U+55a9-55ac,U+55ae,U+55c5,U+55c7,U+55d4,U+55da,U+55dc,U+55df,U+55e3-55e4,U+55fd-55fe,U+5606,U+5609,U+5614,U+5617,U+562f,U+5632,U+5634,U+5636,U+5653,U+5668,U+566b,U+5674,U+5686,U+56a5,U+56ac,U+56ae,U+56b4,U+56bc,U+56ca,U+56cd,U+56d1,U+56da-56db,U+56de,U+56e0,U+56f0,U+56f9-56fa), + 91: (U+516e,U+5175-5178,U+517c,U+5180,U+5186,U+518a,U+518d,U+5192,U+5195,U+5197,U+51a0,U+51a5,U+51aa,U+51ac,U+51b6-51b7,U+51bd,U+51c4,U+51c6,U+51c9,U+51cb-51cd,U+51dc-51de,U+51e1,U+51f0-51f1,U+51f6,U+51f8-51f9,U+51fd,U+5200,U+5203,U+5207-5208,U+520a,U+520e,U+5211,U+5217,U+521d,U+5224-5225,U+522a,U+522e,U+5230,U+5236-523b,U+5243,U+5247,U+524a-524c,U+5254,U+5256,U+525b,U+525d,U+5261,U+5269-526a,U+526f,U+5272,U+5275,U+527d,U+527f,U+5283,U+5287-5289,U+528d,U+5291-5292,U+529f,U+52a3-52a4,U+52a9-52ab,U+52be,U+52c1,U+52c3,U+52c5,U+52c7,U+52c9,U+52cd,U+52d2,U+52d6,U+52d8-52d9,U+52db,U+52dd-52df,U+52e2-52e4,U+52f3,U+52f5,U+52f8,U+52fa-52fb,U+52fe-52ff,U+5305,U+5308,U+530d,U+530f-5310,U+5315,U+5319,U+5320-5321,U+5323,U+532a,U+532f,U+5339,U+533f-5341,U+5343-5344,U+5347-534a,U+534d,U+5351-5354,U+535a,U+535c,U+535e,U+5360,U+5366,U+5368,U+536f-5371,U+5374-5375,U+5377,U+537d,U+537f,U+5384,U+5393,U+5398), + 92: (U+4f43,U+4f46-4f48,U+4f4d-4f51,U+4f55,U+4f59-4f5a,U+4f69,U+4f6f-4f70,U+4f73,U+4f76,U+4f7a,U+4f7e-4f7f,U+4f81,U+4f83-4f84,U+4f86,U+4f88,U+4f8a-4f8b,U+4f8d,U+4f8f,U+4f91,U+4f96,U+4f98,U+4f9b,U+4f9d,U+4fae-4faf,U+4fb5-4fb6,U+4fbf,U+4fc2-4fc4,U+4fc9-4fca,U+4fce,U+4fd1,U+4fd3-4fd4,U+4fd7,U+4fda,U+4fdf-4fe0,U+4fee-4fef,U+4ff1,U+4ff3,U+4ff5,U+4ff8,U+4ffa,U+5002,U+5006,U+5009,U+500b,U+500d,U+5011-5012,U+5016,U+5019-501a,U+501c,U+501e-501f,U+5021,U+5023-5024,U+5026-5028,U+502a-502d,U+503b,U+5043,U+5047-5049,U+504f,U+5055,U+505a,U+505c,U+5065,U+5074-5076,U+5078,U+5080,U+5085,U+508d,U+5091,U+5098-5099,U+50ac-50ad,U+50b2-50b3,U+50b5,U+50b7,U+50be,U+50c5,U+50c9-50ca,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5,U+50e7,U+50ed,U+50f9,U+50fb,U+50ff-5101,U+5104,U+5106,U+5109,U+5112,U+511f,U+5121,U+512a,U+5132,U+5137,U+513a,U+513c,U+5140-5141,U+5143-5148,U+514b-514e,U+5152,U+515c,U+5162,U+5169-516b,U+516d), + 93: (U+338c-339c,U+339f-33a0,U+33a2-33cb,U+33cf-33d0,U+33d3,U+33d6,U+33d8,U+33db-33dd,U+4e01,U+4e03,U+4e07-4e08,U+4e11,U+4e14-4e15,U+4e18-4e19,U+4e1e,U+4e32,U+4e38-4e39,U+4e42-4e43,U+4e45,U+4e4d-4e4f,U+4e56,U+4e58-4e59,U+4e5d-4e5e,U+4e6b,U+4e6d,U+4e73,U+4e76-4e77,U+4e7e,U+4e82,U+4e86,U+4e88,U+4e8e,U+4e90-4e92,U+4e94-4e95,U+4e98,U+4e9b,U+4e9e,U+4ea1-4ea2,U+4ea4-4ea6,U+4ea8,U+4eab,U+4ead-4eae,U+4eb6,U+4ec0-4ec1,U+4ec4,U+4ec7,U+4ecb,U+4ecd,U+4ed4-4ed5,U+4ed7-4ed9,U+4edd,U+4edf,U+4ee4,U+4ef0,U+4ef2,U+4ef6-4ef7,U+4efb,U+4f01,U+4f09,U+4f0b,U+4f0d-4f11,U+4f2f,U+4f34,U+4f36,U+4f38,U+4f3a,U+4f3c-4f3d), + 94: (U+3136,U+3138,U+313a-3140,U+3143-3144,U+3150,U+3152,U+3154-3156,U+3158-315b,U+315d-315f,U+3162,U+3164-318c,U+318e,U+3200-321b,U+3231,U+3239,U+3251-325a,U+3260-327b,U+327e-327f,U+328a-3290,U+3294,U+329e,U+32a5,U+3380-3384,U+3388-338b), + 95: (U+2f7d,U+2f7f-2f8b,U+2f8e-2f90,U+2f92-2f97,U+2f99-2fa0,U+2fa2-2fa3,U+2fa5-2fa9,U+2fac-2fb1,U+2fb3-2fbc,U+2fc1-2fca,U+2fcd-2fd4,U+3003,U+3012-3019,U+301c,U+301e-3020,U+3036,U+3041,U+3043,U+3045,U+3047,U+3049,U+304e,U+3050,U+3052,U+3056,U+305a,U+305c,U+305e,U+3062,U+3065,U+306c,U+3070-307d,U+3080,U+3085,U+3087,U+308e,U+3090-3091,U+30a1,U+30a5,U+30a9,U+30ae,U+30b1-30b2,U+30b4,U+30b6,U+30bc-30be,U+30c2,U+30c5,U+30cc,U+30d2,U+30d4,U+30d8-30dd,U+30e4,U+30e6,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+3133,U+3135), + 96: (U+2541-254b,U+25a4-25a9,U+25b1,U+25b5,U+25b9,U+25bf,U+25c1,U+25c3,U+25c9-25ca,U+25cc,U+25ce,U+25d0-25d1,U+25e6,U+25ef,U+260f,U+261d,U+261f,U+262f,U+2660,U+2664,U+2667-2669,U+266d,U+266f,U+2716,U+271a,U+273d,U+2756,U+2776-277f,U+278a-2793,U+2963,U+2965,U+2ac5-2ac6,U+2acb-2acc,U+2f00,U+2f04,U+2f06,U+2f08,U+2f0a-2f0b,U+2f11-2f12,U+2f14,U+2f17-2f18,U+2f1c-2f1d,U+2f1f-2f20,U+2f23-2f26,U+2f28-2f29,U+2f2b,U+2f2d,U+2f2f-2f32,U+2f38,U+2f3c-2f40,U+2f42-2f4c,U+2f4f-2f52,U+2f54-2f58,U+2f5a-2f66,U+2f69-2f70,U+2f72-2f76,U+2f78,U+2f7a-2f7c), + 97: (U+2479-2487,U+249c-24d1,U+24d3-24d7,U+24d9-24e9,U+24eb-24f4,U+2500-2501,U+2503,U+250c-2513,U+2515-2516,U+2518-2540), + 98: (U+215b-215e,U+2162-2169,U+2170-2179,U+2195-2199,U+21b0-21b4,U+21bc,U+21c0,U+21c4-21c5,U+21cd,U+21cf-21d4,U+21e0-21e3,U+21e6-21e9,U+2200,U+2202-2203,U+2206-2209,U+220b-220c,U+220f,U+2211,U+2213,U+221a,U+221d-2220,U+2222,U+2225-2227,U+2229-222c,U+222e,U+2234-2237,U+223d,U+2243,U+2245,U+2248,U+2250-2253,U+225a,U+2260-2262,U+2264-2267,U+226a-226b,U+226e-2273,U+2276-2277,U+2279-227b,U+2280-2287,U+228a-228b,U+2295-2297,U+22a3-22a5,U+22bb-22bc,U+22ce-22cf,U+22da-22db,U+22ee-22ef,U+2306,U+2312,U+2314,U+2467-2478), + 99: (U+81-82,U+84,U+a2-a5,U+a7-a8,U+aa,U+ac-ad,U+b1-b3,U+b6,U+b8-ba,U+bc-be,U+c0,U+c2,U+c6-cb,U+ce-d0,U+d4,U+d8-d9,U+db-dc,U+de-df,U+e6,U+eb,U+ee-f0,U+f4,U+f7-f9,U+fb,U+fe-ff,U+111,U+126-127,U+132-133,U+138,U+13f-142,U+149-14b,U+152-153,U+166-167,U+2bc,U+2c7,U+2d0,U+2d8-2d9,U+2db-2dd,U+391-394,U+396-3a1,U+3a3-3a9,U+3b2-3b6,U+3b8,U+3bc,U+3be-3c1,U+3c3-3c9,U+2010,U+2015-2016,U+2018-2019,U+201b,U+201f-2021,U+2025,U+2030,U+2033-2036,U+203c,U+203e,U+2042,U+2074,U+207a-207f,U+2081-2084,U+2109,U+2113,U+2116,U+2121,U+2126,U+212b,U+2153-2154), + 100: (U+e8,U+2da,U+2160,U+2194,U+3054,U+3058,U+306d,U+3086,U+308d,U+30ac,U+30bb,U+30c4,U+30cd-30ce,U+30e2,U+3132,U+3146,U+3149,U+339d,U+4e3b,U+4f0a,U+4fdd,U+4fe1,U+5409,U+540c,U+5834,U+592a-592b,U+5b9a,U+5dde,U+5e0c,U+5e73,U+5f0f,U+60f3,U+653f,U+661f,U+662f,U+667a,U+683c,U+6b4c,U+6c11,U+767c,U+76ee,U+76f4,U+77f3,U+79d1,U+7a7a,U+7b2c,U+7d22,U+8207,U+8a00,U+8a71,U+9280,U+9580,U+958b,U+96c6,U+9762,U+98df,U+9ed1,U+ac2d,U+adc8,U+add3,U+af48,U+b014,U+b134-b135,U+b158,U+b2aa,U+b35f,U+b6a4,U+b9cf,U+bb63,U+bd23,U+be91,U+c29b,U+c3f4,U+c42c,U+c55c,U+c573,U+c58f,U+c78c,U+c7dd,U+c8f5,U+cad1,U+cc48,U+cf10,U+cf20,U+d03c,U+d07d,U+d2a0,U+d30e,U+d38d,U+d3a8,U+d3c8,U+d5e5,U+d5f9,U+d6e4,U+f90a,U+ff02,U+ff1c), + 101: (U+3b1,U+2466,U+25a1,U+25a3,U+261c,U+3008-3009,U+305b,U+305d,U+3069,U+30a7,U+30ba,U+30cf,U+30ef,U+3151,U+3157,U+4e4b,U+4e5f,U+4e8c,U+4eca,U+4ed6,U+4f5b,U+50cf,U+5149,U+5165,U+5171,U+5229,U+529b,U+5316,U+539f,U+53f2,U+571f,U+5728,U+58eb,U+591c,U+5b78,U+5c11,U+5c55,U+5ddd,U+5e02,U+5fb7,U+60c5,U+610f,U+611f,U+6625,U+66f8,U+6797,U+679c,U+682a,U+6d2a,U+706b,U+7406,U+767b,U+76f8,U+77e5,U+7acb,U+898b,U+8a69,U+8def,U+8fd1,U+901a,U+90e8,U+91cd,U+975e,U+ae14,U+ae6c,U+aec0,U+afc7,U+afc9,U+b01c,U+b028,U+b308,U+b311,U+b314,U+b31c,U+b524,U+b560,U+b764,U+b920,U+b9e3,U+bd48,U+be7d,U+c0db,U+c231,U+c270,U+c2e3,U+c37d,U+c3ed,U+c530,U+c6a5,U+c6dc,U+c7a4,U+c954,U+c974,U+d000,U+d565,U+d667,U+d6c5,U+d79d,U+ff1e), + 102: (U+131,U+2032,U+2465,U+2642,U+3048,U+3051,U+3083-3084,U+308f,U+30c0,U+30d1,U+30d3,U+30d6,U+30df,U+30e7,U+3153,U+4e16,U+4e8b,U+4ee5,U+5206,U+52a0,U+52d5,U+53e4,U+53ef,U+54c1,U+57ce,U+597d,U+5b8c,U+5ea6,U+5f8c,U+5f97,U+6210,U+6240,U+624b,U+6728,U+6bd4,U+7236,U+7269,U+7279,U+738b,U+7528,U+7530,U+767e,U+798f,U+8005,U+8a18,U+90fd,U+91cc,U+9577,U+9593,U+98a8,U+ac20,U+acf6,U+ad90,U+af5d,U+af80,U+afcd,U+aff0,U+b0a1,U+b0b5,U+b1fd,U+b2fc,U+b380,U+b51b,U+b584,U+b5b3,U+b8fd,U+b93c,U+b9f4,U+bb44,U+bc08,U+bc27,U+bc49,U+be55,U+be64,U+bfb0,U+bfc5,U+c178,U+c21f,U+c314,U+c4f1,U+c58d,U+c664,U+c698,U+c6a7,U+c6c1,U+c9ed,U+cac0,U+cacc,U+cad9,U+ccb5,U+cdcc,U+d0e4,U+d143,U+d320,U+d330,U+d54d,U+ff06,U+ff1f,U+ff5e), + 103: (U+b4,U+20a9,U+20ac,U+2190,U+24d8,U+2502,U+2514,U+2592,U+25c7-25c8,U+2663,U+3060,U+3064,U+3081,U+3088,U+30a3,U+30a6,U+30aa,U+30b5,U+30c7,U+30ca-30cb,U+30d0,U+30e3,U+30e5,U+339e,U+4e09,U+4eac,U+4f5c,U+5167-5168,U+516c,U+51fa,U+5408,U+540d,U+591a,U+5b57,U+6211,U+65b9,U+660e,U+6642,U+6700,U+6b63,U+6e2f,U+7063,U+7532,U+793e,U+81ea,U+8272,U+82b1,U+897f,U+8eca,U+91ce,U+ac38,U+ad76,U+ae84,U+aecc,U+b07d,U+b0b1,U+b215,U+b2a0,U+b310,U+b3d7,U+b52a,U+b618,U+b775,U+b797,U+bcd5,U+bd59,U+be80,U+bea8,U+bed1,U+bee4-bee5,U+c060,U+c2ef,U+c329,U+c3dc,U+c597,U+c5bd,U+c5e5,U+c69c,U+c9d6,U+ca29,U+ca5c,U+ca84,U+cc39,U+cc3b,U+ce89,U+cee5,U+cf65,U+cf85,U+d058,U+d145,U+d22d,U+d325,U+d37d,U+d3ad,U+d769,U+ff0c), + 104: (U+2161,U+2228,U+2299,U+2464,U+2517,U+2640,U+3042,U+304a,U+3053,U+3061,U+307f,U+3082,U+308c,U+3092,U+30a8,U+30ab,U+30ad,U+30b0,U+30b3,U+30b7,U+30c1,U+30c6,U+30c9,U+30d5,U+30d7,U+30de,U+30e0-30e1,U+30ec-30ed,U+4e0b,U+4e0d,U+4ee3,U+53f0,U+548c,U+5b89,U+5bb6,U+5c0f,U+611b,U+6771,U+6aa2,U+6bcd,U+6c34,U+6cd5,U+6d77,U+767d,U+795e,U+8ecd,U+9999,U+9ad8,U+ac07,U+ac1a,U+ac40,U+ad0c,U+ad88,U+ada4,U+ae01,U+ae65,U+aebd,U+aec4,U+afe8,U+b139,U+b205,U+b383,U+b38c,U+b42c,U+b461,U+b55c,U+b78f,U+b8fb,U+b9f7,U+bafc,U+bc99,U+bed8,U+bfcd,U+c0bf,U+c0f9,U+c167,U+c204,U+c20f,U+c22f,U+c258,U+c298,U+c2bc,U+c388,U+c501,U+c50c,U+c5b9,U+c5ce,U+c641,U+c648,U+c73d,U+ca50,U+ca61,U+cc4c,U+ceac,U+d0d4,U+d5f7,U+d6d7,U+ff1a), + 105: (U+2103,U+2463,U+25c6,U+25cb,U+266c,U+3001,U+300a,U+3046,U+304c-304d,U+304f,U+3055,U+3059,U+3063,U+3066-3068,U+306f,U+3089,U+30b8,U+30bf,U+314f,U+4e0a,U+570b,U+5730,U+5916,U+5929,U+5c71,U+5e74,U+5fc3,U+601d,U+6027,U+63d0,U+6709,U+6734,U+751f,U+7684,U+82f1,U+9053,U+91d1,U+97f3,U+ac2f,U+ac4d,U+adc4,U+ade4,U+ae41,U+ae4d-ae4e,U+aed1,U+afb9,U+b0e0,U+b299,U+b365,U+b46c,U+b480,U+b4c8,U+b7b4,U+b819,U+b918,U+baab,U+bab9,U+be8f,U+bed7,U+c0ec,U+c19f,U+c1a5,U+c3d9,U+c464,U+c53d,U+c553,U+c570,U+c5cc,U+c633,U+c6a4,U+c7a3,U+c7a6,U+c886,U+c9d9-c9da,U+c9ec,U+ca0c,U+cc21,U+cd1b,U+cd78,U+cdc4,U+cef8,U+cfe4,U+d0a5,U+d0b5,U+d0ec,U+d15d,U+d188,U+d23c,U+d2ac,U+d729,U+d79b,U+ff01,U+ff08-ff09,U+ff5c), + 106: (U+2039-203a,U+223c,U+25b3,U+25b7,U+25bd,U+25cf,U+266a,U+3002,U+300b,U+304b,U+3057,U+305f,U+306a-306b,U+307e,U+308a-308b,U+3093,U+30a2,U+30af,U+30b9,U+30c3,U+30c8,U+30e9-30eb,U+33a1,U+4e00,U+524d,U+5357,U+5b50,U+7121,U+884c,U+9751,U+ac94,U+aebe,U+aecd,U+af08,U+af41,U+af49,U+b010,U+b053,U+b109,U+b11b,U+b128,U+b154,U+b291,U+b2e6,U+b301,U+b385,U+b525,U+b5b4,U+b729,U+b72f,U+b738,U+b7ff,U+b837,U+b975,U+ba67,U+bb47,U+bc1f,U+bd90,U+bfd4,U+c27c,U+c324,U+c379,U+c3e0,U+c465,U+c53b,U+c58c,U+c610,U+c653,U+c6cd,U+c813,U+c82f,U+c999,U+c9e0,U+cac4,U+cad3,U+cbd4,U+cc10,U+cc22,U+ccb8,U+ccbc,U+cda5,U+ce84,U+cea3,U+cf67,U+cfe1,U+d241,U+d30d,U+d31c,U+d391,U+d401,U+d479,U+d5c9,U+d5db,U+d649,U+d6d4), + 107: (U+b0,U+e9,U+2193,U+2462,U+260e,U+261e,U+300e-300f,U+3044,U+30a4,U+30fb-30fc,U+314d,U+5973,U+6545,U+6708,U+7537,U+ac89,U+ac9c,U+acc1,U+ad04,U+ad75,U+ad7d,U+ae45,U+ae61,U+af42,U+b0ab,U+b0af,U+b0b3,U+b12c,U+b194,U+b1a8,U+b220,U+b258,U+b284,U+b2ff,U+b315,U+b371,U+b3d4-b3d5,U+b460,U+b527,U+b534,U+b810,U+b818,U+b98e,U+ba55,U+bbac,U+bc0b,U+bc40,U+bca1,U+bccd,U+bd93,U+be54,U+be5a,U+bf08,U+bf50,U+bf55,U+bfdc,U+c0c0,U+c0d0,U+c0f4,U+c100,U+c11e,U+c170,U+c20d,U+c274,U+c290,U+c308,U+c369,U+c539,U+c587,U+c5ff,U+c6ec,U+c70c,U+c7ad,U+c7c8,U+c83c,U+c881,U+cb48,U+cc60,U+ce69,U+ce6b,U+ce75,U+cf04,U+cf08,U+cf55,U+cf70,U+cffc,U+d0b7,U+d1a8,U+d2c8,U+d384,U+d47c,U+d48b,U+d5dd,U+d5e8,U+d720,U+d759,U+f981), + 108: (U+e0,U+e2,U+395,U+3b7,U+3ba,U+2460-2461,U+25a0,U+3010-3011,U+306e,U+30f3,U+314a,U+314c,U+5927,U+65b0,U+7e41,U+97d3,U+9ad4,U+ad49,U+ae0b,U+ae0d,U+ae43,U+ae5d,U+aecf,U+af3c,U+af64,U+afd4,U+b080,U+b084,U+b0c5,U+b10c,U+b1e8,U+b2ac,U+b36e,U+b451,U+b515,U+b540,U+b561,U+b6ab,U+b6b1,U+b72c,U+b730,U+b744,U+b800,U+b8ec,U+b8f0,U+b904,U+b968,U+b96d,U+b987,U+b9d9,U+bb36,U+bb49,U+bc2d,U+bc43,U+bcf6,U+bd89,U+be57,U+be61,U+bed4,U+c090,U+c130,U+c148,U+c19c,U+c2f9,U+c36c,U+c37c,U+c384,U+c3df,U+c575,U+c584,U+c660,U+c719,U+c816,U+ca4d,U+ca54,U+cabc,U+cb49,U+cc14,U+cff5,U+d004,U+d038,U+d0b4,U+d0d3,U+d0e0,U+d0ed,U+d131,U+d1b0,U+d31f,U+d33d,U+d3a0,U+d3ab,U+d514,U+d584,U+d6a1,U+d6cc,U+d749,U+d760,U+d799), + 109: (U+24,U+60,U+3b9,U+3bb,U+3bd,U+2191,U+2606,U+300c-300d,U+3131,U+3134,U+3139,U+3141-3142,U+3148,U+3161,U+3163,U+321c,U+4eba,U+5317,U+ac31,U+ac77,U+ac9f,U+acb9,U+acf0-acf1,U+acfd,U+ad73,U+af3d,U+b00c,U+b04a,U+b057,U+b0c4,U+b188,U+b1cc,U+b214,U+b2db,U+b2ee,U+b304,U+b4ed,U+b518,U+b5bc,U+b625,U+b69c-b69d,U+b7ac,U+b801,U+b86c,U+b959,U+b95c,U+b985,U+ba48,U+bb58,U+bc0c,U+bc38,U+bc85,U+bc9a,U+bf40,U+c068,U+c0bd,U+c0cc,U+c12f,U+c149,U+c1e0,U+c22b,U+c22d,U+c250,U+c2fc,U+c300,U+c313,U+c370,U+c3d8,U+c557,U+c580,U+c5e3,U+c62e,U+c634,U+c6f0,U+c74d,U+c783,U+c78e,U+c796,U+c7bc,U+c92c,U+ca4c,U+cc1c,U+cc54,U+cc59,U+ce04,U+cf30,U+cfc4,U+d140,U+d321,U+d38c,U+d399,U+d54f,U+d587,U+d5d0,U+d6e8,U+d770), + 110: (U+d7,U+ea,U+fc,U+2192,U+25bc,U+3000,U+3137,U+3145,U+315c,U+7f8e,U+ac13,U+ac71,U+ac90,U+acb8,U+ace7,U+ad7f,U+ae50,U+aef4,U+af34,U+afbc,U+b048,U+b09a,U+b0ad,U+b0bc,U+b113,U+b125,U+b141,U+b20c,U+b2d9,U+b2ed,U+b367,U+b369,U+b374,U+b3cb,U+b4ec,U+b611,U+b760,U+b81b,U+b834,U+b8b0,U+b8e1,U+b989,U+b9d1,U+b9e1,U+b9fa,U+ba4d,U+ba78,U+bb35,U+bb54,U+bbf9,U+bc11,U+bcb3,U+bd05,U+bd95,U+bdd4,U+be10,U+bed0,U+bf51,U+c0d8,U+c232,U+c2b7,U+c2eb,U+c378,U+c500,U+c52c,U+c549,U+c568,U+c598,U+c5c9,U+c61b,U+c639,U+c67c,U+c717,U+c78a,U+c80a,U+c90c-c90d,U+c950,U+c9e7,U+cbe4,U+cca9,U+cce4,U+cdb0,U+ce78,U+ce94,U+ce98,U+cf8c,U+d018,U+d034,U+d0f1,U+d1b1,U+d280,U+d2f8,U+d338,U+d380,U+d3b4,U+d610,U+d69f,U+d6fc,U+d758), + 111: (U+e7,U+2022,U+203b,U+25c0,U+2605,U+2661,U+3147,U+318d,U+672c,U+8a9e,U+acaa,U+acbc,U+ad1c,U+ae4a,U+ae5c,U+b044,U+b054,U+b0c8-b0c9,U+b2a6,U+b2d0,U+b35c,U+b364,U+b428,U+b454,U+b465,U+b4b7,U+b4e3,U+b51c,U+b5a1,U+b784,U+b790,U+b7ab,U+b7f4,U+b82c,U+b835,U+b8e9,U+b8f8,U+b9d8,U+b9f9,U+ba5c,U+ba64,U+babd,U+bb18,U+bb3b,U+bbff,U+bc0d,U+bc45,U+bc97,U+bcbc,U+be45,U+be75,U+be7c,U+bfcc,U+c0b6,U+c0f7,U+c14b,U+c2b4,U+c30d,U+c4f8,U+c5bb,U+c5d1,U+c5e0,U+c5ee,U+c5fd,U+c606,U+c6c5,U+c6e0,U+c708,U+c81d,U+c820,U+c824,U+c878,U+c918,U+c96c,U+c9e4,U+c9f1,U+cc2e,U+cd09,U+cea1,U+cef5,U+cef7,U+cf64,U+cf69,U+cfe8,U+d035,U+d0ac,U+d230,U+d234,U+d2f4,U+d31d,U+d575,U+d578,U+d608,U+d614,U+d718,U+d751,U+d761,U+d78c,U+d790), + 112: (U+2665,U+3160,U+4e2d,U+6587,U+65e5,U+ac12,U+ac14,U+ac16,U+ac81,U+ad34,U+ade0,U+ae54,U+aebc,U+af2c,U+afc0,U+afc8,U+b04c,U+b08c,U+b099,U+b0a9,U+b0ac,U+b0ae,U+b0b8,U+b123,U+b179,U+b2e5,U+b2f7,U+b4c0,U+b531,U+b538,U+b545,U+b550,U+b5a8,U+b6f0,U+b728,U+b73b,U+b7ad,U+b7ed,U+b809,U+b864,U+b86d,U+b871,U+b9bf,U+b9f5,U+ba40,U+ba4b,U+ba58,U+ba87,U+baac,U+bbc0,U+bc16,U+bc34,U+bd07,U+bd99,U+be59,U+bfd0,U+c058,U+c0e4,U+c0f5,U+c12d,U+c139,U+c228,U+c529,U+c5c7,U+c635,U+c637,U+c735,U+c77d,U+c787,U+c789,U+c8c4,U+c989,U+c98c,U+c9d0,U+c9d3,U+cc0c,U+cc99,U+cd0c,U+cd2c,U+cd98,U+cda4,U+ce59,U+ce60,U+ce6d,U+cea0,U+d0d0-d0d1,U+d0d5,U+d14d,U+d1a4,U+d29c,U+d2f1,U+d301,U+d39c,U+d3bc,U+d4e8,U+d540,U+d5ec,U+d640,U+d750), + 113: (U+5e,U+25b2,U+25b6,U+314e,U+ac24,U+ace1,U+ace4,U+ae68,U+af2d,U+b0d0,U+b0e5,U+b150,U+b155,U+b193,U+b2c9,U+b2dd,U+b3c8,U+b3fc,U+b410,U+b458,U+b4dd,U+b5a0,U+b5a4,U+b5bb,U+b7b5,U+b838,U+b840,U+b86f,U+b8f9,U+b960,U+b9e5,U+bab8,U+bb50,U+bc1d,U+bc24-bc25,U+bca8,U+bcbd,U+bd04,U+bd10,U+bd24,U+be48,U+be5b,U+be68,U+c05c,U+c12c,U+c140,U+c15c,U+c168,U+c194,U+c219,U+c27d,U+c2a8,U+c2f1,U+c2f8,U+c368,U+c554-c555,U+c559,U+c564,U+c5d8,U+c5fc,U+c625,U+c65c,U+c6b1,U+c728,U+c794,U+c84c,U+c88c,U+c8e0,U+c8fd,U+c998,U+c9dd,U+cc0d,U+cc30,U+ceec,U+cf13,U+cf1c,U+cf5c,U+d050,U+d07c,U+d0a8,U+d134,U+d138,U+d154,U+d1f4,U+d2bc,U+d329,U+d32c,U+d3d0,U+d3f4,U+d3fc,U+d56b,U+d5cc,U+d600-d601,U+d639,U+d6c8,U+d754,U+d765), + 114: (U+3c-3d,U+2026,U+24d2,U+314b,U+ac11,U+acf3,U+ad74,U+ad81,U+adf9,U+ae34,U+af43,U+afb8,U+b05d,U+b07c,U+b110,U+b118,U+b17c,U+b180,U+b18d,U+b192,U+b2cc,U+b355,U+b378,U+b4a4,U+b4ef,U+b78d,U+b799,U+b7a9,U+b7fd,U+b807,U+b80c,U+b839,U+b9b4,U+b9db,U+ba3c,U+bab0,U+bba4,U+bc94,U+be4c,U+c154,U+c1c4,U+c26c,U+c2ac,U+c2ed,U+c4f4,U+c55e,U+c561,U+c571,U+c5b5,U+c5c4,U+c654-c655,U+c695,U+c6e8,U+c6f9,U+c724,U+c751,U+c775,U+c7a0,U+c7c1,U+c874,U+c880,U+c9d5,U+c9f8,U+cabd,U+cc29,U+cc2c,U+cca8,U+ccab,U+ccd0,U+ce21,U+ce35,U+ce7c,U+ce90,U+cee8,U+cef4,U+cfe0,U+d070,U+d0b9,U+d0c1,U+d0c4,U+d0c8,U+d15c,U+d1a1,U+d2c0,U+d300,U+d314,U+d3ed,U+d478,U+d480,U+d48d,U+d508,U+d53d,U+d5e4,U+d611,U+d61c,U+d68d,U+d6a8,U+d798), + 115: (U+23,U+25,U+5f,U+a9,U+ac08,U+ac78,U+aca8,U+acac,U+ace8,U+ad70,U+adc0,U+addc,U+b137,U+b140,U+b208,U+b290,U+b2f5,U+b3c5,U+b3cc,U+b420,U+b429,U+b529,U+b530,U+b77d,U+b79c,U+b7a8,U+b7c9,U+b7f0,U+b7fc,U+b828,U+b860,U+b9ad,U+b9c1,U+b9c9,U+b9dd-b9de,U+b9e8,U+ba38-ba39,U+babb,U+bc00,U+bc8c,U+bca0,U+bca4,U+bcd1,U+bcfc,U+bd09,U+bdf0,U+be60,U+c0ad,U+c0b4,U+c0bc,U+c190,U+c1fc,U+c220,U+c288,U+c2b9,U+c2f6,U+c528,U+c545,U+c558,U+c5bc,U+c5d4,U+c600,U+c644,U+c6c0,U+c6c3,U+c721,U+c798,U+c7a1,U+c811,U+c838,U+c871,U+c904,U+c990,U+c9dc,U+cc38,U+cc44,U+cca0,U+cd1d,U+cd95,U+cda9,U+ce5c,U+cf00,U+cf58,U+d150,U+d22c,U+d305,U+d328,U+d37c,U+d3f0,U+d551,U+d5a5,U+d5c8,U+d5d8,U+d63c,U+d64d,U+d669,U+d734,U+d76c), + 116: (U+26,U+2b,U+3e,U+40,U+7e,U+ac01,U+ac19,U+ac1d,U+aca0,U+aca9,U+acb0,U+ad8c,U+ae09,U+ae38,U+ae40,U+aed8,U+b09c,U+b0a0,U+b108,U+b204,U+b298,U+b2d8,U+b2eb-b2ec,U+b2f4,U+b313,U+b358,U+b450,U+b4e0,U+b54c,U+b610,U+b780,U+b78c,U+b791,U+b8e8,U+b958,U+b974,U+b984,U+b9b0,U+b9bc-b9bd,U+b9ce,U+ba70,U+bbfc,U+bc0f,U+bc15,U+bc1b,U+bc31,U+bc95,U+bcc0,U+bcc4,U+bd81,U+bd88,U+c0c8,U+c11d,U+c13c,U+c158,U+c18d,U+c1a1,U+c21c,U+c4f0,U+c54a,U+c560,U+c5b8,U+c5c8,U+c5f4,U+c628,U+c62c,U+c678,U+c6cc,U+c808,U+c810,U+c885,U+c88b,U+c900,U+c988,U+c99d,U+c9c8,U+cc3d-cc3e,U+cc45,U+cd08,U+ce20,U+cee4,U+d074,U+d0a4,U+d0dd,U+d2b9,U+d3b8,U+d3c9,U+d488,U+d544,U+d559,U+d56d,U+d588,U+d615,U+d648,U+d655,U+d658,U+d65c), + 117: (U+d,U+48,U+7c,U+ac10,U+ac15,U+ac74,U+ac80,U+ac83,U+acc4,U+ad11,U+ad50,U+ad6d,U+adfc,U+ae00,U+ae08,U+ae4c,U+b0a8,U+b124,U+b144,U+b178,U+b274,U+b2a5,U+b2e8,U+b2f9,U+b354,U+b370,U+b418,U+b41c,U+b4f1,U+b514,U+b798,U+b808,U+b824-b825,U+b8cc,U+b978,U+b9d0,U+b9e4,U+baa9,U+bb3c,U+bc18,U+bc1c,U+bc30,U+bc84,U+bcf5,U+bcf8,U+bd84,U+be0c,U+be14,U+c0b0,U+c0c9,U+c0dd,U+c124,U+c2dd,U+c2e4,U+c2ec,U+c54c,U+c57c-c57d,U+c591,U+c5c5-c5c6,U+c5ed,U+c608,U+c640,U+c6b8,U+c6d4,U+c784,U+c7ac,U+c800-c801,U+c9c1,U+c9d1,U+cc28,U+cc98,U+cc9c,U+ccad,U+cd5c,U+cd94,U+cd9c,U+cde8,U+ce68,U+cf54,U+d0dc,U+d14c,U+d1a0,U+d1b5,U+d2f0,U+d30c,U+d310,U+d398,U+d45c,U+d50c,U+d53c,U+d560,U+d568,U+d589,U+d604,U+d6c4,U+d788), + 118: (U+39,U+49,U+4d-4e,U+a0,U+ac04,U+ac1c,U+ac70,U+ac8c,U+acbd,U+acf5,U+acfc,U+ad00,U+ad6c,U+adf8,U+b098,U+b0b4,U+b294,U+b2c8,U+b300,U+b3c4,U+b3d9,U+b4dc,U+b4e4,U+b77c,U+b7ec,U+b85d,U+b97c,U+b9c8,U+b9cc,U+ba54,U+ba74,U+ba85,U+baa8,U+bb34,U+bb38,U+bbf8,U+bc14,U+bc29,U+bc88,U+bcf4,U+bd80,U+be44,U+c0c1,U+c11c,U+c120,U+c131,U+c138,U+c18c,U+c218,U+c2b5,U+c2e0,U+c544,U+c548,U+c5b4,U+c5d0,U+c5ec,U+c5f0,U+c601,U+c624,U+c694,U+c6a9,U+c6b0,U+c6b4,U+c6d0,U+c704,U+c720,U+c73c,U+c740,U+c744,U+c74c,U+c758,U+c77c,U+c785,U+c788,U+c790-c791,U+c7a5,U+c804,U+c815,U+c81c,U+c870,U+c8fc,U+c911,U+c9c4,U+ccb4,U+ce58,U+ce74,U+d06c,U+d0c0,U+d130,U+d2b8,U+d3ec,U+d504,U+d55c,U+d569,U+d574,U+d638,U+d654,U+d68c), + 119: (U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558), + cyrillic: (U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116), + vietnamese: (U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB), + latin-ext: (U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF), + latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD), +) !default; diff --git a/fonts/variable/noto-serif-kr/scss/mixins.scss b/fonts/variable/noto-serif-kr/scss/mixins.scss new file mode 100644 index 00000000000..0571337fab3 --- /dev/null +++ b/fonts/variable/noto-serif-kr/scss/mixins.scss @@ -0,0 +1,192 @@ +@use 'sass:list'; +@use 'sass:map'; +@use 'sass:math'; +@use 'sass:meta'; +@use 'sass:string'; + +@use 'metadata'; + +$metadata: meta.module-variables(metadata) !default; +$directory: null !default; + +$family: null !default; +$display: null !default; +$formats: null !default; +$subsets: null !default; +$weights: null !default; +$styles: null !default; +$axes: null !default; + +// Deprecated +$displayVar: null !default; + +@mixin generator( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + // Deprecated + $displayVar: $displayVar +) { + + @if $displayVar != null { + @warn "$displayVar is deprecated due to the limitation of using css variables in @font-face (https://github.com/fontsource/fontsource/issues/726)."; + } + + $isVariable: map.get($metadata, axes) != null; + + $directory: if( + $directory, + $directory, + '~@fontsource#{if($isVariable, '-variable', '')}/#{map.get($metadata, id)}/files' + ); + + $family: if($family, $family, map.get($metadata, family) + if($isVariable, ' Variable', '')); + $display: if($display, $display, swap); + $formats: if(not $formats or $formats == all, if($isVariable, woff2, (woff2, woff)), $formats); + $subsets: if( + $subsets, + if($subsets == all, map.get($metadata, subsets), $subsets), + map.get($metadata, subsets) + ); + $weights: if( + $weights, + if($weights == all, map.get($metadata, weights), $weights), + map.get($metadata, defaults, weight) + ); + $styles: if( + $styles, + if($styles == all, map.get($metadata, styles), $styles), + map.get($metadata, defaults, style) + ); + $axes: if( + $axes, + if($axes == all, full, $axes), + if($isVariable, if(map.has-key($metadata, axes, wght), wght, full), null) + ); + + @each $subset in $subsets { + @each $unicodeSubset, $unicodeRange in map.get($metadata, unicode) { + // If condition is true, generate faces for the current subset + @if ( + // If there is no unicode information for the font or + ($unicodeSubset == null) or + // If the subset match a unicode subset or + ($subset == $unicodeSubset) or + ( + // If $unicodeSubset is a numeric unicode subset + // and current subset exists in the list of font subsets but does not match any unicode subset + // then generate faces for this numeric unicode subset as it is representing part of the current subset + list.index(map.get($metadata, subsets), $subset) and not + map.has-key($metadata, unicode, $subset) and not + list.index(map.get($metadata, subsets), $unicodeSubset) + ) + ) { + @each $weight in if($axes, null, $weights) { + @each $axis in $axes { + @each $style in $styles { + $variant: '#{map.get($metadata, id)}-#{if($unicodeSubset, $unicodeSubset, $subset)}-#{if($axis, $axis, $weight)}-#{$style}'; + + $src: (); + @each $format in $formats { + $src: append( + $src, + url('#{$directory}/#{$variant}.#{$format}') + format('#{$format}#{if($axis, '-variations', '')}'), + comma + ); + } + + @content (( + metadata: $metadata, + directory: $directory, + family: $family, + display: $display, + formats: $formats, + subsets: $subsets, + weights: $weights, + styles: $styles, + axes: $axes, + + variant: $variant, + subset: $subset, + unicodeSubset: $unicodeSubset, + unicodeRange: $unicodeRange, + weight: $weight, + axis: $axis, + style: $style, + + font-family: string.quote($family), + font-style: if( + (($axis == full) or ($axis == slnt)) and map.has-key($metadata, axes, slnt), + oblique map.get($metadata, axes, slnt, min) + deg map.get($metadata, axes, slnt, max) + deg, + $style + ), + font-display: $display, + font-weight: if( + (($axis == full) or ($axis == wght)) and map.has-key($metadata, axes, wght), + map.get($metadata, axes, wght, min) map.get($metadata, axes, wght, max), + $weight + ), + font-stretch: if( + (($axis == full) or ($axis == wdth)) and map.has-key($metadata, axes, wdth), + '#{map.get($metadata, axes, wdth, min)}% #{map.get($metadata, axes, wdth, max)}%', + null + ), + src: $src, + unicode-range: $unicodeRange, + )); + } + } + } + } + } + } +} + +@mixin faces( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + // Deprecated + $displayVar: $displayVar +) { + @include generator( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + $displayVar: $displayVar + ) + using ($props) { + /* #{map.get($props, variant)} */ + @font-face { + font-family: map.get($props, font-family); + font-style: map.get($props, font-style); + font-display: map.get($props, font-display); + font-weight: map.get($props, font-weight); + font-stretch: map.get($props, font-stretch); + unicode-range: map.get($props, unicode-range); + src: map.get($props, src); + } + } +} diff --git a/fonts/variable/noto-serif-kr/unicode.json b/fonts/variable/noto-serif-kr/unicode.json new file mode 100644 index 00000000000..076fe041094 --- /dev/null +++ b/fonts/variable/noto-serif-kr/unicode.json @@ -0,0 +1,126 @@ +{ + "[0]": "U+f9ca-fa0b,U+ff03-ff05,U+ff07,U+ff0a-ff0b,U+ff0d-ff19,U+ff1b,U+ff1d,U+ff20-ff5b,U+ff5d,U+ffe0-ffe3,U+ffe5-ffe6", + "[1]": "U+f92f-f980,U+f982-f9c9", + "[2]": "U+d723-d728,U+d72a-d733,U+d735-d748,U+d74a-d74f,U+d752-d753,U+d755-d757,U+d75a-d75f,U+d762-d764,U+d766-d768,U+d76a-d76b,U+d76d-d76f,U+d771-d787,U+d789-d78b,U+d78d-d78f,U+d791-d797,U+d79a,U+d79c,U+d79e-d7a3,U+f900-f909,U+f90b-f92e", + "[3]": "U+d679-d68b,U+d68e-d69e,U+d6a0,U+d6a2-d6a7,U+d6a9-d6c3,U+d6c6-d6c7,U+d6c9-d6cb,U+d6cd-d6d3,U+d6d5-d6d6,U+d6d8-d6e3,U+d6e5-d6e7,U+d6e9-d6fb,U+d6fd-d717,U+d719-d71f,U+d721-d722", + "[4]": "U+d5bc-d5c7,U+d5ca-d5cb,U+d5cd-d5cf,U+d5d1-d5d7,U+d5d9-d5da,U+d5dc,U+d5de-d5e3,U+d5e6-d5e7,U+d5e9-d5eb,U+d5ed-d5f6,U+d5f8,U+d5fa-d5ff,U+d602-d603,U+d605-d607,U+d609-d60f,U+d612-d613,U+d616-d61b,U+d61d-d637,U+d63a-d63b,U+d63d-d63f,U+d641-d647,U+d64a-d64c,U+d64e-d653,U+d656-d657,U+d659-d65b,U+d65d-d666,U+d668,U+d66a-d678", + "[5]": "U+d507,U+d509-d50b,U+d50d-d513,U+d515-d53b,U+d53e-d53f,U+d541-d543,U+d545-d54c,U+d54e,U+d550,U+d552-d557,U+d55a-d55b,U+d55d-d55f,U+d561-d564,U+d566-d567,U+d56a,U+d56c,U+d56e-d573,U+d576-d577,U+d579-d583,U+d585-d586,U+d58a-d5a4,U+d5a6-d5bb", + "[6]": "U+d464-d477,U+d47a-d47b,U+d47d-d47f,U+d481-d487,U+d489-d48a,U+d48c,U+d48e-d4e7,U+d4e9-d503,U+d505-d506", + "[7]": "U+d3bf-d3c7,U+d3ca-d3cf,U+d3d1-d3eb,U+d3ee-d3ef,U+d3f1-d3f3,U+d3f5-d3fb,U+d3fd-d400,U+d402-d45b,U+d45d-d463", + "[8]": "U+d2ff,U+d302-d304,U+d306-d30b,U+d30f,U+d311-d313,U+d315-d31b,U+d31e,U+d322-d324,U+d326-d327,U+d32a-d32b,U+d32d-d32f,U+d331-d337,U+d339-d33c,U+d33e-d37b,U+d37e-d37f,U+d381-d383,U+d385-d38b,U+d38e-d390,U+d392-d397,U+d39a-d39b,U+d39d-d39f,U+d3a1-d3a7,U+d3a9-d3aa,U+d3ac,U+d3ae-d3b3,U+d3b5-d3b7,U+d3b9-d3bb,U+d3bd-d3be", + "[9]": "U+d257-d27f,U+d281-d29b,U+d29d-d29f,U+d2a1-d2ab,U+d2ad-d2b7,U+d2ba-d2bb,U+d2bd-d2bf,U+d2c1-d2c7,U+d2c9-d2ef,U+d2f2-d2f3,U+d2f5-d2f7,U+d2f9-d2fe", + "[10]": "U+d1b4,U+d1b6-d1f3,U+d1f5-d22b,U+d22e-d22f,U+d231-d233,U+d235-d23b,U+d23d-d240,U+d242-d256", + "[11]": "U+d105-d12f,U+d132-d133,U+d135-d137,U+d139-d13f,U+d141-d142,U+d144,U+d146-d14b,U+d14e-d14f,U+d151-d153,U+d155-d15b,U+d15e-d187,U+d189-d19f,U+d1a2-d1a3,U+d1a5-d1a7,U+d1a9-d1af,U+d1b2-d1b3", + "[12]": "U+d04b-d04f,U+d051-d057,U+d059-d06b,U+d06d-d06f,U+d071-d073,U+d075-d07b,U+d07e-d0a3,U+d0a6-d0a7,U+d0a9-d0ab,U+d0ad-d0b3,U+d0b6,U+d0b8,U+d0ba-d0bf,U+d0c2-d0c3,U+d0c5-d0c7,U+d0c9-d0cf,U+d0d2,U+d0d6-d0db,U+d0de-d0df,U+d0e1-d0e3,U+d0e5-d0eb,U+d0ee-d0f0,U+d0f2-d104", + "[13]": "U+cfa2-cfc3,U+cfc5-cfdf,U+cfe2-cfe3,U+cfe5-cfe7,U+cfe9-cff4,U+cff6-cffb,U+cffd-cfff,U+d001-d003,U+d005-d017,U+d019-d033,U+d036-d037,U+d039-d03b,U+d03d-d04a", + "[14]": "U+cef0-cef3,U+cef6,U+cef9-ceff,U+cf01-cf03,U+cf05-cf07,U+cf09-cf0f,U+cf11-cf12,U+cf14-cf1b,U+cf1d-cf1f,U+cf21-cf2f,U+cf31-cf53,U+cf56-cf57,U+cf59-cf5b,U+cf5d-cf63,U+cf66,U+cf68,U+cf6a-cf6f,U+cf71-cf84,U+cf86-cf8b,U+cf8d-cfa1", + "[15]": "U+ce3c-ce57,U+ce5a-ce5b,U+ce5d-ce5f,U+ce61-ce67,U+ce6a,U+ce6c,U+ce6e-ce73,U+ce76-ce77,U+ce79-ce7b,U+ce7d-ce83,U+ce85-ce88,U+ce8a-ce8f,U+ce91-ce93,U+ce95-ce97,U+ce99-ce9f,U+cea2,U+cea4-ceab,U+cead-cee3,U+cee6-cee7,U+cee9-ceeb,U+ceed-ceef", + "[16]": "U+cd92-cd93,U+cd96-cd97,U+cd99-cd9b,U+cd9d-cda3,U+cda6-cda8,U+cdaa-cdaf,U+cdb1-cdc3,U+cdc5-cdcb,U+cdcd-cde7,U+cde9-ce03,U+ce05-ce1f,U+ce22-ce34,U+ce36-ce3b", + "[17]": "U+ccef-cd07,U+cd0a-cd0b,U+cd0d-cd1a,U+cd1c,U+cd1e-cd2b,U+cd2d-cd5b,U+cd5d-cd77,U+cd79-cd91", + "[18]": "U+cc3f-cc43,U+cc46-cc47,U+cc49-cc4b,U+cc4d-cc53,U+cc55-cc58,U+cc5a-cc5f,U+cc61-cc97,U+cc9a-cc9b,U+cc9d-cc9f,U+cca1-cca7,U+ccaa,U+ccac,U+ccae-ccb3,U+ccb6-ccb7,U+ccb9-ccbb,U+ccbd-cccf,U+ccd1-cce3,U+cce5-ccee", + "[19]": "U+cb91-cbd3,U+cbd5-cbe3,U+cbe5-cc0b,U+cc0e-cc0f,U+cc11-cc13,U+cc15-cc1b,U+cc1d-cc20,U+cc23-cc27,U+cc2a-cc2b,U+cc2d,U+cc2f,U+cc31-cc37,U+cc3a,U+cc3c", + "[20]": "U+caf4-cb47,U+cb4a-cb90", + "[21]": "U+ca4a-ca4b,U+ca4e-ca4f,U+ca51-ca53,U+ca55-ca5b,U+ca5d-ca60,U+ca62-ca83,U+ca85-cabb,U+cabe-cabf,U+cac1-cac3,U+cac5-cacb,U+cacd-cad0,U+cad2,U+cad4-cad8,U+cada-caf3", + "[22]": "U+c996-c997,U+c99a-c99c,U+c99e-c9bf,U+c9c2-c9c3,U+c9c5-c9c7,U+c9c9-c9cf,U+c9d2,U+c9d4,U+c9d7-c9d8,U+c9db,U+c9de-c9df,U+c9e1-c9e3,U+c9e5-c9e6,U+c9e8-c9eb,U+c9ee-c9f0,U+c9f2-c9f7,U+c9f9-ca0b,U+ca0d-ca28,U+ca2a-ca49", + "[23]": "U+c8e9-c8f4,U+c8f6-c8fb,U+c8fe-c8ff,U+c901-c903,U+c905-c90b,U+c90e-c910,U+c912-c917,U+c919-c92b,U+c92d-c94f,U+c951-c953,U+c955-c96b,U+c96d-c973,U+c975-c987,U+c98a-c98b,U+c98d-c98f,U+c991-c995", + "[24]": "U+c841-c84b,U+c84d-c86f,U+c872-c873,U+c875-c877,U+c879-c87f,U+c882-c884,U+c887-c88a,U+c88d-c8c3,U+c8c5-c8df,U+c8e1-c8e8", + "[25]": "U+c779-c77b,U+c77e-c782,U+c786,U+c78b,U+c78d,U+c78f,U+c792-c793,U+c795,U+c797,U+c799-c79f,U+c7a2,U+c7a7-c7ab,U+c7ae-c7bb,U+c7bd-c7c0,U+c7c2-c7c7,U+c7c9-c7dc,U+c7de-c7ff,U+c802-c803,U+c805-c807,U+c809,U+c80b-c80f,U+c812,U+c814,U+c817-c81b,U+c81e-c81f,U+c821-c823,U+c825-c82e,U+c830-c837,U+c839-c83b,U+c83d-c840", + "[26]": "U+c6bb-c6bf,U+c6c2,U+c6c4,U+c6c6-c6cb,U+c6ce-c6cf,U+c6d1-c6d3,U+c6d5-c6db,U+c6dd-c6df,U+c6e1-c6e7,U+c6e9-c6eb,U+c6ed-c6ef,U+c6f1-c6f8,U+c6fa-c703,U+c705-c707,U+c709-c70b,U+c70d-c716,U+c718,U+c71a-c71f,U+c722-c723,U+c725-c727,U+c729-c734,U+c736-c73b,U+c73e-c73f,U+c741-c743,U+c745-c74b,U+c74e-c750,U+c752-c757,U+c759-c773,U+c776-c777", + "[27]": "U+c5f5-c5fb,U+c5fe,U+c602-c605,U+c607,U+c609-c60f,U+c611-c61a,U+c61c-c623,U+c626-c627,U+c629-c62b,U+c62d,U+c62f-c632,U+c636,U+c638,U+c63a-c63f,U+c642-c643,U+c645-c647,U+c649-c652,U+c656-c65b,U+c65d-c65f,U+c661-c663,U+c665-c677,U+c679-c67b,U+c67d-c693,U+c696-c697,U+c699-c69b,U+c69d-c6a3,U+c6a6,U+c6a8,U+c6aa-c6af,U+c6b2-c6b3,U+c6b5-c6b7,U+c6b9-c6ba", + "[28]": "U+c517-c527,U+c52a-c52b,U+c52d-c52f,U+c531-c538,U+c53a,U+c53c,U+c53e-c543,U+c546-c547,U+c54b,U+c54d-c552,U+c556,U+c55a-c55b,U+c55d,U+c55f,U+c562-c563,U+c565-c567,U+c569-c56f,U+c572,U+c574,U+c576-c57b,U+c57e-c57f,U+c581-c583,U+c585-c586,U+c588-c58b,U+c58e,U+c590,U+c592-c596,U+c599-c5b3,U+c5b6-c5b7,U+c5ba,U+c5be-c5c3,U+c5ca-c5cb,U+c5cd,U+c5cf,U+c5d2-c5d3,U+c5d5-c5d7,U+c5d9-c5df,U+c5e1-c5e2,U+c5e4,U+c5e6-c5eb,U+c5ef,U+c5f1-c5f3", + "[29]": "U+c475-c4ef,U+c4f2-c4f3,U+c4f5-c4f7,U+c4f9-c4ff,U+c502-c50b,U+c50d-c516", + "[30]": "U+c3d0-c3d7,U+c3da-c3db,U+c3dd-c3de,U+c3e1-c3ec,U+c3ee-c3f3,U+c3f5-c42b,U+c42d-c463,U+c466-c474", + "[31]": "U+c32b-c367,U+c36a-c36b,U+c36d-c36f,U+c371-c377,U+c37a-c37b,U+c37e-c383,U+c385-c387,U+c389-c3cf", + "[32]": "U+c26a-c26b,U+c26d-c26f,U+c271-c273,U+c275-c27b,U+c27e-c287,U+c289-c28f,U+c291-c297,U+c299-c29a,U+c29c-c2a3,U+c2a5-c2a7,U+c2a9-c2ab,U+c2ad-c2b3,U+c2b6,U+c2b8,U+c2ba-c2bb,U+c2bd-c2db,U+c2de-c2df,U+c2e1-c2e2,U+c2e5-c2ea,U+c2ee,U+c2f0,U+c2f2-c2f5,U+c2f7,U+c2fa-c2fb,U+c2fd-c2ff,U+c301-c307,U+c309-c30c,U+c30e-c312,U+c315-c323,U+c325-c328,U+c32a", + "[33]": "U+c1bc-c1c3,U+c1c5-c1df,U+c1e1-c1fb,U+c1fd-c203,U+c205-c20c,U+c20e,U+c210-c217,U+c21a-c21b,U+c21d-c21e,U+c221-c227,U+c229-c22a,U+c22c,U+c22e,U+c230,U+c233-c24f,U+c251-c257,U+c259-c269", + "[34]": "U+c101-c11b,U+c11f,U+c121-c123,U+c125-c12b,U+c12e,U+c132-c137,U+c13a-c13b,U+c13d-c13f,U+c141-c147,U+c14a,U+c14c-c153,U+c155-c157,U+c159-c15b,U+c15d-c166,U+c169-c16f,U+c171-c177,U+c179-c18b,U+c18e-c18f,U+c191-c193,U+c195-c19b,U+c19d-c19e,U+c1a0,U+c1a2-c1a4,U+c1a6-c1bb", + "[35]": "U+c049-c057,U+c059-c05b,U+c05d-c05f,U+c061-c067,U+c069-c08f,U+c091-c0ab,U+c0ae-c0af,U+c0b1-c0b3,U+c0b5,U+c0b7-c0bb,U+c0be,U+c0c2-c0c7,U+c0ca-c0cb,U+c0cd-c0cf,U+c0d1-c0d7,U+c0d9-c0da,U+c0dc,U+c0de-c0e3,U+c0e5-c0eb,U+c0ed-c0f3,U+c0f6,U+c0f8,U+c0fa-c0ff", + "[36]": "U+bfa7-bfaf,U+bfb1-bfc4,U+bfc6-bfcb,U+bfce-bfcf,U+bfd1-bfd3,U+bfd5-bfdb,U+bfdd-c048", + "[37]": "U+bf07,U+bf09-bf3f,U+bf41-bf4f,U+bf52-bf54,U+bf56-bfa6", + "[38]": "U+be56,U+be58,U+be5c-be5f,U+be62-be63,U+be65-be67,U+be69-be74,U+be76-be7b,U+be7e-be7f,U+be81-be8e,U+be90,U+be92-bea7,U+bea9-becf,U+bed2-bed3,U+bed5-bed6,U+bed9-bee3,U+bee6-bf06", + "[39]": "U+bdb0-bdd3,U+bdd5-bdef,U+bdf1-be0b,U+be0d-be0f,U+be11-be13,U+be15-be43,U+be46-be47,U+be49-be4b,U+be4d-be53", + "[40]": "U+bd03,U+bd06,U+bd08,U+bd0a-bd0f,U+bd11-bd22,U+bd25-bd47,U+bd49-bd58,U+bd5a-bd7f,U+bd82-bd83,U+bd85-bd87,U+bd8a-bd8f,U+bd91-bd92,U+bd94,U+bd96-bd98,U+bd9a-bdaf", + "[41]": "U+bc4e-bc83,U+bc86-bc87,U+bc89-bc8b,U+bc8d-bc93,U+bc96,U+bc98,U+bc9b-bc9f,U+bca2-bca3,U+bca5-bca7,U+bca9-bcb2,U+bcb4-bcbb,U+bcbe-bcbf,U+bcc1-bcc3,U+bcc5-bccc,U+bcce-bcd0,U+bcd2-bcd4,U+bcd6-bcf3,U+bcf7,U+bcf9-bcfb,U+bcfd-bd02", + "[42]": "U+bb90-bba3,U+bba5-bbab,U+bbad-bbbf,U+bbc1-bbf7,U+bbfa-bbfb,U+bbfd-bbfe,U+bc01-bc07,U+bc09-bc0a,U+bc0e,U+bc10,U+bc12-bc13,U+bc17,U+bc19-bc1a,U+bc1e,U+bc20-bc23,U+bc26,U+bc28,U+bc2a-bc2c,U+bc2e-bc2f,U+bc32-bc33,U+bc35-bc37,U+bc39-bc3f,U+bc41-bc42,U+bc44,U+bc46-bc48,U+bc4a-bc4d", + "[43]": "U+bae6-bafb,U+bafd-bb17,U+bb19-bb33,U+bb37,U+bb39-bb3a,U+bb3d-bb43,U+bb45-bb46,U+bb48,U+bb4a-bb4f,U+bb51-bb53,U+bb55-bb57,U+bb59-bb62,U+bb64-bb8f", + "[44]": "U+ba30-ba37,U+ba3a-ba3b,U+ba3d-ba3f,U+ba41-ba47,U+ba49-ba4a,U+ba4c,U+ba4e-ba53,U+ba56-ba57,U+ba59-ba5b,U+ba5d-ba63,U+ba65-ba66,U+ba68-ba6f,U+ba71-ba73,U+ba75-ba77,U+ba79-ba84,U+ba86,U+ba88-baa7,U+baaa,U+baad-baaf,U+bab1-bab7,U+baba,U+babc,U+babe-bae5", + "[45]": "U+b96e-b973,U+b976-b977,U+b979-b97b,U+b97d-b983,U+b986,U+b988,U+b98a-b98d,U+b98f-b9ab,U+b9ae-b9af,U+b9b1-b9b3,U+b9b5-b9bb,U+b9be,U+b9c0,U+b9c2-b9c7,U+b9ca-b9cb,U+b9cd,U+b9d2-b9d7,U+b9da,U+b9dc,U+b9df-b9e0,U+b9e2,U+b9e6-b9e7,U+b9e9-b9f3,U+b9f6,U+b9f8,U+b9fb-ba2f", + "[46]": "U+b8bf-b8cb,U+b8cd-b8e0,U+b8e2-b8e7,U+b8ea-b8eb,U+b8ed-b8ef,U+b8f1-b8f7,U+b8fa,U+b8fc,U+b8fe-b903,U+b905-b917,U+b919-b91f,U+b921-b93b,U+b93d-b957,U+b95a-b95b,U+b95d-b95f,U+b961-b967,U+b969-b96c", + "[47]": "U+b80d-b80f,U+b811-b817,U+b81a,U+b81c-b823,U+b826-b827,U+b829-b82b,U+b82d-b833,U+b836,U+b83a-b83f,U+b841-b85b,U+b85e-b85f,U+b861-b863,U+b865-b86b,U+b86e,U+b870,U+b872-b8af,U+b8b1-b8be", + "[48]": "U+b74d-b75f,U+b761-b763,U+b765-b774,U+b776-b77b,U+b77e-b77f,U+b781-b783,U+b785-b78b,U+b78e,U+b792-b796,U+b79a-b79b,U+b79d-b7a7,U+b7aa,U+b7ae-b7b3,U+b7b6-b7c8,U+b7ca-b7eb,U+b7ee-b7ef,U+b7f1-b7f3,U+b7f5-b7fb,U+b7fe,U+b802-b806,U+b80a-b80b", + "[49]": "U+b6a7-b6aa,U+b6ac-b6b0,U+b6b2-b6ef,U+b6f1-b727,U+b72a-b72b,U+b72d-b72e,U+b731-b737,U+b739-b73a,U+b73c-b743,U+b745-b74c", + "[50]": "U+b605-b60f,U+b612-b617,U+b619-b624,U+b626-b69b,U+b69e-b6a3,U+b6a5-b6a6", + "[51]": "U+b55f,U+b562-b583,U+b585-b59f,U+b5a2-b5a3,U+b5a5-b5a7,U+b5a9-b5b2,U+b5b5-b5ba,U+b5bd-b604", + "[52]": "U+b4a5-b4b6,U+b4b8-b4bf,U+b4c1-b4c7,U+b4c9-b4db,U+b4de-b4df,U+b4e1-b4e2,U+b4e5-b4eb,U+b4ee,U+b4f0,U+b4f2-b513,U+b516-b517,U+b519-b51a,U+b51d-b523,U+b526,U+b528,U+b52b-b52f,U+b532-b533,U+b535-b537,U+b539-b53f,U+b541-b544,U+b546-b54b,U+b54d-b54f,U+b551-b55b,U+b55d-b55e", + "[53]": "U+b3f8-b3fb,U+b3fd-b40f,U+b411-b417,U+b419-b41b,U+b41d-b41f,U+b421-b427,U+b42a-b42b,U+b42d-b44f,U+b452-b453,U+b455-b457,U+b459-b45f,U+b462-b464,U+b466-b46b,U+b46d-b47f,U+b481-b4a3", + "[54]": "U+b342-b353,U+b356-b357,U+b359-b35b,U+b35d-b35e,U+b360-b363,U+b366,U+b368,U+b36a-b36d,U+b36f,U+b372-b373,U+b375-b377,U+b379-b37f,U+b381-b382,U+b384,U+b386-b38b,U+b38d-b3c3,U+b3c6-b3c7,U+b3c9-b3ca,U+b3cd-b3d3,U+b3d6,U+b3d8,U+b3da-b3f7", + "[55]": "U+b27c-b283,U+b285-b28f,U+b292-b293,U+b295-b297,U+b29a-b29f,U+b2a1-b2a4,U+b2a7-b2a9,U+b2ab,U+b2ad-b2c7,U+b2ca-b2cb,U+b2cd-b2cf,U+b2d1-b2d7,U+b2da,U+b2dc,U+b2de-b2e3,U+b2e7,U+b2e9-b2ea,U+b2ef-b2f3,U+b2f6,U+b2f8,U+b2fa-b2fb,U+b2fd-b2fe,U+b302-b303,U+b305-b307,U+b309-b30f,U+b312,U+b316-b31b,U+b31d-b341", + "[56]": "U+b1d6-b1e7,U+b1e9-b1fc,U+b1fe-b203,U+b206-b207,U+b209-b20b,U+b20d-b213,U+b216-b21f,U+b221-b257,U+b259-b273,U+b275-b27b", + "[57]": "U+b120-b122,U+b126-b127,U+b129-b12b,U+b12d-b133,U+b136,U+b138,U+b13a-b13f,U+b142-b143,U+b145-b14f,U+b151-b153,U+b156-b157,U+b159-b177,U+b17a-b17b,U+b17d-b17f,U+b181-b187,U+b189-b18c,U+b18e-b191,U+b195-b1a7,U+b1a9-b1cb,U+b1cd-b1d5", + "[58]": "U+b05f-b07b,U+b07e-b07f,U+b081-b083,U+b085-b08b,U+b08d-b097,U+b09b,U+b09d-b09f,U+b0a2-b0a7,U+b0aa,U+b0b0,U+b0b2,U+b0b6-b0b7,U+b0b9-b0bb,U+b0bd-b0c3,U+b0c6-b0c7,U+b0ca-b0cf,U+b0d1-b0df,U+b0e1-b0e4,U+b0e6-b107,U+b10a-b10b,U+b10d-b10f,U+b111-b112,U+b114-b117,U+b119-b11a,U+b11c-b11f", + "[59]": "U+afac-afb7,U+afba-afbb,U+afbd-afbf,U+afc1-afc6,U+afca-afcc,U+afce-afd3,U+afd5-afe7,U+afe9-afef,U+aff1-b00b,U+b00d-b00f,U+b011-b013,U+b015-b01b,U+b01d-b027,U+b029-b043,U+b045-b047,U+b049,U+b04b,U+b04d-b052,U+b055-b056,U+b058-b05c,U+b05e", + "[60]": "U+af03-af07,U+af09-af2b,U+af2e-af33,U+af35-af3b,U+af3e-af40,U+af44-af47,U+af4a-af5c,U+af5e-af63,U+af65-af7f,U+af81-afab", + "[61]": "U+ae56-ae5b,U+ae5e-ae60,U+ae62-ae64,U+ae66-ae67,U+ae69-ae6b,U+ae6d-ae83,U+ae85-aebb,U+aebf,U+aec1-aec3,U+aec5-aecb,U+aece,U+aed0,U+aed2-aed7,U+aed9-aef3,U+aef5-af02", + "[62]": "U+ad9c-ada3,U+ada5-adbf,U+adc1-adc3,U+adc5-adc7,U+adc9-add2,U+add4-addb,U+addd-addf,U+ade1-ade3,U+ade5-adf7,U+adfa-adfb,U+adfd-adff,U+ae02-ae07,U+ae0a,U+ae0c,U+ae0e-ae13,U+ae15-ae2f,U+ae31-ae33,U+ae35-ae37,U+ae39-ae3f,U+ae42,U+ae44,U+ae46-ae49,U+ae4b,U+ae4f,U+ae51-ae53,U+ae55", + "[63]": "U+ace2-ace3,U+ace5-ace6,U+ace9-acef,U+acf2,U+acf4,U+acf7-acfb,U+acfe-acff,U+ad01-ad03,U+ad05-ad0b,U+ad0d-ad10,U+ad12-ad1b,U+ad1d-ad33,U+ad35-ad48,U+ad4a-ad4f,U+ad51-ad6b,U+ad6e-ad6f,U+ad71-ad72,U+ad77-ad7c,U+ad7e,U+ad80,U+ad82-ad87,U+ad89-ad8b,U+ad8d-ad8f,U+ad91-ad9b", + "[64]": "U+ac25-ac2c,U+ac2e,U+ac30,U+ac32-ac37,U+ac39-ac3f,U+ac41-ac4c,U+ac4e-ac6f,U+ac72-ac73,U+ac75-ac76,U+ac79-ac7f,U+ac82,U+ac84-ac88,U+ac8a-ac8b,U+ac8d-ac8f,U+ac91-ac93,U+ac95-ac9b,U+ac9d-ac9e,U+aca1-aca7,U+acab,U+acad-acaf,U+acb1-acb7,U+acba-acbb,U+acbe-acc0,U+acc2-acc3,U+acc5-acdf", + "[65]": "U+99df,U+99ed,U+99f1,U+99ff,U+9a01,U+9a08,U+9a0e-9a0f,U+9a19,U+9a2b,U+9a30,U+9a36-9a37,U+9a40,U+9a43,U+9a45,U+9a4d,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69-9a6a,U+9aa8,U+9ab8,U+9ad3,U+9ae5,U+9aee,U+9b1a,U+9b27,U+9b2a,U+9b31,U+9b3c,U+9b41-9b45,U+9b4f,U+9b54,U+9b5a,U+9b6f,U+9b8e,U+9b91,U+9b9f,U+9bab,U+9bae,U+9bc9,U+9bd6,U+9be4,U+9be8,U+9c0d,U+9c10,U+9c12,U+9c15,U+9c25,U+9c32,U+9c3b,U+9c47,U+9c49,U+9c57,U+9ce5,U+9ce7,U+9ce9,U+9cf3-9cf4,U+9cf6,U+9d09,U+9d1b,U+9d26,U+9d28,U+9d3b,U+9d51,U+9d5d,U+9d60-9d61,U+9d6c,U+9d72,U+9da9,U+9daf,U+9db4,U+9dc4,U+9dd7,U+9df2,U+9df8-9dfa,U+9e1a,U+9e1e,U+9e75,U+9e79,U+9e7d,U+9e7f,U+9e92-9e93,U+9e97,U+9e9d,U+9e9f,U+9ea5,U+9eb4-9eb5,U+9ebb,U+9ebe,U+9ec3,U+9ecd-9ece,U+9ed4,U+9ed8,U+9edb-9edc,U+9ede,U+9ee8,U+9ef4,U+9f07-9f08,U+9f0e,U+9f13,U+9f20,U+9f3b,U+9f4a-9f4b,U+9f4e,U+9f52,U+9f5f,U+9f61,U+9f67,U+9f6a,U+9f6c,U+9f77,U+9f8d,U+9f90,U+9f95,U+9f9c,U+ac02-ac03,U+ac05-ac06,U+ac09-ac0f,U+ac17-ac18,U+ac1b,U+ac1e-ac1f,U+ac21-ac23", + "[66]": "U+96a7-96a8,U+96aa,U+96b1,U+96b7,U+96bb,U+96c0-96c1,U+96c4-96c5,U+96c7,U+96c9,U+96cb-96ce,U+96d5-96d6,U+96d9,U+96db-96dc,U+96e2-96e3,U+96e8-96ea,U+96ef-96f0,U+96f2,U+96f6-96f7,U+96f9,U+96fb,U+9700,U+9706-9707,U+9711,U+9713,U+9716,U+9719,U+971c,U+971e,U+9727,U+9730,U+9732,U+9739,U+973d,U+9742,U+9744,U+9748,U+9756,U+975c,U+9761,U+9769,U+976d,U+9774,U+9777,U+977a,U+978b,U+978d,U+978f,U+97a0,U+97a8,U+97ab,U+97ad,U+97c6,U+97cb,U+97dc,U+97f6,U+97fb,U+97ff-9803,U+9805-9806,U+9808,U+980a,U+980c,U+9810-9813,U+9817-9818,U+982d,U+9830,U+9838-9839,U+983b,U+9846,U+984c-984e,U+9854,U+9858,U+985a,U+985e,U+9865,U+9867,U+986b,U+986f,U+98af,U+98b1,U+98c4,U+98c7,U+98db-98dc,U+98e1-98e2,U+98ed-98ef,U+98f4,U+98fc-98fe,U+9903,U+9909-990a,U+990c,U+9910,U+9913,U+9918,U+991e,U+9920,U+9928,U+9945,U+9949,U+994b-994d,U+9951-9952,U+9954,U+9957,U+9996,U+999d,U+99a5,U+99a8,U+99ac-99ae,U+99b1,U+99b3-99b4,U+99b9,U+99c1,U+99d0-99d2,U+99d5,U+99d9,U+99dd", + "[67]": "U+920d,U+9210-9212,U+9217,U+921e,U+9234,U+923a,U+923f-9240,U+9245,U+9249,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9283,U+9285,U+9291,U+9293,U+9296,U+9298,U+929c,U+92b3,U+92b6-92b7,U+92b9,U+92cc,U+92cf,U+92d2,U+92e4,U+92ea,U+92f8,U+92fc,U+9304,U+9310,U+9318,U+931a,U+931e-9322,U+9324,U+9326,U+9328,U+932b,U+932e-932f,U+9348,U+934a-934b,U+934d,U+9354,U+935b,U+936e,U+9375,U+937c,U+937e,U+938c,U+9394,U+9396,U+939a,U+93a3,U+93a7,U+93ac-93ad,U+93b0,U+93c3,U+93d1,U+93de,U+93e1,U+93e4,U+93f6,U+9404,U+9418,U+9425,U+942b,U+9435,U+9438,U+9444,U+9451-9452,U+945b,U+947d,U+947f,U+9583,U+9589,U+958f,U+9591-9592,U+9594,U+9598,U+95a3-95a5,U+95a8,U+95ad,U+95b1,U+95bb-95bc,U+95c7,U+95ca,U+95d4-95d6,U+95dc,U+95e1-95e2,U+961c,U+9621,U+962a,U+962e,U+9632,U+963b,U+963f-9640,U+9642,U+9644,U+964b-964d,U+9650,U+965b-965f,U+9662-9664,U+966a,U+9670,U+9673,U+9675-9678,U+967d,U+9685-9686,U+968a-968b,U+968d-968e,U+9694-9695,U+9698-9699,U+969b-969c,U+96a3", + "[68]": "U+8fa8,U+8fad,U+8faf-8fb2,U+8fc2,U+8fc5,U+8fce,U+8fd4,U+8fe6,U+8fea-8feb,U+8fed,U+8ff0,U+8ff2,U+8ff7,U+8ff9,U+8ffd,U+9000-9003,U+9005-9006,U+9008,U+900b,U+900d,U+900f-9011,U+9014-9015,U+9017,U+9019,U+901d-9023,U+902e,U+9031-9032,U+9035,U+9038,U+903c,U+903e,U+9041-9042,U+9047,U+904a-904b,U+904d-904e,U+9050-9051,U+9054-9055,U+9059,U+905c-905e,U+9060-9061,U+9063,U+9069,U+906d-906f,U+9072,U+9075,U+9077-9078,U+907a,U+907c-907d,U+907f-9084,U+9087-9088,U+908a,U+908f,U+9091,U+9095,U+9099,U+90a2-90a3,U+90a6,U+90a8,U+90aa,U+90af-90b1,U+90b5,U+90b8,U+90c1,U+90ca,U+90de,U+90e1,U+90ed,U+90f5,U+9102,U+9112,U+9115,U+9119,U+9127,U+912d,U+9132,U+9149-914e,U+9152,U+9162,U+9169-916a,U+916c,U+9175,U+9177-9178,U+9187,U+9189,U+918b,U+918d,U+9192,U+919c,U+91ab-91ac,U+91ae-91af,U+91b1,U+91b4-91b5,U+91c0,U+91c7,U+91c9,U+91cb,U+91cf-91d0,U+91d7-91d8,U+91dc-91dd,U+91e3,U+91e7,U+91ea,U+91f5", + "[69]": "U+8c6a-8c6b,U+8c79-8c7a,U+8c82,U+8c8a,U+8c8c,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb8,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8cd1,U+8cd3,U+8cda,U+8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6,U+8cea,U+8ced,U+8cf4,U+8cfb-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d13,U+8d16,U+8d64,U+8d66,U+8d6b,U+8d70,U+8d73-8d74,U+8d77,U+8d85,U+8d8a,U+8d99,U+8da3,U+8da8,U+8db3,U+8dba,U+8dbe,U+8dc6,U+8dcb-8dcc,U+8dcf,U+8ddb,U+8ddd,U+8de1,U+8de3,U+8de8,U+8df3,U+8e0a,U+8e0f-8e10,U+8e1e,U+8e2a,U+8e30,U+8e35,U+8e42,U+8e44,U+8e47-8e4a,U+8e59,U+8e5f-8e60,U+8e74,U+8e76,U+8e81,U+8e87,U+8e8a,U+8e8d,U+8eaa-8eac,U+8ec0,U+8ecb-8ecc,U+8ed2,U+8edf,U+8eeb,U+8ef8,U+8efb,U+8efe,U+8f03,U+8f05,U+8f09,U+8f12-8f15,U+8f1b-8f1f,U+8f26-8f27,U+8f29-8f2a,U+8f2f,U+8f33,U+8f38-8f39,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5d,U+8f5f,U+8f62,U+8f9b-8f9c,U+8fa3,U+8fa6", + "[70]": "U+8941,U+8944,U+895f,U+8964,U+896a,U+8972,U+8981,U+8983,U+8986-8987,U+898f,U+8993,U+8996,U+89a1,U+89a9-89aa,U+89b2,U+89ba,U+89bd,U+89c0,U+89d2,U+89e3,U+89f4,U+89f8,U+8a02-8a03,U+8a08,U+8a0a,U+8a0c,U+8a0e,U+8a13,U+8a16-8a17,U+8a1b,U+8a1d,U+8a1f,U+8a23,U+8a25,U+8a2a,U+8a2d,U+8a31,U+8a34,U+8a36,U+8a3a-8a3b,U+8a50,U+8a54-8a55,U+8a5b,U+8a5e,U+8a60,U+8a62-8a63,U+8a66,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a75,U+8a79,U+8a85,U+8a87,U+8a8c-8a8d,U+8a93,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8,U+8aaa,U+8ab0,U+8ab2,U+8ab9,U+8abc,U+8abe-8abf,U+8ac2,U+8ac4,U+8ac7,U+8acb,U+8acd,U+8acf,U+8ad2,U+8ad6,U+8adb-8adc,U+8ae1,U+8ae6-8ae7,U+8aea-8aeb,U+8aed-8aee,U+8af1,U+8af6-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b04,U+8b0e,U+8b10,U+8b14,U+8b16-8b17,U+8b19-8b1b,U+8b1d,U+8b20,U+8b28,U+8b2b-8b2c,U+8b33,U+8b39,U+8b41,U+8b49,U+8b4e-8b4f,U+8b58,U+8b5a,U+8b5c,U+8b66,U+8b6c,U+8b6f-8b70,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b8a,U+8b90,U+8b92-8b93,U+8b96,U+8b9a,U+8c37,U+8c3f,U+8c41,U+8c46,U+8c48,U+8c4a,U+8c4c,U+8c55,U+8c5a,U+8c61", + "[71]": "U+858f,U+8591,U+8594,U+859b,U+85a6,U+85a8-85aa,U+85af-85b0,U+85ba,U+85c1,U+85c9,U+85cd-85cf,U+85d5,U+85dc-85dd,U+85e4-85e5,U+85e9-85ea,U+85f7,U+85fa-85fb,U+85ff,U+8602,U+8606-8607,U+860a,U+8616-8617,U+861a,U+862d,U+863f,U+864e,U+8650,U+8654-8655,U+865b-865c,U+865e-865f,U+8667,U+8679,U+868a,U+868c,U+8693,U+86a3-86a4,U+86a9,U+86c7,U+86cb,U+86d4,U+86d9,U+86db,U+86df,U+86e4,U+86ed,U+86fe,U+8700,U+8702-8703,U+8708,U+8718,U+871a,U+871c,U+874e,U+8755,U+8757,U+875f,U+8766,U+8768,U+8774,U+8776,U+8778,U+8782,U+878d,U+879f,U+87a2,U+87b3,U+87ba,U+87c4,U+87e0,U+87ec,U+87ef,U+87f2,U+87f9,U+87fb,U+87fe,U+8805,U+881f,U+8822-8823,U+8831,U+8836,U+883b,U+8840,U+8846,U+884d,U+8852-8853,U+8857,U+8859,U+885b,U+885d,U+8861-8863,U+8868,U+886b,U+8870,U+8872,U+8877,U+887e-887f,U+8881-8882,U+8888,U+888b,U+888d,U+8892,U+8896-8897,U+889e,U+88ab,U+88b4,U+88c1-88c2,U+88cf,U+88d4-88d5,U+88d9,U+88dc-88dd,U+88df,U+88e1,U+88e8,U+88f3-88f5,U+88f8,U+88fd,U+8907,U+8910,U+8912-8913,U+8918-8919,U+8925,U+892a,U+8936,U+8938,U+893b", + "[72]": "U+82a6,U+82a9,U+82ac-82af,U+82b3,U+82b7-82b9,U+82bb-82bd,U+82bf,U+82d1-82d2,U+82d4-82d5,U+82d7,U+82db,U+82de-82df,U+82e1,U+82e5-82e7,U+82fd-82fe,U+8301-8305,U+8309,U+8317,U+8328,U+832b,U+832f,U+8331,U+8334-8336,U+8338-8339,U+8340,U+8347,U+8349-834a,U+834f,U+8351-8352,U+8373,U+8377,U+837b,U+8389-838a,U+838e,U+8396,U+8398,U+839e,U+83a2,U+83a9-83ab,U+83bd,U+83c1,U+83c5,U+83c9-83ca,U+83cc,U+83d3,U+83d6,U+83dc,U+83e9,U+83eb,U+83ef-83f2,U+83f4,U+83f9,U+83fd,U+8403-8404,U+840a,U+840c-840e,U+8429,U+842c,U+8431,U+8438,U+843d,U+8449,U+8457,U+845b,U+8461,U+8463,U+8466,U+846b-846c,U+846f,U+8475,U+847a,U+8490,U+8494,U+8499,U+849c,U+84a1,U+84b2,U+84b8,U+84bb-84bc,U+84bf-84c0,U+84c2,U+84c4,U+84c6,U+84c9,U+84cb,U+84cd,U+84d1,U+84da,U+84ec,U+84ee,U+84f4,U+84fc,U+8511,U+8513-8514,U+8517-8518,U+851a,U+851e,U+8521,U+8523,U+8525,U+852c-852d,U+852f,U+853d,U+853f,U+8541,U+8543,U+8549,U+854e,U+8553,U+8559,U+8563,U+8568-856a,U+856d,U+8584,U+8587", + "[73]": "U+8033,U+8036,U+803d,U+803f,U+8043,U+8046,U+804a,U+8056,U+8058,U+805a,U+805e,U+806f-8070,U+8072-8073,U+8077,U+807d-807f,U+8084-8087,U+8089,U+808b-808c,U+8096,U+809b,U+809d,U+80a1-80a2,U+80a5,U+80a9-80aa,U+80af,U+80b1-80b2,U+80b4,U+80ba,U+80c3-80c4,U+80cc,U+80ce,U+80da-80db,U+80de,U+80e1,U+80e4-80e5,U+80f1,U+80f4,U+80f8,U+80fd,U+8102,U+8105-8108,U+810a,U+8118,U+811a-811b,U+8123,U+8129,U+812b,U+812f,U+8139,U+813e,U+814b,U+814e,U+8150-8151,U+8154-8155,U+8165-8166,U+816b,U+8170-8171,U+8178-817a,U+817f-8180,U+8188,U+818a,U+818f,U+819a,U+819c-819d,U+81a0,U+81a3,U+81a8,U+81b3,U+81b5,U+81ba,U+81bd-81c0,U+81c2,U+81c6,U+81cd,U+81d8,U+81df,U+81e3,U+81e5,U+81e7-81e8,U+81ed,U+81f3-81f4,U+81fa-81fc,U+81fe,U+8205,U+8208,U+820a,U+820c-820d,U+8212,U+821b-821c,U+821e-821f,U+8221,U+822a-822c,U+8235-8237,U+8239,U+8240,U+8245,U+8247,U+8259,U+8264,U+8266,U+826e-826f,U+8271,U+8276,U+8278,U+827e,U+828b,U+828d-828e,U+8292,U+8299-829a,U+829d,U+829f,U+82a5", + "[74]": "U+7d2f-7d30,U+7d33,U+7d35,U+7d39-7d3a,U+7d42-7d46,U+7d50,U+7d5e,U+7d61-7d62,U+7d66,U+7d68,U+7d6a,U+7d6e,U+7d71-7d73,U+7d76,U+7d79,U+7d7f,U+7d8e-7d8f,U+7d93,U+7d9c,U+7da0,U+7da2,U+7dac-7dad,U+7db1-7db2,U+7db4-7db5,U+7db8,U+7dba-7dbb,U+7dbd-7dbf,U+7dc7,U+7dca-7dcb,U+7dd6,U+7dd8,U+7dda,U+7ddd-7dde,U+7de0-7de1,U+7de3,U+7de8-7de9,U+7dec,U+7def,U+7df4,U+7dfb,U+7e09-7e0a,U+7e15,U+7e1b,U+7e1d-7e1f,U+7e21,U+7e23,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e3d-7e3e,U+7e43,U+7e46-7e47,U+7e52,U+7e54-7e55,U+7e5e,U+7e61,U+7e69-7e6b,U+7e6d,U+7e70,U+7e79,U+7e7c,U+7e82,U+7e8c,U+7e8f,U+7e93,U+7e96,U+7e98,U+7e9b-7e9c,U+7f36,U+7f38,U+7f3a,U+7f4c,U+7f50,U+7f54-7f55,U+7f6a-7f6b,U+7f6e,U+7f70,U+7f72,U+7f75,U+7f77,U+7f79,U+7f85,U+7f88,U+7f8a,U+7f8c,U+7f94,U+7f9a,U+7f9e,U+7fa4,U+7fa8-7fa9,U+7fb2,U+7fb8-7fb9,U+7fbd,U+7fc1,U+7fc5,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd4-7fd5,U+7fdf-7fe1,U+7fe9,U+7feb,U+7ff0,U+7ff9,U+7ffc,U+8000-8001,U+8003,U+8006,U+8009,U+800c,U+8010,U+8015,U+8017-8018,U+802d", + "[75]": "U+7a49,U+7a4d-7a4e,U+7a57,U+7a61-7a62,U+7a69,U+7a6b,U+7a70,U+7a74,U+7a76,U+7a79,U+7a7d,U+7a7f,U+7a81,U+7a84,U+7a88,U+7a92-7a93,U+7a95,U+7a98,U+7a9f,U+7aa9-7aaa,U+7aae-7aaf,U+7aba,U+7ac4-7ac5,U+7ac7,U+7aca,U+7ad7,U+7ad9,U+7add,U+7adf-7ae0,U+7ae3,U+7ae5,U+7aea,U+7aed,U+7aef,U+7af6,U+7af9-7afa,U+7aff,U+7b0f,U+7b11,U+7b19,U+7b1b,U+7b1e,U+7b20,U+7b26,U+7b2d,U+7b39,U+7b46,U+7b49,U+7b4b-7b4d,U+7b4f-7b52,U+7b54,U+7b56,U+7b60,U+7b6c,U+7b6e,U+7b75,U+7b7d,U+7b87,U+7b8b,U+7b8f,U+7b94-7b95,U+7b97,U+7b9a,U+7b9d,U+7ba1,U+7bad,U+7bb1,U+7bb4,U+7bb8,U+7bc0-7bc1,U+7bc4,U+7bc6-7bc7,U+7bc9,U+7bd2,U+7be0,U+7be4,U+7be9,U+7c07,U+7c12,U+7c1e,U+7c21,U+7c27,U+7c2a-7c2b,U+7c3d-7c3f,U+7c43,U+7c4c-7c4d,U+7c60,U+7c64,U+7c6c,U+7c73,U+7c83,U+7c89,U+7c92,U+7c95,U+7c97-7c98,U+7c9f,U+7ca5,U+7ca7,U+7cae,U+7cb1-7cb3,U+7cb9,U+7cbe,U+7cca,U+7cd6,U+7cde-7ce0,U+7ce7,U+7cfb,U+7cfe,U+7d00,U+7d02,U+7d04-7d08,U+7d0a-7d0b,U+7d0d,U+7d10,U+7d14,U+7d17-7d1b,U+7d20-7d21,U+7d2b-7d2c,U+7d2e", + "[76]": "U+7704,U+7708-7709,U+770b,U+771e,U+7720,U+7729,U+7737-7738,U+773a,U+773c,U+7740,U+774d,U+775b,U+7761,U+7763,U+7766,U+776b,U+7779,U+777e-777f,U+778b,U+7791,U+779e,U+77a5,U+77ac-77ad,U+77b0,U+77b3,U+77bb-77bc,U+77bf,U+77d7,U+77db-77dc,U+77e2-77e3,U+77e9,U+77ed-77ef,U+7802,U+7812,U+7825-7827,U+782c,U+7832,U+7834,U+7845,U+784f,U+785d,U+786b-786c,U+786f,U+787c,U+7881,U+7887,U+788c-788e,U+7891,U+7897,U+78a3,U+78a7,U+78a9,U+78ba-78bc,U+78c1,U+78c5,U+78ca-78cb,U+78ce,U+78d0,U+78e8,U+78ec,U+78ef,U+78f5,U+78fb,U+7901,U+790e,U+7916,U+792a-792c,U+793a,U+7940-7941,U+7947-7949,U+7950,U+7956-7957,U+795a-795d,U+7960,U+7965,U+7968,U+796d,U+797a,U+797f,U+7981,U+798d-798e,U+7991,U+79a6-79a7,U+79aa,U+79ae,U+79b1,U+79b3,U+79b9,U+79bd-79c1,U+79c9-79cb,U+79d2,U+79d5,U+79d8,U+79df,U+79e4,U+79e6-79e7,U+79e9,U+79fb,U+7a00,U+7a05,U+7a08,U+7a0b,U+7a0d,U+7a14,U+7a17,U+7a19-7a1a,U+7a1c,U+7a1f-7a20,U+7a2e,U+7a31,U+7a36-7a37,U+7a3b-7a3d,U+7a3f-7a40,U+7a46", + "[77]": "U+7482-7483,U+7487,U+7489,U+748b,U+7498,U+749c,U+749e-749f,U+74a1,U+74a3,U+74a5,U+74a7-74a8,U+74aa,U+74b0,U+74b2,U+74b5,U+74b9,U+74bd,U+74bf,U+74c6,U+74ca,U+74cf,U+74d4,U+74d8,U+74da,U+74dc,U+74e0,U+74e2-74e3,U+74e6,U+74ee,U+74f7,U+7501,U+7504,U+7511,U+7515,U+7518,U+751a-751b,U+7523,U+7525-7526,U+752b-752c,U+7531,U+7533,U+7538,U+753a,U+7547,U+754c,U+754f,U+7551,U+7553-7554,U+7559,U+755b-755d,U+7562,U+7565-7566,U+756a,U+756f-7570,U+7575-7576,U+7578,U+757a,U+757f,U+7586-7587,U+758a-758b,U+758e-758f,U+7591,U+759d,U+75a5,U+75ab,U+75b1-75b3,U+75b5,U+75b8-75b9,U+75bc-75be,U+75c2,U+75c5,U+75c7,U+75cd,U+75d2,U+75d4-75d5,U+75d8-75d9,U+75db,U+75e2,U+75f0,U+75f2,U+75f4,U+75fa,U+75fc,U+7600,U+760d,U+7619,U+761f-7622,U+7624,U+7626,U+763b,U+7642,U+764c,U+764e,U+7652,U+7656,U+7661,U+7664,U+7669,U+766c,U+7670,U+7672,U+7678,U+7686-7687,U+768e,U+7690,U+7693,U+76ae,U+76ba,U+76bf,U+76c2-76c3,U+76c6,U+76c8,U+76ca,U+76d2,U+76d6,U+76db-76dc,U+76de-76df,U+76e1,U+76e3-76e4,U+76e7,U+76f2,U+76fc,U+76fe,U+7701", + "[78]": "U+7230,U+7232,U+7235,U+723a-723b,U+723d-723e,U+7240,U+7246-7248,U+724c,U+7252,U+7258-7259,U+725b,U+725d,U+725f,U+7261-7262,U+7267,U+7272,U+727d,U+7280-7281,U+72a2,U+72a7,U+72ac,U+72af,U+72c0,U+72c2,U+72c4,U+72ce,U+72d0,U+72d7,U+72d9,U+72e1,U+72e9,U+72f8-72f9,U+72fc-72fd,U+730a,U+7316,U+731b-731d,U+7325,U+7329-732b,U+7336-7337,U+733e-733f,U+7344-7345,U+7350,U+7352,U+7357,U+7368,U+736a,U+7370,U+7372,U+7375,U+7378,U+737a-737b,U+7384,U+7386-7387,U+7389,U+738e,U+7394,U+7396-7398,U+739f,U+73a7,U+73a9,U+73ad,U+73b2-73b3,U+73b9,U+73c0,U+73c2,U+73c9-73ca,U+73cc-73cd,U+73cf,U+73d6,U+73d9,U+73dd-73de,U+73e0,U+73e3-73e6,U+73e9-73ea,U+73ed,U+73f7,U+73f9,U+73fd-73fe,U+7401,U+7403,U+7405,U+7407,U+7409,U+7413,U+741b,U+7420-7422,U+7425-7426,U+7428,U+742a-742c,U+742e-7430,U+7433-7436,U+7438,U+743a,U+743f-7441,U+7443-7444,U+744b,U+7455,U+7457,U+7459-745c,U+745e-7460,U+7462,U+7464-7465,U+7468-746a,U+746f,U+747e", + "[79]": "U+6f8d-6f8e,U+6f90,U+6f94,U+6f97,U+6fa3-6fa4,U+6fa7,U+6fae-6faf,U+6fb1,U+6fb3,U+6fb9,U+6fbe,U+6fc0-6fc3,U+6fca,U+6fd5,U+6fda,U+6fdf-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fef,U+6ff1,U+6ffe,U+7001,U+7005-7006,U+7009,U+700b,U+700f,U+7011,U+7015,U+7018,U+701a-701f,U+7023,U+7027-7028,U+702f,U+7037,U+703e,U+704c,U+7050-7051,U+7058,U+705d,U+7070,U+7078,U+707c-707d,U+7085,U+708a,U+708e,U+7092,U+7098-709a,U+70a1,U+70a4,U+70ab-70ad,U+70af,U+70b3,U+70b7-70b9,U+70c8,U+70cb,U+70cf,U+70d8-70d9,U+70dd,U+70df,U+70f1,U+70f9,U+70fd,U+7104,U+7109,U+710c,U+7119-711a,U+711e,U+7126,U+7130,U+7136,U+7147,U+7149-714a,U+714c,U+714e,U+7150,U+7156,U+7159,U+715c,U+715e,U+7164-7167,U+7169,U+716c,U+716e,U+717d,U+7184,U+7189-718a,U+718f,U+7192,U+7194,U+7199,U+719f,U+71a2,U+71ac,U+71b1,U+71b9-71ba,U+71be,U+71c1,U+71c3,U+71c8-71c9,U+71ce,U+71d0,U+71d2,U+71d4-71d5,U+71df,U+71e5-71e7,U+71ed-71ee,U+71fb-71fc,U+71fe-7200,U+7206,U+7210,U+721b,U+722a,U+722c-722d", + "[80]": "U+6d5a,U+6d5c,U+6d63,U+6d66,U+6d69-6d6a,U+6d6c,U+6d6e,U+6d74,U+6d78-6d79,U+6d7f,U+6d85,U+6d87-6d89,U+6d8c-6d8e,U+6d91,U+6d93,U+6d95,U+6daf,U+6db2,U+6db5,U+6dc0,U+6dc3-6dc7,U+6dcb,U+6dcf,U+6dd1,U+6dd8-6dda,U+6dde,U+6de1,U+6de8,U+6dea-6deb,U+6dee,U+6df1,U+6df3,U+6df5,U+6df7-6dfb,U+6e17,U+6e19-6e1b,U+6e1f-6e21,U+6e23-6e26,U+6e2b-6e2d,U+6e32,U+6e34,U+6e36,U+6e38,U+6e3a,U+6e3c-6e3e,U+6e43-6e44,U+6e4a,U+6e4d,U+6e56,U+6e58,U+6e5b-6e5c,U+6e5e-6e5f,U+6e67,U+6e6b,U+6e6e-6e6f,U+6e72-6e73,U+6e7a,U+6e90,U+6e96,U+6e9c-6e9d,U+6e9f,U+6ea2,U+6ea5,U+6eaa-6eab,U+6eaf,U+6eb1,U+6eb6,U+6eba,U+6ec2,U+6ec4-6ec5,U+6ec9,U+6ecb-6ecc,U+6ece,U+6ed1,U+6ed3-6ed4,U+6eef,U+6ef4,U+6ef8,U+6efe-6eff,U+6f01-6f02,U+6f06,U+6f0f,U+6f11,U+6f14-6f15,U+6f20,U+6f22-6f23,U+6f2b-6f2c,U+6f31-6f32,U+6f38,U+6f3f,U+6f41,U+6f51,U+6f54,U+6f57-6f58,U+6f5a-6f5b,U+6f5e-6f5f,U+6f62,U+6f64,U+6f6d-6f6e,U+6f70,U+6f7a,U+6f7c-6f7e,U+6f81,U+6f84,U+6f88", + "[81]": "U+6ada-6adb,U+6af6,U+6afb,U+6b04,U+6b0a,U+6b0c,U+6b12,U+6b16,U+6b20-6b21,U+6b23,U+6b32,U+6b3a,U+6b3d-6b3e,U+6b46-6b47,U+6b4e,U+6b50,U+6b5f,U+6b61-6b62,U+6b64-6b66,U+6b6a,U+6b72,U+6b77-6b78,U+6b7b,U+6b7f,U+6b83-6b84,U+6b86,U+6b89-6b8a,U+6b96,U+6b98,U+6b9e,U+6bae-6baf,U+6bb2,U+6bb5,U+6bb7,U+6bba,U+6bbc,U+6bbf,U+6bc1,U+6bc5-6bc6,U+6bcb,U+6bcf,U+6bd2-6bd3,U+6bd6-6bd8,U+6bdb,U+6beb-6bec,U+6c08,U+6c0f,U+6c13,U+6c23,U+6c37-6c38,U+6c3e,U+6c40-6c42,U+6c4e,U+6c50,U+6c55,U+6c57,U+6c5a,U+6c5d-6c60,U+6c68,U+6c6a,U+6c6d,U+6c70,U+6c72,U+6c76,U+6c7a,U+6c7d-6c7e,U+6c81-6c83,U+6c85-6c88,U+6c8c,U+6c90,U+6c92-6c96,U+6c99-6c9b,U+6cab,U+6cae,U+6cb3,U+6cb8-6cb9,U+6cbb-6cbf,U+6cc1-6cc2,U+6cc4,U+6cc9-6cca,U+6ccc,U+6cd3,U+6cd7,U+6cdb,U+6ce1-6ce3,U+6ce5,U+6ce8,U+6ceb,U+6cee-6cf0,U+6cf3,U+6d0b-6d0c,U+6d11,U+6d17,U+6d19,U+6d1b,U+6d1e,U+6d25,U+6d27,U+6d29,U+6d32,U+6d35-6d36,U+6d38-6d39,U+6d3b,U+6d3d-6d3e,U+6d41,U+6d59", + "[82]": "U+67f0-67f1,U+67f3-67f6,U+67fb,U+67fe,U+6812-6813,U+6816-6817,U+6821-6822,U+682f,U+6838-6839,U+683d,U+6840-6843,U+6848,U+684e,U+6850-6851,U+6853-6854,U+686d,U+6876,U+687f,U+6881,U+6885,U+688f,U+6893-6894,U+6897,U+689d,U+689f,U+68a1-68a2,U+68a7-68a8,U+68ad,U+68af-68b1,U+68b3,U+68b5-68b6,U+68c4-68c5,U+68c9,U+68cb,U+68cd,U+68d2,U+68d5,U+68d7-68d8,U+68da,U+68df-68e0,U+68e7-68e8,U+68ee,U+68f2,U+68f9-68fa,U+6900,U+6905,U+690d-690e,U+6912,U+6927,U+6930,U+693d,U+693f,U+694a,U+6953-6955,U+6957,U+6959-695a,U+695e,U+6960-6963,U+6968,U+696b,U+696d-696f,U+6975,U+6977-6979,U+6995,U+699b-699c,U+69a5,U+69a7,U+69ae,U+69b4,U+69bb,U+69c1,U+69c3,U+69cb-69cd,U+69d0,U+69e8,U+69ea,U+69fb,U+69fd,U+69ff,U+6a02,U+6a0a,U+6a11,U+6a13,U+6a17,U+6a19,U+6a1e-6a1f,U+6a21,U+6a23,U+6a35,U+6a38-6a3a,U+6a3d,U+6a44,U+6a48,U+6a4b,U+6a52-6a53,U+6a58-6a59,U+6a5f,U+6a61,U+6a6b,U+6a80,U+6a84,U+6a89,U+6a8d-6a8e,U+6a97,U+6a9c,U+6aa3,U+6ab3,U+6abb,U+6ac2-6ac3,U+6ad3", + "[83]": "U+6607,U+6609-660a,U+660c,U+660f-6611,U+6613-6615,U+661e,U+6620,U+6627-6628,U+662d,U+6630-6631,U+6634,U+6636,U+663a-663b,U+6641,U+6643-6644,U+6649,U+664b,U+664f,U+6659,U+665b,U+665d-665f,U+6664-6669,U+666b,U+666e-666f,U+6673-6674,U+6676-6678,U+6684,U+6687-6689,U+668e,U+6690-6691,U+6696-6698,U+669d,U+66a0,U+66a2,U+66ab,U+66ae,U+66b2-66b4,U+66b9,U+66bb,U+66be,U+66c4,U+66c6-66c7,U+66c9,U+66d6,U+66d9,U+66dc-66dd,U+66e0,U+66e6,U+66f0,U+66f2-66f4,U+66f7,U+66f9-66fa,U+66fc,U+66fe-66ff,U+6703,U+670b,U+670d,U+6714-6715,U+6717,U+671b,U+671d-671f,U+6726-6727,U+672a-672b,U+672d-672e,U+6731,U+6736,U+673a,U+673d,U+6746,U+6749,U+674e-6751,U+6753,U+6756,U+675c,U+675e-675f,U+676d,U+676f-6770,U+6773,U+6775,U+6777,U+677b,U+677e-677f,U+6787,U+6789,U+678b,U+678f-6790,U+6793,U+6795,U+679a,U+679d,U+67af-67b0,U+67b3,U+67b6-67b8,U+67be,U+67c4,U+67cf-67d4,U+67da,U+67dd,U+67e9,U+67ec,U+67ef", + "[84]": "U+6392,U+6396,U+6398,U+639b,U+63a0-63a2,U+63a5,U+63a7-63aa,U+63c0,U+63c4,U+63c6,U+63cf,U+63d6,U+63da-63db,U+63e1,U+63ed-63ee,U+63f4,U+63f6-63f7,U+640d,U+640f,U+6414,U+6416-6417,U+641c,U+6422,U+642c-642d,U+643a,U+643e,U+6458,U+6460,U+6469,U+646f,U+6478-647a,U+6488,U+6491-6493,U+649a,U+649e,U+64a4-64a5,U+64ab,U+64ad-64ae,U+64b0,U+64b2,U+64bb,U+64c1,U+64c4-64c5,U+64c7,U+64ca,U+64cd-64ce,U+64d2,U+64d4,U+64d8,U+64da,U+64e1-64e2,U+64e5-64e7,U+64ec,U+64f2,U+64f4,U+64fa,U+64fe,U+6500,U+6504,U+6518,U+651d,U+6523,U+652a-652c,U+652f,U+6536-6539,U+653b,U+653e,U+6548,U+654d-654f,U+6551,U+6556-6557,U+655e,U+6562-6563,U+6566,U+656c-656d,U+6572,U+6574-6575,U+6577-6578,U+657e,U+6582-6583,U+6585,U+658c,U+6590-6591,U+6597,U+6599,U+659b-659c,U+659f,U+65a1,U+65a4-65a5,U+65a7,U+65ab-65ac,U+65af,U+65b7,U+65bc-65bd,U+65c1,U+65c5,U+65cb-65cc,U+65cf,U+65d2,U+65d7,U+65e0,U+65e3,U+65e6,U+65e8-65e9,U+65ec-65ed,U+65f1,U+65f4,U+65fa-65fd,U+65ff,U+6606", + "[85]": "U+614c,U+6153,U+6155,U+6158-6159,U+615d,U+615f,U+6162-6164,U+6167-6168,U+616b,U+616e,U+6170,U+6176-6177,U+617d-617e,U+6181-6182,U+618a,U+618e,U+6190-6191,U+6194,U+6198-619a,U+61a4,U+61a7,U+61a9,U+61ab-61ac,U+61ae,U+61b2,U+61b6,U+61ba,U+61be,U+61c3,U+61c7-61cb,U+61e6,U+61f2,U+61f6-61f8,U+61fa,U+61fc,U+61ff-6200,U+6207-6208,U+620a,U+620c-620e,U+6212,U+6216,U+621a,U+621f,U+6221,U+622a,U+622e,U+6230-6231,U+6234,U+6236,U+623e-623f,U+6241,U+6247-6249,U+624d,U+6253,U+6258,U+626e,U+6271,U+6276,U+6279,U+627c,U+627f-6280,U+6284,U+6289-628a,U+6291-6292,U+6295,U+6297-6298,U+629b,U+62ab,U+62b1,U+62b5,U+62b9,U+62bc-62bd,U+62c2,U+62c7-62c9,U+62cc-62cd,U+62cf-62d0,U+62d2-62d4,U+62d6-62d9,U+62db-62dc,U+62ec-62ef,U+62f1,U+62f3,U+62f7,U+62fe-62ff,U+6301,U+6307,U+6309,U+6311,U+632b,U+632f,U+633a-633b,U+633d-633e,U+6349,U+634c,U+634f-6350,U+6355,U+6367-6368,U+636e,U+6372,U+6377,U+637a-637b,U+637f,U+6383,U+6388-6389,U+638c", + "[86]": "U+5f11,U+5f13-5f15,U+5f17-5f18,U+5f1b,U+5f1f,U+5f26-5f27,U+5f29,U+5f31,U+5f35,U+5f3a,U+5f3c,U+5f48,U+5f4a,U+5f4c,U+5f4e,U+5f56-5f57,U+5f59,U+5f5b,U+5f62,U+5f66-5f67,U+5f69-5f6d,U+5f70-5f71,U+5f77,U+5f79,U+5f7c,U+5f7f-5f81,U+5f85,U+5f87,U+5f8a-5f8b,U+5f90-5f92,U+5f98-5f99,U+5f9e,U+5fa0-5fa1,U+5fa8-5faa,U+5fae,U+5fb5,U+5fb9,U+5fbd,U+5fc5,U+5fcc-5fcd,U+5fd6-5fd9,U+5fe0,U+5feb,U+5ff5,U+5ffd,U+5fff,U+600f,U+6012,U+6016,U+601c,U+6020-6021,U+6025,U+6028,U+602a,U+602f,U+6041-6043,U+604d,U+6050,U+6052,U+6055,U+6059,U+605d,U+6062-6065,U+6068-606a,U+606c-606d,U+606f-6070,U+6085,U+6089,U+608c-608d,U+6094,U+6096,U+609a-609b,U+609f-60a0,U+60a3-60a4,U+60a7,U+60b0,U+60b2-60b4,U+60b6,U+60b8,U+60bc-60bd,U+60c7,U+60d1,U+60da,U+60dc,U+60df-60e1,U+60f0-60f1,U+60f6,U+60f9-60fb,U+6101,U+6106,U+6108-6109,U+610d-610e,U+6115,U+611a,U+6127,U+6130,U+6134,U+6137,U+613c,U+613e-613f,U+6142,U+6144,U+6147-6148,U+614a-614b", + "[87]": "U+5c40,U+5c45-5c46,U+5c48,U+5c4b,U+5c4d-5c4e,U+5c51,U+5c5b,U+5c60,U+5c62,U+5c64-5c65,U+5c6c,U+5c6f,U+5c79,U+5c90-5c91,U+5ca1,U+5ca9,U+5cab-5cac,U+5cb1,U+5cb3,U+5cb5,U+5cb7-5cb8,U+5cba,U+5cbe,U+5cc0,U+5cd9,U+5ce0,U+5ce8,U+5cef-5cf0,U+5cf4,U+5cf6,U+5cfb,U+5cfd,U+5d07,U+5d0d-5d0e,U+5d11,U+5d14,U+5d16-5d17,U+5d19,U+5d27,U+5d29,U+5d4b-5d4c,U+5d50,U+5d69,U+5d6c,U+5d6f,U+5d87,U+5d8b,U+5d9d,U+5da0,U+5da2,U+5daa,U+5db8,U+5dba,U+5dbc-5dbd,U+5dcd,U+5dd2,U+5dd6,U+5de1-5de2,U+5de5-5de8,U+5deb,U+5dee,U+5df1-5df4,U+5df7,U+5dfd-5dfe,U+5e03,U+5e06,U+5e11,U+5e16,U+5e19,U+5e1b,U+5e1d,U+5e25,U+5e2b,U+5e2d,U+5e33,U+5e36,U+5e38,U+5e3d,U+5e3f-5e40,U+5e44-5e45,U+5e47,U+5e4c,U+5e55,U+5e5f,U+5e61-5e63,U+5e72,U+5e77-5e79,U+5e7b-5e7e,U+5e84,U+5e87,U+5e8a,U+5e8f,U+5e95,U+5e97,U+5e9a,U+5e9c,U+5ea0,U+5ea7,U+5eab,U+5ead,U+5eb5-5eb8,U+5ebe,U+5ec2,U+5ec8-5eca,U+5ed0,U+5ed3,U+5ed6,U+5eda-5edb,U+5edf-5ee0,U+5ee2-5ee3,U+5eec,U+5ef3,U+5ef6-5ef7,U+5efa-5efb,U+5f01,U+5f04,U+5f0a", + "[88]": "U+59be,U+59c3,U+59c6,U+59c9,U+59cb,U+59d0-59d1,U+59d3-59d4,U+59d9-59da,U+59dc-59dd,U+59e6,U+59e8,U+59ea,U+59ec,U+59ee,U+59f8,U+59fb,U+59ff,U+5a01,U+5a03,U+5a11,U+5a18,U+5a1b-5a1c,U+5a1f-5a20,U+5a25,U+5a29,U+5a36,U+5a3c,U+5a41,U+5a46,U+5a49,U+5a5a,U+5a62,U+5a66,U+5a92,U+5a9a-5a9b,U+5aa4,U+5ac1-5ac2,U+5ac4,U+5ac9,U+5acc,U+5ae1,U+5ae6,U+5ae9,U+5b05,U+5b09,U+5b0b-5b0c,U+5b16,U+5b2a,U+5b40,U+5b43,U+5b51,U+5b54-5b55,U+5b58,U+5b5a,U+5b5c-5b5d,U+5b5f,U+5b63-5b64,U+5b69,U+5b6b,U+5b70-5b71,U+5b75,U+5b7a,U+5b7c,U+5b85,U+5b87-5b88,U+5b8b,U+5b8f,U+5b93,U+5b95-5b99,U+5b9b-5b9c,U+5ba2-5ba6,U+5bac,U+5bae,U+5bb0,U+5bb3-5bb5,U+5bb8-5bb9,U+5bbf-5bc0,U+5bc2-5bc7,U+5bcc,U+5bd0,U+5bd2-5bd4,U+5bd7,U+5bde-5bdf,U+5be1-5be2,U+5be4-5be9,U+5beb-5bec,U+5bee-5bef,U+5bf5-5bf6,U+5bf8,U+5bfa,U+5c01,U+5c04,U+5c07-5c0b,U+5c0d-5c0e,U+5c16,U+5c19,U+5c24,U+5c28,U+5c31,U+5c38-5c3c,U+5c3e-5c3f", + "[89]": "U+5703-5704,U+5708,U+570d,U+5712-5713,U+5716,U+5718,U+572d,U+573b,U+5740,U+5742,U+5747,U+574a,U+574d-574e,U+5750-5751,U+5761,U+5764,U+5766,U+576a,U+576e,U+5770,U+5775,U+577c,U+5782,U+5788,U+578b,U+5793,U+57a0,U+57a2-57a3,U+57c3,U+57c7-57c8,U+57cb,U+57df-57e0,U+57f0,U+57f4,U+57f7,U+57f9-57fa,U+57fc,U+5800,U+5802,U+5805-5806,U+5808-580a,U+581e,U+5821,U+5824,U+5827,U+582a,U+582f-5831,U+5835,U+583a,U+584a-584b,U+584f,U+5851,U+5854,U+5857-5858,U+585a,U+585e,U+5861-5862,U+5864,U+5875,U+5879,U+587c,U+587e,U+5883,U+5885,U+5889,U+5893,U+589c,U+589e-589f,U+58a8-58a9,U+58ae,U+58b3,U+58ba-58bb,U+58be,U+58c1,U+58c5,U+58c7,U+58ce,U+58d1,U+58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e4,U+58ec,U+58ef,U+58f9-58fb,U+58fd,U+590f,U+5914-5915,U+5919,U+5922,U+592d-592e,U+5931,U+5937,U+593e,U+5944,U+5947-5949,U+594e-5951,U+5954-5955,U+5957,U+595a,U+5960,U+5962,U+5967,U+596a-596e,U+5974,U+5978,U+5982-5984,U+598a,U+5993,U+5996-5997,U+5999,U+59a5,U+59a8,U+59ac,U+59b9,U+59bb", + "[90]": "U+539a,U+53a0,U+53a5-53a6,U+53ad,U+53bb,U+53c3,U+53c8-53cb,U+53cd,U+53d4,U+53d6-53d7,U+53db,U+53e1-53e3,U+53e5,U+53e9-53ed,U+53f1,U+53f3,U+53f8,U+5403-5404,U+540a,U+540e-5411,U+541b,U+541d,U+541f-5420,U+5426,U+5429,U+542b,U+5433,U+5438-5439,U+543b-543c,U+543e,U+5442,U+5448,U+544a,U+5451,U+5468,U+546a,U+5471,U+5473,U+5475,U+547b-547d,U+5480,U+5486,U+548e,U+5490,U+54a4,U+54a8,U+54ab-54ac,U+54b3,U+54b8,U+54bd,U+54c0,U+54c4,U+54c8-54c9,U+54e1,U+54e5,U+54e8,U+54ed-54ee,U+54f2,U+54fa,U+5504,U+5506-5507,U+550e,U+5510,U+551c,U+552f,U+5531,U+5535,U+553e,U+5544,U+5546,U+554f,U+5553,U+5556,U+555e,U+5563,U+557c,U+5580,U+5584,U+5586-5587,U+5589-558a,U+5598-559a,U+559c-559d,U+55a7,U+55a9-55ac,U+55ae,U+55c5,U+55c7,U+55d4,U+55da,U+55dc,U+55df,U+55e3-55e4,U+55fd-55fe,U+5606,U+5609,U+5614,U+5617,U+562f,U+5632,U+5634,U+5636,U+5653,U+5668,U+566b,U+5674,U+5686,U+56a5,U+56ac,U+56ae,U+56b4,U+56bc,U+56ca,U+56cd,U+56d1,U+56da-56db,U+56de,U+56e0,U+56f0,U+56f9-56fa", + "[91]": "U+516e,U+5175-5178,U+517c,U+5180,U+5186,U+518a,U+518d,U+5192,U+5195,U+5197,U+51a0,U+51a5,U+51aa,U+51ac,U+51b6-51b7,U+51bd,U+51c4,U+51c6,U+51c9,U+51cb-51cd,U+51dc-51de,U+51e1,U+51f0-51f1,U+51f6,U+51f8-51f9,U+51fd,U+5200,U+5203,U+5207-5208,U+520a,U+520e,U+5211,U+5217,U+521d,U+5224-5225,U+522a,U+522e,U+5230,U+5236-523b,U+5243,U+5247,U+524a-524c,U+5254,U+5256,U+525b,U+525d,U+5261,U+5269-526a,U+526f,U+5272,U+5275,U+527d,U+527f,U+5283,U+5287-5289,U+528d,U+5291-5292,U+529f,U+52a3-52a4,U+52a9-52ab,U+52be,U+52c1,U+52c3,U+52c5,U+52c7,U+52c9,U+52cd,U+52d2,U+52d6,U+52d8-52d9,U+52db,U+52dd-52df,U+52e2-52e4,U+52f3,U+52f5,U+52f8,U+52fa-52fb,U+52fe-52ff,U+5305,U+5308,U+530d,U+530f-5310,U+5315,U+5319,U+5320-5321,U+5323,U+532a,U+532f,U+5339,U+533f-5341,U+5343-5344,U+5347-534a,U+534d,U+5351-5354,U+535a,U+535c,U+535e,U+5360,U+5366,U+5368,U+536f-5371,U+5374-5375,U+5377,U+537d,U+537f,U+5384,U+5393,U+5398", + "[92]": "U+4f43,U+4f46-4f48,U+4f4d-4f51,U+4f55,U+4f59-4f5a,U+4f69,U+4f6f-4f70,U+4f73,U+4f76,U+4f7a,U+4f7e-4f7f,U+4f81,U+4f83-4f84,U+4f86,U+4f88,U+4f8a-4f8b,U+4f8d,U+4f8f,U+4f91,U+4f96,U+4f98,U+4f9b,U+4f9d,U+4fae-4faf,U+4fb5-4fb6,U+4fbf,U+4fc2-4fc4,U+4fc9-4fca,U+4fce,U+4fd1,U+4fd3-4fd4,U+4fd7,U+4fda,U+4fdf-4fe0,U+4fee-4fef,U+4ff1,U+4ff3,U+4ff5,U+4ff8,U+4ffa,U+5002,U+5006,U+5009,U+500b,U+500d,U+5011-5012,U+5016,U+5019-501a,U+501c,U+501e-501f,U+5021,U+5023-5024,U+5026-5028,U+502a-502d,U+503b,U+5043,U+5047-5049,U+504f,U+5055,U+505a,U+505c,U+5065,U+5074-5076,U+5078,U+5080,U+5085,U+508d,U+5091,U+5098-5099,U+50ac-50ad,U+50b2-50b3,U+50b5,U+50b7,U+50be,U+50c5,U+50c9-50ca,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5,U+50e7,U+50ed,U+50f9,U+50fb,U+50ff-5101,U+5104,U+5106,U+5109,U+5112,U+511f,U+5121,U+512a,U+5132,U+5137,U+513a,U+513c,U+5140-5141,U+5143-5148,U+514b-514e,U+5152,U+515c,U+5162,U+5169-516b,U+516d", + "[93]": "U+338c-339c,U+339f-33a0,U+33a2-33cb,U+33cf-33d0,U+33d3,U+33d6,U+33d8,U+33db-33dd,U+4e01,U+4e03,U+4e07-4e08,U+4e11,U+4e14-4e15,U+4e18-4e19,U+4e1e,U+4e32,U+4e38-4e39,U+4e42-4e43,U+4e45,U+4e4d-4e4f,U+4e56,U+4e58-4e59,U+4e5d-4e5e,U+4e6b,U+4e6d,U+4e73,U+4e76-4e77,U+4e7e,U+4e82,U+4e86,U+4e88,U+4e8e,U+4e90-4e92,U+4e94-4e95,U+4e98,U+4e9b,U+4e9e,U+4ea1-4ea2,U+4ea4-4ea6,U+4ea8,U+4eab,U+4ead-4eae,U+4eb6,U+4ec0-4ec1,U+4ec4,U+4ec7,U+4ecb,U+4ecd,U+4ed4-4ed5,U+4ed7-4ed9,U+4edd,U+4edf,U+4ee4,U+4ef0,U+4ef2,U+4ef6-4ef7,U+4efb,U+4f01,U+4f09,U+4f0b,U+4f0d-4f11,U+4f2f,U+4f34,U+4f36,U+4f38,U+4f3a,U+4f3c-4f3d", + "[94]": "U+3136,U+3138,U+313a-3140,U+3143-3144,U+3150,U+3152,U+3154-3156,U+3158-315b,U+315d-315f,U+3162,U+3164-318c,U+318e,U+3200-321b,U+3231,U+3239,U+3251-325a,U+3260-327b,U+327e-327f,U+328a-3290,U+3294,U+329e,U+32a5,U+3380-3384,U+3388-338b", + "[95]": "U+2f7d,U+2f7f-2f8b,U+2f8e-2f90,U+2f92-2f97,U+2f99-2fa0,U+2fa2-2fa3,U+2fa5-2fa9,U+2fac-2fb1,U+2fb3-2fbc,U+2fc1-2fca,U+2fcd-2fd4,U+3003,U+3012-3019,U+301c,U+301e-3020,U+3036,U+3041,U+3043,U+3045,U+3047,U+3049,U+304e,U+3050,U+3052,U+3056,U+305a,U+305c,U+305e,U+3062,U+3065,U+306c,U+3070-307d,U+3080,U+3085,U+3087,U+308e,U+3090-3091,U+30a1,U+30a5,U+30a9,U+30ae,U+30b1-30b2,U+30b4,U+30b6,U+30bc-30be,U+30c2,U+30c5,U+30cc,U+30d2,U+30d4,U+30d8-30dd,U+30e4,U+30e6,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+3133,U+3135", + "[96]": "U+2541-254b,U+25a4-25a9,U+25b1,U+25b5,U+25b9,U+25bf,U+25c1,U+25c3,U+25c9-25ca,U+25cc,U+25ce,U+25d0-25d1,U+25e6,U+25ef,U+260f,U+261d,U+261f,U+262f,U+2660,U+2664,U+2667-2669,U+266d,U+266f,U+2716,U+271a,U+273d,U+2756,U+2776-277f,U+278a-2793,U+2963,U+2965,U+2ac5-2ac6,U+2acb-2acc,U+2f00,U+2f04,U+2f06,U+2f08,U+2f0a-2f0b,U+2f11-2f12,U+2f14,U+2f17-2f18,U+2f1c-2f1d,U+2f1f-2f20,U+2f23-2f26,U+2f28-2f29,U+2f2b,U+2f2d,U+2f2f-2f32,U+2f38,U+2f3c-2f40,U+2f42-2f4c,U+2f4f-2f52,U+2f54-2f58,U+2f5a-2f66,U+2f69-2f70,U+2f72-2f76,U+2f78,U+2f7a-2f7c", + "[97]": "U+2479-2487,U+249c-24d1,U+24d3-24d7,U+24d9-24e9,U+24eb-24f4,U+2500-2501,U+2503,U+250c-2513,U+2515-2516,U+2518-2540", + "[98]": "U+215b-215e,U+2162-2169,U+2170-2179,U+2195-2199,U+21b0-21b4,U+21bc,U+21c0,U+21c4-21c5,U+21cd,U+21cf-21d4,U+21e0-21e3,U+21e6-21e9,U+2200,U+2202-2203,U+2206-2209,U+220b-220c,U+220f,U+2211,U+2213,U+221a,U+221d-2220,U+2222,U+2225-2227,U+2229-222c,U+222e,U+2234-2237,U+223d,U+2243,U+2245,U+2248,U+2250-2253,U+225a,U+2260-2262,U+2264-2267,U+226a-226b,U+226e-2273,U+2276-2277,U+2279-227b,U+2280-2287,U+228a-228b,U+2295-2297,U+22a3-22a5,U+22bb-22bc,U+22ce-22cf,U+22da-22db,U+22ee-22ef,U+2306,U+2312,U+2314,U+2467-2478", + "[99]": "U+81-82,U+84,U+a2-a5,U+a7-a8,U+aa,U+ac-ad,U+b1-b3,U+b6,U+b8-ba,U+bc-be,U+c0,U+c2,U+c6-cb,U+ce-d0,U+d4,U+d8-d9,U+db-dc,U+de-df,U+e6,U+eb,U+ee-f0,U+f4,U+f7-f9,U+fb,U+fe-ff,U+111,U+126-127,U+132-133,U+138,U+13f-142,U+149-14b,U+152-153,U+166-167,U+2bc,U+2c7,U+2d0,U+2d8-2d9,U+2db-2dd,U+391-394,U+396-3a1,U+3a3-3a9,U+3b2-3b6,U+3b8,U+3bc,U+3be-3c1,U+3c3-3c9,U+2010,U+2015-2016,U+2018-2019,U+201b,U+201f-2021,U+2025,U+2030,U+2033-2036,U+203c,U+203e,U+2042,U+2074,U+207a-207f,U+2081-2084,U+2109,U+2113,U+2116,U+2121,U+2126,U+212b,U+2153-2154", + "[100]": "U+e8,U+2da,U+2160,U+2194,U+3054,U+3058,U+306d,U+3086,U+308d,U+30ac,U+30bb,U+30c4,U+30cd-30ce,U+30e2,U+3132,U+3146,U+3149,U+339d,U+4e3b,U+4f0a,U+4fdd,U+4fe1,U+5409,U+540c,U+5834,U+592a-592b,U+5b9a,U+5dde,U+5e0c,U+5e73,U+5f0f,U+60f3,U+653f,U+661f,U+662f,U+667a,U+683c,U+6b4c,U+6c11,U+767c,U+76ee,U+76f4,U+77f3,U+79d1,U+7a7a,U+7b2c,U+7d22,U+8207,U+8a00,U+8a71,U+9280,U+9580,U+958b,U+96c6,U+9762,U+98df,U+9ed1,U+ac2d,U+adc8,U+add3,U+af48,U+b014,U+b134-b135,U+b158,U+b2aa,U+b35f,U+b6a4,U+b9cf,U+bb63,U+bd23,U+be91,U+c29b,U+c3f4,U+c42c,U+c55c,U+c573,U+c58f,U+c78c,U+c7dd,U+c8f5,U+cad1,U+cc48,U+cf10,U+cf20,U+d03c,U+d07d,U+d2a0,U+d30e,U+d38d,U+d3a8,U+d3c8,U+d5e5,U+d5f9,U+d6e4,U+f90a,U+ff02,U+ff1c", + "[101]": "U+3b1,U+2466,U+25a1,U+25a3,U+261c,U+3008-3009,U+305b,U+305d,U+3069,U+30a7,U+30ba,U+30cf,U+30ef,U+3151,U+3157,U+4e4b,U+4e5f,U+4e8c,U+4eca,U+4ed6,U+4f5b,U+50cf,U+5149,U+5165,U+5171,U+5229,U+529b,U+5316,U+539f,U+53f2,U+571f,U+5728,U+58eb,U+591c,U+5b78,U+5c11,U+5c55,U+5ddd,U+5e02,U+5fb7,U+60c5,U+610f,U+611f,U+6625,U+66f8,U+6797,U+679c,U+682a,U+6d2a,U+706b,U+7406,U+767b,U+76f8,U+77e5,U+7acb,U+898b,U+8a69,U+8def,U+8fd1,U+901a,U+90e8,U+91cd,U+975e,U+ae14,U+ae6c,U+aec0,U+afc7,U+afc9,U+b01c,U+b028,U+b308,U+b311,U+b314,U+b31c,U+b524,U+b560,U+b764,U+b920,U+b9e3,U+bd48,U+be7d,U+c0db,U+c231,U+c270,U+c2e3,U+c37d,U+c3ed,U+c530,U+c6a5,U+c6dc,U+c7a4,U+c954,U+c974,U+d000,U+d565,U+d667,U+d6c5,U+d79d,U+ff1e", + "[102]": "U+131,U+2032,U+2465,U+2642,U+3048,U+3051,U+3083-3084,U+308f,U+30c0,U+30d1,U+30d3,U+30d6,U+30df,U+30e7,U+3153,U+4e16,U+4e8b,U+4ee5,U+5206,U+52a0,U+52d5,U+53e4,U+53ef,U+54c1,U+57ce,U+597d,U+5b8c,U+5ea6,U+5f8c,U+5f97,U+6210,U+6240,U+624b,U+6728,U+6bd4,U+7236,U+7269,U+7279,U+738b,U+7528,U+7530,U+767e,U+798f,U+8005,U+8a18,U+90fd,U+91cc,U+9577,U+9593,U+98a8,U+ac20,U+acf6,U+ad90,U+af5d,U+af80,U+afcd,U+aff0,U+b0a1,U+b0b5,U+b1fd,U+b2fc,U+b380,U+b51b,U+b584,U+b5b3,U+b8fd,U+b93c,U+b9f4,U+bb44,U+bc08,U+bc27,U+bc49,U+be55,U+be64,U+bfb0,U+bfc5,U+c178,U+c21f,U+c314,U+c4f1,U+c58d,U+c664,U+c698,U+c6a7,U+c6c1,U+c9ed,U+cac0,U+cacc,U+cad9,U+ccb5,U+cdcc,U+d0e4,U+d143,U+d320,U+d330,U+d54d,U+ff06,U+ff1f,U+ff5e", + "[103]": "U+b4,U+20a9,U+20ac,U+2190,U+24d8,U+2502,U+2514,U+2592,U+25c7-25c8,U+2663,U+3060,U+3064,U+3081,U+3088,U+30a3,U+30a6,U+30aa,U+30b5,U+30c7,U+30ca-30cb,U+30d0,U+30e3,U+30e5,U+339e,U+4e09,U+4eac,U+4f5c,U+5167-5168,U+516c,U+51fa,U+5408,U+540d,U+591a,U+5b57,U+6211,U+65b9,U+660e,U+6642,U+6700,U+6b63,U+6e2f,U+7063,U+7532,U+793e,U+81ea,U+8272,U+82b1,U+897f,U+8eca,U+91ce,U+ac38,U+ad76,U+ae84,U+aecc,U+b07d,U+b0b1,U+b215,U+b2a0,U+b310,U+b3d7,U+b52a,U+b618,U+b775,U+b797,U+bcd5,U+bd59,U+be80,U+bea8,U+bed1,U+bee4-bee5,U+c060,U+c2ef,U+c329,U+c3dc,U+c597,U+c5bd,U+c5e5,U+c69c,U+c9d6,U+ca29,U+ca5c,U+ca84,U+cc39,U+cc3b,U+ce89,U+cee5,U+cf65,U+cf85,U+d058,U+d145,U+d22d,U+d325,U+d37d,U+d3ad,U+d769,U+ff0c", + "[104]": "U+2161,U+2228,U+2299,U+2464,U+2517,U+2640,U+3042,U+304a,U+3053,U+3061,U+307f,U+3082,U+308c,U+3092,U+30a8,U+30ab,U+30ad,U+30b0,U+30b3,U+30b7,U+30c1,U+30c6,U+30c9,U+30d5,U+30d7,U+30de,U+30e0-30e1,U+30ec-30ed,U+4e0b,U+4e0d,U+4ee3,U+53f0,U+548c,U+5b89,U+5bb6,U+5c0f,U+611b,U+6771,U+6aa2,U+6bcd,U+6c34,U+6cd5,U+6d77,U+767d,U+795e,U+8ecd,U+9999,U+9ad8,U+ac07,U+ac1a,U+ac40,U+ad0c,U+ad88,U+ada4,U+ae01,U+ae65,U+aebd,U+aec4,U+afe8,U+b139,U+b205,U+b383,U+b38c,U+b42c,U+b461,U+b55c,U+b78f,U+b8fb,U+b9f7,U+bafc,U+bc99,U+bed8,U+bfcd,U+c0bf,U+c0f9,U+c167,U+c204,U+c20f,U+c22f,U+c258,U+c298,U+c2bc,U+c388,U+c501,U+c50c,U+c5b9,U+c5ce,U+c641,U+c648,U+c73d,U+ca50,U+ca61,U+cc4c,U+ceac,U+d0d4,U+d5f7,U+d6d7,U+ff1a", + "[105]": "U+2103,U+2463,U+25c6,U+25cb,U+266c,U+3001,U+300a,U+3046,U+304c-304d,U+304f,U+3055,U+3059,U+3063,U+3066-3068,U+306f,U+3089,U+30b8,U+30bf,U+314f,U+4e0a,U+570b,U+5730,U+5916,U+5929,U+5c71,U+5e74,U+5fc3,U+601d,U+6027,U+63d0,U+6709,U+6734,U+751f,U+7684,U+82f1,U+9053,U+91d1,U+97f3,U+ac2f,U+ac4d,U+adc4,U+ade4,U+ae41,U+ae4d-ae4e,U+aed1,U+afb9,U+b0e0,U+b299,U+b365,U+b46c,U+b480,U+b4c8,U+b7b4,U+b819,U+b918,U+baab,U+bab9,U+be8f,U+bed7,U+c0ec,U+c19f,U+c1a5,U+c3d9,U+c464,U+c53d,U+c553,U+c570,U+c5cc,U+c633,U+c6a4,U+c7a3,U+c7a6,U+c886,U+c9d9-c9da,U+c9ec,U+ca0c,U+cc21,U+cd1b,U+cd78,U+cdc4,U+cef8,U+cfe4,U+d0a5,U+d0b5,U+d0ec,U+d15d,U+d188,U+d23c,U+d2ac,U+d729,U+d79b,U+ff01,U+ff08-ff09,U+ff5c", + "[106]": "U+2039-203a,U+223c,U+25b3,U+25b7,U+25bd,U+25cf,U+266a,U+3002,U+300b,U+304b,U+3057,U+305f,U+306a-306b,U+307e,U+308a-308b,U+3093,U+30a2,U+30af,U+30b9,U+30c3,U+30c8,U+30e9-30eb,U+33a1,U+4e00,U+524d,U+5357,U+5b50,U+7121,U+884c,U+9751,U+ac94,U+aebe,U+aecd,U+af08,U+af41,U+af49,U+b010,U+b053,U+b109,U+b11b,U+b128,U+b154,U+b291,U+b2e6,U+b301,U+b385,U+b525,U+b5b4,U+b729,U+b72f,U+b738,U+b7ff,U+b837,U+b975,U+ba67,U+bb47,U+bc1f,U+bd90,U+bfd4,U+c27c,U+c324,U+c379,U+c3e0,U+c465,U+c53b,U+c58c,U+c610,U+c653,U+c6cd,U+c813,U+c82f,U+c999,U+c9e0,U+cac4,U+cad3,U+cbd4,U+cc10,U+cc22,U+ccb8,U+ccbc,U+cda5,U+ce84,U+cea3,U+cf67,U+cfe1,U+d241,U+d30d,U+d31c,U+d391,U+d401,U+d479,U+d5c9,U+d5db,U+d649,U+d6d4", + "[107]": "U+b0,U+e9,U+2193,U+2462,U+260e,U+261e,U+300e-300f,U+3044,U+30a4,U+30fb-30fc,U+314d,U+5973,U+6545,U+6708,U+7537,U+ac89,U+ac9c,U+acc1,U+ad04,U+ad75,U+ad7d,U+ae45,U+ae61,U+af42,U+b0ab,U+b0af,U+b0b3,U+b12c,U+b194,U+b1a8,U+b220,U+b258,U+b284,U+b2ff,U+b315,U+b371,U+b3d4-b3d5,U+b460,U+b527,U+b534,U+b810,U+b818,U+b98e,U+ba55,U+bbac,U+bc0b,U+bc40,U+bca1,U+bccd,U+bd93,U+be54,U+be5a,U+bf08,U+bf50,U+bf55,U+bfdc,U+c0c0,U+c0d0,U+c0f4,U+c100,U+c11e,U+c170,U+c20d,U+c274,U+c290,U+c308,U+c369,U+c539,U+c587,U+c5ff,U+c6ec,U+c70c,U+c7ad,U+c7c8,U+c83c,U+c881,U+cb48,U+cc60,U+ce69,U+ce6b,U+ce75,U+cf04,U+cf08,U+cf55,U+cf70,U+cffc,U+d0b7,U+d1a8,U+d2c8,U+d384,U+d47c,U+d48b,U+d5dd,U+d5e8,U+d720,U+d759,U+f981", + "[108]": "U+e0,U+e2,U+395,U+3b7,U+3ba,U+2460-2461,U+25a0,U+3010-3011,U+306e,U+30f3,U+314a,U+314c,U+5927,U+65b0,U+7e41,U+97d3,U+9ad4,U+ad49,U+ae0b,U+ae0d,U+ae43,U+ae5d,U+aecf,U+af3c,U+af64,U+afd4,U+b080,U+b084,U+b0c5,U+b10c,U+b1e8,U+b2ac,U+b36e,U+b451,U+b515,U+b540,U+b561,U+b6ab,U+b6b1,U+b72c,U+b730,U+b744,U+b800,U+b8ec,U+b8f0,U+b904,U+b968,U+b96d,U+b987,U+b9d9,U+bb36,U+bb49,U+bc2d,U+bc43,U+bcf6,U+bd89,U+be57,U+be61,U+bed4,U+c090,U+c130,U+c148,U+c19c,U+c2f9,U+c36c,U+c37c,U+c384,U+c3df,U+c575,U+c584,U+c660,U+c719,U+c816,U+ca4d,U+ca54,U+cabc,U+cb49,U+cc14,U+cff5,U+d004,U+d038,U+d0b4,U+d0d3,U+d0e0,U+d0ed,U+d131,U+d1b0,U+d31f,U+d33d,U+d3a0,U+d3ab,U+d514,U+d584,U+d6a1,U+d6cc,U+d749,U+d760,U+d799", + "[109]": "U+24,U+60,U+3b9,U+3bb,U+3bd,U+2191,U+2606,U+300c-300d,U+3131,U+3134,U+3139,U+3141-3142,U+3148,U+3161,U+3163,U+321c,U+4eba,U+5317,U+ac31,U+ac77,U+ac9f,U+acb9,U+acf0-acf1,U+acfd,U+ad73,U+af3d,U+b00c,U+b04a,U+b057,U+b0c4,U+b188,U+b1cc,U+b214,U+b2db,U+b2ee,U+b304,U+b4ed,U+b518,U+b5bc,U+b625,U+b69c-b69d,U+b7ac,U+b801,U+b86c,U+b959,U+b95c,U+b985,U+ba48,U+bb58,U+bc0c,U+bc38,U+bc85,U+bc9a,U+bf40,U+c068,U+c0bd,U+c0cc,U+c12f,U+c149,U+c1e0,U+c22b,U+c22d,U+c250,U+c2fc,U+c300,U+c313,U+c370,U+c3d8,U+c557,U+c580,U+c5e3,U+c62e,U+c634,U+c6f0,U+c74d,U+c783,U+c78e,U+c796,U+c7bc,U+c92c,U+ca4c,U+cc1c,U+cc54,U+cc59,U+ce04,U+cf30,U+cfc4,U+d140,U+d321,U+d38c,U+d399,U+d54f,U+d587,U+d5d0,U+d6e8,U+d770", + "[110]": "U+d7,U+ea,U+fc,U+2192,U+25bc,U+3000,U+3137,U+3145,U+315c,U+7f8e,U+ac13,U+ac71,U+ac90,U+acb8,U+ace7,U+ad7f,U+ae50,U+aef4,U+af34,U+afbc,U+b048,U+b09a,U+b0ad,U+b0bc,U+b113,U+b125,U+b141,U+b20c,U+b2d9,U+b2ed,U+b367,U+b369,U+b374,U+b3cb,U+b4ec,U+b611,U+b760,U+b81b,U+b834,U+b8b0,U+b8e1,U+b989,U+b9d1,U+b9e1,U+b9fa,U+ba4d,U+ba78,U+bb35,U+bb54,U+bbf9,U+bc11,U+bcb3,U+bd05,U+bd95,U+bdd4,U+be10,U+bed0,U+bf51,U+c0d8,U+c232,U+c2b7,U+c2eb,U+c378,U+c500,U+c52c,U+c549,U+c568,U+c598,U+c5c9,U+c61b,U+c639,U+c67c,U+c717,U+c78a,U+c80a,U+c90c-c90d,U+c950,U+c9e7,U+cbe4,U+cca9,U+cce4,U+cdb0,U+ce78,U+ce94,U+ce98,U+cf8c,U+d018,U+d034,U+d0f1,U+d1b1,U+d280,U+d2f8,U+d338,U+d380,U+d3b4,U+d610,U+d69f,U+d6fc,U+d758", + "[111]": "U+e7,U+2022,U+203b,U+25c0,U+2605,U+2661,U+3147,U+318d,U+672c,U+8a9e,U+acaa,U+acbc,U+ad1c,U+ae4a,U+ae5c,U+b044,U+b054,U+b0c8-b0c9,U+b2a6,U+b2d0,U+b35c,U+b364,U+b428,U+b454,U+b465,U+b4b7,U+b4e3,U+b51c,U+b5a1,U+b784,U+b790,U+b7ab,U+b7f4,U+b82c,U+b835,U+b8e9,U+b8f8,U+b9d8,U+b9f9,U+ba5c,U+ba64,U+babd,U+bb18,U+bb3b,U+bbff,U+bc0d,U+bc45,U+bc97,U+bcbc,U+be45,U+be75,U+be7c,U+bfcc,U+c0b6,U+c0f7,U+c14b,U+c2b4,U+c30d,U+c4f8,U+c5bb,U+c5d1,U+c5e0,U+c5ee,U+c5fd,U+c606,U+c6c5,U+c6e0,U+c708,U+c81d,U+c820,U+c824,U+c878,U+c918,U+c96c,U+c9e4,U+c9f1,U+cc2e,U+cd09,U+cea1,U+cef5,U+cef7,U+cf64,U+cf69,U+cfe8,U+d035,U+d0ac,U+d230,U+d234,U+d2f4,U+d31d,U+d575,U+d578,U+d608,U+d614,U+d718,U+d751,U+d761,U+d78c,U+d790", + "[112]": "U+2665,U+3160,U+4e2d,U+6587,U+65e5,U+ac12,U+ac14,U+ac16,U+ac81,U+ad34,U+ade0,U+ae54,U+aebc,U+af2c,U+afc0,U+afc8,U+b04c,U+b08c,U+b099,U+b0a9,U+b0ac,U+b0ae,U+b0b8,U+b123,U+b179,U+b2e5,U+b2f7,U+b4c0,U+b531,U+b538,U+b545,U+b550,U+b5a8,U+b6f0,U+b728,U+b73b,U+b7ad,U+b7ed,U+b809,U+b864,U+b86d,U+b871,U+b9bf,U+b9f5,U+ba40,U+ba4b,U+ba58,U+ba87,U+baac,U+bbc0,U+bc16,U+bc34,U+bd07,U+bd99,U+be59,U+bfd0,U+c058,U+c0e4,U+c0f5,U+c12d,U+c139,U+c228,U+c529,U+c5c7,U+c635,U+c637,U+c735,U+c77d,U+c787,U+c789,U+c8c4,U+c989,U+c98c,U+c9d0,U+c9d3,U+cc0c,U+cc99,U+cd0c,U+cd2c,U+cd98,U+cda4,U+ce59,U+ce60,U+ce6d,U+cea0,U+d0d0-d0d1,U+d0d5,U+d14d,U+d1a4,U+d29c,U+d2f1,U+d301,U+d39c,U+d3bc,U+d4e8,U+d540,U+d5ec,U+d640,U+d750", + "[113]": "U+5e,U+25b2,U+25b6,U+314e,U+ac24,U+ace1,U+ace4,U+ae68,U+af2d,U+b0d0,U+b0e5,U+b150,U+b155,U+b193,U+b2c9,U+b2dd,U+b3c8,U+b3fc,U+b410,U+b458,U+b4dd,U+b5a0,U+b5a4,U+b5bb,U+b7b5,U+b838,U+b840,U+b86f,U+b8f9,U+b960,U+b9e5,U+bab8,U+bb50,U+bc1d,U+bc24-bc25,U+bca8,U+bcbd,U+bd04,U+bd10,U+bd24,U+be48,U+be5b,U+be68,U+c05c,U+c12c,U+c140,U+c15c,U+c168,U+c194,U+c219,U+c27d,U+c2a8,U+c2f1,U+c2f8,U+c368,U+c554-c555,U+c559,U+c564,U+c5d8,U+c5fc,U+c625,U+c65c,U+c6b1,U+c728,U+c794,U+c84c,U+c88c,U+c8e0,U+c8fd,U+c998,U+c9dd,U+cc0d,U+cc30,U+ceec,U+cf13,U+cf1c,U+cf5c,U+d050,U+d07c,U+d0a8,U+d134,U+d138,U+d154,U+d1f4,U+d2bc,U+d329,U+d32c,U+d3d0,U+d3f4,U+d3fc,U+d56b,U+d5cc,U+d600-d601,U+d639,U+d6c8,U+d754,U+d765", + "[114]": "U+3c-3d,U+2026,U+24d2,U+314b,U+ac11,U+acf3,U+ad74,U+ad81,U+adf9,U+ae34,U+af43,U+afb8,U+b05d,U+b07c,U+b110,U+b118,U+b17c,U+b180,U+b18d,U+b192,U+b2cc,U+b355,U+b378,U+b4a4,U+b4ef,U+b78d,U+b799,U+b7a9,U+b7fd,U+b807,U+b80c,U+b839,U+b9b4,U+b9db,U+ba3c,U+bab0,U+bba4,U+bc94,U+be4c,U+c154,U+c1c4,U+c26c,U+c2ac,U+c2ed,U+c4f4,U+c55e,U+c561,U+c571,U+c5b5,U+c5c4,U+c654-c655,U+c695,U+c6e8,U+c6f9,U+c724,U+c751,U+c775,U+c7a0,U+c7c1,U+c874,U+c880,U+c9d5,U+c9f8,U+cabd,U+cc29,U+cc2c,U+cca8,U+ccab,U+ccd0,U+ce21,U+ce35,U+ce7c,U+ce90,U+cee8,U+cef4,U+cfe0,U+d070,U+d0b9,U+d0c1,U+d0c4,U+d0c8,U+d15c,U+d1a1,U+d2c0,U+d300,U+d314,U+d3ed,U+d478,U+d480,U+d48d,U+d508,U+d53d,U+d5e4,U+d611,U+d61c,U+d68d,U+d6a8,U+d798", + "[115]": "U+23,U+25,U+5f,U+a9,U+ac08,U+ac78,U+aca8,U+acac,U+ace8,U+ad70,U+adc0,U+addc,U+b137,U+b140,U+b208,U+b290,U+b2f5,U+b3c5,U+b3cc,U+b420,U+b429,U+b529,U+b530,U+b77d,U+b79c,U+b7a8,U+b7c9,U+b7f0,U+b7fc,U+b828,U+b860,U+b9ad,U+b9c1,U+b9c9,U+b9dd-b9de,U+b9e8,U+ba38-ba39,U+babb,U+bc00,U+bc8c,U+bca0,U+bca4,U+bcd1,U+bcfc,U+bd09,U+bdf0,U+be60,U+c0ad,U+c0b4,U+c0bc,U+c190,U+c1fc,U+c220,U+c288,U+c2b9,U+c2f6,U+c528,U+c545,U+c558,U+c5bc,U+c5d4,U+c600,U+c644,U+c6c0,U+c6c3,U+c721,U+c798,U+c7a1,U+c811,U+c838,U+c871,U+c904,U+c990,U+c9dc,U+cc38,U+cc44,U+cca0,U+cd1d,U+cd95,U+cda9,U+ce5c,U+cf00,U+cf58,U+d150,U+d22c,U+d305,U+d328,U+d37c,U+d3f0,U+d551,U+d5a5,U+d5c8,U+d5d8,U+d63c,U+d64d,U+d669,U+d734,U+d76c", + "[116]": "U+26,U+2b,U+3e,U+40,U+7e,U+ac01,U+ac19,U+ac1d,U+aca0,U+aca9,U+acb0,U+ad8c,U+ae09,U+ae38,U+ae40,U+aed8,U+b09c,U+b0a0,U+b108,U+b204,U+b298,U+b2d8,U+b2eb-b2ec,U+b2f4,U+b313,U+b358,U+b450,U+b4e0,U+b54c,U+b610,U+b780,U+b78c,U+b791,U+b8e8,U+b958,U+b974,U+b984,U+b9b0,U+b9bc-b9bd,U+b9ce,U+ba70,U+bbfc,U+bc0f,U+bc15,U+bc1b,U+bc31,U+bc95,U+bcc0,U+bcc4,U+bd81,U+bd88,U+c0c8,U+c11d,U+c13c,U+c158,U+c18d,U+c1a1,U+c21c,U+c4f0,U+c54a,U+c560,U+c5b8,U+c5c8,U+c5f4,U+c628,U+c62c,U+c678,U+c6cc,U+c808,U+c810,U+c885,U+c88b,U+c900,U+c988,U+c99d,U+c9c8,U+cc3d-cc3e,U+cc45,U+cd08,U+ce20,U+cee4,U+d074,U+d0a4,U+d0dd,U+d2b9,U+d3b8,U+d3c9,U+d488,U+d544,U+d559,U+d56d,U+d588,U+d615,U+d648,U+d655,U+d658,U+d65c", + "[117]": "U+d,U+48,U+7c,U+ac10,U+ac15,U+ac74,U+ac80,U+ac83,U+acc4,U+ad11,U+ad50,U+ad6d,U+adfc,U+ae00,U+ae08,U+ae4c,U+b0a8,U+b124,U+b144,U+b178,U+b274,U+b2a5,U+b2e8,U+b2f9,U+b354,U+b370,U+b418,U+b41c,U+b4f1,U+b514,U+b798,U+b808,U+b824-b825,U+b8cc,U+b978,U+b9d0,U+b9e4,U+baa9,U+bb3c,U+bc18,U+bc1c,U+bc30,U+bc84,U+bcf5,U+bcf8,U+bd84,U+be0c,U+be14,U+c0b0,U+c0c9,U+c0dd,U+c124,U+c2dd,U+c2e4,U+c2ec,U+c54c,U+c57c-c57d,U+c591,U+c5c5-c5c6,U+c5ed,U+c608,U+c640,U+c6b8,U+c6d4,U+c784,U+c7ac,U+c800-c801,U+c9c1,U+c9d1,U+cc28,U+cc98,U+cc9c,U+ccad,U+cd5c,U+cd94,U+cd9c,U+cde8,U+ce68,U+cf54,U+d0dc,U+d14c,U+d1a0,U+d1b5,U+d2f0,U+d30c,U+d310,U+d398,U+d45c,U+d50c,U+d53c,U+d560,U+d568,U+d589,U+d604,U+d6c4,U+d788", + "[118]": "U+39,U+49,U+4d-4e,U+a0,U+ac04,U+ac1c,U+ac70,U+ac8c,U+acbd,U+acf5,U+acfc,U+ad00,U+ad6c,U+adf8,U+b098,U+b0b4,U+b294,U+b2c8,U+b300,U+b3c4,U+b3d9,U+b4dc,U+b4e4,U+b77c,U+b7ec,U+b85d,U+b97c,U+b9c8,U+b9cc,U+ba54,U+ba74,U+ba85,U+baa8,U+bb34,U+bb38,U+bbf8,U+bc14,U+bc29,U+bc88,U+bcf4,U+bd80,U+be44,U+c0c1,U+c11c,U+c120,U+c131,U+c138,U+c18c,U+c218,U+c2b5,U+c2e0,U+c544,U+c548,U+c5b4,U+c5d0,U+c5ec,U+c5f0,U+c601,U+c624,U+c694,U+c6a9,U+c6b0,U+c6b4,U+c6d0,U+c704,U+c720,U+c73c,U+c740,U+c744,U+c74c,U+c758,U+c77c,U+c785,U+c788,U+c790-c791,U+c7a5,U+c804,U+c815,U+c81c,U+c870,U+c8fc,U+c911,U+c9c4,U+ccb4,U+ce58,U+ce74,U+d06c,U+d0c0,U+d130,U+d2b8,U+d3ec,U+d504,U+d55c,U+d569,U+d574,U+d638,U+d654,U+d68c", + "[119]": "U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558", + "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-kr/wght.css b/fonts/variable/noto-serif-kr/wght.css new file mode 100644 index 00000000000..8db30adb0b5 --- /dev/null +++ b/fonts/variable/noto-serif-kr/wght.css @@ -0,0 +1,1239 @@ +/* noto-serif-kr-[0]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-0-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+f9ca-fa0b,U+ff03-ff05,U+ff07,U+ff0a-ff0b,U+ff0d-ff19,U+ff1b,U+ff1d,U+ff20-ff5b,U+ff5d,U+ffe0-ffe3,U+ffe5-ffe6; +} + +/* noto-serif-kr-[1]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-1-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+f92f-f980,U+f982-f9c9; +} + +/* noto-serif-kr-[2]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-2-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d723-d728,U+d72a-d733,U+d735-d748,U+d74a-d74f,U+d752-d753,U+d755-d757,U+d75a-d75f,U+d762-d764,U+d766-d768,U+d76a-d76b,U+d76d-d76f,U+d771-d787,U+d789-d78b,U+d78d-d78f,U+d791-d797,U+d79a,U+d79c,U+d79e-d7a3,U+f900-f909,U+f90b-f92e; +} + +/* noto-serif-kr-[3]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-3-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d679-d68b,U+d68e-d69e,U+d6a0,U+d6a2-d6a7,U+d6a9-d6c3,U+d6c6-d6c7,U+d6c9-d6cb,U+d6cd-d6d3,U+d6d5-d6d6,U+d6d8-d6e3,U+d6e5-d6e7,U+d6e9-d6fb,U+d6fd-d717,U+d719-d71f,U+d721-d722; +} + +/* noto-serif-kr-[4]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-4-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d5bc-d5c7,U+d5ca-d5cb,U+d5cd-d5cf,U+d5d1-d5d7,U+d5d9-d5da,U+d5dc,U+d5de-d5e3,U+d5e6-d5e7,U+d5e9-d5eb,U+d5ed-d5f6,U+d5f8,U+d5fa-d5ff,U+d602-d603,U+d605-d607,U+d609-d60f,U+d612-d613,U+d616-d61b,U+d61d-d637,U+d63a-d63b,U+d63d-d63f,U+d641-d647,U+d64a-d64c,U+d64e-d653,U+d656-d657,U+d659-d65b,U+d65d-d666,U+d668,U+d66a-d678; +} + +/* noto-serif-kr-[5]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-5-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d507,U+d509-d50b,U+d50d-d513,U+d515-d53b,U+d53e-d53f,U+d541-d543,U+d545-d54c,U+d54e,U+d550,U+d552-d557,U+d55a-d55b,U+d55d-d55f,U+d561-d564,U+d566-d567,U+d56a,U+d56c,U+d56e-d573,U+d576-d577,U+d579-d583,U+d585-d586,U+d58a-d5a4,U+d5a6-d5bb; +} + +/* noto-serif-kr-[6]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-6-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d464-d477,U+d47a-d47b,U+d47d-d47f,U+d481-d487,U+d489-d48a,U+d48c,U+d48e-d4e7,U+d4e9-d503,U+d505-d506; +} + +/* noto-serif-kr-[7]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-7-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d3bf-d3c7,U+d3ca-d3cf,U+d3d1-d3eb,U+d3ee-d3ef,U+d3f1-d3f3,U+d3f5-d3fb,U+d3fd-d400,U+d402-d45b,U+d45d-d463; +} + +/* noto-serif-kr-[8]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-8-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d2ff,U+d302-d304,U+d306-d30b,U+d30f,U+d311-d313,U+d315-d31b,U+d31e,U+d322-d324,U+d326-d327,U+d32a-d32b,U+d32d-d32f,U+d331-d337,U+d339-d33c,U+d33e-d37b,U+d37e-d37f,U+d381-d383,U+d385-d38b,U+d38e-d390,U+d392-d397,U+d39a-d39b,U+d39d-d39f,U+d3a1-d3a7,U+d3a9-d3aa,U+d3ac,U+d3ae-d3b3,U+d3b5-d3b7,U+d3b9-d3bb,U+d3bd-d3be; +} + +/* noto-serif-kr-[9]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-9-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d257-d27f,U+d281-d29b,U+d29d-d29f,U+d2a1-d2ab,U+d2ad-d2b7,U+d2ba-d2bb,U+d2bd-d2bf,U+d2c1-d2c7,U+d2c9-d2ef,U+d2f2-d2f3,U+d2f5-d2f7,U+d2f9-d2fe; +} + +/* noto-serif-kr-[10]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-10-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d1b4,U+d1b6-d1f3,U+d1f5-d22b,U+d22e-d22f,U+d231-d233,U+d235-d23b,U+d23d-d240,U+d242-d256; +} + +/* noto-serif-kr-[11]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-11-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d105-d12f,U+d132-d133,U+d135-d137,U+d139-d13f,U+d141-d142,U+d144,U+d146-d14b,U+d14e-d14f,U+d151-d153,U+d155-d15b,U+d15e-d187,U+d189-d19f,U+d1a2-d1a3,U+d1a5-d1a7,U+d1a9-d1af,U+d1b2-d1b3; +} + +/* noto-serif-kr-[12]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-12-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d04b-d04f,U+d051-d057,U+d059-d06b,U+d06d-d06f,U+d071-d073,U+d075-d07b,U+d07e-d0a3,U+d0a6-d0a7,U+d0a9-d0ab,U+d0ad-d0b3,U+d0b6,U+d0b8,U+d0ba-d0bf,U+d0c2-d0c3,U+d0c5-d0c7,U+d0c9-d0cf,U+d0d2,U+d0d6-d0db,U+d0de-d0df,U+d0e1-d0e3,U+d0e5-d0eb,U+d0ee-d0f0,U+d0f2-d104; +} + +/* noto-serif-kr-[13]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-13-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+cfa2-cfc3,U+cfc5-cfdf,U+cfe2-cfe3,U+cfe5-cfe7,U+cfe9-cff4,U+cff6-cffb,U+cffd-cfff,U+d001-d003,U+d005-d017,U+d019-d033,U+d036-d037,U+d039-d03b,U+d03d-d04a; +} + +/* noto-serif-kr-[14]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-14-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+cef0-cef3,U+cef6,U+cef9-ceff,U+cf01-cf03,U+cf05-cf07,U+cf09-cf0f,U+cf11-cf12,U+cf14-cf1b,U+cf1d-cf1f,U+cf21-cf2f,U+cf31-cf53,U+cf56-cf57,U+cf59-cf5b,U+cf5d-cf63,U+cf66,U+cf68,U+cf6a-cf6f,U+cf71-cf84,U+cf86-cf8b,U+cf8d-cfa1; +} + +/* noto-serif-kr-[15]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-15-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ce3c-ce57,U+ce5a-ce5b,U+ce5d-ce5f,U+ce61-ce67,U+ce6a,U+ce6c,U+ce6e-ce73,U+ce76-ce77,U+ce79-ce7b,U+ce7d-ce83,U+ce85-ce88,U+ce8a-ce8f,U+ce91-ce93,U+ce95-ce97,U+ce99-ce9f,U+cea2,U+cea4-ceab,U+cead-cee3,U+cee6-cee7,U+cee9-ceeb,U+ceed-ceef; +} + +/* noto-serif-kr-[16]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-16-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+cd92-cd93,U+cd96-cd97,U+cd99-cd9b,U+cd9d-cda3,U+cda6-cda8,U+cdaa-cdaf,U+cdb1-cdc3,U+cdc5-cdcb,U+cdcd-cde7,U+cde9-ce03,U+ce05-ce1f,U+ce22-ce34,U+ce36-ce3b; +} + +/* noto-serif-kr-[17]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-17-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ccef-cd07,U+cd0a-cd0b,U+cd0d-cd1a,U+cd1c,U+cd1e-cd2b,U+cd2d-cd5b,U+cd5d-cd77,U+cd79-cd91; +} + +/* noto-serif-kr-[18]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-18-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+cc3f-cc43,U+cc46-cc47,U+cc49-cc4b,U+cc4d-cc53,U+cc55-cc58,U+cc5a-cc5f,U+cc61-cc97,U+cc9a-cc9b,U+cc9d-cc9f,U+cca1-cca7,U+ccaa,U+ccac,U+ccae-ccb3,U+ccb6-ccb7,U+ccb9-ccbb,U+ccbd-cccf,U+ccd1-cce3,U+cce5-ccee; +} + +/* noto-serif-kr-[19]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-19-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+cb91-cbd3,U+cbd5-cbe3,U+cbe5-cc0b,U+cc0e-cc0f,U+cc11-cc13,U+cc15-cc1b,U+cc1d-cc20,U+cc23-cc27,U+cc2a-cc2b,U+cc2d,U+cc2f,U+cc31-cc37,U+cc3a,U+cc3c; +} + +/* noto-serif-kr-[20]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-20-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+caf4-cb47,U+cb4a-cb90; +} + +/* noto-serif-kr-[21]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-21-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ca4a-ca4b,U+ca4e-ca4f,U+ca51-ca53,U+ca55-ca5b,U+ca5d-ca60,U+ca62-ca83,U+ca85-cabb,U+cabe-cabf,U+cac1-cac3,U+cac5-cacb,U+cacd-cad0,U+cad2,U+cad4-cad8,U+cada-caf3; +} + +/* noto-serif-kr-[22]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-22-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c996-c997,U+c99a-c99c,U+c99e-c9bf,U+c9c2-c9c3,U+c9c5-c9c7,U+c9c9-c9cf,U+c9d2,U+c9d4,U+c9d7-c9d8,U+c9db,U+c9de-c9df,U+c9e1-c9e3,U+c9e5-c9e6,U+c9e8-c9eb,U+c9ee-c9f0,U+c9f2-c9f7,U+c9f9-ca0b,U+ca0d-ca28,U+ca2a-ca49; +} + +/* noto-serif-kr-[23]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-23-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c8e9-c8f4,U+c8f6-c8fb,U+c8fe-c8ff,U+c901-c903,U+c905-c90b,U+c90e-c910,U+c912-c917,U+c919-c92b,U+c92d-c94f,U+c951-c953,U+c955-c96b,U+c96d-c973,U+c975-c987,U+c98a-c98b,U+c98d-c98f,U+c991-c995; +} + +/* noto-serif-kr-[24]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-24-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c841-c84b,U+c84d-c86f,U+c872-c873,U+c875-c877,U+c879-c87f,U+c882-c884,U+c887-c88a,U+c88d-c8c3,U+c8c5-c8df,U+c8e1-c8e8; +} + +/* noto-serif-kr-[25]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-25-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c779-c77b,U+c77e-c782,U+c786,U+c78b,U+c78d,U+c78f,U+c792-c793,U+c795,U+c797,U+c799-c79f,U+c7a2,U+c7a7-c7ab,U+c7ae-c7bb,U+c7bd-c7c0,U+c7c2-c7c7,U+c7c9-c7dc,U+c7de-c7ff,U+c802-c803,U+c805-c807,U+c809,U+c80b-c80f,U+c812,U+c814,U+c817-c81b,U+c81e-c81f,U+c821-c823,U+c825-c82e,U+c830-c837,U+c839-c83b,U+c83d-c840; +} + +/* noto-serif-kr-[26]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-26-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c6bb-c6bf,U+c6c2,U+c6c4,U+c6c6-c6cb,U+c6ce-c6cf,U+c6d1-c6d3,U+c6d5-c6db,U+c6dd-c6df,U+c6e1-c6e7,U+c6e9-c6eb,U+c6ed-c6ef,U+c6f1-c6f8,U+c6fa-c703,U+c705-c707,U+c709-c70b,U+c70d-c716,U+c718,U+c71a-c71f,U+c722-c723,U+c725-c727,U+c729-c734,U+c736-c73b,U+c73e-c73f,U+c741-c743,U+c745-c74b,U+c74e-c750,U+c752-c757,U+c759-c773,U+c776-c777; +} + +/* noto-serif-kr-[27]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-27-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c5f5-c5fb,U+c5fe,U+c602-c605,U+c607,U+c609-c60f,U+c611-c61a,U+c61c-c623,U+c626-c627,U+c629-c62b,U+c62d,U+c62f-c632,U+c636,U+c638,U+c63a-c63f,U+c642-c643,U+c645-c647,U+c649-c652,U+c656-c65b,U+c65d-c65f,U+c661-c663,U+c665-c677,U+c679-c67b,U+c67d-c693,U+c696-c697,U+c699-c69b,U+c69d-c6a3,U+c6a6,U+c6a8,U+c6aa-c6af,U+c6b2-c6b3,U+c6b5-c6b7,U+c6b9-c6ba; +} + +/* noto-serif-kr-[28]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-28-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c517-c527,U+c52a-c52b,U+c52d-c52f,U+c531-c538,U+c53a,U+c53c,U+c53e-c543,U+c546-c547,U+c54b,U+c54d-c552,U+c556,U+c55a-c55b,U+c55d,U+c55f,U+c562-c563,U+c565-c567,U+c569-c56f,U+c572,U+c574,U+c576-c57b,U+c57e-c57f,U+c581-c583,U+c585-c586,U+c588-c58b,U+c58e,U+c590,U+c592-c596,U+c599-c5b3,U+c5b6-c5b7,U+c5ba,U+c5be-c5c3,U+c5ca-c5cb,U+c5cd,U+c5cf,U+c5d2-c5d3,U+c5d5-c5d7,U+c5d9-c5df,U+c5e1-c5e2,U+c5e4,U+c5e6-c5eb,U+c5ef,U+c5f1-c5f3; +} + +/* noto-serif-kr-[29]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-29-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c475-c4ef,U+c4f2-c4f3,U+c4f5-c4f7,U+c4f9-c4ff,U+c502-c50b,U+c50d-c516; +} + +/* noto-serif-kr-[30]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-30-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c3d0-c3d7,U+c3da-c3db,U+c3dd-c3de,U+c3e1-c3ec,U+c3ee-c3f3,U+c3f5-c42b,U+c42d-c463,U+c466-c474; +} + +/* noto-serif-kr-[31]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-31-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c32b-c367,U+c36a-c36b,U+c36d-c36f,U+c371-c377,U+c37a-c37b,U+c37e-c383,U+c385-c387,U+c389-c3cf; +} + +/* noto-serif-kr-[32]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-32-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c26a-c26b,U+c26d-c26f,U+c271-c273,U+c275-c27b,U+c27e-c287,U+c289-c28f,U+c291-c297,U+c299-c29a,U+c29c-c2a3,U+c2a5-c2a7,U+c2a9-c2ab,U+c2ad-c2b3,U+c2b6,U+c2b8,U+c2ba-c2bb,U+c2bd-c2db,U+c2de-c2df,U+c2e1-c2e2,U+c2e5-c2ea,U+c2ee,U+c2f0,U+c2f2-c2f5,U+c2f7,U+c2fa-c2fb,U+c2fd-c2ff,U+c301-c307,U+c309-c30c,U+c30e-c312,U+c315-c323,U+c325-c328,U+c32a; +} + +/* noto-serif-kr-[33]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-33-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c1bc-c1c3,U+c1c5-c1df,U+c1e1-c1fb,U+c1fd-c203,U+c205-c20c,U+c20e,U+c210-c217,U+c21a-c21b,U+c21d-c21e,U+c221-c227,U+c229-c22a,U+c22c,U+c22e,U+c230,U+c233-c24f,U+c251-c257,U+c259-c269; +} + +/* noto-serif-kr-[34]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-34-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c101-c11b,U+c11f,U+c121-c123,U+c125-c12b,U+c12e,U+c132-c137,U+c13a-c13b,U+c13d-c13f,U+c141-c147,U+c14a,U+c14c-c153,U+c155-c157,U+c159-c15b,U+c15d-c166,U+c169-c16f,U+c171-c177,U+c179-c18b,U+c18e-c18f,U+c191-c193,U+c195-c19b,U+c19d-c19e,U+c1a0,U+c1a2-c1a4,U+c1a6-c1bb; +} + +/* noto-serif-kr-[35]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-35-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+c049-c057,U+c059-c05b,U+c05d-c05f,U+c061-c067,U+c069-c08f,U+c091-c0ab,U+c0ae-c0af,U+c0b1-c0b3,U+c0b5,U+c0b7-c0bb,U+c0be,U+c0c2-c0c7,U+c0ca-c0cb,U+c0cd-c0cf,U+c0d1-c0d7,U+c0d9-c0da,U+c0dc,U+c0de-c0e3,U+c0e5-c0eb,U+c0ed-c0f3,U+c0f6,U+c0f8,U+c0fa-c0ff; +} + +/* noto-serif-kr-[36]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-36-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+bfa7-bfaf,U+bfb1-bfc4,U+bfc6-bfcb,U+bfce-bfcf,U+bfd1-bfd3,U+bfd5-bfdb,U+bfdd-c048; +} + +/* noto-serif-kr-[37]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-37-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+bf07,U+bf09-bf3f,U+bf41-bf4f,U+bf52-bf54,U+bf56-bfa6; +} + +/* noto-serif-kr-[38]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-38-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+be56,U+be58,U+be5c-be5f,U+be62-be63,U+be65-be67,U+be69-be74,U+be76-be7b,U+be7e-be7f,U+be81-be8e,U+be90,U+be92-bea7,U+bea9-becf,U+bed2-bed3,U+bed5-bed6,U+bed9-bee3,U+bee6-bf06; +} + +/* noto-serif-kr-[39]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-39-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+bdb0-bdd3,U+bdd5-bdef,U+bdf1-be0b,U+be0d-be0f,U+be11-be13,U+be15-be43,U+be46-be47,U+be49-be4b,U+be4d-be53; +} + +/* noto-serif-kr-[40]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-40-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+bd03,U+bd06,U+bd08,U+bd0a-bd0f,U+bd11-bd22,U+bd25-bd47,U+bd49-bd58,U+bd5a-bd7f,U+bd82-bd83,U+bd85-bd87,U+bd8a-bd8f,U+bd91-bd92,U+bd94,U+bd96-bd98,U+bd9a-bdaf; +} + +/* noto-serif-kr-[41]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-41-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+bc4e-bc83,U+bc86-bc87,U+bc89-bc8b,U+bc8d-bc93,U+bc96,U+bc98,U+bc9b-bc9f,U+bca2-bca3,U+bca5-bca7,U+bca9-bcb2,U+bcb4-bcbb,U+bcbe-bcbf,U+bcc1-bcc3,U+bcc5-bccc,U+bcce-bcd0,U+bcd2-bcd4,U+bcd6-bcf3,U+bcf7,U+bcf9-bcfb,U+bcfd-bd02; +} + +/* noto-serif-kr-[42]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-42-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+bb90-bba3,U+bba5-bbab,U+bbad-bbbf,U+bbc1-bbf7,U+bbfa-bbfb,U+bbfd-bbfe,U+bc01-bc07,U+bc09-bc0a,U+bc0e,U+bc10,U+bc12-bc13,U+bc17,U+bc19-bc1a,U+bc1e,U+bc20-bc23,U+bc26,U+bc28,U+bc2a-bc2c,U+bc2e-bc2f,U+bc32-bc33,U+bc35-bc37,U+bc39-bc3f,U+bc41-bc42,U+bc44,U+bc46-bc48,U+bc4a-bc4d; +} + +/* noto-serif-kr-[43]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-43-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+bae6-bafb,U+bafd-bb17,U+bb19-bb33,U+bb37,U+bb39-bb3a,U+bb3d-bb43,U+bb45-bb46,U+bb48,U+bb4a-bb4f,U+bb51-bb53,U+bb55-bb57,U+bb59-bb62,U+bb64-bb8f; +} + +/* noto-serif-kr-[44]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-44-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ba30-ba37,U+ba3a-ba3b,U+ba3d-ba3f,U+ba41-ba47,U+ba49-ba4a,U+ba4c,U+ba4e-ba53,U+ba56-ba57,U+ba59-ba5b,U+ba5d-ba63,U+ba65-ba66,U+ba68-ba6f,U+ba71-ba73,U+ba75-ba77,U+ba79-ba84,U+ba86,U+ba88-baa7,U+baaa,U+baad-baaf,U+bab1-bab7,U+baba,U+babc,U+babe-bae5; +} + +/* noto-serif-kr-[45]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-45-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b96e-b973,U+b976-b977,U+b979-b97b,U+b97d-b983,U+b986,U+b988,U+b98a-b98d,U+b98f-b9ab,U+b9ae-b9af,U+b9b1-b9b3,U+b9b5-b9bb,U+b9be,U+b9c0,U+b9c2-b9c7,U+b9ca-b9cb,U+b9cd,U+b9d2-b9d7,U+b9da,U+b9dc,U+b9df-b9e0,U+b9e2,U+b9e6-b9e7,U+b9e9-b9f3,U+b9f6,U+b9f8,U+b9fb-ba2f; +} + +/* noto-serif-kr-[46]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-46-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b8bf-b8cb,U+b8cd-b8e0,U+b8e2-b8e7,U+b8ea-b8eb,U+b8ed-b8ef,U+b8f1-b8f7,U+b8fa,U+b8fc,U+b8fe-b903,U+b905-b917,U+b919-b91f,U+b921-b93b,U+b93d-b957,U+b95a-b95b,U+b95d-b95f,U+b961-b967,U+b969-b96c; +} + +/* noto-serif-kr-[47]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-47-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b80d-b80f,U+b811-b817,U+b81a,U+b81c-b823,U+b826-b827,U+b829-b82b,U+b82d-b833,U+b836,U+b83a-b83f,U+b841-b85b,U+b85e-b85f,U+b861-b863,U+b865-b86b,U+b86e,U+b870,U+b872-b8af,U+b8b1-b8be; +} + +/* noto-serif-kr-[48]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-48-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b74d-b75f,U+b761-b763,U+b765-b774,U+b776-b77b,U+b77e-b77f,U+b781-b783,U+b785-b78b,U+b78e,U+b792-b796,U+b79a-b79b,U+b79d-b7a7,U+b7aa,U+b7ae-b7b3,U+b7b6-b7c8,U+b7ca-b7eb,U+b7ee-b7ef,U+b7f1-b7f3,U+b7f5-b7fb,U+b7fe,U+b802-b806,U+b80a-b80b; +} + +/* noto-serif-kr-[49]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-49-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b6a7-b6aa,U+b6ac-b6b0,U+b6b2-b6ef,U+b6f1-b727,U+b72a-b72b,U+b72d-b72e,U+b731-b737,U+b739-b73a,U+b73c-b743,U+b745-b74c; +} + +/* noto-serif-kr-[50]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-50-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b605-b60f,U+b612-b617,U+b619-b624,U+b626-b69b,U+b69e-b6a3,U+b6a5-b6a6; +} + +/* noto-serif-kr-[51]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-51-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b55f,U+b562-b583,U+b585-b59f,U+b5a2-b5a3,U+b5a5-b5a7,U+b5a9-b5b2,U+b5b5-b5ba,U+b5bd-b604; +} + +/* noto-serif-kr-[52]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-52-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b4a5-b4b6,U+b4b8-b4bf,U+b4c1-b4c7,U+b4c9-b4db,U+b4de-b4df,U+b4e1-b4e2,U+b4e5-b4eb,U+b4ee,U+b4f0,U+b4f2-b513,U+b516-b517,U+b519-b51a,U+b51d-b523,U+b526,U+b528,U+b52b-b52f,U+b532-b533,U+b535-b537,U+b539-b53f,U+b541-b544,U+b546-b54b,U+b54d-b54f,U+b551-b55b,U+b55d-b55e; +} + +/* noto-serif-kr-[53]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-53-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b3f8-b3fb,U+b3fd-b40f,U+b411-b417,U+b419-b41b,U+b41d-b41f,U+b421-b427,U+b42a-b42b,U+b42d-b44f,U+b452-b453,U+b455-b457,U+b459-b45f,U+b462-b464,U+b466-b46b,U+b46d-b47f,U+b481-b4a3; +} + +/* noto-serif-kr-[54]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-54-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b342-b353,U+b356-b357,U+b359-b35b,U+b35d-b35e,U+b360-b363,U+b366,U+b368,U+b36a-b36d,U+b36f,U+b372-b373,U+b375-b377,U+b379-b37f,U+b381-b382,U+b384,U+b386-b38b,U+b38d-b3c3,U+b3c6-b3c7,U+b3c9-b3ca,U+b3cd-b3d3,U+b3d6,U+b3d8,U+b3da-b3f7; +} + +/* noto-serif-kr-[55]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-55-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b27c-b283,U+b285-b28f,U+b292-b293,U+b295-b297,U+b29a-b29f,U+b2a1-b2a4,U+b2a7-b2a9,U+b2ab,U+b2ad-b2c7,U+b2ca-b2cb,U+b2cd-b2cf,U+b2d1-b2d7,U+b2da,U+b2dc,U+b2de-b2e3,U+b2e7,U+b2e9-b2ea,U+b2ef-b2f3,U+b2f6,U+b2f8,U+b2fa-b2fb,U+b2fd-b2fe,U+b302-b303,U+b305-b307,U+b309-b30f,U+b312,U+b316-b31b,U+b31d-b341; +} + +/* noto-serif-kr-[56]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-56-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b1d6-b1e7,U+b1e9-b1fc,U+b1fe-b203,U+b206-b207,U+b209-b20b,U+b20d-b213,U+b216-b21f,U+b221-b257,U+b259-b273,U+b275-b27b; +} + +/* noto-serif-kr-[57]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-57-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b120-b122,U+b126-b127,U+b129-b12b,U+b12d-b133,U+b136,U+b138,U+b13a-b13f,U+b142-b143,U+b145-b14f,U+b151-b153,U+b156-b157,U+b159-b177,U+b17a-b17b,U+b17d-b17f,U+b181-b187,U+b189-b18c,U+b18e-b191,U+b195-b1a7,U+b1a9-b1cb,U+b1cd-b1d5; +} + +/* noto-serif-kr-[58]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-58-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b05f-b07b,U+b07e-b07f,U+b081-b083,U+b085-b08b,U+b08d-b097,U+b09b,U+b09d-b09f,U+b0a2-b0a7,U+b0aa,U+b0b0,U+b0b2,U+b0b6-b0b7,U+b0b9-b0bb,U+b0bd-b0c3,U+b0c6-b0c7,U+b0ca-b0cf,U+b0d1-b0df,U+b0e1-b0e4,U+b0e6-b107,U+b10a-b10b,U+b10d-b10f,U+b111-b112,U+b114-b117,U+b119-b11a,U+b11c-b11f; +} + +/* noto-serif-kr-[59]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-59-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+afac-afb7,U+afba-afbb,U+afbd-afbf,U+afc1-afc6,U+afca-afcc,U+afce-afd3,U+afd5-afe7,U+afe9-afef,U+aff1-b00b,U+b00d-b00f,U+b011-b013,U+b015-b01b,U+b01d-b027,U+b029-b043,U+b045-b047,U+b049,U+b04b,U+b04d-b052,U+b055-b056,U+b058-b05c,U+b05e; +} + +/* noto-serif-kr-[60]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-60-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+af03-af07,U+af09-af2b,U+af2e-af33,U+af35-af3b,U+af3e-af40,U+af44-af47,U+af4a-af5c,U+af5e-af63,U+af65-af7f,U+af81-afab; +} + +/* noto-serif-kr-[61]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-61-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ae56-ae5b,U+ae5e-ae60,U+ae62-ae64,U+ae66-ae67,U+ae69-ae6b,U+ae6d-ae83,U+ae85-aebb,U+aebf,U+aec1-aec3,U+aec5-aecb,U+aece,U+aed0,U+aed2-aed7,U+aed9-aef3,U+aef5-af02; +} + +/* noto-serif-kr-[62]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-62-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ad9c-ada3,U+ada5-adbf,U+adc1-adc3,U+adc5-adc7,U+adc9-add2,U+add4-addb,U+addd-addf,U+ade1-ade3,U+ade5-adf7,U+adfa-adfb,U+adfd-adff,U+ae02-ae07,U+ae0a,U+ae0c,U+ae0e-ae13,U+ae15-ae2f,U+ae31-ae33,U+ae35-ae37,U+ae39-ae3f,U+ae42,U+ae44,U+ae46-ae49,U+ae4b,U+ae4f,U+ae51-ae53,U+ae55; +} + +/* noto-serif-kr-[63]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-63-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ace2-ace3,U+ace5-ace6,U+ace9-acef,U+acf2,U+acf4,U+acf7-acfb,U+acfe-acff,U+ad01-ad03,U+ad05-ad0b,U+ad0d-ad10,U+ad12-ad1b,U+ad1d-ad33,U+ad35-ad48,U+ad4a-ad4f,U+ad51-ad6b,U+ad6e-ad6f,U+ad71-ad72,U+ad77-ad7c,U+ad7e,U+ad80,U+ad82-ad87,U+ad89-ad8b,U+ad8d-ad8f,U+ad91-ad9b; +} + +/* noto-serif-kr-[64]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-64-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ac25-ac2c,U+ac2e,U+ac30,U+ac32-ac37,U+ac39-ac3f,U+ac41-ac4c,U+ac4e-ac6f,U+ac72-ac73,U+ac75-ac76,U+ac79-ac7f,U+ac82,U+ac84-ac88,U+ac8a-ac8b,U+ac8d-ac8f,U+ac91-ac93,U+ac95-ac9b,U+ac9d-ac9e,U+aca1-aca7,U+acab,U+acad-acaf,U+acb1-acb7,U+acba-acbb,U+acbe-acc0,U+acc2-acc3,U+acc5-acdf; +} + +/* noto-serif-kr-[65]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-65-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+99df,U+99ed,U+99f1,U+99ff,U+9a01,U+9a08,U+9a0e-9a0f,U+9a19,U+9a2b,U+9a30,U+9a36-9a37,U+9a40,U+9a43,U+9a45,U+9a4d,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69-9a6a,U+9aa8,U+9ab8,U+9ad3,U+9ae5,U+9aee,U+9b1a,U+9b27,U+9b2a,U+9b31,U+9b3c,U+9b41-9b45,U+9b4f,U+9b54,U+9b5a,U+9b6f,U+9b8e,U+9b91,U+9b9f,U+9bab,U+9bae,U+9bc9,U+9bd6,U+9be4,U+9be8,U+9c0d,U+9c10,U+9c12,U+9c15,U+9c25,U+9c32,U+9c3b,U+9c47,U+9c49,U+9c57,U+9ce5,U+9ce7,U+9ce9,U+9cf3-9cf4,U+9cf6,U+9d09,U+9d1b,U+9d26,U+9d28,U+9d3b,U+9d51,U+9d5d,U+9d60-9d61,U+9d6c,U+9d72,U+9da9,U+9daf,U+9db4,U+9dc4,U+9dd7,U+9df2,U+9df8-9dfa,U+9e1a,U+9e1e,U+9e75,U+9e79,U+9e7d,U+9e7f,U+9e92-9e93,U+9e97,U+9e9d,U+9e9f,U+9ea5,U+9eb4-9eb5,U+9ebb,U+9ebe,U+9ec3,U+9ecd-9ece,U+9ed4,U+9ed8,U+9edb-9edc,U+9ede,U+9ee8,U+9ef4,U+9f07-9f08,U+9f0e,U+9f13,U+9f20,U+9f3b,U+9f4a-9f4b,U+9f4e,U+9f52,U+9f5f,U+9f61,U+9f67,U+9f6a,U+9f6c,U+9f77,U+9f8d,U+9f90,U+9f95,U+9f9c,U+ac02-ac03,U+ac05-ac06,U+ac09-ac0f,U+ac17-ac18,U+ac1b,U+ac1e-ac1f,U+ac21-ac23; +} + +/* noto-serif-kr-[66]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-66-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+96a7-96a8,U+96aa,U+96b1,U+96b7,U+96bb,U+96c0-96c1,U+96c4-96c5,U+96c7,U+96c9,U+96cb-96ce,U+96d5-96d6,U+96d9,U+96db-96dc,U+96e2-96e3,U+96e8-96ea,U+96ef-96f0,U+96f2,U+96f6-96f7,U+96f9,U+96fb,U+9700,U+9706-9707,U+9711,U+9713,U+9716,U+9719,U+971c,U+971e,U+9727,U+9730,U+9732,U+9739,U+973d,U+9742,U+9744,U+9748,U+9756,U+975c,U+9761,U+9769,U+976d,U+9774,U+9777,U+977a,U+978b,U+978d,U+978f,U+97a0,U+97a8,U+97ab,U+97ad,U+97c6,U+97cb,U+97dc,U+97f6,U+97fb,U+97ff-9803,U+9805-9806,U+9808,U+980a,U+980c,U+9810-9813,U+9817-9818,U+982d,U+9830,U+9838-9839,U+983b,U+9846,U+984c-984e,U+9854,U+9858,U+985a,U+985e,U+9865,U+9867,U+986b,U+986f,U+98af,U+98b1,U+98c4,U+98c7,U+98db-98dc,U+98e1-98e2,U+98ed-98ef,U+98f4,U+98fc-98fe,U+9903,U+9909-990a,U+990c,U+9910,U+9913,U+9918,U+991e,U+9920,U+9928,U+9945,U+9949,U+994b-994d,U+9951-9952,U+9954,U+9957,U+9996,U+999d,U+99a5,U+99a8,U+99ac-99ae,U+99b1,U+99b3-99b4,U+99b9,U+99c1,U+99d0-99d2,U+99d5,U+99d9,U+99dd; +} + +/* noto-serif-kr-[67]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-67-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+920d,U+9210-9212,U+9217,U+921e,U+9234,U+923a,U+923f-9240,U+9245,U+9249,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9283,U+9285,U+9291,U+9293,U+9296,U+9298,U+929c,U+92b3,U+92b6-92b7,U+92b9,U+92cc,U+92cf,U+92d2,U+92e4,U+92ea,U+92f8,U+92fc,U+9304,U+9310,U+9318,U+931a,U+931e-9322,U+9324,U+9326,U+9328,U+932b,U+932e-932f,U+9348,U+934a-934b,U+934d,U+9354,U+935b,U+936e,U+9375,U+937c,U+937e,U+938c,U+9394,U+9396,U+939a,U+93a3,U+93a7,U+93ac-93ad,U+93b0,U+93c3,U+93d1,U+93de,U+93e1,U+93e4,U+93f6,U+9404,U+9418,U+9425,U+942b,U+9435,U+9438,U+9444,U+9451-9452,U+945b,U+947d,U+947f,U+9583,U+9589,U+958f,U+9591-9592,U+9594,U+9598,U+95a3-95a5,U+95a8,U+95ad,U+95b1,U+95bb-95bc,U+95c7,U+95ca,U+95d4-95d6,U+95dc,U+95e1-95e2,U+961c,U+9621,U+962a,U+962e,U+9632,U+963b,U+963f-9640,U+9642,U+9644,U+964b-964d,U+9650,U+965b-965f,U+9662-9664,U+966a,U+9670,U+9673,U+9675-9678,U+967d,U+9685-9686,U+968a-968b,U+968d-968e,U+9694-9695,U+9698-9699,U+969b-969c,U+96a3; +} + +/* noto-serif-kr-[68]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-68-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8fa8,U+8fad,U+8faf-8fb2,U+8fc2,U+8fc5,U+8fce,U+8fd4,U+8fe6,U+8fea-8feb,U+8fed,U+8ff0,U+8ff2,U+8ff7,U+8ff9,U+8ffd,U+9000-9003,U+9005-9006,U+9008,U+900b,U+900d,U+900f-9011,U+9014-9015,U+9017,U+9019,U+901d-9023,U+902e,U+9031-9032,U+9035,U+9038,U+903c,U+903e,U+9041-9042,U+9047,U+904a-904b,U+904d-904e,U+9050-9051,U+9054-9055,U+9059,U+905c-905e,U+9060-9061,U+9063,U+9069,U+906d-906f,U+9072,U+9075,U+9077-9078,U+907a,U+907c-907d,U+907f-9084,U+9087-9088,U+908a,U+908f,U+9091,U+9095,U+9099,U+90a2-90a3,U+90a6,U+90a8,U+90aa,U+90af-90b1,U+90b5,U+90b8,U+90c1,U+90ca,U+90de,U+90e1,U+90ed,U+90f5,U+9102,U+9112,U+9115,U+9119,U+9127,U+912d,U+9132,U+9149-914e,U+9152,U+9162,U+9169-916a,U+916c,U+9175,U+9177-9178,U+9187,U+9189,U+918b,U+918d,U+9192,U+919c,U+91ab-91ac,U+91ae-91af,U+91b1,U+91b4-91b5,U+91c0,U+91c7,U+91c9,U+91cb,U+91cf-91d0,U+91d7-91d8,U+91dc-91dd,U+91e3,U+91e7,U+91ea,U+91f5; +} + +/* noto-serif-kr-[69]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-69-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8c6a-8c6b,U+8c79-8c7a,U+8c82,U+8c8a,U+8c8c,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb8,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8cd1,U+8cd3,U+8cda,U+8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6,U+8cea,U+8ced,U+8cf4,U+8cfb-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d13,U+8d16,U+8d64,U+8d66,U+8d6b,U+8d70,U+8d73-8d74,U+8d77,U+8d85,U+8d8a,U+8d99,U+8da3,U+8da8,U+8db3,U+8dba,U+8dbe,U+8dc6,U+8dcb-8dcc,U+8dcf,U+8ddb,U+8ddd,U+8de1,U+8de3,U+8de8,U+8df3,U+8e0a,U+8e0f-8e10,U+8e1e,U+8e2a,U+8e30,U+8e35,U+8e42,U+8e44,U+8e47-8e4a,U+8e59,U+8e5f-8e60,U+8e74,U+8e76,U+8e81,U+8e87,U+8e8a,U+8e8d,U+8eaa-8eac,U+8ec0,U+8ecb-8ecc,U+8ed2,U+8edf,U+8eeb,U+8ef8,U+8efb,U+8efe,U+8f03,U+8f05,U+8f09,U+8f12-8f15,U+8f1b-8f1f,U+8f26-8f27,U+8f29-8f2a,U+8f2f,U+8f33,U+8f38-8f39,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5d,U+8f5f,U+8f62,U+8f9b-8f9c,U+8fa3,U+8fa6; +} + +/* noto-serif-kr-[70]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-70-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8941,U+8944,U+895f,U+8964,U+896a,U+8972,U+8981,U+8983,U+8986-8987,U+898f,U+8993,U+8996,U+89a1,U+89a9-89aa,U+89b2,U+89ba,U+89bd,U+89c0,U+89d2,U+89e3,U+89f4,U+89f8,U+8a02-8a03,U+8a08,U+8a0a,U+8a0c,U+8a0e,U+8a13,U+8a16-8a17,U+8a1b,U+8a1d,U+8a1f,U+8a23,U+8a25,U+8a2a,U+8a2d,U+8a31,U+8a34,U+8a36,U+8a3a-8a3b,U+8a50,U+8a54-8a55,U+8a5b,U+8a5e,U+8a60,U+8a62-8a63,U+8a66,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a75,U+8a79,U+8a85,U+8a87,U+8a8c-8a8d,U+8a93,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8,U+8aaa,U+8ab0,U+8ab2,U+8ab9,U+8abc,U+8abe-8abf,U+8ac2,U+8ac4,U+8ac7,U+8acb,U+8acd,U+8acf,U+8ad2,U+8ad6,U+8adb-8adc,U+8ae1,U+8ae6-8ae7,U+8aea-8aeb,U+8aed-8aee,U+8af1,U+8af6-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b04,U+8b0e,U+8b10,U+8b14,U+8b16-8b17,U+8b19-8b1b,U+8b1d,U+8b20,U+8b28,U+8b2b-8b2c,U+8b33,U+8b39,U+8b41,U+8b49,U+8b4e-8b4f,U+8b58,U+8b5a,U+8b5c,U+8b66,U+8b6c,U+8b6f-8b70,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b8a,U+8b90,U+8b92-8b93,U+8b96,U+8b9a,U+8c37,U+8c3f,U+8c41,U+8c46,U+8c48,U+8c4a,U+8c4c,U+8c55,U+8c5a,U+8c61; +} + +/* noto-serif-kr-[71]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-71-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+858f,U+8591,U+8594,U+859b,U+85a6,U+85a8-85aa,U+85af-85b0,U+85ba,U+85c1,U+85c9,U+85cd-85cf,U+85d5,U+85dc-85dd,U+85e4-85e5,U+85e9-85ea,U+85f7,U+85fa-85fb,U+85ff,U+8602,U+8606-8607,U+860a,U+8616-8617,U+861a,U+862d,U+863f,U+864e,U+8650,U+8654-8655,U+865b-865c,U+865e-865f,U+8667,U+8679,U+868a,U+868c,U+8693,U+86a3-86a4,U+86a9,U+86c7,U+86cb,U+86d4,U+86d9,U+86db,U+86df,U+86e4,U+86ed,U+86fe,U+8700,U+8702-8703,U+8708,U+8718,U+871a,U+871c,U+874e,U+8755,U+8757,U+875f,U+8766,U+8768,U+8774,U+8776,U+8778,U+8782,U+878d,U+879f,U+87a2,U+87b3,U+87ba,U+87c4,U+87e0,U+87ec,U+87ef,U+87f2,U+87f9,U+87fb,U+87fe,U+8805,U+881f,U+8822-8823,U+8831,U+8836,U+883b,U+8840,U+8846,U+884d,U+8852-8853,U+8857,U+8859,U+885b,U+885d,U+8861-8863,U+8868,U+886b,U+8870,U+8872,U+8877,U+887e-887f,U+8881-8882,U+8888,U+888b,U+888d,U+8892,U+8896-8897,U+889e,U+88ab,U+88b4,U+88c1-88c2,U+88cf,U+88d4-88d5,U+88d9,U+88dc-88dd,U+88df,U+88e1,U+88e8,U+88f3-88f5,U+88f8,U+88fd,U+8907,U+8910,U+8912-8913,U+8918-8919,U+8925,U+892a,U+8936,U+8938,U+893b; +} + +/* noto-serif-kr-[72]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-72-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+82a6,U+82a9,U+82ac-82af,U+82b3,U+82b7-82b9,U+82bb-82bd,U+82bf,U+82d1-82d2,U+82d4-82d5,U+82d7,U+82db,U+82de-82df,U+82e1,U+82e5-82e7,U+82fd-82fe,U+8301-8305,U+8309,U+8317,U+8328,U+832b,U+832f,U+8331,U+8334-8336,U+8338-8339,U+8340,U+8347,U+8349-834a,U+834f,U+8351-8352,U+8373,U+8377,U+837b,U+8389-838a,U+838e,U+8396,U+8398,U+839e,U+83a2,U+83a9-83ab,U+83bd,U+83c1,U+83c5,U+83c9-83ca,U+83cc,U+83d3,U+83d6,U+83dc,U+83e9,U+83eb,U+83ef-83f2,U+83f4,U+83f9,U+83fd,U+8403-8404,U+840a,U+840c-840e,U+8429,U+842c,U+8431,U+8438,U+843d,U+8449,U+8457,U+845b,U+8461,U+8463,U+8466,U+846b-846c,U+846f,U+8475,U+847a,U+8490,U+8494,U+8499,U+849c,U+84a1,U+84b2,U+84b8,U+84bb-84bc,U+84bf-84c0,U+84c2,U+84c4,U+84c6,U+84c9,U+84cb,U+84cd,U+84d1,U+84da,U+84ec,U+84ee,U+84f4,U+84fc,U+8511,U+8513-8514,U+8517-8518,U+851a,U+851e,U+8521,U+8523,U+8525,U+852c-852d,U+852f,U+853d,U+853f,U+8541,U+8543,U+8549,U+854e,U+8553,U+8559,U+8563,U+8568-856a,U+856d,U+8584,U+8587; +} + +/* noto-serif-kr-[73]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-73-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8033,U+8036,U+803d,U+803f,U+8043,U+8046,U+804a,U+8056,U+8058,U+805a,U+805e,U+806f-8070,U+8072-8073,U+8077,U+807d-807f,U+8084-8087,U+8089,U+808b-808c,U+8096,U+809b,U+809d,U+80a1-80a2,U+80a5,U+80a9-80aa,U+80af,U+80b1-80b2,U+80b4,U+80ba,U+80c3-80c4,U+80cc,U+80ce,U+80da-80db,U+80de,U+80e1,U+80e4-80e5,U+80f1,U+80f4,U+80f8,U+80fd,U+8102,U+8105-8108,U+810a,U+8118,U+811a-811b,U+8123,U+8129,U+812b,U+812f,U+8139,U+813e,U+814b,U+814e,U+8150-8151,U+8154-8155,U+8165-8166,U+816b,U+8170-8171,U+8178-817a,U+817f-8180,U+8188,U+818a,U+818f,U+819a,U+819c-819d,U+81a0,U+81a3,U+81a8,U+81b3,U+81b5,U+81ba,U+81bd-81c0,U+81c2,U+81c6,U+81cd,U+81d8,U+81df,U+81e3,U+81e5,U+81e7-81e8,U+81ed,U+81f3-81f4,U+81fa-81fc,U+81fe,U+8205,U+8208,U+820a,U+820c-820d,U+8212,U+821b-821c,U+821e-821f,U+8221,U+822a-822c,U+8235-8237,U+8239,U+8240,U+8245,U+8247,U+8259,U+8264,U+8266,U+826e-826f,U+8271,U+8276,U+8278,U+827e,U+828b,U+828d-828e,U+8292,U+8299-829a,U+829d,U+829f,U+82a5; +} + +/* noto-serif-kr-[74]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-74-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7d2f-7d30,U+7d33,U+7d35,U+7d39-7d3a,U+7d42-7d46,U+7d50,U+7d5e,U+7d61-7d62,U+7d66,U+7d68,U+7d6a,U+7d6e,U+7d71-7d73,U+7d76,U+7d79,U+7d7f,U+7d8e-7d8f,U+7d93,U+7d9c,U+7da0,U+7da2,U+7dac-7dad,U+7db1-7db2,U+7db4-7db5,U+7db8,U+7dba-7dbb,U+7dbd-7dbf,U+7dc7,U+7dca-7dcb,U+7dd6,U+7dd8,U+7dda,U+7ddd-7dde,U+7de0-7de1,U+7de3,U+7de8-7de9,U+7dec,U+7def,U+7df4,U+7dfb,U+7e09-7e0a,U+7e15,U+7e1b,U+7e1d-7e1f,U+7e21,U+7e23,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e3d-7e3e,U+7e43,U+7e46-7e47,U+7e52,U+7e54-7e55,U+7e5e,U+7e61,U+7e69-7e6b,U+7e6d,U+7e70,U+7e79,U+7e7c,U+7e82,U+7e8c,U+7e8f,U+7e93,U+7e96,U+7e98,U+7e9b-7e9c,U+7f36,U+7f38,U+7f3a,U+7f4c,U+7f50,U+7f54-7f55,U+7f6a-7f6b,U+7f6e,U+7f70,U+7f72,U+7f75,U+7f77,U+7f79,U+7f85,U+7f88,U+7f8a,U+7f8c,U+7f94,U+7f9a,U+7f9e,U+7fa4,U+7fa8-7fa9,U+7fb2,U+7fb8-7fb9,U+7fbd,U+7fc1,U+7fc5,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd4-7fd5,U+7fdf-7fe1,U+7fe9,U+7feb,U+7ff0,U+7ff9,U+7ffc,U+8000-8001,U+8003,U+8006,U+8009,U+800c,U+8010,U+8015,U+8017-8018,U+802d; +} + +/* noto-serif-kr-[75]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-75-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7a49,U+7a4d-7a4e,U+7a57,U+7a61-7a62,U+7a69,U+7a6b,U+7a70,U+7a74,U+7a76,U+7a79,U+7a7d,U+7a7f,U+7a81,U+7a84,U+7a88,U+7a92-7a93,U+7a95,U+7a98,U+7a9f,U+7aa9-7aaa,U+7aae-7aaf,U+7aba,U+7ac4-7ac5,U+7ac7,U+7aca,U+7ad7,U+7ad9,U+7add,U+7adf-7ae0,U+7ae3,U+7ae5,U+7aea,U+7aed,U+7aef,U+7af6,U+7af9-7afa,U+7aff,U+7b0f,U+7b11,U+7b19,U+7b1b,U+7b1e,U+7b20,U+7b26,U+7b2d,U+7b39,U+7b46,U+7b49,U+7b4b-7b4d,U+7b4f-7b52,U+7b54,U+7b56,U+7b60,U+7b6c,U+7b6e,U+7b75,U+7b7d,U+7b87,U+7b8b,U+7b8f,U+7b94-7b95,U+7b97,U+7b9a,U+7b9d,U+7ba1,U+7bad,U+7bb1,U+7bb4,U+7bb8,U+7bc0-7bc1,U+7bc4,U+7bc6-7bc7,U+7bc9,U+7bd2,U+7be0,U+7be4,U+7be9,U+7c07,U+7c12,U+7c1e,U+7c21,U+7c27,U+7c2a-7c2b,U+7c3d-7c3f,U+7c43,U+7c4c-7c4d,U+7c60,U+7c64,U+7c6c,U+7c73,U+7c83,U+7c89,U+7c92,U+7c95,U+7c97-7c98,U+7c9f,U+7ca5,U+7ca7,U+7cae,U+7cb1-7cb3,U+7cb9,U+7cbe,U+7cca,U+7cd6,U+7cde-7ce0,U+7ce7,U+7cfb,U+7cfe,U+7d00,U+7d02,U+7d04-7d08,U+7d0a-7d0b,U+7d0d,U+7d10,U+7d14,U+7d17-7d1b,U+7d20-7d21,U+7d2b-7d2c,U+7d2e; +} + +/* noto-serif-kr-[76]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-76-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7704,U+7708-7709,U+770b,U+771e,U+7720,U+7729,U+7737-7738,U+773a,U+773c,U+7740,U+774d,U+775b,U+7761,U+7763,U+7766,U+776b,U+7779,U+777e-777f,U+778b,U+7791,U+779e,U+77a5,U+77ac-77ad,U+77b0,U+77b3,U+77bb-77bc,U+77bf,U+77d7,U+77db-77dc,U+77e2-77e3,U+77e9,U+77ed-77ef,U+7802,U+7812,U+7825-7827,U+782c,U+7832,U+7834,U+7845,U+784f,U+785d,U+786b-786c,U+786f,U+787c,U+7881,U+7887,U+788c-788e,U+7891,U+7897,U+78a3,U+78a7,U+78a9,U+78ba-78bc,U+78c1,U+78c5,U+78ca-78cb,U+78ce,U+78d0,U+78e8,U+78ec,U+78ef,U+78f5,U+78fb,U+7901,U+790e,U+7916,U+792a-792c,U+793a,U+7940-7941,U+7947-7949,U+7950,U+7956-7957,U+795a-795d,U+7960,U+7965,U+7968,U+796d,U+797a,U+797f,U+7981,U+798d-798e,U+7991,U+79a6-79a7,U+79aa,U+79ae,U+79b1,U+79b3,U+79b9,U+79bd-79c1,U+79c9-79cb,U+79d2,U+79d5,U+79d8,U+79df,U+79e4,U+79e6-79e7,U+79e9,U+79fb,U+7a00,U+7a05,U+7a08,U+7a0b,U+7a0d,U+7a14,U+7a17,U+7a19-7a1a,U+7a1c,U+7a1f-7a20,U+7a2e,U+7a31,U+7a36-7a37,U+7a3b-7a3d,U+7a3f-7a40,U+7a46; +} + +/* noto-serif-kr-[77]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-77-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7482-7483,U+7487,U+7489,U+748b,U+7498,U+749c,U+749e-749f,U+74a1,U+74a3,U+74a5,U+74a7-74a8,U+74aa,U+74b0,U+74b2,U+74b5,U+74b9,U+74bd,U+74bf,U+74c6,U+74ca,U+74cf,U+74d4,U+74d8,U+74da,U+74dc,U+74e0,U+74e2-74e3,U+74e6,U+74ee,U+74f7,U+7501,U+7504,U+7511,U+7515,U+7518,U+751a-751b,U+7523,U+7525-7526,U+752b-752c,U+7531,U+7533,U+7538,U+753a,U+7547,U+754c,U+754f,U+7551,U+7553-7554,U+7559,U+755b-755d,U+7562,U+7565-7566,U+756a,U+756f-7570,U+7575-7576,U+7578,U+757a,U+757f,U+7586-7587,U+758a-758b,U+758e-758f,U+7591,U+759d,U+75a5,U+75ab,U+75b1-75b3,U+75b5,U+75b8-75b9,U+75bc-75be,U+75c2,U+75c5,U+75c7,U+75cd,U+75d2,U+75d4-75d5,U+75d8-75d9,U+75db,U+75e2,U+75f0,U+75f2,U+75f4,U+75fa,U+75fc,U+7600,U+760d,U+7619,U+761f-7622,U+7624,U+7626,U+763b,U+7642,U+764c,U+764e,U+7652,U+7656,U+7661,U+7664,U+7669,U+766c,U+7670,U+7672,U+7678,U+7686-7687,U+768e,U+7690,U+7693,U+76ae,U+76ba,U+76bf,U+76c2-76c3,U+76c6,U+76c8,U+76ca,U+76d2,U+76d6,U+76db-76dc,U+76de-76df,U+76e1,U+76e3-76e4,U+76e7,U+76f2,U+76fc,U+76fe,U+7701; +} + +/* noto-serif-kr-[78]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-78-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7230,U+7232,U+7235,U+723a-723b,U+723d-723e,U+7240,U+7246-7248,U+724c,U+7252,U+7258-7259,U+725b,U+725d,U+725f,U+7261-7262,U+7267,U+7272,U+727d,U+7280-7281,U+72a2,U+72a7,U+72ac,U+72af,U+72c0,U+72c2,U+72c4,U+72ce,U+72d0,U+72d7,U+72d9,U+72e1,U+72e9,U+72f8-72f9,U+72fc-72fd,U+730a,U+7316,U+731b-731d,U+7325,U+7329-732b,U+7336-7337,U+733e-733f,U+7344-7345,U+7350,U+7352,U+7357,U+7368,U+736a,U+7370,U+7372,U+7375,U+7378,U+737a-737b,U+7384,U+7386-7387,U+7389,U+738e,U+7394,U+7396-7398,U+739f,U+73a7,U+73a9,U+73ad,U+73b2-73b3,U+73b9,U+73c0,U+73c2,U+73c9-73ca,U+73cc-73cd,U+73cf,U+73d6,U+73d9,U+73dd-73de,U+73e0,U+73e3-73e6,U+73e9-73ea,U+73ed,U+73f7,U+73f9,U+73fd-73fe,U+7401,U+7403,U+7405,U+7407,U+7409,U+7413,U+741b,U+7420-7422,U+7425-7426,U+7428,U+742a-742c,U+742e-7430,U+7433-7436,U+7438,U+743a,U+743f-7441,U+7443-7444,U+744b,U+7455,U+7457,U+7459-745c,U+745e-7460,U+7462,U+7464-7465,U+7468-746a,U+746f,U+747e; +} + +/* noto-serif-kr-[79]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-79-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6f8d-6f8e,U+6f90,U+6f94,U+6f97,U+6fa3-6fa4,U+6fa7,U+6fae-6faf,U+6fb1,U+6fb3,U+6fb9,U+6fbe,U+6fc0-6fc3,U+6fca,U+6fd5,U+6fda,U+6fdf-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fef,U+6ff1,U+6ffe,U+7001,U+7005-7006,U+7009,U+700b,U+700f,U+7011,U+7015,U+7018,U+701a-701f,U+7023,U+7027-7028,U+702f,U+7037,U+703e,U+704c,U+7050-7051,U+7058,U+705d,U+7070,U+7078,U+707c-707d,U+7085,U+708a,U+708e,U+7092,U+7098-709a,U+70a1,U+70a4,U+70ab-70ad,U+70af,U+70b3,U+70b7-70b9,U+70c8,U+70cb,U+70cf,U+70d8-70d9,U+70dd,U+70df,U+70f1,U+70f9,U+70fd,U+7104,U+7109,U+710c,U+7119-711a,U+711e,U+7126,U+7130,U+7136,U+7147,U+7149-714a,U+714c,U+714e,U+7150,U+7156,U+7159,U+715c,U+715e,U+7164-7167,U+7169,U+716c,U+716e,U+717d,U+7184,U+7189-718a,U+718f,U+7192,U+7194,U+7199,U+719f,U+71a2,U+71ac,U+71b1,U+71b9-71ba,U+71be,U+71c1,U+71c3,U+71c8-71c9,U+71ce,U+71d0,U+71d2,U+71d4-71d5,U+71df,U+71e5-71e7,U+71ed-71ee,U+71fb-71fc,U+71fe-7200,U+7206,U+7210,U+721b,U+722a,U+722c-722d; +} + +/* noto-serif-kr-[80]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-80-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6d5a,U+6d5c,U+6d63,U+6d66,U+6d69-6d6a,U+6d6c,U+6d6e,U+6d74,U+6d78-6d79,U+6d7f,U+6d85,U+6d87-6d89,U+6d8c-6d8e,U+6d91,U+6d93,U+6d95,U+6daf,U+6db2,U+6db5,U+6dc0,U+6dc3-6dc7,U+6dcb,U+6dcf,U+6dd1,U+6dd8-6dda,U+6dde,U+6de1,U+6de8,U+6dea-6deb,U+6dee,U+6df1,U+6df3,U+6df5,U+6df7-6dfb,U+6e17,U+6e19-6e1b,U+6e1f-6e21,U+6e23-6e26,U+6e2b-6e2d,U+6e32,U+6e34,U+6e36,U+6e38,U+6e3a,U+6e3c-6e3e,U+6e43-6e44,U+6e4a,U+6e4d,U+6e56,U+6e58,U+6e5b-6e5c,U+6e5e-6e5f,U+6e67,U+6e6b,U+6e6e-6e6f,U+6e72-6e73,U+6e7a,U+6e90,U+6e96,U+6e9c-6e9d,U+6e9f,U+6ea2,U+6ea5,U+6eaa-6eab,U+6eaf,U+6eb1,U+6eb6,U+6eba,U+6ec2,U+6ec4-6ec5,U+6ec9,U+6ecb-6ecc,U+6ece,U+6ed1,U+6ed3-6ed4,U+6eef,U+6ef4,U+6ef8,U+6efe-6eff,U+6f01-6f02,U+6f06,U+6f0f,U+6f11,U+6f14-6f15,U+6f20,U+6f22-6f23,U+6f2b-6f2c,U+6f31-6f32,U+6f38,U+6f3f,U+6f41,U+6f51,U+6f54,U+6f57-6f58,U+6f5a-6f5b,U+6f5e-6f5f,U+6f62,U+6f64,U+6f6d-6f6e,U+6f70,U+6f7a,U+6f7c-6f7e,U+6f81,U+6f84,U+6f88; +} + +/* noto-serif-kr-[81]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-81-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6ada-6adb,U+6af6,U+6afb,U+6b04,U+6b0a,U+6b0c,U+6b12,U+6b16,U+6b20-6b21,U+6b23,U+6b32,U+6b3a,U+6b3d-6b3e,U+6b46-6b47,U+6b4e,U+6b50,U+6b5f,U+6b61-6b62,U+6b64-6b66,U+6b6a,U+6b72,U+6b77-6b78,U+6b7b,U+6b7f,U+6b83-6b84,U+6b86,U+6b89-6b8a,U+6b96,U+6b98,U+6b9e,U+6bae-6baf,U+6bb2,U+6bb5,U+6bb7,U+6bba,U+6bbc,U+6bbf,U+6bc1,U+6bc5-6bc6,U+6bcb,U+6bcf,U+6bd2-6bd3,U+6bd6-6bd8,U+6bdb,U+6beb-6bec,U+6c08,U+6c0f,U+6c13,U+6c23,U+6c37-6c38,U+6c3e,U+6c40-6c42,U+6c4e,U+6c50,U+6c55,U+6c57,U+6c5a,U+6c5d-6c60,U+6c68,U+6c6a,U+6c6d,U+6c70,U+6c72,U+6c76,U+6c7a,U+6c7d-6c7e,U+6c81-6c83,U+6c85-6c88,U+6c8c,U+6c90,U+6c92-6c96,U+6c99-6c9b,U+6cab,U+6cae,U+6cb3,U+6cb8-6cb9,U+6cbb-6cbf,U+6cc1-6cc2,U+6cc4,U+6cc9-6cca,U+6ccc,U+6cd3,U+6cd7,U+6cdb,U+6ce1-6ce3,U+6ce5,U+6ce8,U+6ceb,U+6cee-6cf0,U+6cf3,U+6d0b-6d0c,U+6d11,U+6d17,U+6d19,U+6d1b,U+6d1e,U+6d25,U+6d27,U+6d29,U+6d32,U+6d35-6d36,U+6d38-6d39,U+6d3b,U+6d3d-6d3e,U+6d41,U+6d59; +} + +/* noto-serif-kr-[82]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-82-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+67f0-67f1,U+67f3-67f6,U+67fb,U+67fe,U+6812-6813,U+6816-6817,U+6821-6822,U+682f,U+6838-6839,U+683d,U+6840-6843,U+6848,U+684e,U+6850-6851,U+6853-6854,U+686d,U+6876,U+687f,U+6881,U+6885,U+688f,U+6893-6894,U+6897,U+689d,U+689f,U+68a1-68a2,U+68a7-68a8,U+68ad,U+68af-68b1,U+68b3,U+68b5-68b6,U+68c4-68c5,U+68c9,U+68cb,U+68cd,U+68d2,U+68d5,U+68d7-68d8,U+68da,U+68df-68e0,U+68e7-68e8,U+68ee,U+68f2,U+68f9-68fa,U+6900,U+6905,U+690d-690e,U+6912,U+6927,U+6930,U+693d,U+693f,U+694a,U+6953-6955,U+6957,U+6959-695a,U+695e,U+6960-6963,U+6968,U+696b,U+696d-696f,U+6975,U+6977-6979,U+6995,U+699b-699c,U+69a5,U+69a7,U+69ae,U+69b4,U+69bb,U+69c1,U+69c3,U+69cb-69cd,U+69d0,U+69e8,U+69ea,U+69fb,U+69fd,U+69ff,U+6a02,U+6a0a,U+6a11,U+6a13,U+6a17,U+6a19,U+6a1e-6a1f,U+6a21,U+6a23,U+6a35,U+6a38-6a3a,U+6a3d,U+6a44,U+6a48,U+6a4b,U+6a52-6a53,U+6a58-6a59,U+6a5f,U+6a61,U+6a6b,U+6a80,U+6a84,U+6a89,U+6a8d-6a8e,U+6a97,U+6a9c,U+6aa3,U+6ab3,U+6abb,U+6ac2-6ac3,U+6ad3; +} + +/* noto-serif-kr-[83]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-83-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6607,U+6609-660a,U+660c,U+660f-6611,U+6613-6615,U+661e,U+6620,U+6627-6628,U+662d,U+6630-6631,U+6634,U+6636,U+663a-663b,U+6641,U+6643-6644,U+6649,U+664b,U+664f,U+6659,U+665b,U+665d-665f,U+6664-6669,U+666b,U+666e-666f,U+6673-6674,U+6676-6678,U+6684,U+6687-6689,U+668e,U+6690-6691,U+6696-6698,U+669d,U+66a0,U+66a2,U+66ab,U+66ae,U+66b2-66b4,U+66b9,U+66bb,U+66be,U+66c4,U+66c6-66c7,U+66c9,U+66d6,U+66d9,U+66dc-66dd,U+66e0,U+66e6,U+66f0,U+66f2-66f4,U+66f7,U+66f9-66fa,U+66fc,U+66fe-66ff,U+6703,U+670b,U+670d,U+6714-6715,U+6717,U+671b,U+671d-671f,U+6726-6727,U+672a-672b,U+672d-672e,U+6731,U+6736,U+673a,U+673d,U+6746,U+6749,U+674e-6751,U+6753,U+6756,U+675c,U+675e-675f,U+676d,U+676f-6770,U+6773,U+6775,U+6777,U+677b,U+677e-677f,U+6787,U+6789,U+678b,U+678f-6790,U+6793,U+6795,U+679a,U+679d,U+67af-67b0,U+67b3,U+67b6-67b8,U+67be,U+67c4,U+67cf-67d4,U+67da,U+67dd,U+67e9,U+67ec,U+67ef; +} + +/* noto-serif-kr-[84]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-84-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6392,U+6396,U+6398,U+639b,U+63a0-63a2,U+63a5,U+63a7-63aa,U+63c0,U+63c4,U+63c6,U+63cf,U+63d6,U+63da-63db,U+63e1,U+63ed-63ee,U+63f4,U+63f6-63f7,U+640d,U+640f,U+6414,U+6416-6417,U+641c,U+6422,U+642c-642d,U+643a,U+643e,U+6458,U+6460,U+6469,U+646f,U+6478-647a,U+6488,U+6491-6493,U+649a,U+649e,U+64a4-64a5,U+64ab,U+64ad-64ae,U+64b0,U+64b2,U+64bb,U+64c1,U+64c4-64c5,U+64c7,U+64ca,U+64cd-64ce,U+64d2,U+64d4,U+64d8,U+64da,U+64e1-64e2,U+64e5-64e7,U+64ec,U+64f2,U+64f4,U+64fa,U+64fe,U+6500,U+6504,U+6518,U+651d,U+6523,U+652a-652c,U+652f,U+6536-6539,U+653b,U+653e,U+6548,U+654d-654f,U+6551,U+6556-6557,U+655e,U+6562-6563,U+6566,U+656c-656d,U+6572,U+6574-6575,U+6577-6578,U+657e,U+6582-6583,U+6585,U+658c,U+6590-6591,U+6597,U+6599,U+659b-659c,U+659f,U+65a1,U+65a4-65a5,U+65a7,U+65ab-65ac,U+65af,U+65b7,U+65bc-65bd,U+65c1,U+65c5,U+65cb-65cc,U+65cf,U+65d2,U+65d7,U+65e0,U+65e3,U+65e6,U+65e8-65e9,U+65ec-65ed,U+65f1,U+65f4,U+65fa-65fd,U+65ff,U+6606; +} + +/* noto-serif-kr-[85]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-85-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+614c,U+6153,U+6155,U+6158-6159,U+615d,U+615f,U+6162-6164,U+6167-6168,U+616b,U+616e,U+6170,U+6176-6177,U+617d-617e,U+6181-6182,U+618a,U+618e,U+6190-6191,U+6194,U+6198-619a,U+61a4,U+61a7,U+61a9,U+61ab-61ac,U+61ae,U+61b2,U+61b6,U+61ba,U+61be,U+61c3,U+61c7-61cb,U+61e6,U+61f2,U+61f6-61f8,U+61fa,U+61fc,U+61ff-6200,U+6207-6208,U+620a,U+620c-620e,U+6212,U+6216,U+621a,U+621f,U+6221,U+622a,U+622e,U+6230-6231,U+6234,U+6236,U+623e-623f,U+6241,U+6247-6249,U+624d,U+6253,U+6258,U+626e,U+6271,U+6276,U+6279,U+627c,U+627f-6280,U+6284,U+6289-628a,U+6291-6292,U+6295,U+6297-6298,U+629b,U+62ab,U+62b1,U+62b5,U+62b9,U+62bc-62bd,U+62c2,U+62c7-62c9,U+62cc-62cd,U+62cf-62d0,U+62d2-62d4,U+62d6-62d9,U+62db-62dc,U+62ec-62ef,U+62f1,U+62f3,U+62f7,U+62fe-62ff,U+6301,U+6307,U+6309,U+6311,U+632b,U+632f,U+633a-633b,U+633d-633e,U+6349,U+634c,U+634f-6350,U+6355,U+6367-6368,U+636e,U+6372,U+6377,U+637a-637b,U+637f,U+6383,U+6388-6389,U+638c; +} + +/* noto-serif-kr-[86]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-86-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5f11,U+5f13-5f15,U+5f17-5f18,U+5f1b,U+5f1f,U+5f26-5f27,U+5f29,U+5f31,U+5f35,U+5f3a,U+5f3c,U+5f48,U+5f4a,U+5f4c,U+5f4e,U+5f56-5f57,U+5f59,U+5f5b,U+5f62,U+5f66-5f67,U+5f69-5f6d,U+5f70-5f71,U+5f77,U+5f79,U+5f7c,U+5f7f-5f81,U+5f85,U+5f87,U+5f8a-5f8b,U+5f90-5f92,U+5f98-5f99,U+5f9e,U+5fa0-5fa1,U+5fa8-5faa,U+5fae,U+5fb5,U+5fb9,U+5fbd,U+5fc5,U+5fcc-5fcd,U+5fd6-5fd9,U+5fe0,U+5feb,U+5ff5,U+5ffd,U+5fff,U+600f,U+6012,U+6016,U+601c,U+6020-6021,U+6025,U+6028,U+602a,U+602f,U+6041-6043,U+604d,U+6050,U+6052,U+6055,U+6059,U+605d,U+6062-6065,U+6068-606a,U+606c-606d,U+606f-6070,U+6085,U+6089,U+608c-608d,U+6094,U+6096,U+609a-609b,U+609f-60a0,U+60a3-60a4,U+60a7,U+60b0,U+60b2-60b4,U+60b6,U+60b8,U+60bc-60bd,U+60c7,U+60d1,U+60da,U+60dc,U+60df-60e1,U+60f0-60f1,U+60f6,U+60f9-60fb,U+6101,U+6106,U+6108-6109,U+610d-610e,U+6115,U+611a,U+6127,U+6130,U+6134,U+6137,U+613c,U+613e-613f,U+6142,U+6144,U+6147-6148,U+614a-614b; +} + +/* noto-serif-kr-[87]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-87-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5c40,U+5c45-5c46,U+5c48,U+5c4b,U+5c4d-5c4e,U+5c51,U+5c5b,U+5c60,U+5c62,U+5c64-5c65,U+5c6c,U+5c6f,U+5c79,U+5c90-5c91,U+5ca1,U+5ca9,U+5cab-5cac,U+5cb1,U+5cb3,U+5cb5,U+5cb7-5cb8,U+5cba,U+5cbe,U+5cc0,U+5cd9,U+5ce0,U+5ce8,U+5cef-5cf0,U+5cf4,U+5cf6,U+5cfb,U+5cfd,U+5d07,U+5d0d-5d0e,U+5d11,U+5d14,U+5d16-5d17,U+5d19,U+5d27,U+5d29,U+5d4b-5d4c,U+5d50,U+5d69,U+5d6c,U+5d6f,U+5d87,U+5d8b,U+5d9d,U+5da0,U+5da2,U+5daa,U+5db8,U+5dba,U+5dbc-5dbd,U+5dcd,U+5dd2,U+5dd6,U+5de1-5de2,U+5de5-5de8,U+5deb,U+5dee,U+5df1-5df4,U+5df7,U+5dfd-5dfe,U+5e03,U+5e06,U+5e11,U+5e16,U+5e19,U+5e1b,U+5e1d,U+5e25,U+5e2b,U+5e2d,U+5e33,U+5e36,U+5e38,U+5e3d,U+5e3f-5e40,U+5e44-5e45,U+5e47,U+5e4c,U+5e55,U+5e5f,U+5e61-5e63,U+5e72,U+5e77-5e79,U+5e7b-5e7e,U+5e84,U+5e87,U+5e8a,U+5e8f,U+5e95,U+5e97,U+5e9a,U+5e9c,U+5ea0,U+5ea7,U+5eab,U+5ead,U+5eb5-5eb8,U+5ebe,U+5ec2,U+5ec8-5eca,U+5ed0,U+5ed3,U+5ed6,U+5eda-5edb,U+5edf-5ee0,U+5ee2-5ee3,U+5eec,U+5ef3,U+5ef6-5ef7,U+5efa-5efb,U+5f01,U+5f04,U+5f0a; +} + +/* noto-serif-kr-[88]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-88-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+59be,U+59c3,U+59c6,U+59c9,U+59cb,U+59d0-59d1,U+59d3-59d4,U+59d9-59da,U+59dc-59dd,U+59e6,U+59e8,U+59ea,U+59ec,U+59ee,U+59f8,U+59fb,U+59ff,U+5a01,U+5a03,U+5a11,U+5a18,U+5a1b-5a1c,U+5a1f-5a20,U+5a25,U+5a29,U+5a36,U+5a3c,U+5a41,U+5a46,U+5a49,U+5a5a,U+5a62,U+5a66,U+5a92,U+5a9a-5a9b,U+5aa4,U+5ac1-5ac2,U+5ac4,U+5ac9,U+5acc,U+5ae1,U+5ae6,U+5ae9,U+5b05,U+5b09,U+5b0b-5b0c,U+5b16,U+5b2a,U+5b40,U+5b43,U+5b51,U+5b54-5b55,U+5b58,U+5b5a,U+5b5c-5b5d,U+5b5f,U+5b63-5b64,U+5b69,U+5b6b,U+5b70-5b71,U+5b75,U+5b7a,U+5b7c,U+5b85,U+5b87-5b88,U+5b8b,U+5b8f,U+5b93,U+5b95-5b99,U+5b9b-5b9c,U+5ba2-5ba6,U+5bac,U+5bae,U+5bb0,U+5bb3-5bb5,U+5bb8-5bb9,U+5bbf-5bc0,U+5bc2-5bc7,U+5bcc,U+5bd0,U+5bd2-5bd4,U+5bd7,U+5bde-5bdf,U+5be1-5be2,U+5be4-5be9,U+5beb-5bec,U+5bee-5bef,U+5bf5-5bf6,U+5bf8,U+5bfa,U+5c01,U+5c04,U+5c07-5c0b,U+5c0d-5c0e,U+5c16,U+5c19,U+5c24,U+5c28,U+5c31,U+5c38-5c3c,U+5c3e-5c3f; +} + +/* noto-serif-kr-[89]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-89-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5703-5704,U+5708,U+570d,U+5712-5713,U+5716,U+5718,U+572d,U+573b,U+5740,U+5742,U+5747,U+574a,U+574d-574e,U+5750-5751,U+5761,U+5764,U+5766,U+576a,U+576e,U+5770,U+5775,U+577c,U+5782,U+5788,U+578b,U+5793,U+57a0,U+57a2-57a3,U+57c3,U+57c7-57c8,U+57cb,U+57df-57e0,U+57f0,U+57f4,U+57f7,U+57f9-57fa,U+57fc,U+5800,U+5802,U+5805-5806,U+5808-580a,U+581e,U+5821,U+5824,U+5827,U+582a,U+582f-5831,U+5835,U+583a,U+584a-584b,U+584f,U+5851,U+5854,U+5857-5858,U+585a,U+585e,U+5861-5862,U+5864,U+5875,U+5879,U+587c,U+587e,U+5883,U+5885,U+5889,U+5893,U+589c,U+589e-589f,U+58a8-58a9,U+58ae,U+58b3,U+58ba-58bb,U+58be,U+58c1,U+58c5,U+58c7,U+58ce,U+58d1,U+58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e4,U+58ec,U+58ef,U+58f9-58fb,U+58fd,U+590f,U+5914-5915,U+5919,U+5922,U+592d-592e,U+5931,U+5937,U+593e,U+5944,U+5947-5949,U+594e-5951,U+5954-5955,U+5957,U+595a,U+5960,U+5962,U+5967,U+596a-596e,U+5974,U+5978,U+5982-5984,U+598a,U+5993,U+5996-5997,U+5999,U+59a5,U+59a8,U+59ac,U+59b9,U+59bb; +} + +/* noto-serif-kr-[90]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-90-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+539a,U+53a0,U+53a5-53a6,U+53ad,U+53bb,U+53c3,U+53c8-53cb,U+53cd,U+53d4,U+53d6-53d7,U+53db,U+53e1-53e3,U+53e5,U+53e9-53ed,U+53f1,U+53f3,U+53f8,U+5403-5404,U+540a,U+540e-5411,U+541b,U+541d,U+541f-5420,U+5426,U+5429,U+542b,U+5433,U+5438-5439,U+543b-543c,U+543e,U+5442,U+5448,U+544a,U+5451,U+5468,U+546a,U+5471,U+5473,U+5475,U+547b-547d,U+5480,U+5486,U+548e,U+5490,U+54a4,U+54a8,U+54ab-54ac,U+54b3,U+54b8,U+54bd,U+54c0,U+54c4,U+54c8-54c9,U+54e1,U+54e5,U+54e8,U+54ed-54ee,U+54f2,U+54fa,U+5504,U+5506-5507,U+550e,U+5510,U+551c,U+552f,U+5531,U+5535,U+553e,U+5544,U+5546,U+554f,U+5553,U+5556,U+555e,U+5563,U+557c,U+5580,U+5584,U+5586-5587,U+5589-558a,U+5598-559a,U+559c-559d,U+55a7,U+55a9-55ac,U+55ae,U+55c5,U+55c7,U+55d4,U+55da,U+55dc,U+55df,U+55e3-55e4,U+55fd-55fe,U+5606,U+5609,U+5614,U+5617,U+562f,U+5632,U+5634,U+5636,U+5653,U+5668,U+566b,U+5674,U+5686,U+56a5,U+56ac,U+56ae,U+56b4,U+56bc,U+56ca,U+56cd,U+56d1,U+56da-56db,U+56de,U+56e0,U+56f0,U+56f9-56fa; +} + +/* noto-serif-kr-[91]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-91-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+516e,U+5175-5178,U+517c,U+5180,U+5186,U+518a,U+518d,U+5192,U+5195,U+5197,U+51a0,U+51a5,U+51aa,U+51ac,U+51b6-51b7,U+51bd,U+51c4,U+51c6,U+51c9,U+51cb-51cd,U+51dc-51de,U+51e1,U+51f0-51f1,U+51f6,U+51f8-51f9,U+51fd,U+5200,U+5203,U+5207-5208,U+520a,U+520e,U+5211,U+5217,U+521d,U+5224-5225,U+522a,U+522e,U+5230,U+5236-523b,U+5243,U+5247,U+524a-524c,U+5254,U+5256,U+525b,U+525d,U+5261,U+5269-526a,U+526f,U+5272,U+5275,U+527d,U+527f,U+5283,U+5287-5289,U+528d,U+5291-5292,U+529f,U+52a3-52a4,U+52a9-52ab,U+52be,U+52c1,U+52c3,U+52c5,U+52c7,U+52c9,U+52cd,U+52d2,U+52d6,U+52d8-52d9,U+52db,U+52dd-52df,U+52e2-52e4,U+52f3,U+52f5,U+52f8,U+52fa-52fb,U+52fe-52ff,U+5305,U+5308,U+530d,U+530f-5310,U+5315,U+5319,U+5320-5321,U+5323,U+532a,U+532f,U+5339,U+533f-5341,U+5343-5344,U+5347-534a,U+534d,U+5351-5354,U+535a,U+535c,U+535e,U+5360,U+5366,U+5368,U+536f-5371,U+5374-5375,U+5377,U+537d,U+537f,U+5384,U+5393,U+5398; +} + +/* noto-serif-kr-[92]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-92-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4f43,U+4f46-4f48,U+4f4d-4f51,U+4f55,U+4f59-4f5a,U+4f69,U+4f6f-4f70,U+4f73,U+4f76,U+4f7a,U+4f7e-4f7f,U+4f81,U+4f83-4f84,U+4f86,U+4f88,U+4f8a-4f8b,U+4f8d,U+4f8f,U+4f91,U+4f96,U+4f98,U+4f9b,U+4f9d,U+4fae-4faf,U+4fb5-4fb6,U+4fbf,U+4fc2-4fc4,U+4fc9-4fca,U+4fce,U+4fd1,U+4fd3-4fd4,U+4fd7,U+4fda,U+4fdf-4fe0,U+4fee-4fef,U+4ff1,U+4ff3,U+4ff5,U+4ff8,U+4ffa,U+5002,U+5006,U+5009,U+500b,U+500d,U+5011-5012,U+5016,U+5019-501a,U+501c,U+501e-501f,U+5021,U+5023-5024,U+5026-5028,U+502a-502d,U+503b,U+5043,U+5047-5049,U+504f,U+5055,U+505a,U+505c,U+5065,U+5074-5076,U+5078,U+5080,U+5085,U+508d,U+5091,U+5098-5099,U+50ac-50ad,U+50b2-50b3,U+50b5,U+50b7,U+50be,U+50c5,U+50c9-50ca,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5,U+50e7,U+50ed,U+50f9,U+50fb,U+50ff-5101,U+5104,U+5106,U+5109,U+5112,U+511f,U+5121,U+512a,U+5132,U+5137,U+513a,U+513c,U+5140-5141,U+5143-5148,U+514b-514e,U+5152,U+515c,U+5162,U+5169-516b,U+516d; +} + +/* noto-serif-kr-[93]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-93-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+338c-339c,U+339f-33a0,U+33a2-33cb,U+33cf-33d0,U+33d3,U+33d6,U+33d8,U+33db-33dd,U+4e01,U+4e03,U+4e07-4e08,U+4e11,U+4e14-4e15,U+4e18-4e19,U+4e1e,U+4e32,U+4e38-4e39,U+4e42-4e43,U+4e45,U+4e4d-4e4f,U+4e56,U+4e58-4e59,U+4e5d-4e5e,U+4e6b,U+4e6d,U+4e73,U+4e76-4e77,U+4e7e,U+4e82,U+4e86,U+4e88,U+4e8e,U+4e90-4e92,U+4e94-4e95,U+4e98,U+4e9b,U+4e9e,U+4ea1-4ea2,U+4ea4-4ea6,U+4ea8,U+4eab,U+4ead-4eae,U+4eb6,U+4ec0-4ec1,U+4ec4,U+4ec7,U+4ecb,U+4ecd,U+4ed4-4ed5,U+4ed7-4ed9,U+4edd,U+4edf,U+4ee4,U+4ef0,U+4ef2,U+4ef6-4ef7,U+4efb,U+4f01,U+4f09,U+4f0b,U+4f0d-4f11,U+4f2f,U+4f34,U+4f36,U+4f38,U+4f3a,U+4f3c-4f3d; +} + +/* noto-serif-kr-[94]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-94-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3136,U+3138,U+313a-3140,U+3143-3144,U+3150,U+3152,U+3154-3156,U+3158-315b,U+315d-315f,U+3162,U+3164-318c,U+318e,U+3200-321b,U+3231,U+3239,U+3251-325a,U+3260-327b,U+327e-327f,U+328a-3290,U+3294,U+329e,U+32a5,U+3380-3384,U+3388-338b; +} + +/* noto-serif-kr-[95]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-95-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2f7d,U+2f7f-2f8b,U+2f8e-2f90,U+2f92-2f97,U+2f99-2fa0,U+2fa2-2fa3,U+2fa5-2fa9,U+2fac-2fb1,U+2fb3-2fbc,U+2fc1-2fca,U+2fcd-2fd4,U+3003,U+3012-3019,U+301c,U+301e-3020,U+3036,U+3041,U+3043,U+3045,U+3047,U+3049,U+304e,U+3050,U+3052,U+3056,U+305a,U+305c,U+305e,U+3062,U+3065,U+306c,U+3070-307d,U+3080,U+3085,U+3087,U+308e,U+3090-3091,U+30a1,U+30a5,U+30a9,U+30ae,U+30b1-30b2,U+30b4,U+30b6,U+30bc-30be,U+30c2,U+30c5,U+30cc,U+30d2,U+30d4,U+30d8-30dd,U+30e4,U+30e6,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+3133,U+3135; +} + +/* noto-serif-kr-[96]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-96-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2541-254b,U+25a4-25a9,U+25b1,U+25b5,U+25b9,U+25bf,U+25c1,U+25c3,U+25c9-25ca,U+25cc,U+25ce,U+25d0-25d1,U+25e6,U+25ef,U+260f,U+261d,U+261f,U+262f,U+2660,U+2664,U+2667-2669,U+266d,U+266f,U+2716,U+271a,U+273d,U+2756,U+2776-277f,U+278a-2793,U+2963,U+2965,U+2ac5-2ac6,U+2acb-2acc,U+2f00,U+2f04,U+2f06,U+2f08,U+2f0a-2f0b,U+2f11-2f12,U+2f14,U+2f17-2f18,U+2f1c-2f1d,U+2f1f-2f20,U+2f23-2f26,U+2f28-2f29,U+2f2b,U+2f2d,U+2f2f-2f32,U+2f38,U+2f3c-2f40,U+2f42-2f4c,U+2f4f-2f52,U+2f54-2f58,U+2f5a-2f66,U+2f69-2f70,U+2f72-2f76,U+2f78,U+2f7a-2f7c; +} + +/* noto-serif-kr-[97]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-97-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2479-2487,U+249c-24d1,U+24d3-24d7,U+24d9-24e9,U+24eb-24f4,U+2500-2501,U+2503,U+250c-2513,U+2515-2516,U+2518-2540; +} + +/* noto-serif-kr-[98]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-98-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+215b-215e,U+2162-2169,U+2170-2179,U+2195-2199,U+21b0-21b4,U+21bc,U+21c0,U+21c4-21c5,U+21cd,U+21cf-21d4,U+21e0-21e3,U+21e6-21e9,U+2200,U+2202-2203,U+2206-2209,U+220b-220c,U+220f,U+2211,U+2213,U+221a,U+221d-2220,U+2222,U+2225-2227,U+2229-222c,U+222e,U+2234-2237,U+223d,U+2243,U+2245,U+2248,U+2250-2253,U+225a,U+2260-2262,U+2264-2267,U+226a-226b,U+226e-2273,U+2276-2277,U+2279-227b,U+2280-2287,U+228a-228b,U+2295-2297,U+22a3-22a5,U+22bb-22bc,U+22ce-22cf,U+22da-22db,U+22ee-22ef,U+2306,U+2312,U+2314,U+2467-2478; +} + +/* noto-serif-kr-[99]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-99-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+81-82,U+84,U+a2-a5,U+a7-a8,U+aa,U+ac-ad,U+b1-b3,U+b6,U+b8-ba,U+bc-be,U+c0,U+c2,U+c6-cb,U+ce-d0,U+d4,U+d8-d9,U+db-dc,U+de-df,U+e6,U+eb,U+ee-f0,U+f4,U+f7-f9,U+fb,U+fe-ff,U+111,U+126-127,U+132-133,U+138,U+13f-142,U+149-14b,U+152-153,U+166-167,U+2bc,U+2c7,U+2d0,U+2d8-2d9,U+2db-2dd,U+391-394,U+396-3a1,U+3a3-3a9,U+3b2-3b6,U+3b8,U+3bc,U+3be-3c1,U+3c3-3c9,U+2010,U+2015-2016,U+2018-2019,U+201b,U+201f-2021,U+2025,U+2030,U+2033-2036,U+203c,U+203e,U+2042,U+2074,U+207a-207f,U+2081-2084,U+2109,U+2113,U+2116,U+2121,U+2126,U+212b,U+2153-2154; +} + +/* noto-serif-kr-[100]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-100-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+e8,U+2da,U+2160,U+2194,U+3054,U+3058,U+306d,U+3086,U+308d,U+30ac,U+30bb,U+30c4,U+30cd-30ce,U+30e2,U+3132,U+3146,U+3149,U+339d,U+4e3b,U+4f0a,U+4fdd,U+4fe1,U+5409,U+540c,U+5834,U+592a-592b,U+5b9a,U+5dde,U+5e0c,U+5e73,U+5f0f,U+60f3,U+653f,U+661f,U+662f,U+667a,U+683c,U+6b4c,U+6c11,U+767c,U+76ee,U+76f4,U+77f3,U+79d1,U+7a7a,U+7b2c,U+7d22,U+8207,U+8a00,U+8a71,U+9280,U+9580,U+958b,U+96c6,U+9762,U+98df,U+9ed1,U+ac2d,U+adc8,U+add3,U+af48,U+b014,U+b134-b135,U+b158,U+b2aa,U+b35f,U+b6a4,U+b9cf,U+bb63,U+bd23,U+be91,U+c29b,U+c3f4,U+c42c,U+c55c,U+c573,U+c58f,U+c78c,U+c7dd,U+c8f5,U+cad1,U+cc48,U+cf10,U+cf20,U+d03c,U+d07d,U+d2a0,U+d30e,U+d38d,U+d3a8,U+d3c8,U+d5e5,U+d5f9,U+d6e4,U+f90a,U+ff02,U+ff1c; +} + +/* noto-serif-kr-[101]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-101-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3b1,U+2466,U+25a1,U+25a3,U+261c,U+3008-3009,U+305b,U+305d,U+3069,U+30a7,U+30ba,U+30cf,U+30ef,U+3151,U+3157,U+4e4b,U+4e5f,U+4e8c,U+4eca,U+4ed6,U+4f5b,U+50cf,U+5149,U+5165,U+5171,U+5229,U+529b,U+5316,U+539f,U+53f2,U+571f,U+5728,U+58eb,U+591c,U+5b78,U+5c11,U+5c55,U+5ddd,U+5e02,U+5fb7,U+60c5,U+610f,U+611f,U+6625,U+66f8,U+6797,U+679c,U+682a,U+6d2a,U+706b,U+7406,U+767b,U+76f8,U+77e5,U+7acb,U+898b,U+8a69,U+8def,U+8fd1,U+901a,U+90e8,U+91cd,U+975e,U+ae14,U+ae6c,U+aec0,U+afc7,U+afc9,U+b01c,U+b028,U+b308,U+b311,U+b314,U+b31c,U+b524,U+b560,U+b764,U+b920,U+b9e3,U+bd48,U+be7d,U+c0db,U+c231,U+c270,U+c2e3,U+c37d,U+c3ed,U+c530,U+c6a5,U+c6dc,U+c7a4,U+c954,U+c974,U+d000,U+d565,U+d667,U+d6c5,U+d79d,U+ff1e; +} + +/* noto-serif-kr-[102]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-102-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+131,U+2032,U+2465,U+2642,U+3048,U+3051,U+3083-3084,U+308f,U+30c0,U+30d1,U+30d3,U+30d6,U+30df,U+30e7,U+3153,U+4e16,U+4e8b,U+4ee5,U+5206,U+52a0,U+52d5,U+53e4,U+53ef,U+54c1,U+57ce,U+597d,U+5b8c,U+5ea6,U+5f8c,U+5f97,U+6210,U+6240,U+624b,U+6728,U+6bd4,U+7236,U+7269,U+7279,U+738b,U+7528,U+7530,U+767e,U+798f,U+8005,U+8a18,U+90fd,U+91cc,U+9577,U+9593,U+98a8,U+ac20,U+acf6,U+ad90,U+af5d,U+af80,U+afcd,U+aff0,U+b0a1,U+b0b5,U+b1fd,U+b2fc,U+b380,U+b51b,U+b584,U+b5b3,U+b8fd,U+b93c,U+b9f4,U+bb44,U+bc08,U+bc27,U+bc49,U+be55,U+be64,U+bfb0,U+bfc5,U+c178,U+c21f,U+c314,U+c4f1,U+c58d,U+c664,U+c698,U+c6a7,U+c6c1,U+c9ed,U+cac0,U+cacc,U+cad9,U+ccb5,U+cdcc,U+d0e4,U+d143,U+d320,U+d330,U+d54d,U+ff06,U+ff1f,U+ff5e; +} + +/* noto-serif-kr-[103]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-103-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b4,U+20a9,U+20ac,U+2190,U+24d8,U+2502,U+2514,U+2592,U+25c7-25c8,U+2663,U+3060,U+3064,U+3081,U+3088,U+30a3,U+30a6,U+30aa,U+30b5,U+30c7,U+30ca-30cb,U+30d0,U+30e3,U+30e5,U+339e,U+4e09,U+4eac,U+4f5c,U+5167-5168,U+516c,U+51fa,U+5408,U+540d,U+591a,U+5b57,U+6211,U+65b9,U+660e,U+6642,U+6700,U+6b63,U+6e2f,U+7063,U+7532,U+793e,U+81ea,U+8272,U+82b1,U+897f,U+8eca,U+91ce,U+ac38,U+ad76,U+ae84,U+aecc,U+b07d,U+b0b1,U+b215,U+b2a0,U+b310,U+b3d7,U+b52a,U+b618,U+b775,U+b797,U+bcd5,U+bd59,U+be80,U+bea8,U+bed1,U+bee4-bee5,U+c060,U+c2ef,U+c329,U+c3dc,U+c597,U+c5bd,U+c5e5,U+c69c,U+c9d6,U+ca29,U+ca5c,U+ca84,U+cc39,U+cc3b,U+ce89,U+cee5,U+cf65,U+cf85,U+d058,U+d145,U+d22d,U+d325,U+d37d,U+d3ad,U+d769,U+ff0c; +} + +/* noto-serif-kr-[104]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-104-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2161,U+2228,U+2299,U+2464,U+2517,U+2640,U+3042,U+304a,U+3053,U+3061,U+307f,U+3082,U+308c,U+3092,U+30a8,U+30ab,U+30ad,U+30b0,U+30b3,U+30b7,U+30c1,U+30c6,U+30c9,U+30d5,U+30d7,U+30de,U+30e0-30e1,U+30ec-30ed,U+4e0b,U+4e0d,U+4ee3,U+53f0,U+548c,U+5b89,U+5bb6,U+5c0f,U+611b,U+6771,U+6aa2,U+6bcd,U+6c34,U+6cd5,U+6d77,U+767d,U+795e,U+8ecd,U+9999,U+9ad8,U+ac07,U+ac1a,U+ac40,U+ad0c,U+ad88,U+ada4,U+ae01,U+ae65,U+aebd,U+aec4,U+afe8,U+b139,U+b205,U+b383,U+b38c,U+b42c,U+b461,U+b55c,U+b78f,U+b8fb,U+b9f7,U+bafc,U+bc99,U+bed8,U+bfcd,U+c0bf,U+c0f9,U+c167,U+c204,U+c20f,U+c22f,U+c258,U+c298,U+c2bc,U+c388,U+c501,U+c50c,U+c5b9,U+c5ce,U+c641,U+c648,U+c73d,U+ca50,U+ca61,U+cc4c,U+ceac,U+d0d4,U+d5f7,U+d6d7,U+ff1a; +} + +/* noto-serif-kr-[105]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-105-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2103,U+2463,U+25c6,U+25cb,U+266c,U+3001,U+300a,U+3046,U+304c-304d,U+304f,U+3055,U+3059,U+3063,U+3066-3068,U+306f,U+3089,U+30b8,U+30bf,U+314f,U+4e0a,U+570b,U+5730,U+5916,U+5929,U+5c71,U+5e74,U+5fc3,U+601d,U+6027,U+63d0,U+6709,U+6734,U+751f,U+7684,U+82f1,U+9053,U+91d1,U+97f3,U+ac2f,U+ac4d,U+adc4,U+ade4,U+ae41,U+ae4d-ae4e,U+aed1,U+afb9,U+b0e0,U+b299,U+b365,U+b46c,U+b480,U+b4c8,U+b7b4,U+b819,U+b918,U+baab,U+bab9,U+be8f,U+bed7,U+c0ec,U+c19f,U+c1a5,U+c3d9,U+c464,U+c53d,U+c553,U+c570,U+c5cc,U+c633,U+c6a4,U+c7a3,U+c7a6,U+c886,U+c9d9-c9da,U+c9ec,U+ca0c,U+cc21,U+cd1b,U+cd78,U+cdc4,U+cef8,U+cfe4,U+d0a5,U+d0b5,U+d0ec,U+d15d,U+d188,U+d23c,U+d2ac,U+d729,U+d79b,U+ff01,U+ff08-ff09,U+ff5c; +} + +/* noto-serif-kr-[106]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-106-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2039-203a,U+223c,U+25b3,U+25b7,U+25bd,U+25cf,U+266a,U+3002,U+300b,U+304b,U+3057,U+305f,U+306a-306b,U+307e,U+308a-308b,U+3093,U+30a2,U+30af,U+30b9,U+30c3,U+30c8,U+30e9-30eb,U+33a1,U+4e00,U+524d,U+5357,U+5b50,U+7121,U+884c,U+9751,U+ac94,U+aebe,U+aecd,U+af08,U+af41,U+af49,U+b010,U+b053,U+b109,U+b11b,U+b128,U+b154,U+b291,U+b2e6,U+b301,U+b385,U+b525,U+b5b4,U+b729,U+b72f,U+b738,U+b7ff,U+b837,U+b975,U+ba67,U+bb47,U+bc1f,U+bd90,U+bfd4,U+c27c,U+c324,U+c379,U+c3e0,U+c465,U+c53b,U+c58c,U+c610,U+c653,U+c6cd,U+c813,U+c82f,U+c999,U+c9e0,U+cac4,U+cad3,U+cbd4,U+cc10,U+cc22,U+ccb8,U+ccbc,U+cda5,U+ce84,U+cea3,U+cf67,U+cfe1,U+d241,U+d30d,U+d31c,U+d391,U+d401,U+d479,U+d5c9,U+d5db,U+d649,U+d6d4; +} + +/* noto-serif-kr-[107]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-107-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b0,U+e9,U+2193,U+2462,U+260e,U+261e,U+300e-300f,U+3044,U+30a4,U+30fb-30fc,U+314d,U+5973,U+6545,U+6708,U+7537,U+ac89,U+ac9c,U+acc1,U+ad04,U+ad75,U+ad7d,U+ae45,U+ae61,U+af42,U+b0ab,U+b0af,U+b0b3,U+b12c,U+b194,U+b1a8,U+b220,U+b258,U+b284,U+b2ff,U+b315,U+b371,U+b3d4-b3d5,U+b460,U+b527,U+b534,U+b810,U+b818,U+b98e,U+ba55,U+bbac,U+bc0b,U+bc40,U+bca1,U+bccd,U+bd93,U+be54,U+be5a,U+bf08,U+bf50,U+bf55,U+bfdc,U+c0c0,U+c0d0,U+c0f4,U+c100,U+c11e,U+c170,U+c20d,U+c274,U+c290,U+c308,U+c369,U+c539,U+c587,U+c5ff,U+c6ec,U+c70c,U+c7ad,U+c7c8,U+c83c,U+c881,U+cb48,U+cc60,U+ce69,U+ce6b,U+ce75,U+cf04,U+cf08,U+cf55,U+cf70,U+cffc,U+d0b7,U+d1a8,U+d2c8,U+d384,U+d47c,U+d48b,U+d5dd,U+d5e8,U+d720,U+d759,U+f981; +} + +/* noto-serif-kr-[108]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-108-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+e0,U+e2,U+395,U+3b7,U+3ba,U+2460-2461,U+25a0,U+3010-3011,U+306e,U+30f3,U+314a,U+314c,U+5927,U+65b0,U+7e41,U+97d3,U+9ad4,U+ad49,U+ae0b,U+ae0d,U+ae43,U+ae5d,U+aecf,U+af3c,U+af64,U+afd4,U+b080,U+b084,U+b0c5,U+b10c,U+b1e8,U+b2ac,U+b36e,U+b451,U+b515,U+b540,U+b561,U+b6ab,U+b6b1,U+b72c,U+b730,U+b744,U+b800,U+b8ec,U+b8f0,U+b904,U+b968,U+b96d,U+b987,U+b9d9,U+bb36,U+bb49,U+bc2d,U+bc43,U+bcf6,U+bd89,U+be57,U+be61,U+bed4,U+c090,U+c130,U+c148,U+c19c,U+c2f9,U+c36c,U+c37c,U+c384,U+c3df,U+c575,U+c584,U+c660,U+c719,U+c816,U+ca4d,U+ca54,U+cabc,U+cb49,U+cc14,U+cff5,U+d004,U+d038,U+d0b4,U+d0d3,U+d0e0,U+d0ed,U+d131,U+d1b0,U+d31f,U+d33d,U+d3a0,U+d3ab,U+d514,U+d584,U+d6a1,U+d6cc,U+d749,U+d760,U+d799; +} + +/* noto-serif-kr-[109]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-109-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+24,U+60,U+3b9,U+3bb,U+3bd,U+2191,U+2606,U+300c-300d,U+3131,U+3134,U+3139,U+3141-3142,U+3148,U+3161,U+3163,U+321c,U+4eba,U+5317,U+ac31,U+ac77,U+ac9f,U+acb9,U+acf0-acf1,U+acfd,U+ad73,U+af3d,U+b00c,U+b04a,U+b057,U+b0c4,U+b188,U+b1cc,U+b214,U+b2db,U+b2ee,U+b304,U+b4ed,U+b518,U+b5bc,U+b625,U+b69c-b69d,U+b7ac,U+b801,U+b86c,U+b959,U+b95c,U+b985,U+ba48,U+bb58,U+bc0c,U+bc38,U+bc85,U+bc9a,U+bf40,U+c068,U+c0bd,U+c0cc,U+c12f,U+c149,U+c1e0,U+c22b,U+c22d,U+c250,U+c2fc,U+c300,U+c313,U+c370,U+c3d8,U+c557,U+c580,U+c5e3,U+c62e,U+c634,U+c6f0,U+c74d,U+c783,U+c78e,U+c796,U+c7bc,U+c92c,U+ca4c,U+cc1c,U+cc54,U+cc59,U+ce04,U+cf30,U+cfc4,U+d140,U+d321,U+d38c,U+d399,U+d54f,U+d587,U+d5d0,U+d6e8,U+d770; +} + +/* noto-serif-kr-[110]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-110-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d7,U+ea,U+fc,U+2192,U+25bc,U+3000,U+3137,U+3145,U+315c,U+7f8e,U+ac13,U+ac71,U+ac90,U+acb8,U+ace7,U+ad7f,U+ae50,U+aef4,U+af34,U+afbc,U+b048,U+b09a,U+b0ad,U+b0bc,U+b113,U+b125,U+b141,U+b20c,U+b2d9,U+b2ed,U+b367,U+b369,U+b374,U+b3cb,U+b4ec,U+b611,U+b760,U+b81b,U+b834,U+b8b0,U+b8e1,U+b989,U+b9d1,U+b9e1,U+b9fa,U+ba4d,U+ba78,U+bb35,U+bb54,U+bbf9,U+bc11,U+bcb3,U+bd05,U+bd95,U+bdd4,U+be10,U+bed0,U+bf51,U+c0d8,U+c232,U+c2b7,U+c2eb,U+c378,U+c500,U+c52c,U+c549,U+c568,U+c598,U+c5c9,U+c61b,U+c639,U+c67c,U+c717,U+c78a,U+c80a,U+c90c-c90d,U+c950,U+c9e7,U+cbe4,U+cca9,U+cce4,U+cdb0,U+ce78,U+ce94,U+ce98,U+cf8c,U+d018,U+d034,U+d0f1,U+d1b1,U+d280,U+d2f8,U+d338,U+d380,U+d3b4,U+d610,U+d69f,U+d6fc,U+d758; +} + +/* noto-serif-kr-[111]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-111-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+e7,U+2022,U+203b,U+25c0,U+2605,U+2661,U+3147,U+318d,U+672c,U+8a9e,U+acaa,U+acbc,U+ad1c,U+ae4a,U+ae5c,U+b044,U+b054,U+b0c8-b0c9,U+b2a6,U+b2d0,U+b35c,U+b364,U+b428,U+b454,U+b465,U+b4b7,U+b4e3,U+b51c,U+b5a1,U+b784,U+b790,U+b7ab,U+b7f4,U+b82c,U+b835,U+b8e9,U+b8f8,U+b9d8,U+b9f9,U+ba5c,U+ba64,U+babd,U+bb18,U+bb3b,U+bbff,U+bc0d,U+bc45,U+bc97,U+bcbc,U+be45,U+be75,U+be7c,U+bfcc,U+c0b6,U+c0f7,U+c14b,U+c2b4,U+c30d,U+c4f8,U+c5bb,U+c5d1,U+c5e0,U+c5ee,U+c5fd,U+c606,U+c6c5,U+c6e0,U+c708,U+c81d,U+c820,U+c824,U+c878,U+c918,U+c96c,U+c9e4,U+c9f1,U+cc2e,U+cd09,U+cea1,U+cef5,U+cef7,U+cf64,U+cf69,U+cfe8,U+d035,U+d0ac,U+d230,U+d234,U+d2f4,U+d31d,U+d575,U+d578,U+d608,U+d614,U+d718,U+d751,U+d761,U+d78c,U+d790; +} + +/* noto-serif-kr-[112]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-112-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2665,U+3160,U+4e2d,U+6587,U+65e5,U+ac12,U+ac14,U+ac16,U+ac81,U+ad34,U+ade0,U+ae54,U+aebc,U+af2c,U+afc0,U+afc8,U+b04c,U+b08c,U+b099,U+b0a9,U+b0ac,U+b0ae,U+b0b8,U+b123,U+b179,U+b2e5,U+b2f7,U+b4c0,U+b531,U+b538,U+b545,U+b550,U+b5a8,U+b6f0,U+b728,U+b73b,U+b7ad,U+b7ed,U+b809,U+b864,U+b86d,U+b871,U+b9bf,U+b9f5,U+ba40,U+ba4b,U+ba58,U+ba87,U+baac,U+bbc0,U+bc16,U+bc34,U+bd07,U+bd99,U+be59,U+bfd0,U+c058,U+c0e4,U+c0f5,U+c12d,U+c139,U+c228,U+c529,U+c5c7,U+c635,U+c637,U+c735,U+c77d,U+c787,U+c789,U+c8c4,U+c989,U+c98c,U+c9d0,U+c9d3,U+cc0c,U+cc99,U+cd0c,U+cd2c,U+cd98,U+cda4,U+ce59,U+ce60,U+ce6d,U+cea0,U+d0d0-d0d1,U+d0d5,U+d14d,U+d1a4,U+d29c,U+d2f1,U+d301,U+d39c,U+d3bc,U+d4e8,U+d540,U+d5ec,U+d640,U+d750; +} + +/* noto-serif-kr-[113]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-113-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5e,U+25b2,U+25b6,U+314e,U+ac24,U+ace1,U+ace4,U+ae68,U+af2d,U+b0d0,U+b0e5,U+b150,U+b155,U+b193,U+b2c9,U+b2dd,U+b3c8,U+b3fc,U+b410,U+b458,U+b4dd,U+b5a0,U+b5a4,U+b5bb,U+b7b5,U+b838,U+b840,U+b86f,U+b8f9,U+b960,U+b9e5,U+bab8,U+bb50,U+bc1d,U+bc24-bc25,U+bca8,U+bcbd,U+bd04,U+bd10,U+bd24,U+be48,U+be5b,U+be68,U+c05c,U+c12c,U+c140,U+c15c,U+c168,U+c194,U+c219,U+c27d,U+c2a8,U+c2f1,U+c2f8,U+c368,U+c554-c555,U+c559,U+c564,U+c5d8,U+c5fc,U+c625,U+c65c,U+c6b1,U+c728,U+c794,U+c84c,U+c88c,U+c8e0,U+c8fd,U+c998,U+c9dd,U+cc0d,U+cc30,U+ceec,U+cf13,U+cf1c,U+cf5c,U+d050,U+d07c,U+d0a8,U+d134,U+d138,U+d154,U+d1f4,U+d2bc,U+d329,U+d32c,U+d3d0,U+d3f4,U+d3fc,U+d56b,U+d5cc,U+d600-d601,U+d639,U+d6c8,U+d754,U+d765; +} + +/* noto-serif-kr-[114]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-114-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3c-3d,U+2026,U+24d2,U+314b,U+ac11,U+acf3,U+ad74,U+ad81,U+adf9,U+ae34,U+af43,U+afb8,U+b05d,U+b07c,U+b110,U+b118,U+b17c,U+b180,U+b18d,U+b192,U+b2cc,U+b355,U+b378,U+b4a4,U+b4ef,U+b78d,U+b799,U+b7a9,U+b7fd,U+b807,U+b80c,U+b839,U+b9b4,U+b9db,U+ba3c,U+bab0,U+bba4,U+bc94,U+be4c,U+c154,U+c1c4,U+c26c,U+c2ac,U+c2ed,U+c4f4,U+c55e,U+c561,U+c571,U+c5b5,U+c5c4,U+c654-c655,U+c695,U+c6e8,U+c6f9,U+c724,U+c751,U+c775,U+c7a0,U+c7c1,U+c874,U+c880,U+c9d5,U+c9f8,U+cabd,U+cc29,U+cc2c,U+cca8,U+ccab,U+ccd0,U+ce21,U+ce35,U+ce7c,U+ce90,U+cee8,U+cef4,U+cfe0,U+d070,U+d0b9,U+d0c1,U+d0c4,U+d0c8,U+d15c,U+d1a1,U+d2c0,U+d300,U+d314,U+d3ed,U+d478,U+d480,U+d48d,U+d508,U+d53d,U+d5e4,U+d611,U+d61c,U+d68d,U+d6a8,U+d798; +} + +/* noto-serif-kr-[115]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-115-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+23,U+25,U+5f,U+a9,U+ac08,U+ac78,U+aca8,U+acac,U+ace8,U+ad70,U+adc0,U+addc,U+b137,U+b140,U+b208,U+b290,U+b2f5,U+b3c5,U+b3cc,U+b420,U+b429,U+b529,U+b530,U+b77d,U+b79c,U+b7a8,U+b7c9,U+b7f0,U+b7fc,U+b828,U+b860,U+b9ad,U+b9c1,U+b9c9,U+b9dd-b9de,U+b9e8,U+ba38-ba39,U+babb,U+bc00,U+bc8c,U+bca0,U+bca4,U+bcd1,U+bcfc,U+bd09,U+bdf0,U+be60,U+c0ad,U+c0b4,U+c0bc,U+c190,U+c1fc,U+c220,U+c288,U+c2b9,U+c2f6,U+c528,U+c545,U+c558,U+c5bc,U+c5d4,U+c600,U+c644,U+c6c0,U+c6c3,U+c721,U+c798,U+c7a1,U+c811,U+c838,U+c871,U+c904,U+c990,U+c9dc,U+cc38,U+cc44,U+cca0,U+cd1d,U+cd95,U+cda9,U+ce5c,U+cf00,U+cf58,U+d150,U+d22c,U+d305,U+d328,U+d37c,U+d3f0,U+d551,U+d5a5,U+d5c8,U+d5d8,U+d63c,U+d64d,U+d669,U+d734,U+d76c; +} + +/* noto-serif-kr-[116]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-116-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+26,U+2b,U+3e,U+40,U+7e,U+ac01,U+ac19,U+ac1d,U+aca0,U+aca9,U+acb0,U+ad8c,U+ae09,U+ae38,U+ae40,U+aed8,U+b09c,U+b0a0,U+b108,U+b204,U+b298,U+b2d8,U+b2eb-b2ec,U+b2f4,U+b313,U+b358,U+b450,U+b4e0,U+b54c,U+b610,U+b780,U+b78c,U+b791,U+b8e8,U+b958,U+b974,U+b984,U+b9b0,U+b9bc-b9bd,U+b9ce,U+ba70,U+bbfc,U+bc0f,U+bc15,U+bc1b,U+bc31,U+bc95,U+bcc0,U+bcc4,U+bd81,U+bd88,U+c0c8,U+c11d,U+c13c,U+c158,U+c18d,U+c1a1,U+c21c,U+c4f0,U+c54a,U+c560,U+c5b8,U+c5c8,U+c5f4,U+c628,U+c62c,U+c678,U+c6cc,U+c808,U+c810,U+c885,U+c88b,U+c900,U+c988,U+c99d,U+c9c8,U+cc3d-cc3e,U+cc45,U+cd08,U+ce20,U+cee4,U+d074,U+d0a4,U+d0dd,U+d2b9,U+d3b8,U+d3c9,U+d488,U+d544,U+d559,U+d56d,U+d588,U+d615,U+d648,U+d655,U+d658,U+d65c; +} + +/* noto-serif-kr-[117]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-117-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d,U+48,U+7c,U+ac10,U+ac15,U+ac74,U+ac80,U+ac83,U+acc4,U+ad11,U+ad50,U+ad6d,U+adfc,U+ae00,U+ae08,U+ae4c,U+b0a8,U+b124,U+b144,U+b178,U+b274,U+b2a5,U+b2e8,U+b2f9,U+b354,U+b370,U+b418,U+b41c,U+b4f1,U+b514,U+b798,U+b808,U+b824-b825,U+b8cc,U+b978,U+b9d0,U+b9e4,U+baa9,U+bb3c,U+bc18,U+bc1c,U+bc30,U+bc84,U+bcf5,U+bcf8,U+bd84,U+be0c,U+be14,U+c0b0,U+c0c9,U+c0dd,U+c124,U+c2dd,U+c2e4,U+c2ec,U+c54c,U+c57c-c57d,U+c591,U+c5c5-c5c6,U+c5ed,U+c608,U+c640,U+c6b8,U+c6d4,U+c784,U+c7ac,U+c800-c801,U+c9c1,U+c9d1,U+cc28,U+cc98,U+cc9c,U+ccad,U+cd5c,U+cd94,U+cd9c,U+cde8,U+ce68,U+cf54,U+d0dc,U+d14c,U+d1a0,U+d1b5,U+d2f0,U+d30c,U+d310,U+d398,U+d45c,U+d50c,U+d53c,U+d560,U+d568,U+d589,U+d604,U+d6c4,U+d788; +} + +/* noto-serif-kr-[118]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-118-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+39,U+49,U+4d-4e,U+a0,U+ac04,U+ac1c,U+ac70,U+ac8c,U+acbd,U+acf5,U+acfc,U+ad00,U+ad6c,U+adf8,U+b098,U+b0b4,U+b294,U+b2c8,U+b300,U+b3c4,U+b3d9,U+b4dc,U+b4e4,U+b77c,U+b7ec,U+b85d,U+b97c,U+b9c8,U+b9cc,U+ba54,U+ba74,U+ba85,U+baa8,U+bb34,U+bb38,U+bbf8,U+bc14,U+bc29,U+bc88,U+bcf4,U+bd80,U+be44,U+c0c1,U+c11c,U+c120,U+c131,U+c138,U+c18c,U+c218,U+c2b5,U+c2e0,U+c544,U+c548,U+c5b4,U+c5d0,U+c5ec,U+c5f0,U+c601,U+c624,U+c694,U+c6a9,U+c6b0,U+c6b4,U+c6d0,U+c704,U+c720,U+c73c,U+c740,U+c744,U+c74c,U+c758,U+c77c,U+c785,U+c788,U+c790-c791,U+c7a5,U+c804,U+c815,U+c81c,U+c870,U+c8fc,U+c911,U+c9c4,U+ccb4,U+ce58,U+ce74,U+d06c,U+d0c0,U+d130,U+d2b8,U+d3ec,U+d504,U+d55c,U+d569,U+d574,U+d638,U+d654,U+d68c; +} + +/* noto-serif-kr-[119]-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-119-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558; +} + +/* noto-serif-kr-cyrillic-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-cyrillic-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-kr-vietnamese-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-vietnamese-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-kr-latin-ext-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-latin-ext-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* noto-serif-kr-latin-wght-normal */ +@font-face { + font-family: 'Noto Serif KR Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-kr-latin-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-sc/CHANGELOG.md b/fonts/variable/noto-serif-sc/CHANGELOG.md new file mode 100644 index 00000000000..e798685bbf8 --- /dev/null +++ b/fonts/variable/noto-serif-sc/CHANGELOG.md @@ -0,0 +1,2 @@ +# Changelog +See the [Fontsource CHANGELOG.md](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md). \ No newline at end of file diff --git a/fonts/variable/noto-serif-sc/LICENSE b/fonts/variable/noto-serif-sc/LICENSE new file mode 100644 index 00000000000..664f22fa729 --- /dev/null +++ b/fonts/variable/noto-serif-sc/LICENSE @@ -0,0 +1,93 @@ +(c) 2017-2023 Adobe (http://www.adobe.com/). + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/fonts/variable/noto-serif-sc/README.md b/fonts/variable/noto-serif-sc/README.md new file mode 100644 index 00000000000..ad0b9b06e59 --- /dev/null +++ b/fonts/variable/noto-serif-sc/README.md @@ -0,0 +1,48 @@ +# Fontsource Noto Serif SC + +[![npm (scoped)](https://img.shields.io/npm/v/@fontsource-variable/noto-serif-sc?color=brightgreen)](https://www.npmjs.com/package/@fontsource-variable/noto-serif-sc) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource-variable/noto-serif-sc)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource-variable/noto-serif-sc)](https://github.com/fontsource/fontsource) [![GitHub stars](https://img.shields.io/github/stars/fontsource/fontsource.svg?style=social&label=Star)](https://github.com/fontsource/fontsource/stargazers) + +The CSS and web font files to easily self-host the “Noto Serif SC” variable font. Please visit the main [Fontsource website](https://fontsource.org/fonts/noto-serif-sc) to view more details on this package. + +## Quick Installation + +Fontsource offers multiple methods to import the CSS, including using a bundler like Vite or using SASS. You can find full documentation [here](https://fontsource.org/docs/getting-started/introduction). + +```javascript +npm install @fontsource-variable/noto-serif-sc +``` + +Within your app entry file or site component, import it in. + +```javascript +import "@fontsource-variable/noto-serif-sc"; // Defaults to wght axis +import "@fontsource-variable/noto-serif-sc/wght.css"; // Specify axis +import "@fontsource-variable/noto-serif-sc/wght-italic.css"; // Specify axis and style +``` + +Supported variables: +- Weights: `[200,300,400,500,600,700,800,900]` +- Styles: `[normal]` +- Subsets: `[chinese-simplified,cyrillic,latin,latin-ext,vietnamese]` +- Axes: `[wght]` + +> Note: `italic` may not be supported by all fonts. To learn more about what axes and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/noto-serif-sc). + +Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS. + +```css +body { + font-family: "Noto Serif SC Variable"; +} +``` + +## Licensing +Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0. + +(c) 2017-2023 Adobe (http://www.adobe.com/). +[OFL-1.1](http://scripts.sil.org/OFL) + +## Other Notes +Font version (provided by source): `v30`. + +If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-100-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-100-wght-normal.woff2 new file mode 100644 index 00000000000..e01ca495f42 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-100-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-101-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-101-wght-normal.woff2 new file mode 100644 index 00000000000..c2119d3334d Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-101-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-102-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-102-wght-normal.woff2 new file mode 100644 index 00000000000..5081c528b0d Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-102-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-103-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-103-wght-normal.woff2 new file mode 100644 index 00000000000..bb1da5e9b7c Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-103-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-104-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-104-wght-normal.woff2 new file mode 100644 index 00000000000..6a72e4458b6 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-104-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-105-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-105-wght-normal.woff2 new file mode 100644 index 00000000000..20dd04a0a6a Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-105-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-106-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-106-wght-normal.woff2 new file mode 100644 index 00000000000..d2678fdf096 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-106-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-107-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-107-wght-normal.woff2 new file mode 100644 index 00000000000..f638b834230 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-107-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-108-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-108-wght-normal.woff2 new file mode 100644 index 00000000000..72e876a1818 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-108-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-109-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-109-wght-normal.woff2 new file mode 100644 index 00000000000..8fb4bc0e7ab Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-109-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-110-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-110-wght-normal.woff2 new file mode 100644 index 00000000000..ebb5584fdc7 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-110-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-111-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-111-wght-normal.woff2 new file mode 100644 index 00000000000..5b6330b4538 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-111-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-112-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-112-wght-normal.woff2 new file mode 100644 index 00000000000..92019ba07c2 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-112-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-113-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-113-wght-normal.woff2 new file mode 100644 index 00000000000..1adf8c69279 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-113-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-114-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-114-wght-normal.woff2 new file mode 100644 index 00000000000..b2ab31c56b2 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-114-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-115-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-115-wght-normal.woff2 new file mode 100644 index 00000000000..f46a8d5d17c Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-115-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-116-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-116-wght-normal.woff2 new file mode 100644 index 00000000000..f032e37a509 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-116-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-117-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-117-wght-normal.woff2 new file mode 100644 index 00000000000..427cfff7f6d Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-117-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-118-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-118-wght-normal.woff2 new file mode 100644 index 00000000000..b9881997adf Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-118-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-119-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-119-wght-normal.woff2 new file mode 100644 index 00000000000..d8c6f22dbc4 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-119-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-21-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-21-wght-normal.woff2 new file mode 100644 index 00000000000..6bb786e44f0 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-21-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-22-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-22-wght-normal.woff2 new file mode 100644 index 00000000000..3d9e3f86d1a Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-22-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-23-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-23-wght-normal.woff2 new file mode 100644 index 00000000000..2aa56f84a1b Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-23-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-24-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-24-wght-normal.woff2 new file mode 100644 index 00000000000..eb562a4b43b Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-24-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-25-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-25-wght-normal.woff2 new file mode 100644 index 00000000000..5304d46a005 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-25-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-26-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-26-wght-normal.woff2 new file mode 100644 index 00000000000..5a37482c04a Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-26-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-27-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-27-wght-normal.woff2 new file mode 100644 index 00000000000..3c2cd887475 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-27-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-28-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-28-wght-normal.woff2 new file mode 100644 index 00000000000..e122f9c5b5b Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-28-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-29-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-29-wght-normal.woff2 new file mode 100644 index 00000000000..bb30fbe6eb3 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-29-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-30-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-30-wght-normal.woff2 new file mode 100644 index 00000000000..e306720af2a Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-30-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-31-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-31-wght-normal.woff2 new file mode 100644 index 00000000000..87bdbc99c8b Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-31-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-32-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-32-wght-normal.woff2 new file mode 100644 index 00000000000..59bd2fd1b5b Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-32-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-33-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-33-wght-normal.woff2 new file mode 100644 index 00000000000..a2136c93e55 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-33-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-34-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-34-wght-normal.woff2 new file mode 100644 index 00000000000..8c35d932acd Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-34-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-35-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-35-wght-normal.woff2 new file mode 100644 index 00000000000..5f41e4ca3ac Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-35-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-36-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-36-wght-normal.woff2 new file mode 100644 index 00000000000..44000291946 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-36-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-37-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-37-wght-normal.woff2 new file mode 100644 index 00000000000..e7a9828ec55 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-37-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-38-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-38-wght-normal.woff2 new file mode 100644 index 00000000000..b8cdc678f07 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-38-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-39-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-39-wght-normal.woff2 new file mode 100644 index 00000000000..6ffb6871e91 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-39-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-4-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-4-wght-normal.woff2 new file mode 100644 index 00000000000..f6ba73ad88e Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-4-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-40-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-40-wght-normal.woff2 new file mode 100644 index 00000000000..90d8f2a305a Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-40-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-41-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-41-wght-normal.woff2 new file mode 100644 index 00000000000..a390a440a08 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-41-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-42-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-42-wght-normal.woff2 new file mode 100644 index 00000000000..d08d8420c87 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-42-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-43-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-43-wght-normal.woff2 new file mode 100644 index 00000000000..b7c480399c7 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-43-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-44-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-44-wght-normal.woff2 new file mode 100644 index 00000000000..9c50c253749 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-44-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-45-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-45-wght-normal.woff2 new file mode 100644 index 00000000000..7245fa01142 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-45-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-46-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-46-wght-normal.woff2 new file mode 100644 index 00000000000..d08f64ac287 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-46-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-47-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-47-wght-normal.woff2 new file mode 100644 index 00000000000..7bef31dafe8 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-47-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-48-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-48-wght-normal.woff2 new file mode 100644 index 00000000000..0d9bccfc8cc Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-48-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-49-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-49-wght-normal.woff2 new file mode 100644 index 00000000000..2643be692d6 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-49-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-5-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-5-wght-normal.woff2 new file mode 100644 index 00000000000..48fad9b5641 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-5-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-50-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-50-wght-normal.woff2 new file mode 100644 index 00000000000..c391ba22457 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-50-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-51-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-51-wght-normal.woff2 new file mode 100644 index 00000000000..c703d42b1fe Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-51-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-52-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-52-wght-normal.woff2 new file mode 100644 index 00000000000..76894bdaadf Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-52-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-53-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-53-wght-normal.woff2 new file mode 100644 index 00000000000..f036d53721f Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-53-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-54-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-54-wght-normal.woff2 new file mode 100644 index 00000000000..bfa9edc16d8 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-54-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-55-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-55-wght-normal.woff2 new file mode 100644 index 00000000000..24b27e7996d Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-55-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-56-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-56-wght-normal.woff2 new file mode 100644 index 00000000000..9a80b569195 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-56-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-57-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-57-wght-normal.woff2 new file mode 100644 index 00000000000..74edf7a49fe Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-57-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-58-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-58-wght-normal.woff2 new file mode 100644 index 00000000000..c635c3fbb9e Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-58-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-59-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-59-wght-normal.woff2 new file mode 100644 index 00000000000..81575fbe089 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-59-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-6-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-6-wght-normal.woff2 new file mode 100644 index 00000000000..d657de10a03 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-6-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-60-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-60-wght-normal.woff2 new file mode 100644 index 00000000000..4d5733a6823 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-60-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-61-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-61-wght-normal.woff2 new file mode 100644 index 00000000000..16741f0a5e3 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-61-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-62-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-62-wght-normal.woff2 new file mode 100644 index 00000000000..b0e87547f54 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-62-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-63-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-63-wght-normal.woff2 new file mode 100644 index 00000000000..cae69b060fe Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-63-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-64-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-64-wght-normal.woff2 new file mode 100644 index 00000000000..98ade6fadce Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-64-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-65-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-65-wght-normal.woff2 new file mode 100644 index 00000000000..0279ab99404 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-65-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-66-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-66-wght-normal.woff2 new file mode 100644 index 00000000000..0cb0ac26bcc Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-66-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-67-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-67-wght-normal.woff2 new file mode 100644 index 00000000000..e5e52fe3314 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-67-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-68-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-68-wght-normal.woff2 new file mode 100644 index 00000000000..ca2d15eb6ae Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-68-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-69-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-69-wght-normal.woff2 new file mode 100644 index 00000000000..7d1f04312f8 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-69-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-70-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-70-wght-normal.woff2 new file mode 100644 index 00000000000..18980fa6c90 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-70-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-71-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-71-wght-normal.woff2 new file mode 100644 index 00000000000..c668e922f25 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-71-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-72-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-72-wght-normal.woff2 new file mode 100644 index 00000000000..c7d3764644f Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-72-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-73-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-73-wght-normal.woff2 new file mode 100644 index 00000000000..3df05155e78 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-73-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-74-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-74-wght-normal.woff2 new file mode 100644 index 00000000000..d58fe7d9d69 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-74-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-75-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-75-wght-normal.woff2 new file mode 100644 index 00000000000..57669bd9390 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-75-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-76-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-76-wght-normal.woff2 new file mode 100644 index 00000000000..b95095ed1de Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-76-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-77-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-77-wght-normal.woff2 new file mode 100644 index 00000000000..ae7ff1b0d93 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-77-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-78-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-78-wght-normal.woff2 new file mode 100644 index 00000000000..81f41c18f1d Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-78-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-79-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-79-wght-normal.woff2 new file mode 100644 index 00000000000..eca1f821c3c Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-79-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-80-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-80-wght-normal.woff2 new file mode 100644 index 00000000000..82e1fab226b Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-80-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-81-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-81-wght-normal.woff2 new file mode 100644 index 00000000000..effc5e1400c Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-81-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-82-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-82-wght-normal.woff2 new file mode 100644 index 00000000000..8017a314d4f Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-82-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-83-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-83-wght-normal.woff2 new file mode 100644 index 00000000000..9b6c220bdac Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-83-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-84-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-84-wght-normal.woff2 new file mode 100644 index 00000000000..4c157912405 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-84-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-85-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-85-wght-normal.woff2 new file mode 100644 index 00000000000..7e6279155fe Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-85-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-86-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-86-wght-normal.woff2 new file mode 100644 index 00000000000..cfec3439043 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-86-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-87-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-87-wght-normal.woff2 new file mode 100644 index 00000000000..e0c0102aae8 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-87-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-88-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-88-wght-normal.woff2 new file mode 100644 index 00000000000..5e5ff981c7d Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-88-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-89-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-89-wght-normal.woff2 new file mode 100644 index 00000000000..291947e48d6 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-89-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-90-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-90-wght-normal.woff2 new file mode 100644 index 00000000000..3dc5641fd78 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-90-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-91-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-91-wght-normal.woff2 new file mode 100644 index 00000000000..9580a6e701a Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-91-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-97-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-97-wght-normal.woff2 new file mode 100644 index 00000000000..1e23fbb82a4 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-97-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-98-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-98-wght-normal.woff2 new file mode 100644 index 00000000000..433bd22888a Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-98-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-99-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-99-wght-normal.woff2 new file mode 100644 index 00000000000..892316c1f40 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-99-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-cyrillic-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-cyrillic-wght-normal.woff2 new file mode 100644 index 00000000000..ff9f95418d5 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-cyrillic-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-latin-ext-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-latin-ext-wght-normal.woff2 new file mode 100644 index 00000000000..b21b8386bd3 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-latin-ext-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-latin-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-latin-wght-normal.woff2 new file mode 100644 index 00000000000..6e778768987 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-latin-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/files/noto-serif-sc-vietnamese-wght-normal.woff2 b/fonts/variable/noto-serif-sc/files/noto-serif-sc-vietnamese-wght-normal.woff2 new file mode 100644 index 00000000000..0b1d07e12c6 Binary files /dev/null and b/fonts/variable/noto-serif-sc/files/noto-serif-sc-vietnamese-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-sc/index.css b/fonts/variable/noto-serif-sc/index.css new file mode 100644 index 00000000000..54db5d22a4a --- /dev/null +++ b/fonts/variable/noto-serif-sc/index.css @@ -0,0 +1,1009 @@ +/* noto-serif-sc-[4]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-4-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+1f1e9-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f232,U+1f234-1f237,U+1f250-1f251,U+1f300,U+1f302-1f308,U+1f30a-1f311,U+1f315,U+1f319-1f320,U+1f324,U+1f327,U+1f32a,U+1f32c-1f32d,U+1f330-1f357,U+1f359-1f37e; +} + +/* noto-serif-sc-[5]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-5-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+fee3,U+fef3,U+ff03-ff04,U+ff07,U+ff0a,U+ff17-ff19,U+ff1c-ff1d,U+ff20-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff6a,U+ff6c,U+ff6f-ff78,U+ff7a-ff7d,U+ff80-ff84,U+ff86,U+ff89-ff8e,U+ff92,U+ff97-ff9b,U+ff9d-ff9f,U+ffe0-ffe4,U+ffe6,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1f004,U+1f170-1f171,U+1f192-1f195,U+1f198-1f19a,U+1f1e6-1f1e8; +} + +/* noto-serif-sc-[6]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-6-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+f0a7,U+f0b2,U+f0b7,U+f0c9,U+f0d8,U+f0da,U+f0dc-f0dd,U+f0e0,U+f0e6,U+f0eb,U+f0fc,U+f101,U+f104-f105,U+f107,U+f10b,U+f11b,U+f14b,U+f18a,U+f193,U+f1d6-f1d7,U+f244,U+f27a,U+f296,U+f2ae,U+f471,U+f4b3,U+f610-f611,U+f880-f881,U+f8ec,U+f8f5,U+f8ff,U+f901,U+f90a,U+f92c-f92d,U+f934,U+f937,U+f941,U+f965,U+f967,U+f969,U+f96b,U+f96f,U+f974,U+f978-f979,U+f97e,U+f981,U+f98a,U+f98e,U+f997,U+f99c,U+f9b2,U+f9b5,U+f9ba,U+f9be,U+f9ca,U+f9d0-f9d1,U+f9dd,U+f9e0-f9e1,U+f9e4,U+f9f7,U+fa00-fa01,U+fa08,U+fa0a,U+fa11,U+fb01-fb02,U+fdfc,U+fe0e,U+fe30-fe31,U+fe33-fe44,U+fe49-fe52,U+fe54-fe57,U+fe59-fe66,U+fe68-fe6b,U+fe8e,U+fe92-fe93,U+feae,U+feb8,U+fecb-fecc,U+fee0; +} + +/* noto-serif-sc-[21]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-21-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d; +} + +/* noto-serif-sc-[22]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-22-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81; +} + +/* noto-serif-sc-[23]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-23-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f; +} + +/* noto-serif-sc-[24]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-24-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80; +} + +/* noto-serif-sc-[25]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-25-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d; +} + +/* noto-serif-sc-[26]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-26-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db; +} + +/* noto-serif-sc-[27]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-27-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a; +} + +/* noto-serif-sc-[28]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-28-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3; +} + +/* noto-serif-sc-[29]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-29-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3; +} + +/* noto-serif-sc-[30]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-30-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a; +} + +/* noto-serif-sc-[31]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-31-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea; +} + +/* noto-serif-sc-[32]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-32-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162; +} + +/* noto-serif-sc-[33]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-33-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa; +} + +/* noto-serif-sc-[34]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-34-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40; +} + +/* noto-serif-sc-[35]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-35-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc; +} + +/* noto-serif-sc-[36]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-36-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d; +} + +/* noto-serif-sc-[37]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-37-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13; +} + +/* noto-serif-sc-[38]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-38-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f; +} + +/* noto-serif-sc-[39]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-39-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3; +} + +/* noto-serif-sc-[40]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-40-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545; +} + +/* noto-serif-sc-[41]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-41-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2; +} + +/* noto-serif-sc-[42]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-42-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6; +} + +/* noto-serif-sc-[43]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-43-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160; +} + +/* noto-serif-sc-[44]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-44-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014; +} + +/* noto-serif-sc-[45]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-45-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb; +} + +/* noto-serif-sc-[46]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-46-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1; +} + +/* noto-serif-sc-[47]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-47-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7; +} + +/* noto-serif-sc-[48]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-48-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1; +} + +/* noto-serif-sc-[49]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-49-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4; +} + +/* noto-serif-sc-[50]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-50-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a; +} + +/* noto-serif-sc-[51]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-51-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b; +} + +/* noto-serif-sc-[52]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-52-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721; +} + +/* noto-serif-sc-[53]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-53-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612; +} + +/* noto-serif-sc-[54]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-54-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508; +} + +/* noto-serif-sc-[55]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-55-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef; +} + +/* noto-serif-sc-[56]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-56-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5; +} + +/* noto-serif-sc-[57]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-57-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5; +} + +/* noto-serif-sc-[58]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-58-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009; +} + +/* noto-serif-sc-[59]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-59-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8; +} + +/* noto-serif-sc-[60]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-60-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; +} + +/* noto-serif-sc-[61]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-61-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae; +} + +/* noto-serif-sc-[62]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-62-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82; +} + +/* noto-serif-sc-[63]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-63-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc; +} + +/* noto-serif-sc-[64]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-64-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1; +} + +/* noto-serif-sc-[65]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-65-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a; +} + +/* noto-serif-sc-[66]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-66-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630; +} + +/* noto-serif-sc-[67]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-67-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0; +} + +/* noto-serif-sc-[68]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-68-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5; +} + +/* noto-serif-sc-[69]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-69-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226; +} + +/* noto-serif-sc-[70]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-70-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec; +} + +/* noto-serif-sc-[71]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-71-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc; +} + +/* noto-serif-sc-[72]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-72-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96; +} + +/* noto-serif-sc-[73]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-73-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25; +} + +/* noto-serif-sc-[74]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-74-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb; +} + +/* noto-serif-sc-[75]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-75-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e; +} + +/* noto-serif-sc-[76]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-76-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968; +} + +/* noto-serif-sc-[77]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-77-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f; +} + +/* noto-serif-sc-[78]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-78-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8; +} + +/* noto-serif-sc-[79]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-79-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3; +} + +/* noto-serif-sc-[80]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-80-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e; +} + +/* noto-serif-sc-[81]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-81-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2; +} + +/* noto-serif-sc-[82]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-82-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287; +} + +/* noto-serif-sc-[83]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-83-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102; +} + +/* noto-serif-sc-[84]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-84-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0; +} + +/* noto-serif-sc-[85]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-85-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2; +} + +/* noto-serif-sc-[86]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-86-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128; +} + +/* noto-serif-sc-[87]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-87-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c; +} + +/* noto-serif-sc-[88]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-88-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650; +} + +/* noto-serif-sc-[89]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-89-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b; +} + +/* noto-serif-sc-[90]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-90-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9; +} + +/* noto-serif-sc-[91]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-91-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b; +} + +/* noto-serif-sc-[97]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-97-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2ae-2b3,U+2b5-2bf,U+2c2-2c3,U+2c6-2d1,U+2d8-2da,U+2dc,U+2e1-2e3,U+2e5,U+2eb,U+2ee-2f0,U+2f2-2f7,U+2f9-2ff,U+302-30d,U+311,U+31b,U+321-325,U+327-329,U+32b-32c,U+32e-32f,U+331-339,U+33c-33d,U+33f,U+348,U+352,U+35c,U+35e-35f,U+361,U+363,U+368,U+36c,U+36f,U+530-540,U+55d-55e,U+561,U+563,U+565,U+56b,U+56e-579; +} + +/* noto-serif-sc-[98]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-98-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+176-17f,U+192,U+194,U+19a-19b,U+19d,U+1a0-1a1,U+1a3-1a4,U+1aa,U+1ac-1ad,U+1af-1bf,U+1d2,U+1d4,U+1d6,U+1d8,U+1da,U+1dc,U+1e3,U+1e7,U+1e9,U+1ee,U+1f0-1f1,U+1f3,U+1f5-1ff,U+219-21b,U+221,U+223-226,U+228,U+22b,U+22f,U+231,U+234-237,U+23a-23b,U+23d,U+250-252,U+254-255,U+259-25e,U+261-263,U+265,U+268,U+26a-26b,U+26f-277,U+279,U+27b-280,U+282-283,U+285,U+28a,U+28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a4,U+2a6-2a7,U+2a9,U+2ab; +} + +/* noto-serif-sc-[99]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-99-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a1-a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b3-b6,U+b8-ba,U+bc-d6,U+d8-de,U+e6,U+eb,U+ee-f0,U+f5,U+f7-f8,U+fb,U+fd-100,U+102,U+104-107,U+10d,U+10f-112,U+115,U+117,U+119,U+11b,U+11e-11f,U+121,U+123,U+125-127,U+129-12a,U+12d,U+12f-13f,U+141-142,U+144,U+146,U+14b-14c,U+14f-153,U+158-15b,U+15e-160,U+163-165,U+168-16a,U+16d-175; +} + +/* noto-serif-sc-[100]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-100-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16; +} + +/* noto-serif-sc-[101]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-101-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e; +} + +/* noto-serif-sc-[102]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-102-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b; +} + +/* noto-serif-sc-[103]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-103-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; +} + +/* noto-serif-sc-[104]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-104-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; +} + +/* noto-serif-sc-[105]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-105-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; +} + +/* noto-serif-sc-[106]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-106-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603; +} + +/* noto-serif-sc-[107]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-107-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c; +} + +/* noto-serif-sc-[108]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-108-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; +} + +/* noto-serif-sc-[109]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-109-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; +} + +/* noto-serif-sc-[110]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-110-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+300c-300d,U+4e54,U+4e58,U+4e95,U+4ec1,U+4f2f,U+4f38,U+4fa3,U+4fca,U+503e,U+5141,U+5144,U+517c,U+51cc,U+51ed,U+5242,U+52b2,U+52d2,U+52e4,U+540a,U+5439,U+5448,U+5496,U+54ed,U+5565,U+5761,U+5766,U+58ee,U+593a,U+594b,U+594f,U+5954,U+5996,U+59c6,U+59ff,U+5b64,U+5bff,U+5c18,U+5c1d,U+5c97,U+5ca9,U+5cb8,U+5e9f,U+5ec9,U+5f04,U+5f7b,U+5fa1,U+5fcd,U+6012,U+60a6,U+60ac,U+60b2,U+60ef,U+626e,U+6270,U+6276,U+62d6,U+62dc,U+6316,U+632f,U+633a,U+6355,U+63aa,U+6447,U+649e,U+64c5,U+654c,U+65c1,U+65cb,U+65e6,U+6606,U+6731,U+675c,U+67cf,U+67dc,U+6846,U+6b8b,U+6beb,U+6c61,U+6c88,U+6cbf,U+6cdb,U+6cea,U+6d45,U+6d53,U+6d74,U+6d82,U+6da8,U+6db5,U+6deb,U+6eda,U+6ee8,U+6f0f,U+706d,U+708e,U+70ae,U+70bc,U+70c2,U+70e6,U+7237-7238,U+72fc,U+730e,U+731b,U+739b,U+73bb,U+7483,U+74dc,U+74f6,U+7586,U+7626,U+775b,U+77ff,U+788e,U+78b0,U+7956,U+7965,U+79e6,U+7af9,U+7bee,U+7c97,U+7eb1,U+7eb7,U+7ed1,U+7ed5,U+7f6a,U+7f72,U+7fbd,U+8017,U+808c,U+80a9,U+80c6,U+80ce,U+8150,U+8170,U+819c,U+820d,U+8230,U+8239,U+827e,U+8377,U+8389,U+83b2,U+8428,U+8463,U+867e,U+88c2,U+88d9,U+8986,U+8bca,U+8bde,U+8c13,U+8c8c,U+8d21,U+8d24,U+8d56,U+8d60,U+8d8b,U+8db4,U+8e2a,U+8f68,U+8f89,U+8f9b,U+8fa8,U+8fbd,U+9003,U+90ce,U+90ed,U+9189,U+94bb,U+9505,U+95f9,U+963b,U+9655,U+966a,U+9677,U+96fe,U+9896,U+99a8,U+9a71,U+9a82,U+9a91,U+9b45,U+9ece,U+9f20,U+feff,U+ff0d; +} + +/* noto-serif-sc-[111]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-111-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e4c,U+4e88,U+4ea1,U+4ea6,U+4ed3-4ed4,U+4eff,U+4f30,U+4fa7,U+4fc4,U+4fd7,U+500d,U+504f,U+5076-5077,U+517d,U+5192,U+51c9,U+51ef,U+5238,U+5251,U+526a,U+52c7,U+52df,U+52ff,U+53a6,U+53a8,U+53ec,U+5410,U+559d,U+55b7,U+5634,U+573e,U+5783,U+585e,U+586b,U+58a8,U+5999,U+59d3,U+5a1c,U+5a46,U+5b54-5b55,U+5b85,U+5b8b,U+5b8f,U+5bbf,U+5bd2,U+5c16,U+5c24,U+5e05,U+5e45,U+5e7c,U+5e84,U+5f03,U+5f1f,U+5f31,U+5f84,U+5f90,U+5fbd,U+5fc6,U+5fd9,U+5fe7,U+6052,U+6062,U+6089,U+60a3,U+60d1,U+6167,U+622a,U+6234,U+624e,U+6269,U+626c,U+62b5,U+62d2,U+6325,U+63e1,U+643a,U+6446,U+6562,U+656c,U+65e2,U+65fa,U+660c,U+6628,U+6652,U+6668,U+6676,U+66fc,U+66ff,U+6717,U+676d,U+67aa,U+67d4,U+6843,U+6881,U+68d2,U+695a,U+69fd,U+6a2a,U+6b8a,U+6c60,U+6c64,U+6c9f,U+6caa,U+6cc9,U+6ce1,U+6cfd,U+6d1b,U+6d1e,U+6d6e,U+6de1,U+6e10,U+6e7f,U+6f5c,U+704c,U+7070,U+7089,U+70b8,U+718a,U+71c3,U+723d,U+732a,U+73cd,U+7518,U+756a,U+75af,U+75be,U+75c7,U+76d2,U+76d7,U+7763,U+78e8,U+795d,U+79df,U+7c4d,U+7d2f,U+7ee9,U+7f13,U+7f8a,U+8000,U+8010,U+80af,U+80f6,U+80f8,U+8212,U+8273,U+82f9,U+83ab,U+83b1,U+83f2,U+8584,U+871c,U+8861,U+888b,U+88c1,U+88e4,U+8bd1,U+8bf1,U+8c31,U+8d5a,U+8d75-8d76,U+8de8,U+8f85,U+8fa3,U+8fc5,U+9006,U+903c,U+904d,U+9075,U+9178,U+9274,U+950b,U+9526,U+95ea,U+9636,U+9686,U+978b,U+987f,U+9a7e,U+9b42,U+9e1f,U+9ea6,U+9f13,U+9f84,U+ff5e; +} + +/* noto-serif-sc-[112]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-112-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+23,U+3d,U+4e01,U+4e39,U+4e73,U+4ecd,U+4ed9,U+4eea,U+4f0a,U+4f1f,U+4f5b,U+4fa0,U+4fc3,U+501f,U+50a8,U+515a,U+5175,U+51a0,U+51c0,U+51e1,U+51e4,U+5200,U+520a,U+5224,U+523a,U+52aa,U+52b1,U+52b3,U+5348,U+5353,U+5360,U+5371,U+5377,U+539a,U+541b,U+5434,U+547c,U+54e6,U+5510,U+5531,U+5609,U+56f0,U+56fa,U+5733,U+574f,U+5851,U+5854,U+5899,U+58c1,U+592e,U+5939,U+5976,U+5986,U+59bb,U+5a18,U+5a74,U+5b59,U+5b87,U+5b97,U+5ba0,U+5bab,U+5bbd-5bbe,U+5bf8,U+5c0a,U+5c3a,U+5c4a,U+5e16,U+5e1d,U+5e2d,U+5e8a,U+6015,U+602a,U+6050,U+6069,U+6162,U+61c2,U+6293,U+6297,U+62b1,U+62bd,U+62df,U+62fc,U+6302,U+635f,U+638c,U+63ed,U+6458,U+6469,U+6563,U+6620,U+6653,U+6696-6697,U+66dd,U+675f,U+676f-6770,U+67d0,U+67d3,U+684c,U+6865,U+6885,U+68b0,U+68ee,U+690d,U+6b23,U+6b32,U+6bd5,U+6c89,U+6d01,U+6d25,U+6d89,U+6da6,U+6db2,U+6df7,U+6ed1,U+6f02,U+70c8,U+70df,U+70e7,U+7126,U+7236,U+7259,U+731c,U+745e,U+74e3,U+751a,U+751c,U+7532,U+7545,U+75db,U+7761,U+7a0d,U+7b51,U+7ca4,U+7cd6,U+7d2b,U+7ea0,U+7eb9,U+7ed8,U+7f18,U+7f29,U+8033,U+804a,U+80a4-80a5,U+80e1,U+817f,U+829d,U+82e6,U+8336,U+840c,U+8499,U+864e,U+8651,U+865a,U+88ad,U+89e6,U+8bd7,U+8bfa,U+8c37,U+8d25,U+8d38,U+8ddd,U+8fea,U+9010,U+9012,U+906d,U+907f-9080,U+90d1,U+9177,U+91ca,U+94fa,U+9501,U+9634-9635,U+9694,U+9707,U+9738,U+9769,U+9a7b,U+9a97,U+9aa8,U+9b3c,U+9c81,U+9ed8; +} + +/* noto-serif-sc-[113]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-113-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; +} + +/* noto-serif-sc-[114]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-114-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; +} + +/* noto-serif-sc-[115]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-115-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; +} + +/* noto-serif-sc-[116]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-116-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; +} + +/* noto-serif-sc-[117]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-117-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; +} + +/* noto-serif-sc-[118]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-118-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; +} + +/* noto-serif-sc-[119]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-119-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; +} + +/* noto-serif-sc-cyrillic-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-cyrillic-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-sc-vietnamese-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-vietnamese-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-sc-latin-ext-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-latin-ext-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* noto-serif-sc-latin-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-latin-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-sc/metadata.json b/fonts/variable/noto-serif-sc/metadata.json new file mode 100644 index 00000000000..2bdf5f207a7 --- /dev/null +++ b/fonts/variable/noto-serif-sc/metadata.json @@ -0,0 +1,27 @@ +{ + "id": "noto-serif-sc", + "family": "Noto Serif SC", + "subsets": [ + "chinese-simplified", + "cyrillic", + "latin", + "latin-ext", + "vietnamese" + ], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], + "styles": ["normal"], + "defSubset": "latin", + "variable": { + "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} + }, + "lastModified": "2024-05-14", + "version": "v30", + "category": "serif", + "license": { + "type": "OFL-1.1", + "url": "http://scripts.sil.org/OFL", + "attribution": "(c) 2017-2023 Adobe (http://www.adobe.com/)." + }, + "source": "https://github.com/google/fonts", + "type": "google" +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-sc/package.json b/fonts/variable/noto-serif-sc/package.json new file mode 100644 index 00000000000..8b3f9a867d6 --- /dev/null +++ b/fonts/variable/noto-serif-sc/package.json @@ -0,0 +1,30 @@ +{ + "name": "@fontsource-variable/noto-serif-sc", + "version": "5.0.1", + "description": "Self-host the Noto Serif SC font in a neatly bundled NPM package.", + "main": "index.css", + "publishConfig": {"access": "public"}, + "keywords": [ + "fontsource", + "font", + "font family", + "google fonts", + "noto-serif-sc", + "Noto Serif SC", + "css", + "sass", + "front-end", + "web", + "typeface", + "variable" + ], + "author": "Google Inc.", + "license": "OFL-1.1", + "homepage": "https://fontsource.org/fonts/noto-serif-sc", + "repository": { + "type": "git", + "url": "https://github.com/fontsource/font-files.git", + "directory": "fonts/variable/noto-serif-sc" + }, + "publishHash": "2df77d61dc068815" +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-sc/scss/metadata.scss b/fonts/variable/noto-serif-sc/scss/metadata.scss new file mode 100644 index 00000000000..2c6265fd335 --- /dev/null +++ b/fonts/variable/noto-serif-sc/scss/metadata.scss @@ -0,0 +1,123 @@ +$id: 'noto-serif-sc' !default; +$family: 'Noto Serif SC' !default; +$category: serif !default; +$subsets: (chinese-simplified, cyrillic, latin, latin-ext, vietnamese) !default; +$weights: (200, 300, 400, 500, 600, 700, 800, 900) !default; +$styles: (normal) !default; +$axes: ( + wght: ( + default: 400, + min: 200, + max: 900, + step: 1, + ), +) !default; +$defaults: ( + subset: latin, + weight: 400, + style: normal, + axis: wght, +) !default; +$unicode: ( + 4: (U+1f1e9-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f232,U+1f234-1f237,U+1f250-1f251,U+1f300,U+1f302-1f308,U+1f30a-1f311,U+1f315,U+1f319-1f320,U+1f324,U+1f327,U+1f32a,U+1f32c-1f32d,U+1f330-1f357,U+1f359-1f37e), + 5: (U+fee3,U+fef3,U+ff03-ff04,U+ff07,U+ff0a,U+ff17-ff19,U+ff1c-ff1d,U+ff20-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff6a,U+ff6c,U+ff6f-ff78,U+ff7a-ff7d,U+ff80-ff84,U+ff86,U+ff89-ff8e,U+ff92,U+ff97-ff9b,U+ff9d-ff9f,U+ffe0-ffe4,U+ffe6,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1f004,U+1f170-1f171,U+1f192-1f195,U+1f198-1f19a,U+1f1e6-1f1e8), + 6: (U+f0a7,U+f0b2,U+f0b7,U+f0c9,U+f0d8,U+f0da,U+f0dc-f0dd,U+f0e0,U+f0e6,U+f0eb,U+f0fc,U+f101,U+f104-f105,U+f107,U+f10b,U+f11b,U+f14b,U+f18a,U+f193,U+f1d6-f1d7,U+f244,U+f27a,U+f296,U+f2ae,U+f471,U+f4b3,U+f610-f611,U+f880-f881,U+f8ec,U+f8f5,U+f8ff,U+f901,U+f90a,U+f92c-f92d,U+f934,U+f937,U+f941,U+f965,U+f967,U+f969,U+f96b,U+f96f,U+f974,U+f978-f979,U+f97e,U+f981,U+f98a,U+f98e,U+f997,U+f99c,U+f9b2,U+f9b5,U+f9ba,U+f9be,U+f9ca,U+f9d0-f9d1,U+f9dd,U+f9e0-f9e1,U+f9e4,U+f9f7,U+fa00-fa01,U+fa08,U+fa0a,U+fa11,U+fb01-fb02,U+fdfc,U+fe0e,U+fe30-fe31,U+fe33-fe44,U+fe49-fe52,U+fe54-fe57,U+fe59-fe66,U+fe68-fe6b,U+fe8e,U+fe92-fe93,U+feae,U+feb8,U+fecb-fecc,U+fee0), + 21: (U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d), + 22: (U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81), + 23: (U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f), + 24: (U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80), + 25: (U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d), + 26: (U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db), + 27: (U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a), + 28: (U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3), + 29: (U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3), + 30: (U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a), + 31: (U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea), + 32: (U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162), + 33: (U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa), + 34: (U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40), + 35: (U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc), + 36: (U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d), + 37: (U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13), + 38: (U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f), + 39: (U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3), + 40: (U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545), + 41: (U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2), + 42: (U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6), + 43: (U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160), + 44: (U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014), + 45: (U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb), + 46: (U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1), + 47: (U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7), + 48: (U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1), + 49: (U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4), + 50: (U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a), + 51: (U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b), + 52: (U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721), + 53: (U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612), + 54: (U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508), + 55: (U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef), + 56: (U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5), + 57: (U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5), + 58: (U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009), + 59: (U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8), + 60: (U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2), + 61: (U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae), + 62: (U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82), + 63: (U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc), + 64: (U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1), + 65: (U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a), + 66: (U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630), + 67: (U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0), + 68: (U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5), + 69: (U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226), + 70: (U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec), + 71: (U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc), + 72: (U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96), + 73: (U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25), + 74: (U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb), + 75: (U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e), + 76: (U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968), + 77: (U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f), + 78: (U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8), + 79: (U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3), + 80: (U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e), + 81: (U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2), + 82: (U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287), + 83: (U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102), + 84: (U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0), + 85: (U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2), + 86: (U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128), + 87: (U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c), + 88: (U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650), + 89: (U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b), + 90: (U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9), + 91: (U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b), + 97: (U+2ae-2b3,U+2b5-2bf,U+2c2-2c3,U+2c6-2d1,U+2d8-2da,U+2dc,U+2e1-2e3,U+2e5,U+2eb,U+2ee-2f0,U+2f2-2f7,U+2f9-2ff,U+302-30d,U+311,U+31b,U+321-325,U+327-329,U+32b-32c,U+32e-32f,U+331-339,U+33c-33d,U+33f,U+348,U+352,U+35c,U+35e-35f,U+361,U+363,U+368,U+36c,U+36f,U+530-540,U+55d-55e,U+561,U+563,U+565,U+56b,U+56e-579), + 98: (U+176-17f,U+192,U+194,U+19a-19b,U+19d,U+1a0-1a1,U+1a3-1a4,U+1aa,U+1ac-1ad,U+1af-1bf,U+1d2,U+1d4,U+1d6,U+1d8,U+1da,U+1dc,U+1e3,U+1e7,U+1e9,U+1ee,U+1f0-1f1,U+1f3,U+1f5-1ff,U+219-21b,U+221,U+223-226,U+228,U+22b,U+22f,U+231,U+234-237,U+23a-23b,U+23d,U+250-252,U+254-255,U+259-25e,U+261-263,U+265,U+268,U+26a-26b,U+26f-277,U+279,U+27b-280,U+282-283,U+285,U+28a,U+28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a4,U+2a6-2a7,U+2a9,U+2ab), + 99: (U+a1-a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b3-b6,U+b8-ba,U+bc-d6,U+d8-de,U+e6,U+eb,U+ee-f0,U+f5,U+f7-f8,U+fb,U+fd-100,U+102,U+104-107,U+10d,U+10f-112,U+115,U+117,U+119,U+11b,U+11e-11f,U+121,U+123,U+125-127,U+129-12a,U+12d,U+12f-13f,U+141-142,U+144,U+146,U+14b-14c,U+14f-153,U+158-15b,U+15e-160,U+163-165,U+168-16a,U+16d-175), + 100: (U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16), + 101: (U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e), + 102: (U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b), + 103: (U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd), + 104: (U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b), + 105: (U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f), + 106: (U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603), + 107: (U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c), + 108: (U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715), + 109: (U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5), + 110: (U+300c-300d,U+4e54,U+4e58,U+4e95,U+4ec1,U+4f2f,U+4f38,U+4fa3,U+4fca,U+503e,U+5141,U+5144,U+517c,U+51cc,U+51ed,U+5242,U+52b2,U+52d2,U+52e4,U+540a,U+5439,U+5448,U+5496,U+54ed,U+5565,U+5761,U+5766,U+58ee,U+593a,U+594b,U+594f,U+5954,U+5996,U+59c6,U+59ff,U+5b64,U+5bff,U+5c18,U+5c1d,U+5c97,U+5ca9,U+5cb8,U+5e9f,U+5ec9,U+5f04,U+5f7b,U+5fa1,U+5fcd,U+6012,U+60a6,U+60ac,U+60b2,U+60ef,U+626e,U+6270,U+6276,U+62d6,U+62dc,U+6316,U+632f,U+633a,U+6355,U+63aa,U+6447,U+649e,U+64c5,U+654c,U+65c1,U+65cb,U+65e6,U+6606,U+6731,U+675c,U+67cf,U+67dc,U+6846,U+6b8b,U+6beb,U+6c61,U+6c88,U+6cbf,U+6cdb,U+6cea,U+6d45,U+6d53,U+6d74,U+6d82,U+6da8,U+6db5,U+6deb,U+6eda,U+6ee8,U+6f0f,U+706d,U+708e,U+70ae,U+70bc,U+70c2,U+70e6,U+7237-7238,U+72fc,U+730e,U+731b,U+739b,U+73bb,U+7483,U+74dc,U+74f6,U+7586,U+7626,U+775b,U+77ff,U+788e,U+78b0,U+7956,U+7965,U+79e6,U+7af9,U+7bee,U+7c97,U+7eb1,U+7eb7,U+7ed1,U+7ed5,U+7f6a,U+7f72,U+7fbd,U+8017,U+808c,U+80a9,U+80c6,U+80ce,U+8150,U+8170,U+819c,U+820d,U+8230,U+8239,U+827e,U+8377,U+8389,U+83b2,U+8428,U+8463,U+867e,U+88c2,U+88d9,U+8986,U+8bca,U+8bde,U+8c13,U+8c8c,U+8d21,U+8d24,U+8d56,U+8d60,U+8d8b,U+8db4,U+8e2a,U+8f68,U+8f89,U+8f9b,U+8fa8,U+8fbd,U+9003,U+90ce,U+90ed,U+9189,U+94bb,U+9505,U+95f9,U+963b,U+9655,U+966a,U+9677,U+96fe,U+9896,U+99a8,U+9a71,U+9a82,U+9a91,U+9b45,U+9ece,U+9f20,U+feff,U+ff0d), + 111: (U+4e4c,U+4e88,U+4ea1,U+4ea6,U+4ed3-4ed4,U+4eff,U+4f30,U+4fa7,U+4fc4,U+4fd7,U+500d,U+504f,U+5076-5077,U+517d,U+5192,U+51c9,U+51ef,U+5238,U+5251,U+526a,U+52c7,U+52df,U+52ff,U+53a6,U+53a8,U+53ec,U+5410,U+559d,U+55b7,U+5634,U+573e,U+5783,U+585e,U+586b,U+58a8,U+5999,U+59d3,U+5a1c,U+5a46,U+5b54-5b55,U+5b85,U+5b8b,U+5b8f,U+5bbf,U+5bd2,U+5c16,U+5c24,U+5e05,U+5e45,U+5e7c,U+5e84,U+5f03,U+5f1f,U+5f31,U+5f84,U+5f90,U+5fbd,U+5fc6,U+5fd9,U+5fe7,U+6052,U+6062,U+6089,U+60a3,U+60d1,U+6167,U+622a,U+6234,U+624e,U+6269,U+626c,U+62b5,U+62d2,U+6325,U+63e1,U+643a,U+6446,U+6562,U+656c,U+65e2,U+65fa,U+660c,U+6628,U+6652,U+6668,U+6676,U+66fc,U+66ff,U+6717,U+676d,U+67aa,U+67d4,U+6843,U+6881,U+68d2,U+695a,U+69fd,U+6a2a,U+6b8a,U+6c60,U+6c64,U+6c9f,U+6caa,U+6cc9,U+6ce1,U+6cfd,U+6d1b,U+6d1e,U+6d6e,U+6de1,U+6e10,U+6e7f,U+6f5c,U+704c,U+7070,U+7089,U+70b8,U+718a,U+71c3,U+723d,U+732a,U+73cd,U+7518,U+756a,U+75af,U+75be,U+75c7,U+76d2,U+76d7,U+7763,U+78e8,U+795d,U+79df,U+7c4d,U+7d2f,U+7ee9,U+7f13,U+7f8a,U+8000,U+8010,U+80af,U+80f6,U+80f8,U+8212,U+8273,U+82f9,U+83ab,U+83b1,U+83f2,U+8584,U+871c,U+8861,U+888b,U+88c1,U+88e4,U+8bd1,U+8bf1,U+8c31,U+8d5a,U+8d75-8d76,U+8de8,U+8f85,U+8fa3,U+8fc5,U+9006,U+903c,U+904d,U+9075,U+9178,U+9274,U+950b,U+9526,U+95ea,U+9636,U+9686,U+978b,U+987f,U+9a7e,U+9b42,U+9e1f,U+9ea6,U+9f13,U+9f84,U+ff5e), + 112: (U+23,U+3d,U+4e01,U+4e39,U+4e73,U+4ecd,U+4ed9,U+4eea,U+4f0a,U+4f1f,U+4f5b,U+4fa0,U+4fc3,U+501f,U+50a8,U+515a,U+5175,U+51a0,U+51c0,U+51e1,U+51e4,U+5200,U+520a,U+5224,U+523a,U+52aa,U+52b1,U+52b3,U+5348,U+5353,U+5360,U+5371,U+5377,U+539a,U+541b,U+5434,U+547c,U+54e6,U+5510,U+5531,U+5609,U+56f0,U+56fa,U+5733,U+574f,U+5851,U+5854,U+5899,U+58c1,U+592e,U+5939,U+5976,U+5986,U+59bb,U+5a18,U+5a74,U+5b59,U+5b87,U+5b97,U+5ba0,U+5bab,U+5bbd-5bbe,U+5bf8,U+5c0a,U+5c3a,U+5c4a,U+5e16,U+5e1d,U+5e2d,U+5e8a,U+6015,U+602a,U+6050,U+6069,U+6162,U+61c2,U+6293,U+6297,U+62b1,U+62bd,U+62df,U+62fc,U+6302,U+635f,U+638c,U+63ed,U+6458,U+6469,U+6563,U+6620,U+6653,U+6696-6697,U+66dd,U+675f,U+676f-6770,U+67d0,U+67d3,U+684c,U+6865,U+6885,U+68b0,U+68ee,U+690d,U+6b23,U+6b32,U+6bd5,U+6c89,U+6d01,U+6d25,U+6d89,U+6da6,U+6db2,U+6df7,U+6ed1,U+6f02,U+70c8,U+70df,U+70e7,U+7126,U+7236,U+7259,U+731c,U+745e,U+74e3,U+751a,U+751c,U+7532,U+7545,U+75db,U+7761,U+7a0d,U+7b51,U+7ca4,U+7cd6,U+7d2b,U+7ea0,U+7eb9,U+7ed8,U+7f18,U+7f29,U+8033,U+804a,U+80a4-80a5,U+80e1,U+817f,U+829d,U+82e6,U+8336,U+840c,U+8499,U+864e,U+8651,U+865a,U+88ad,U+89e6,U+8bd7,U+8bfa,U+8c37,U+8d25,U+8d38,U+8ddd,U+8fea,U+9010,U+9012,U+906d,U+907f-9080,U+90d1,U+9177,U+91ca,U+94fa,U+9501,U+9634-9635,U+9694,U+9707,U+9738,U+9769,U+9a7b,U+9a97,U+9aa8,U+9b3c,U+9c81,U+9ed8), + 113: (U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50), + 114: (U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c), + 115: (U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b), + 116: (U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99), + 117: (U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f), + 118: (U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09), + 119: (U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a), + cyrillic: (U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116), + vietnamese: (U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB), + latin-ext: (U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF), + latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD), +) !default; diff --git a/fonts/variable/noto-serif-sc/scss/mixins.scss b/fonts/variable/noto-serif-sc/scss/mixins.scss new file mode 100644 index 00000000000..0571337fab3 --- /dev/null +++ b/fonts/variable/noto-serif-sc/scss/mixins.scss @@ -0,0 +1,192 @@ +@use 'sass:list'; +@use 'sass:map'; +@use 'sass:math'; +@use 'sass:meta'; +@use 'sass:string'; + +@use 'metadata'; + +$metadata: meta.module-variables(metadata) !default; +$directory: null !default; + +$family: null !default; +$display: null !default; +$formats: null !default; +$subsets: null !default; +$weights: null !default; +$styles: null !default; +$axes: null !default; + +// Deprecated +$displayVar: null !default; + +@mixin generator( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + // Deprecated + $displayVar: $displayVar +) { + + @if $displayVar != null { + @warn "$displayVar is deprecated due to the limitation of using css variables in @font-face (https://github.com/fontsource/fontsource/issues/726)."; + } + + $isVariable: map.get($metadata, axes) != null; + + $directory: if( + $directory, + $directory, + '~@fontsource#{if($isVariable, '-variable', '')}/#{map.get($metadata, id)}/files' + ); + + $family: if($family, $family, map.get($metadata, family) + if($isVariable, ' Variable', '')); + $display: if($display, $display, swap); + $formats: if(not $formats or $formats == all, if($isVariable, woff2, (woff2, woff)), $formats); + $subsets: if( + $subsets, + if($subsets == all, map.get($metadata, subsets), $subsets), + map.get($metadata, subsets) + ); + $weights: if( + $weights, + if($weights == all, map.get($metadata, weights), $weights), + map.get($metadata, defaults, weight) + ); + $styles: if( + $styles, + if($styles == all, map.get($metadata, styles), $styles), + map.get($metadata, defaults, style) + ); + $axes: if( + $axes, + if($axes == all, full, $axes), + if($isVariable, if(map.has-key($metadata, axes, wght), wght, full), null) + ); + + @each $subset in $subsets { + @each $unicodeSubset, $unicodeRange in map.get($metadata, unicode) { + // If condition is true, generate faces for the current subset + @if ( + // If there is no unicode information for the font or + ($unicodeSubset == null) or + // If the subset match a unicode subset or + ($subset == $unicodeSubset) or + ( + // If $unicodeSubset is a numeric unicode subset + // and current subset exists in the list of font subsets but does not match any unicode subset + // then generate faces for this numeric unicode subset as it is representing part of the current subset + list.index(map.get($metadata, subsets), $subset) and not + map.has-key($metadata, unicode, $subset) and not + list.index(map.get($metadata, subsets), $unicodeSubset) + ) + ) { + @each $weight in if($axes, null, $weights) { + @each $axis in $axes { + @each $style in $styles { + $variant: '#{map.get($metadata, id)}-#{if($unicodeSubset, $unicodeSubset, $subset)}-#{if($axis, $axis, $weight)}-#{$style}'; + + $src: (); + @each $format in $formats { + $src: append( + $src, + url('#{$directory}/#{$variant}.#{$format}') + format('#{$format}#{if($axis, '-variations', '')}'), + comma + ); + } + + @content (( + metadata: $metadata, + directory: $directory, + family: $family, + display: $display, + formats: $formats, + subsets: $subsets, + weights: $weights, + styles: $styles, + axes: $axes, + + variant: $variant, + subset: $subset, + unicodeSubset: $unicodeSubset, + unicodeRange: $unicodeRange, + weight: $weight, + axis: $axis, + style: $style, + + font-family: string.quote($family), + font-style: if( + (($axis == full) or ($axis == slnt)) and map.has-key($metadata, axes, slnt), + oblique map.get($metadata, axes, slnt, min) + deg map.get($metadata, axes, slnt, max) + deg, + $style + ), + font-display: $display, + font-weight: if( + (($axis == full) or ($axis == wght)) and map.has-key($metadata, axes, wght), + map.get($metadata, axes, wght, min) map.get($metadata, axes, wght, max), + $weight + ), + font-stretch: if( + (($axis == full) or ($axis == wdth)) and map.has-key($metadata, axes, wdth), + '#{map.get($metadata, axes, wdth, min)}% #{map.get($metadata, axes, wdth, max)}%', + null + ), + src: $src, + unicode-range: $unicodeRange, + )); + } + } + } + } + } + } +} + +@mixin faces( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + // Deprecated + $displayVar: $displayVar +) { + @include generator( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + $displayVar: $displayVar + ) + using ($props) { + /* #{map.get($props, variant)} */ + @font-face { + font-family: map.get($props, font-family); + font-style: map.get($props, font-style); + font-display: map.get($props, font-display); + font-weight: map.get($props, font-weight); + font-stretch: map.get($props, font-stretch); + unicode-range: map.get($props, unicode-range); + src: map.get($props, src); + } + } +} diff --git a/fonts/variable/noto-serif-sc/unicode.json b/fonts/variable/noto-serif-sc/unicode.json new file mode 100644 index 00000000000..5da0a7cac3b --- /dev/null +++ b/fonts/variable/noto-serif-sc/unicode.json @@ -0,0 +1,103 @@ +{ + "[4]": "U+1f1e9-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f232,U+1f234-1f237,U+1f250-1f251,U+1f300,U+1f302-1f308,U+1f30a-1f311,U+1f315,U+1f319-1f320,U+1f324,U+1f327,U+1f32a,U+1f32c-1f32d,U+1f330-1f357,U+1f359-1f37e", + "[5]": "U+fee3,U+fef3,U+ff03-ff04,U+ff07,U+ff0a,U+ff17-ff19,U+ff1c-ff1d,U+ff20-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff6a,U+ff6c,U+ff6f-ff78,U+ff7a-ff7d,U+ff80-ff84,U+ff86,U+ff89-ff8e,U+ff92,U+ff97-ff9b,U+ff9d-ff9f,U+ffe0-ffe4,U+ffe6,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1f004,U+1f170-1f171,U+1f192-1f195,U+1f198-1f19a,U+1f1e6-1f1e8", + "[6]": "U+f0a7,U+f0b2,U+f0b7,U+f0c9,U+f0d8,U+f0da,U+f0dc-f0dd,U+f0e0,U+f0e6,U+f0eb,U+f0fc,U+f101,U+f104-f105,U+f107,U+f10b,U+f11b,U+f14b,U+f18a,U+f193,U+f1d6-f1d7,U+f244,U+f27a,U+f296,U+f2ae,U+f471,U+f4b3,U+f610-f611,U+f880-f881,U+f8ec,U+f8f5,U+f8ff,U+f901,U+f90a,U+f92c-f92d,U+f934,U+f937,U+f941,U+f965,U+f967,U+f969,U+f96b,U+f96f,U+f974,U+f978-f979,U+f97e,U+f981,U+f98a,U+f98e,U+f997,U+f99c,U+f9b2,U+f9b5,U+f9ba,U+f9be,U+f9ca,U+f9d0-f9d1,U+f9dd,U+f9e0-f9e1,U+f9e4,U+f9f7,U+fa00-fa01,U+fa08,U+fa0a,U+fa11,U+fb01-fb02,U+fdfc,U+fe0e,U+fe30-fe31,U+fe33-fe44,U+fe49-fe52,U+fe54-fe57,U+fe59-fe66,U+fe68-fe6b,U+fe8e,U+fe92-fe93,U+feae,U+feb8,U+fecb-fecc,U+fee0", + "[21]": "U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d", + "[22]": "U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81", + "[23]": "U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f", + "[24]": "U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80", + "[25]": "U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d", + "[26]": "U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db", + "[27]": "U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a", + "[28]": "U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3", + "[29]": "U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3", + "[30]": "U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a", + "[31]": "U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea", + "[32]": "U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162", + "[33]": "U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa", + "[34]": "U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40", + "[35]": "U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc", + "[36]": "U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d", + "[37]": "U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13", + "[38]": "U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f", + "[39]": "U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3", + "[40]": "U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545", + "[41]": "U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2", + "[42]": "U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6", + "[43]": "U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160", + "[44]": "U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014", + "[45]": "U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb", + "[46]": "U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1", + "[47]": "U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7", + "[48]": "U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1", + "[49]": "U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4", + "[50]": "U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a", + "[51]": "U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b", + "[52]": "U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721", + "[53]": "U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612", + "[54]": "U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508", + "[55]": "U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef", + "[56]": "U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5", + "[57]": "U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5", + "[58]": "U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009", + "[59]": "U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8", + "[60]": "U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2", + "[61]": "U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae", + "[62]": "U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82", + "[63]": "U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc", + "[64]": "U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1", + "[65]": "U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a", + "[66]": "U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630", + "[67]": "U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0", + "[68]": "U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5", + "[69]": "U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226", + "[70]": "U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec", + "[71]": "U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc", + "[72]": "U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96", + "[73]": "U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25", + "[74]": "U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb", + "[75]": "U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e", + "[76]": "U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968", + "[77]": "U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f", + "[78]": "U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8", + "[79]": "U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3", + "[80]": "U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e", + "[81]": "U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2", + "[82]": "U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287", + "[83]": "U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102", + "[84]": "U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0", + "[85]": "U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2", + "[86]": "U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128", + "[87]": "U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c", + "[88]": "U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650", + "[89]": "U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b", + "[90]": "U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9", + "[91]": "U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b", + "[97]": "U+2ae-2b3,U+2b5-2bf,U+2c2-2c3,U+2c6-2d1,U+2d8-2da,U+2dc,U+2e1-2e3,U+2e5,U+2eb,U+2ee-2f0,U+2f2-2f7,U+2f9-2ff,U+302-30d,U+311,U+31b,U+321-325,U+327-329,U+32b-32c,U+32e-32f,U+331-339,U+33c-33d,U+33f,U+348,U+352,U+35c,U+35e-35f,U+361,U+363,U+368,U+36c,U+36f,U+530-540,U+55d-55e,U+561,U+563,U+565,U+56b,U+56e-579", + "[98]": "U+176-17f,U+192,U+194,U+19a-19b,U+19d,U+1a0-1a1,U+1a3-1a4,U+1aa,U+1ac-1ad,U+1af-1bf,U+1d2,U+1d4,U+1d6,U+1d8,U+1da,U+1dc,U+1e3,U+1e7,U+1e9,U+1ee,U+1f0-1f1,U+1f3,U+1f5-1ff,U+219-21b,U+221,U+223-226,U+228,U+22b,U+22f,U+231,U+234-237,U+23a-23b,U+23d,U+250-252,U+254-255,U+259-25e,U+261-263,U+265,U+268,U+26a-26b,U+26f-277,U+279,U+27b-280,U+282-283,U+285,U+28a,U+28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a4,U+2a6-2a7,U+2a9,U+2ab", + "[99]": "U+a1-a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b3-b6,U+b8-ba,U+bc-d6,U+d8-de,U+e6,U+eb,U+ee-f0,U+f5,U+f7-f8,U+fb,U+fd-100,U+102,U+104-107,U+10d,U+10f-112,U+115,U+117,U+119,U+11b,U+11e-11f,U+121,U+123,U+125-127,U+129-12a,U+12d,U+12f-13f,U+141-142,U+144,U+146,U+14b-14c,U+14f-153,U+158-15b,U+15e-160,U+163-165,U+168-16a,U+16d-175", + "[100]": "U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16", + "[101]": "U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e", + "[102]": "U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b", + "[103]": "U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd", + "[104]": "U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b", + "[105]": "U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f", + "[106]": "U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603", + "[107]": "U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c", + "[108]": "U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715", + "[109]": "U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5", + "[110]": "U+300c-300d,U+4e54,U+4e58,U+4e95,U+4ec1,U+4f2f,U+4f38,U+4fa3,U+4fca,U+503e,U+5141,U+5144,U+517c,U+51cc,U+51ed,U+5242,U+52b2,U+52d2,U+52e4,U+540a,U+5439,U+5448,U+5496,U+54ed,U+5565,U+5761,U+5766,U+58ee,U+593a,U+594b,U+594f,U+5954,U+5996,U+59c6,U+59ff,U+5b64,U+5bff,U+5c18,U+5c1d,U+5c97,U+5ca9,U+5cb8,U+5e9f,U+5ec9,U+5f04,U+5f7b,U+5fa1,U+5fcd,U+6012,U+60a6,U+60ac,U+60b2,U+60ef,U+626e,U+6270,U+6276,U+62d6,U+62dc,U+6316,U+632f,U+633a,U+6355,U+63aa,U+6447,U+649e,U+64c5,U+654c,U+65c1,U+65cb,U+65e6,U+6606,U+6731,U+675c,U+67cf,U+67dc,U+6846,U+6b8b,U+6beb,U+6c61,U+6c88,U+6cbf,U+6cdb,U+6cea,U+6d45,U+6d53,U+6d74,U+6d82,U+6da8,U+6db5,U+6deb,U+6eda,U+6ee8,U+6f0f,U+706d,U+708e,U+70ae,U+70bc,U+70c2,U+70e6,U+7237-7238,U+72fc,U+730e,U+731b,U+739b,U+73bb,U+7483,U+74dc,U+74f6,U+7586,U+7626,U+775b,U+77ff,U+788e,U+78b0,U+7956,U+7965,U+79e6,U+7af9,U+7bee,U+7c97,U+7eb1,U+7eb7,U+7ed1,U+7ed5,U+7f6a,U+7f72,U+7fbd,U+8017,U+808c,U+80a9,U+80c6,U+80ce,U+8150,U+8170,U+819c,U+820d,U+8230,U+8239,U+827e,U+8377,U+8389,U+83b2,U+8428,U+8463,U+867e,U+88c2,U+88d9,U+8986,U+8bca,U+8bde,U+8c13,U+8c8c,U+8d21,U+8d24,U+8d56,U+8d60,U+8d8b,U+8db4,U+8e2a,U+8f68,U+8f89,U+8f9b,U+8fa8,U+8fbd,U+9003,U+90ce,U+90ed,U+9189,U+94bb,U+9505,U+95f9,U+963b,U+9655,U+966a,U+9677,U+96fe,U+9896,U+99a8,U+9a71,U+9a82,U+9a91,U+9b45,U+9ece,U+9f20,U+feff,U+ff0d", + "[111]": "U+4e4c,U+4e88,U+4ea1,U+4ea6,U+4ed3-4ed4,U+4eff,U+4f30,U+4fa7,U+4fc4,U+4fd7,U+500d,U+504f,U+5076-5077,U+517d,U+5192,U+51c9,U+51ef,U+5238,U+5251,U+526a,U+52c7,U+52df,U+52ff,U+53a6,U+53a8,U+53ec,U+5410,U+559d,U+55b7,U+5634,U+573e,U+5783,U+585e,U+586b,U+58a8,U+5999,U+59d3,U+5a1c,U+5a46,U+5b54-5b55,U+5b85,U+5b8b,U+5b8f,U+5bbf,U+5bd2,U+5c16,U+5c24,U+5e05,U+5e45,U+5e7c,U+5e84,U+5f03,U+5f1f,U+5f31,U+5f84,U+5f90,U+5fbd,U+5fc6,U+5fd9,U+5fe7,U+6052,U+6062,U+6089,U+60a3,U+60d1,U+6167,U+622a,U+6234,U+624e,U+6269,U+626c,U+62b5,U+62d2,U+6325,U+63e1,U+643a,U+6446,U+6562,U+656c,U+65e2,U+65fa,U+660c,U+6628,U+6652,U+6668,U+6676,U+66fc,U+66ff,U+6717,U+676d,U+67aa,U+67d4,U+6843,U+6881,U+68d2,U+695a,U+69fd,U+6a2a,U+6b8a,U+6c60,U+6c64,U+6c9f,U+6caa,U+6cc9,U+6ce1,U+6cfd,U+6d1b,U+6d1e,U+6d6e,U+6de1,U+6e10,U+6e7f,U+6f5c,U+704c,U+7070,U+7089,U+70b8,U+718a,U+71c3,U+723d,U+732a,U+73cd,U+7518,U+756a,U+75af,U+75be,U+75c7,U+76d2,U+76d7,U+7763,U+78e8,U+795d,U+79df,U+7c4d,U+7d2f,U+7ee9,U+7f13,U+7f8a,U+8000,U+8010,U+80af,U+80f6,U+80f8,U+8212,U+8273,U+82f9,U+83ab,U+83b1,U+83f2,U+8584,U+871c,U+8861,U+888b,U+88c1,U+88e4,U+8bd1,U+8bf1,U+8c31,U+8d5a,U+8d75-8d76,U+8de8,U+8f85,U+8fa3,U+8fc5,U+9006,U+903c,U+904d,U+9075,U+9178,U+9274,U+950b,U+9526,U+95ea,U+9636,U+9686,U+978b,U+987f,U+9a7e,U+9b42,U+9e1f,U+9ea6,U+9f13,U+9f84,U+ff5e", + "[112]": "U+23,U+3d,U+4e01,U+4e39,U+4e73,U+4ecd,U+4ed9,U+4eea,U+4f0a,U+4f1f,U+4f5b,U+4fa0,U+4fc3,U+501f,U+50a8,U+515a,U+5175,U+51a0,U+51c0,U+51e1,U+51e4,U+5200,U+520a,U+5224,U+523a,U+52aa,U+52b1,U+52b3,U+5348,U+5353,U+5360,U+5371,U+5377,U+539a,U+541b,U+5434,U+547c,U+54e6,U+5510,U+5531,U+5609,U+56f0,U+56fa,U+5733,U+574f,U+5851,U+5854,U+5899,U+58c1,U+592e,U+5939,U+5976,U+5986,U+59bb,U+5a18,U+5a74,U+5b59,U+5b87,U+5b97,U+5ba0,U+5bab,U+5bbd-5bbe,U+5bf8,U+5c0a,U+5c3a,U+5c4a,U+5e16,U+5e1d,U+5e2d,U+5e8a,U+6015,U+602a,U+6050,U+6069,U+6162,U+61c2,U+6293,U+6297,U+62b1,U+62bd,U+62df,U+62fc,U+6302,U+635f,U+638c,U+63ed,U+6458,U+6469,U+6563,U+6620,U+6653,U+6696-6697,U+66dd,U+675f,U+676f-6770,U+67d0,U+67d3,U+684c,U+6865,U+6885,U+68b0,U+68ee,U+690d,U+6b23,U+6b32,U+6bd5,U+6c89,U+6d01,U+6d25,U+6d89,U+6da6,U+6db2,U+6df7,U+6ed1,U+6f02,U+70c8,U+70df,U+70e7,U+7126,U+7236,U+7259,U+731c,U+745e,U+74e3,U+751a,U+751c,U+7532,U+7545,U+75db,U+7761,U+7a0d,U+7b51,U+7ca4,U+7cd6,U+7d2b,U+7ea0,U+7eb9,U+7ed8,U+7f18,U+7f29,U+8033,U+804a,U+80a4-80a5,U+80e1,U+817f,U+829d,U+82e6,U+8336,U+840c,U+8499,U+864e,U+8651,U+865a,U+88ad,U+89e6,U+8bd7,U+8bfa,U+8c37,U+8d25,U+8d38,U+8ddd,U+8fea,U+9010,U+9012,U+906d,U+907f-9080,U+90d1,U+9177,U+91ca,U+94fa,U+9501,U+9634-9635,U+9694,U+9707,U+9738,U+9769,U+9a7b,U+9a97,U+9aa8,U+9b3c,U+9c81,U+9ed8", + "[113]": "U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50", + "[114]": "U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c", + "[115]": "U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b", + "[116]": "U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99", + "[117]": "U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f", + "[118]": "U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09", + "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a", + "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-sc/wght.css b/fonts/variable/noto-serif-sc/wght.css new file mode 100644 index 00000000000..54db5d22a4a --- /dev/null +++ b/fonts/variable/noto-serif-sc/wght.css @@ -0,0 +1,1009 @@ +/* noto-serif-sc-[4]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-4-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+1f1e9-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f232,U+1f234-1f237,U+1f250-1f251,U+1f300,U+1f302-1f308,U+1f30a-1f311,U+1f315,U+1f319-1f320,U+1f324,U+1f327,U+1f32a,U+1f32c-1f32d,U+1f330-1f357,U+1f359-1f37e; +} + +/* noto-serif-sc-[5]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-5-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+fee3,U+fef3,U+ff03-ff04,U+ff07,U+ff0a,U+ff17-ff19,U+ff1c-ff1d,U+ff20-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff6a,U+ff6c,U+ff6f-ff78,U+ff7a-ff7d,U+ff80-ff84,U+ff86,U+ff89-ff8e,U+ff92,U+ff97-ff9b,U+ff9d-ff9f,U+ffe0-ffe4,U+ffe6,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1f004,U+1f170-1f171,U+1f192-1f195,U+1f198-1f19a,U+1f1e6-1f1e8; +} + +/* noto-serif-sc-[6]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-6-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+f0a7,U+f0b2,U+f0b7,U+f0c9,U+f0d8,U+f0da,U+f0dc-f0dd,U+f0e0,U+f0e6,U+f0eb,U+f0fc,U+f101,U+f104-f105,U+f107,U+f10b,U+f11b,U+f14b,U+f18a,U+f193,U+f1d6-f1d7,U+f244,U+f27a,U+f296,U+f2ae,U+f471,U+f4b3,U+f610-f611,U+f880-f881,U+f8ec,U+f8f5,U+f8ff,U+f901,U+f90a,U+f92c-f92d,U+f934,U+f937,U+f941,U+f965,U+f967,U+f969,U+f96b,U+f96f,U+f974,U+f978-f979,U+f97e,U+f981,U+f98a,U+f98e,U+f997,U+f99c,U+f9b2,U+f9b5,U+f9ba,U+f9be,U+f9ca,U+f9d0-f9d1,U+f9dd,U+f9e0-f9e1,U+f9e4,U+f9f7,U+fa00-fa01,U+fa08,U+fa0a,U+fa11,U+fb01-fb02,U+fdfc,U+fe0e,U+fe30-fe31,U+fe33-fe44,U+fe49-fe52,U+fe54-fe57,U+fe59-fe66,U+fe68-fe6b,U+fe8e,U+fe92-fe93,U+feae,U+feb8,U+fecb-fecc,U+fee0; +} + +/* noto-serif-sc-[21]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-21-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d; +} + +/* noto-serif-sc-[22]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-22-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81; +} + +/* noto-serif-sc-[23]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-23-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f; +} + +/* noto-serif-sc-[24]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-24-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80; +} + +/* noto-serif-sc-[25]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-25-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d; +} + +/* noto-serif-sc-[26]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-26-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db; +} + +/* noto-serif-sc-[27]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-27-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a; +} + +/* noto-serif-sc-[28]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-28-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3; +} + +/* noto-serif-sc-[29]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-29-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3; +} + +/* noto-serif-sc-[30]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-30-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a; +} + +/* noto-serif-sc-[31]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-31-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea; +} + +/* noto-serif-sc-[32]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-32-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162; +} + +/* noto-serif-sc-[33]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-33-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa; +} + +/* noto-serif-sc-[34]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-34-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40; +} + +/* noto-serif-sc-[35]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-35-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc; +} + +/* noto-serif-sc-[36]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-36-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d; +} + +/* noto-serif-sc-[37]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-37-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13; +} + +/* noto-serif-sc-[38]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-38-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f; +} + +/* noto-serif-sc-[39]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-39-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3; +} + +/* noto-serif-sc-[40]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-40-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545; +} + +/* noto-serif-sc-[41]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-41-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2; +} + +/* noto-serif-sc-[42]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-42-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6; +} + +/* noto-serif-sc-[43]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-43-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160; +} + +/* noto-serif-sc-[44]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-44-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014; +} + +/* noto-serif-sc-[45]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-45-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb; +} + +/* noto-serif-sc-[46]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-46-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1; +} + +/* noto-serif-sc-[47]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-47-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7; +} + +/* noto-serif-sc-[48]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-48-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1; +} + +/* noto-serif-sc-[49]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-49-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4; +} + +/* noto-serif-sc-[50]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-50-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a; +} + +/* noto-serif-sc-[51]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-51-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b; +} + +/* noto-serif-sc-[52]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-52-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721; +} + +/* noto-serif-sc-[53]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-53-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612; +} + +/* noto-serif-sc-[54]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-54-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508; +} + +/* noto-serif-sc-[55]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-55-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef; +} + +/* noto-serif-sc-[56]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-56-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5; +} + +/* noto-serif-sc-[57]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-57-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5; +} + +/* noto-serif-sc-[58]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-58-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009; +} + +/* noto-serif-sc-[59]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-59-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8; +} + +/* noto-serif-sc-[60]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-60-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2; +} + +/* noto-serif-sc-[61]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-61-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae; +} + +/* noto-serif-sc-[62]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-62-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82; +} + +/* noto-serif-sc-[63]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-63-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc; +} + +/* noto-serif-sc-[64]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-64-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1; +} + +/* noto-serif-sc-[65]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-65-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a; +} + +/* noto-serif-sc-[66]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-66-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630; +} + +/* noto-serif-sc-[67]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-67-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0; +} + +/* noto-serif-sc-[68]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-68-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5; +} + +/* noto-serif-sc-[69]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-69-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226; +} + +/* noto-serif-sc-[70]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-70-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec; +} + +/* noto-serif-sc-[71]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-71-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc; +} + +/* noto-serif-sc-[72]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-72-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96; +} + +/* noto-serif-sc-[73]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-73-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25; +} + +/* noto-serif-sc-[74]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-74-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb; +} + +/* noto-serif-sc-[75]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-75-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e; +} + +/* noto-serif-sc-[76]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-76-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968; +} + +/* noto-serif-sc-[77]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-77-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f; +} + +/* noto-serif-sc-[78]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-78-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8; +} + +/* noto-serif-sc-[79]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-79-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3; +} + +/* noto-serif-sc-[80]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-80-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e; +} + +/* noto-serif-sc-[81]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-81-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2; +} + +/* noto-serif-sc-[82]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-82-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287; +} + +/* noto-serif-sc-[83]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-83-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102; +} + +/* noto-serif-sc-[84]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-84-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0; +} + +/* noto-serif-sc-[85]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-85-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2; +} + +/* noto-serif-sc-[86]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-86-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128; +} + +/* noto-serif-sc-[87]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-87-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c; +} + +/* noto-serif-sc-[88]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-88-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650; +} + +/* noto-serif-sc-[89]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-89-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b; +} + +/* noto-serif-sc-[90]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-90-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9; +} + +/* noto-serif-sc-[91]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-91-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b; +} + +/* noto-serif-sc-[97]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-97-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2ae-2b3,U+2b5-2bf,U+2c2-2c3,U+2c6-2d1,U+2d8-2da,U+2dc,U+2e1-2e3,U+2e5,U+2eb,U+2ee-2f0,U+2f2-2f7,U+2f9-2ff,U+302-30d,U+311,U+31b,U+321-325,U+327-329,U+32b-32c,U+32e-32f,U+331-339,U+33c-33d,U+33f,U+348,U+352,U+35c,U+35e-35f,U+361,U+363,U+368,U+36c,U+36f,U+530-540,U+55d-55e,U+561,U+563,U+565,U+56b,U+56e-579; +} + +/* noto-serif-sc-[98]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-98-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+176-17f,U+192,U+194,U+19a-19b,U+19d,U+1a0-1a1,U+1a3-1a4,U+1aa,U+1ac-1ad,U+1af-1bf,U+1d2,U+1d4,U+1d6,U+1d8,U+1da,U+1dc,U+1e3,U+1e7,U+1e9,U+1ee,U+1f0-1f1,U+1f3,U+1f5-1ff,U+219-21b,U+221,U+223-226,U+228,U+22b,U+22f,U+231,U+234-237,U+23a-23b,U+23d,U+250-252,U+254-255,U+259-25e,U+261-263,U+265,U+268,U+26a-26b,U+26f-277,U+279,U+27b-280,U+282-283,U+285,U+28a,U+28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a4,U+2a6-2a7,U+2a9,U+2ab; +} + +/* noto-serif-sc-[99]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-99-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a1-a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b3-b6,U+b8-ba,U+bc-d6,U+d8-de,U+e6,U+eb,U+ee-f0,U+f5,U+f7-f8,U+fb,U+fd-100,U+102,U+104-107,U+10d,U+10f-112,U+115,U+117,U+119,U+11b,U+11e-11f,U+121,U+123,U+125-127,U+129-12a,U+12d,U+12f-13f,U+141-142,U+144,U+146,U+14b-14c,U+14f-153,U+158-15b,U+15e-160,U+163-165,U+168-16a,U+16d-175; +} + +/* noto-serif-sc-[100]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-100-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16; +} + +/* noto-serif-sc-[101]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-101-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e; +} + +/* noto-serif-sc-[102]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-102-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b; +} + +/* noto-serif-sc-[103]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-103-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd; +} + +/* noto-serif-sc-[104]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-104-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b; +} + +/* noto-serif-sc-[105]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-105-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f; +} + +/* noto-serif-sc-[106]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-106-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603; +} + +/* noto-serif-sc-[107]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-107-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c; +} + +/* noto-serif-sc-[108]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-108-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715; +} + +/* noto-serif-sc-[109]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-109-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5; +} + +/* noto-serif-sc-[110]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-110-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+300c-300d,U+4e54,U+4e58,U+4e95,U+4ec1,U+4f2f,U+4f38,U+4fa3,U+4fca,U+503e,U+5141,U+5144,U+517c,U+51cc,U+51ed,U+5242,U+52b2,U+52d2,U+52e4,U+540a,U+5439,U+5448,U+5496,U+54ed,U+5565,U+5761,U+5766,U+58ee,U+593a,U+594b,U+594f,U+5954,U+5996,U+59c6,U+59ff,U+5b64,U+5bff,U+5c18,U+5c1d,U+5c97,U+5ca9,U+5cb8,U+5e9f,U+5ec9,U+5f04,U+5f7b,U+5fa1,U+5fcd,U+6012,U+60a6,U+60ac,U+60b2,U+60ef,U+626e,U+6270,U+6276,U+62d6,U+62dc,U+6316,U+632f,U+633a,U+6355,U+63aa,U+6447,U+649e,U+64c5,U+654c,U+65c1,U+65cb,U+65e6,U+6606,U+6731,U+675c,U+67cf,U+67dc,U+6846,U+6b8b,U+6beb,U+6c61,U+6c88,U+6cbf,U+6cdb,U+6cea,U+6d45,U+6d53,U+6d74,U+6d82,U+6da8,U+6db5,U+6deb,U+6eda,U+6ee8,U+6f0f,U+706d,U+708e,U+70ae,U+70bc,U+70c2,U+70e6,U+7237-7238,U+72fc,U+730e,U+731b,U+739b,U+73bb,U+7483,U+74dc,U+74f6,U+7586,U+7626,U+775b,U+77ff,U+788e,U+78b0,U+7956,U+7965,U+79e6,U+7af9,U+7bee,U+7c97,U+7eb1,U+7eb7,U+7ed1,U+7ed5,U+7f6a,U+7f72,U+7fbd,U+8017,U+808c,U+80a9,U+80c6,U+80ce,U+8150,U+8170,U+819c,U+820d,U+8230,U+8239,U+827e,U+8377,U+8389,U+83b2,U+8428,U+8463,U+867e,U+88c2,U+88d9,U+8986,U+8bca,U+8bde,U+8c13,U+8c8c,U+8d21,U+8d24,U+8d56,U+8d60,U+8d8b,U+8db4,U+8e2a,U+8f68,U+8f89,U+8f9b,U+8fa8,U+8fbd,U+9003,U+90ce,U+90ed,U+9189,U+94bb,U+9505,U+95f9,U+963b,U+9655,U+966a,U+9677,U+96fe,U+9896,U+99a8,U+9a71,U+9a82,U+9a91,U+9b45,U+9ece,U+9f20,U+feff,U+ff0d; +} + +/* noto-serif-sc-[111]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-111-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e4c,U+4e88,U+4ea1,U+4ea6,U+4ed3-4ed4,U+4eff,U+4f30,U+4fa7,U+4fc4,U+4fd7,U+500d,U+504f,U+5076-5077,U+517d,U+5192,U+51c9,U+51ef,U+5238,U+5251,U+526a,U+52c7,U+52df,U+52ff,U+53a6,U+53a8,U+53ec,U+5410,U+559d,U+55b7,U+5634,U+573e,U+5783,U+585e,U+586b,U+58a8,U+5999,U+59d3,U+5a1c,U+5a46,U+5b54-5b55,U+5b85,U+5b8b,U+5b8f,U+5bbf,U+5bd2,U+5c16,U+5c24,U+5e05,U+5e45,U+5e7c,U+5e84,U+5f03,U+5f1f,U+5f31,U+5f84,U+5f90,U+5fbd,U+5fc6,U+5fd9,U+5fe7,U+6052,U+6062,U+6089,U+60a3,U+60d1,U+6167,U+622a,U+6234,U+624e,U+6269,U+626c,U+62b5,U+62d2,U+6325,U+63e1,U+643a,U+6446,U+6562,U+656c,U+65e2,U+65fa,U+660c,U+6628,U+6652,U+6668,U+6676,U+66fc,U+66ff,U+6717,U+676d,U+67aa,U+67d4,U+6843,U+6881,U+68d2,U+695a,U+69fd,U+6a2a,U+6b8a,U+6c60,U+6c64,U+6c9f,U+6caa,U+6cc9,U+6ce1,U+6cfd,U+6d1b,U+6d1e,U+6d6e,U+6de1,U+6e10,U+6e7f,U+6f5c,U+704c,U+7070,U+7089,U+70b8,U+718a,U+71c3,U+723d,U+732a,U+73cd,U+7518,U+756a,U+75af,U+75be,U+75c7,U+76d2,U+76d7,U+7763,U+78e8,U+795d,U+79df,U+7c4d,U+7d2f,U+7ee9,U+7f13,U+7f8a,U+8000,U+8010,U+80af,U+80f6,U+80f8,U+8212,U+8273,U+82f9,U+83ab,U+83b1,U+83f2,U+8584,U+871c,U+8861,U+888b,U+88c1,U+88e4,U+8bd1,U+8bf1,U+8c31,U+8d5a,U+8d75-8d76,U+8de8,U+8f85,U+8fa3,U+8fc5,U+9006,U+903c,U+904d,U+9075,U+9178,U+9274,U+950b,U+9526,U+95ea,U+9636,U+9686,U+978b,U+987f,U+9a7e,U+9b42,U+9e1f,U+9ea6,U+9f13,U+9f84,U+ff5e; +} + +/* noto-serif-sc-[112]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-112-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+23,U+3d,U+4e01,U+4e39,U+4e73,U+4ecd,U+4ed9,U+4eea,U+4f0a,U+4f1f,U+4f5b,U+4fa0,U+4fc3,U+501f,U+50a8,U+515a,U+5175,U+51a0,U+51c0,U+51e1,U+51e4,U+5200,U+520a,U+5224,U+523a,U+52aa,U+52b1,U+52b3,U+5348,U+5353,U+5360,U+5371,U+5377,U+539a,U+541b,U+5434,U+547c,U+54e6,U+5510,U+5531,U+5609,U+56f0,U+56fa,U+5733,U+574f,U+5851,U+5854,U+5899,U+58c1,U+592e,U+5939,U+5976,U+5986,U+59bb,U+5a18,U+5a74,U+5b59,U+5b87,U+5b97,U+5ba0,U+5bab,U+5bbd-5bbe,U+5bf8,U+5c0a,U+5c3a,U+5c4a,U+5e16,U+5e1d,U+5e2d,U+5e8a,U+6015,U+602a,U+6050,U+6069,U+6162,U+61c2,U+6293,U+6297,U+62b1,U+62bd,U+62df,U+62fc,U+6302,U+635f,U+638c,U+63ed,U+6458,U+6469,U+6563,U+6620,U+6653,U+6696-6697,U+66dd,U+675f,U+676f-6770,U+67d0,U+67d3,U+684c,U+6865,U+6885,U+68b0,U+68ee,U+690d,U+6b23,U+6b32,U+6bd5,U+6c89,U+6d01,U+6d25,U+6d89,U+6da6,U+6db2,U+6df7,U+6ed1,U+6f02,U+70c8,U+70df,U+70e7,U+7126,U+7236,U+7259,U+731c,U+745e,U+74e3,U+751a,U+751c,U+7532,U+7545,U+75db,U+7761,U+7a0d,U+7b51,U+7ca4,U+7cd6,U+7d2b,U+7ea0,U+7eb9,U+7ed8,U+7f18,U+7f29,U+8033,U+804a,U+80a4-80a5,U+80e1,U+817f,U+829d,U+82e6,U+8336,U+840c,U+8499,U+864e,U+8651,U+865a,U+88ad,U+89e6,U+8bd7,U+8bfa,U+8c37,U+8d25,U+8d38,U+8ddd,U+8fea,U+9010,U+9012,U+906d,U+907f-9080,U+90d1,U+9177,U+91ca,U+94fa,U+9501,U+9634-9635,U+9694,U+9707,U+9738,U+9769,U+9a7b,U+9a97,U+9aa8,U+9b3c,U+9c81,U+9ed8; +} + +/* noto-serif-sc-[113]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-113-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50; +} + +/* noto-serif-sc-[114]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-114-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c; +} + +/* noto-serif-sc-[115]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-115-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b; +} + +/* noto-serif-sc-[116]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-116-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99; +} + +/* noto-serif-sc-[117]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-117-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f; +} + +/* noto-serif-sc-[118]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-118-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09; +} + +/* noto-serif-sc-[119]-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-119-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a; +} + +/* noto-serif-sc-cyrillic-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-cyrillic-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-sc-vietnamese-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-vietnamese-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-sc-latin-ext-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-latin-ext-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* noto-serif-sc-latin-wght-normal */ +@font-face { + font-family: 'Noto Serif SC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-sc-latin-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-tc/CHANGELOG.md b/fonts/variable/noto-serif-tc/CHANGELOG.md new file mode 100644 index 00000000000..e798685bbf8 --- /dev/null +++ b/fonts/variable/noto-serif-tc/CHANGELOG.md @@ -0,0 +1,2 @@ +# Changelog +See the [Fontsource CHANGELOG.md](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md). \ No newline at end of file diff --git a/fonts/variable/noto-serif-tc/LICENSE b/fonts/variable/noto-serif-tc/LICENSE new file mode 100644 index 00000000000..664f22fa729 --- /dev/null +++ b/fonts/variable/noto-serif-tc/LICENSE @@ -0,0 +1,93 @@ +(c) 2017-2023 Adobe (http://www.adobe.com/). + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/fonts/variable/noto-serif-tc/README.md b/fonts/variable/noto-serif-tc/README.md new file mode 100644 index 00000000000..f1db9a1fe2f --- /dev/null +++ b/fonts/variable/noto-serif-tc/README.md @@ -0,0 +1,48 @@ +# Fontsource Noto Serif TC + +[![npm (scoped)](https://img.shields.io/npm/v/@fontsource-variable/noto-serif-tc?color=brightgreen)](https://www.npmjs.com/package/@fontsource-variable/noto-serif-tc) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource-variable/noto-serif-tc)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource-variable/noto-serif-tc)](https://github.com/fontsource/fontsource) [![GitHub stars](https://img.shields.io/github/stars/fontsource/fontsource.svg?style=social&label=Star)](https://github.com/fontsource/fontsource/stargazers) + +The CSS and web font files to easily self-host the “Noto Serif TC” variable font. Please visit the main [Fontsource website](https://fontsource.org/fonts/noto-serif-tc) to view more details on this package. + +## Quick Installation + +Fontsource offers multiple methods to import the CSS, including using a bundler like Vite or using SASS. You can find full documentation [here](https://fontsource.org/docs/getting-started/introduction). + +```javascript +npm install @fontsource-variable/noto-serif-tc +``` + +Within your app entry file or site component, import it in. + +```javascript +import "@fontsource-variable/noto-serif-tc"; // Defaults to wght axis +import "@fontsource-variable/noto-serif-tc/wght.css"; // Specify axis +import "@fontsource-variable/noto-serif-tc/wght-italic.css"; // Specify axis and style +``` + +Supported variables: +- Weights: `[200,300,400,500,600,700,800,900]` +- Styles: `[normal]` +- Subsets: `[chinese-traditional,cyrillic,latin,latin-ext,vietnamese]` +- Axes: `[wght]` + +> Note: `italic` may not be supported by all fonts. To learn more about what axes and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/noto-serif-tc). + +Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS. + +```css +body { + font-family: "Noto Serif TC Variable"; +} +``` + +## Licensing +Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0. + +(c) 2017-2023 Adobe (http://www.adobe.com/). +[OFL-1.1](http://scripts.sil.org/OFL) + +## Other Notes +Font version (provided by source): `v30`. + +If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-0-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-0-wght-normal.woff2 new file mode 100644 index 00000000000..318bece1e64 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-0-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-100-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-100-wght-normal.woff2 new file mode 100644 index 00000000000..41d090a4c1c Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-100-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-101-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-101-wght-normal.woff2 new file mode 100644 index 00000000000..fe3141c0944 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-101-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-102-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-102-wght-normal.woff2 new file mode 100644 index 00000000000..d7651fa58e1 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-102-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-103-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-103-wght-normal.woff2 new file mode 100644 index 00000000000..4acf0af785a Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-103-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-104-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-104-wght-normal.woff2 new file mode 100644 index 00000000000..af123c16c5c Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-104-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-105-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-105-wght-normal.woff2 new file mode 100644 index 00000000000..ff43adc8e1d Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-105-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-106-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-106-wght-normal.woff2 new file mode 100644 index 00000000000..cfd658a82e6 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-106-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-107-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-107-wght-normal.woff2 new file mode 100644 index 00000000000..00836cb2a44 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-107-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-108-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-108-wght-normal.woff2 new file mode 100644 index 00000000000..6e31ac90e10 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-108-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-109-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-109-wght-normal.woff2 new file mode 100644 index 00000000000..cf92470eee7 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-109-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-110-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-110-wght-normal.woff2 new file mode 100644 index 00000000000..2d29c9fa0c3 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-110-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-111-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-111-wght-normal.woff2 new file mode 100644 index 00000000000..640626c1721 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-111-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-112-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-112-wght-normal.woff2 new file mode 100644 index 00000000000..94410e3ed67 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-112-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-113-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-113-wght-normal.woff2 new file mode 100644 index 00000000000..a5b04d11d09 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-113-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-114-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-114-wght-normal.woff2 new file mode 100644 index 00000000000..0d52b1be890 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-114-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-115-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-115-wght-normal.woff2 new file mode 100644 index 00000000000..6bda3d18ba6 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-115-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-116-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-116-wght-normal.woff2 new file mode 100644 index 00000000000..5f5d7ab31b8 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-116-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-117-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-117-wght-normal.woff2 new file mode 100644 index 00000000000..653d190c49e Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-117-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-118-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-118-wght-normal.woff2 new file mode 100644 index 00000000000..e9d3d4cf4a3 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-118-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-119-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-119-wght-normal.woff2 new file mode 100644 index 00000000000..8979e8ad8f4 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-119-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-19-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-19-wght-normal.woff2 new file mode 100644 index 00000000000..870451c53e1 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-19-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-20-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-20-wght-normal.woff2 new file mode 100644 index 00000000000..67ba13f02b6 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-20-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-21-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-21-wght-normal.woff2 new file mode 100644 index 00000000000..f2a062d35b5 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-21-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-22-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-22-wght-normal.woff2 new file mode 100644 index 00000000000..14881a06e0a Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-22-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-23-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-23-wght-normal.woff2 new file mode 100644 index 00000000000..ba3cda5a2f4 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-23-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-24-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-24-wght-normal.woff2 new file mode 100644 index 00000000000..f8cb5258477 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-24-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-25-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-25-wght-normal.woff2 new file mode 100644 index 00000000000..ecd80216a7e Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-25-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-26-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-26-wght-normal.woff2 new file mode 100644 index 00000000000..e9a651a8817 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-26-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-27-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-27-wght-normal.woff2 new file mode 100644 index 00000000000..dc0c3e48567 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-27-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-28-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-28-wght-normal.woff2 new file mode 100644 index 00000000000..7de5cef061d Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-28-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-29-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-29-wght-normal.woff2 new file mode 100644 index 00000000000..848d4237203 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-29-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-30-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-30-wght-normal.woff2 new file mode 100644 index 00000000000..e236f8d4fcb Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-30-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-31-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-31-wght-normal.woff2 new file mode 100644 index 00000000000..613d1f17e2a Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-31-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-32-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-32-wght-normal.woff2 new file mode 100644 index 00000000000..4cfbd0a50c4 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-32-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-33-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-33-wght-normal.woff2 new file mode 100644 index 00000000000..2615bd9b080 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-33-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-34-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-34-wght-normal.woff2 new file mode 100644 index 00000000000..71910d44ada Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-34-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-35-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-35-wght-normal.woff2 new file mode 100644 index 00000000000..c970c45685c Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-35-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-36-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-36-wght-normal.woff2 new file mode 100644 index 00000000000..af4bcd546aa Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-36-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-37-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-37-wght-normal.woff2 new file mode 100644 index 00000000000..58e9aa132c5 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-37-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-38-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-38-wght-normal.woff2 new file mode 100644 index 00000000000..3357120f9fd Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-38-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-39-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-39-wght-normal.woff2 new file mode 100644 index 00000000000..482bcab078f Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-39-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-40-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-40-wght-normal.woff2 new file mode 100644 index 00000000000..cd2d492a726 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-40-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-41-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-41-wght-normal.woff2 new file mode 100644 index 00000000000..5c1d95fbb0b Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-41-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-42-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-42-wght-normal.woff2 new file mode 100644 index 00000000000..70ed76f652c Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-42-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-43-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-43-wght-normal.woff2 new file mode 100644 index 00000000000..5e52456f924 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-43-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-44-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-44-wght-normal.woff2 new file mode 100644 index 00000000000..bdaf183cd2a Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-44-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-45-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-45-wght-normal.woff2 new file mode 100644 index 00000000000..9fecc7cc1e9 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-45-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-46-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-46-wght-normal.woff2 new file mode 100644 index 00000000000..bd7fcaa3d4e Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-46-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-47-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-47-wght-normal.woff2 new file mode 100644 index 00000000000..6854c1fb36e Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-47-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-48-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-48-wght-normal.woff2 new file mode 100644 index 00000000000..2165cf32ea0 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-48-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-49-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-49-wght-normal.woff2 new file mode 100644 index 00000000000..16673267ef4 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-49-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-50-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-50-wght-normal.woff2 new file mode 100644 index 00000000000..da18bb7cb97 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-50-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-51-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-51-wght-normal.woff2 new file mode 100644 index 00000000000..1cc92aad38f Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-51-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-52-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-52-wght-normal.woff2 new file mode 100644 index 00000000000..083cb72e140 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-52-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-53-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-53-wght-normal.woff2 new file mode 100644 index 00000000000..a3023447743 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-53-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-54-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-54-wght-normal.woff2 new file mode 100644 index 00000000000..3694e99eb14 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-54-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-55-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-55-wght-normal.woff2 new file mode 100644 index 00000000000..61c1ceb2879 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-55-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-56-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-56-wght-normal.woff2 new file mode 100644 index 00000000000..b24f263ba20 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-56-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-57-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-57-wght-normal.woff2 new file mode 100644 index 00000000000..dbcbd75b685 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-57-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-58-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-58-wght-normal.woff2 new file mode 100644 index 00000000000..182cdc33bad Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-58-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-59-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-59-wght-normal.woff2 new file mode 100644 index 00000000000..d36de0000da Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-59-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-6-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-6-wght-normal.woff2 new file mode 100644 index 00000000000..ec5afa1e2c4 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-6-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-60-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-60-wght-normal.woff2 new file mode 100644 index 00000000000..b28fd4f3d8b Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-60-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-61-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-61-wght-normal.woff2 new file mode 100644 index 00000000000..66300b82fe1 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-61-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-62-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-62-wght-normal.woff2 new file mode 100644 index 00000000000..610d36c58c2 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-62-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-63-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-63-wght-normal.woff2 new file mode 100644 index 00000000000..699aaaa4705 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-63-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-64-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-64-wght-normal.woff2 new file mode 100644 index 00000000000..1850cc4e4a6 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-64-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-65-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-65-wght-normal.woff2 new file mode 100644 index 00000000000..8ad00b06a75 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-65-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-66-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-66-wght-normal.woff2 new file mode 100644 index 00000000000..63fb7869337 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-66-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-67-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-67-wght-normal.woff2 new file mode 100644 index 00000000000..7200bcb2f70 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-67-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-68-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-68-wght-normal.woff2 new file mode 100644 index 00000000000..b33fdd004cd Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-68-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-69-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-69-wght-normal.woff2 new file mode 100644 index 00000000000..2850791e8cc Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-69-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-7-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-7-wght-normal.woff2 new file mode 100644 index 00000000000..d52361a5c98 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-7-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-70-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-70-wght-normal.woff2 new file mode 100644 index 00000000000..6a5601495a4 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-70-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-71-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-71-wght-normal.woff2 new file mode 100644 index 00000000000..38343714069 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-71-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-72-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-72-wght-normal.woff2 new file mode 100644 index 00000000000..7311c337a98 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-72-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-73-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-73-wght-normal.woff2 new file mode 100644 index 00000000000..54668356441 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-73-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-74-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-74-wght-normal.woff2 new file mode 100644 index 00000000000..450029f15e1 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-74-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-75-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-75-wght-normal.woff2 new file mode 100644 index 00000000000..401ef7bcecd Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-75-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-76-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-76-wght-normal.woff2 new file mode 100644 index 00000000000..9e7e1f35b93 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-76-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-77-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-77-wght-normal.woff2 new file mode 100644 index 00000000000..e974e2a0508 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-77-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-78-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-78-wght-normal.woff2 new file mode 100644 index 00000000000..c3706135ce4 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-78-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-79-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-79-wght-normal.woff2 new file mode 100644 index 00000000000..b2c750a0f5d Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-79-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-8-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-8-wght-normal.woff2 new file mode 100644 index 00000000000..c33bd7c2904 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-8-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-80-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-80-wght-normal.woff2 new file mode 100644 index 00000000000..5784cd7fece Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-80-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-81-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-81-wght-normal.woff2 new file mode 100644 index 00000000000..324d67e63d6 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-81-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-82-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-82-wght-normal.woff2 new file mode 100644 index 00000000000..dd3323a0709 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-82-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-83-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-83-wght-normal.woff2 new file mode 100644 index 00000000000..d667b366f27 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-83-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-84-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-84-wght-normal.woff2 new file mode 100644 index 00000000000..e56033fbb62 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-84-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-85-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-85-wght-normal.woff2 new file mode 100644 index 00000000000..aaed295fec6 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-85-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-86-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-86-wght-normal.woff2 new file mode 100644 index 00000000000..1805f293d42 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-86-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-87-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-87-wght-normal.woff2 new file mode 100644 index 00000000000..74857b456d3 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-87-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-88-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-88-wght-normal.woff2 new file mode 100644 index 00000000000..faec1fdaf43 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-88-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-89-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-89-wght-normal.woff2 new file mode 100644 index 00000000000..99c72c6bed0 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-89-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-90-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-90-wght-normal.woff2 new file mode 100644 index 00000000000..c3d14e3a98c Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-90-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-91-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-91-wght-normal.woff2 new file mode 100644 index 00000000000..fb08e5ccc0d Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-91-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-92-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-92-wght-normal.woff2 new file mode 100644 index 00000000000..561fc82edce Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-92-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-97-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-97-wght-normal.woff2 new file mode 100644 index 00000000000..591cb4280c1 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-97-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-98-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-98-wght-normal.woff2 new file mode 100644 index 00000000000..7d19798c0d0 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-98-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-99-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-99-wght-normal.woff2 new file mode 100644 index 00000000000..de9b76ea48b Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-99-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-cyrillic-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-cyrillic-wght-normal.woff2 new file mode 100644 index 00000000000..3a8a5cf23bf Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-cyrillic-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-latin-ext-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-latin-ext-wght-normal.woff2 new file mode 100644 index 00000000000..4ba0b7766c5 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-latin-ext-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-latin-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-latin-wght-normal.woff2 new file mode 100644 index 00000000000..628bd64eea6 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-latin-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/files/noto-serif-tc-vietnamese-wght-normal.woff2 b/fonts/variable/noto-serif-tc/files/noto-serif-tc-vietnamese-wght-normal.woff2 new file mode 100644 index 00000000000..d3196672617 Binary files /dev/null and b/fonts/variable/noto-serif-tc/files/noto-serif-tc-vietnamese-wght-normal.woff2 differ diff --git a/fonts/variable/noto-serif-tc/index.css b/fonts/variable/noto-serif-tc/index.css new file mode 100644 index 00000000000..93d65b697d7 --- /dev/null +++ b/fonts/variable/noto-serif-tc/index.css @@ -0,0 +1,1049 @@ +/* noto-serif-tc-[0]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-0-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4; +} + +/* noto-serif-tc-[6]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-6-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ff78-ff7e,U+ff80-ff86,U+ff89-ff94,U+ff97-ff9e,U+ffb9,U+ffe0-ffe3,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1d7c7,U+1f004,U+1f0cf,U+1f141-1f142,U+1f150,U+1f154,U+1f158,U+1f15b,U+1f15d-1f15e,U+1f162-1f163,U+1f170-1f171,U+1f174,U+1f177-1f178,U+1f17d-1f17f,U+1f192-1f195,U+1f197-1f19a,U+1f1e6-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f22f,U+1f232-1f237,U+1f239-1f23a,U+1f250-1f251,U+1f300,U+1f302-1f319; +} + +/* noto-serif-tc-[7]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-7-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+fa0a,U+fa0c,U+fa11,U+fa17,U+fa19,U+fa1b,U+fa1d,U+fa26,U+fa2c,U+fb01,U+fdfc,U+fe0e,U+fe33-fe36,U+fe38-fe44,U+fe49-fe51,U+fe54,U+fe56-fe57,U+fe59-fe5c,U+fe5f-fe6a,U+fe8e,U+fe92-fe93,U+feae,U+fecb-fecc,U+fee0,U+feec,U+fef3,U+ff04,U+ff07,U+ff26-ff2c,U+ff31-ff32,U+ff35-ff37,U+ff39-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff68,U+ff6a,U+ff6c-ff77; +} + +/* noto-serif-tc-[8]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-8-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+f78a-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e-f94f,U+f95a,U+f95d-f95e,U+f961-f963,U+f965-f970,U+f974,U+f976-f97a,U+f97c,U+f97e-f97f,U+f981,U+f983,U+f988,U+f98a,U+f98c,U+f98e,U+f996-f997,U+f999-f99a,U+f99c,U+f99f-f9a0,U+f9a3,U+f9a8,U+f9ad,U+f9b2-f9b6,U+f9b9-f9ba,U+f9bd-f9be,U+f9c1,U+f9c4,U+f9c7,U+f9ca,U+f9cd,U+f9d0-f9d1,U+f9d3-f9d4,U+f9d7-f9d8,U+f9dc-f9dd,U+f9df-f9e1,U+f9e4,U+f9e8-f9ea,U+f9f4,U+f9f6-f9f7,U+f9f9-f9fa,U+f9fc-fa01,U+fa03-fa04,U+fa06,U+fa08-fa09; +} + +/* noto-serif-tc-[19]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-19-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; +} + +/* noto-serif-tc-[20]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-20-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2; +} + +/* noto-serif-tc-[21]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-21-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70; +} + +/* noto-serif-tc-[22]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-22-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee; +} + +/* noto-serif-tc-[23]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-23-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86; +} + +/* noto-serif-tc-[24]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-24-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a; +} + +/* noto-serif-tc-[25]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-25-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1; +} + +/* noto-serif-tc-[26]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-26-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c; +} + +/* noto-serif-tc-[27]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-27-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f; +} + +/* noto-serif-tc-[28]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-28-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419; +} + +/* noto-serif-tc-[29]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-29-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306; +} + +/* noto-serif-tc-[30]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-30-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207; +} + +/* noto-serif-tc-[31]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-31-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df; +} + +/* noto-serif-tc-[32]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-32-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84; +} + +/* noto-serif-tc-[33]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-33-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e; +} + +/* noto-serif-tc-[34]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-34-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb; +} + +/* noto-serif-tc-[35]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-35-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99; +} + +/* noto-serif-tc-[36]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-36-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16; +} + +/* noto-serif-tc-[37]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-37-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4; +} + +/* noto-serif-tc-[38]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-38-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762; +} + +/* noto-serif-tc-[39]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-39-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e; +} + +/* noto-serif-tc-[40]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-40-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf; +} + +/* noto-serif-tc-[41]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-41-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f; +} + +/* noto-serif-tc-[42]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-42-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279; +} + +/* noto-serif-tc-[43]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-43-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a; +} + +/* noto-serif-tc-[44]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-44-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6; +} + +/* noto-serif-tc-[45]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-45-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2; +} + +/* noto-serif-tc-[46]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-46-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b; +} + +/* noto-serif-tc-[47]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-47-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20; +} + +/* noto-serif-tc-[48]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-48-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb; +} + +/* noto-serif-tc-[49]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-49-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988; +} + +/* noto-serif-tc-[50]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-50-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840; +} + +/* noto-serif-tc-[51]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-51-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705; +} + +/* noto-serif-tc-[52]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-52-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc; +} + +/* noto-serif-tc-[53]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-53-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a; +} + +/* noto-serif-tc-[54]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-54-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3; +} + +/* noto-serif-tc-[55]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-55-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f; +} + +/* noto-serif-tc-[56]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-56-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114; +} + +/* noto-serif-tc-[57]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-57-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9; +} + +/* noto-serif-tc-[58]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-58-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8; +} + +/* noto-serif-tc-[59]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-59-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5; +} + +/* noto-serif-tc-[60]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-60-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc; +} + +/* noto-serif-tc-[61]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-61-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd; +} + +/* noto-serif-tc-[62]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-62-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32; +} + +/* noto-serif-tc-[63]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-63-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902; +} + +/* noto-serif-tc-[64]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-64-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db; +} + +/* noto-serif-tc-[65]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-65-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2; +} + +/* noto-serif-tc-[66]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-66-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564; +} + +/* noto-serif-tc-[67]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-67-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a; +} + +/* noto-serif-tc-[68]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-68-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310; +} + +/* noto-serif-tc-[69]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-69-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb; +} + +/* noto-serif-tc-[70]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-70-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af; +} + +/* noto-serif-tc-[71]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-71-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d; +} + +/* noto-serif-tc-[72]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-72-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a; +} + +/* noto-serif-tc-[73]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-73-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5; +} + +/* noto-serif-tc-[74]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-74-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82; +} + +/* noto-serif-tc-[75]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-75-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56; +} + +/* noto-serif-tc-[76]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-76-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e; +} + +/* noto-serif-tc-[77]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-77-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6; +} + +/* noto-serif-tc-[78]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-78-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a; +} + +/* noto-serif-tc-[79]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-79-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557; +} + +/* noto-serif-tc-[80]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-80-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445; +} + +/* noto-serif-tc-[81]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-81-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7; +} + +/* noto-serif-tc-[82]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-82-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196; +} + +/* noto-serif-tc-[83]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-83-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e; +} + +/* noto-serif-tc-[84]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-84-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b; +} + +/* noto-serif-tc-[85]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-85-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21; +} + +/* noto-serif-tc-[86]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-86-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049; +} + +/* noto-serif-tc-[87]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-87-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747; +} + +/* noto-serif-tc-[88]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-88-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648; +} + +/* noto-serif-tc-[89]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-89-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565; +} + +/* noto-serif-tc-[90]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-90-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474; +} + +/* noto-serif-tc-[91]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-91-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a,U+208d-208e,U+20a1,U+20a4,U+20a6,U+20a8-20ab,U+20ad-20ae,U+20b1-20b3,U+20b5,U+20b8-20ba,U+20bd,U+20dd,U+20e3,U+2105,U+2109,U+2112-2113,U+2115-2117,U+2120-2121,U+2126,U+212b; +} + +/* noto-serif-tc-[92]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-92-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07,U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe; +} + +/* noto-serif-tc-[97]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-97-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2c8-2c9,U+2cc-2cd,U+2d0,U+2d8,U+2da,U+2dc,U+2e1-2e3,U+2e7,U+2eb,U+2ee,U+2f1-2ff,U+302-304,U+306-309,U+30c-30d,U+311,U+31b,U+321,U+323-325,U+328-329,U+32b-32c,U+32e-32f,U+331-33a,U+33c-33f,U+348,U+353,U+358-359,U+35c,U+35e-35f,U+361,U+363,U+367-368,U+36c,U+36f,U+530-535,U+537-540,U+55e,U+561-565,U+568-56d,U+56f-576,U+578-582,U+584,U+5a1,U+5a3-5a4,U+5aa,U+5ae,U+5b0-5b4; +} + +/* noto-serif-tc-[98]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-98-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+1af,U+1b1,U+1b4-1be,U+1d0,U+1d2,U+1d4,U+1da,U+1dc-1dd,U+1e1,U+1e3-1e4,U+1e7,U+1e9,U+1eb-1ec,U+1f0-1f1,U+1f3-1f5,U+1f7,U+1f9-1ff,U+219,U+221,U+225-226,U+228-22b,U+22e-22f,U+231-235,U+239,U+23b,U+23e,U+250-252,U+254-255,U+259-25e,U+261-263,U+268-26b,U+26d,U+26f-277,U+279-27a,U+27d-281,U+283,U+28a-28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a2,U+2a4-2a7,U+2a9-2aa,U+2ae-2b3,U+2b5-2b7,U+2b9-2bf,U+2c2-2c4,U+2c6-2c7; +} + +/* noto-serif-tc-[99]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-99-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a1-a2,U+a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b5-b6,U+b8-ba,U+bc-be,U+c0-c8,U+ca-cc,U+ce-d5,U+d8-df,U+f0,U+f5,U+f8,U+fb,U+fe-100,U+102,U+105,U+107,U+109-10b,U+10f,U+112,U+115,U+117,U+119,U+11b,U+11f,U+121,U+123-124,U+127,U+129,U+12c-12d,U+130-13f,U+141-142,U+144,U+148,U+14b-14c,U+14f-153,U+159-15b,U+15e-160,U+163-166,U+169-16a,U+16d-171,U+173-17e,U+192,U+1a0,U+1a4,U+1aa,U+1ac-1ad; +} + +/* noto-serif-tc-[100]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-100-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; +} + +/* noto-serif-tc-[101]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-101-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; +} + +/* noto-serif-tc-[102]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-102-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; +} + +/* noto-serif-tc-[103]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-103-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; +} + +/* noto-serif-tc-[104]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-104-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; +} + +/* noto-serif-tc-[105]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-105-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; +} + +/* noto-serif-tc-[106]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-106-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; +} + +/* noto-serif-tc-[107]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-107-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; +} + +/* noto-serif-tc-[108]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-108-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; +} + +/* noto-serif-tc-[109]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-109-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; +} + +/* noto-serif-tc-[110]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-110-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4; +} + +/* noto-serif-tc-[111]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-111-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c; +} + +/* noto-serif-tc-[112]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-112-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d; +} + +/* noto-serif-tc-[113]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-113-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c; +} + +/* noto-serif-tc-[114]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-114-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54; +} + +/* noto-serif-tc-[115]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-115-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; +} + +/* noto-serif-tc-[116]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-116-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; +} + +/* noto-serif-tc-[117]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-117-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; +} + +/* noto-serif-tc-[118]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-118-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; +} + +/* noto-serif-tc-[119]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-119-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a; +} + +/* noto-serif-tc-cyrillic-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-cyrillic-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-tc-vietnamese-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-vietnamese-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-tc-latin-ext-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-latin-ext-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* noto-serif-tc-latin-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-latin-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-tc/metadata.json b/fonts/variable/noto-serif-tc/metadata.json new file mode 100644 index 00000000000..e93350fb57f --- /dev/null +++ b/fonts/variable/noto-serif-tc/metadata.json @@ -0,0 +1,27 @@ +{ + "id": "noto-serif-tc", + "family": "Noto Serif TC", + "subsets": [ + "chinese-traditional", + "cyrillic", + "latin", + "latin-ext", + "vietnamese" + ], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], + "styles": ["normal"], + "defSubset": "latin", + "variable": { + "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} + }, + "lastModified": "2024-05-14", + "version": "v30", + "category": "serif", + "license": { + "type": "OFL-1.1", + "url": "http://scripts.sil.org/OFL", + "attribution": "(c) 2017-2023 Adobe (http://www.adobe.com/)." + }, + "source": "https://github.com/google/fonts", + "type": "google" +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-tc/package.json b/fonts/variable/noto-serif-tc/package.json new file mode 100644 index 00000000000..41bb2d71c96 --- /dev/null +++ b/fonts/variable/noto-serif-tc/package.json @@ -0,0 +1,30 @@ +{ + "name": "@fontsource-variable/noto-serif-tc", + "version": "5.0.1", + "description": "Self-host the Noto Serif TC font in a neatly bundled NPM package.", + "main": "index.css", + "publishConfig": {"access": "public"}, + "keywords": [ + "fontsource", + "font", + "font family", + "google fonts", + "noto-serif-tc", + "Noto Serif TC", + "css", + "sass", + "front-end", + "web", + "typeface", + "variable" + ], + "author": "Google Inc.", + "license": "OFL-1.1", + "homepage": "https://fontsource.org/fonts/noto-serif-tc", + "repository": { + "type": "git", + "url": "https://github.com/fontsource/font-files.git", + "directory": "fonts/variable/noto-serif-tc" + }, + "publishHash": "1eda03839ffd0943" +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-tc/scss/metadata.scss b/fonts/variable/noto-serif-tc/scss/metadata.scss new file mode 100644 index 00000000000..9b4f6a4763c --- /dev/null +++ b/fonts/variable/noto-serif-tc/scss/metadata.scss @@ -0,0 +1,127 @@ +$id: 'noto-serif-tc' !default; +$family: 'Noto Serif TC' !default; +$category: serif !default; +$subsets: (chinese-traditional, cyrillic, latin, latin-ext, vietnamese) !default; +$weights: (200, 300, 400, 500, 600, 700, 800, 900) !default; +$styles: (normal) !default; +$axes: ( + wght: ( + default: 400, + min: 200, + max: 900, + step: 1, + ), +) !default; +$defaults: ( + subset: latin, + weight: 400, + style: normal, + axis: wght, +) !default; +$unicode: ( + 0: (U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4), + 6: (U+ff78-ff7e,U+ff80-ff86,U+ff89-ff94,U+ff97-ff9e,U+ffb9,U+ffe0-ffe3,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1d7c7,U+1f004,U+1f0cf,U+1f141-1f142,U+1f150,U+1f154,U+1f158,U+1f15b,U+1f15d-1f15e,U+1f162-1f163,U+1f170-1f171,U+1f174,U+1f177-1f178,U+1f17d-1f17f,U+1f192-1f195,U+1f197-1f19a,U+1f1e6-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f22f,U+1f232-1f237,U+1f239-1f23a,U+1f250-1f251,U+1f300,U+1f302-1f319), + 7: (U+fa0a,U+fa0c,U+fa11,U+fa17,U+fa19,U+fa1b,U+fa1d,U+fa26,U+fa2c,U+fb01,U+fdfc,U+fe0e,U+fe33-fe36,U+fe38-fe44,U+fe49-fe51,U+fe54,U+fe56-fe57,U+fe59-fe5c,U+fe5f-fe6a,U+fe8e,U+fe92-fe93,U+feae,U+fecb-fecc,U+fee0,U+feec,U+fef3,U+ff04,U+ff07,U+ff26-ff2c,U+ff31-ff32,U+ff35-ff37,U+ff39-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff68,U+ff6a,U+ff6c-ff77), + 8: (U+f78a-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e-f94f,U+f95a,U+f95d-f95e,U+f961-f963,U+f965-f970,U+f974,U+f976-f97a,U+f97c,U+f97e-f97f,U+f981,U+f983,U+f988,U+f98a,U+f98c,U+f98e,U+f996-f997,U+f999-f99a,U+f99c,U+f99f-f9a0,U+f9a3,U+f9a8,U+f9ad,U+f9b2-f9b6,U+f9b9-f9ba,U+f9bd-f9be,U+f9c1,U+f9c4,U+f9c7,U+f9ca,U+f9cd,U+f9d0-f9d1,U+f9d3-f9d4,U+f9d7-f9d8,U+f9dc-f9dd,U+f9df-f9e1,U+f9e4,U+f9e8-f9ea,U+f9f4,U+f9f6-f9f7,U+f9f9-f9fa,U+f9fc-fa01,U+fa03-fa04,U+fa06,U+fa08-fa09), + 19: (U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc), + 20: (U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2), + 21: (U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70), + 22: (U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee), + 23: (U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86), + 24: (U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a), + 25: (U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1), + 26: (U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c), + 27: (U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f), + 28: (U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419), + 29: (U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306), + 30: (U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207), + 31: (U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df), + 32: (U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84), + 33: (U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e), + 34: (U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb), + 35: (U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99), + 36: (U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16), + 37: (U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4), + 38: (U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762), + 39: (U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e), + 40: (U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf), + 41: (U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f), + 42: (U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279), + 43: (U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a), + 44: (U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6), + 45: (U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2), + 46: (U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b), + 47: (U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20), + 48: (U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb), + 49: (U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988), + 50: (U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840), + 51: (U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705), + 52: (U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc), + 53: (U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a), + 54: (U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3), + 55: (U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f), + 56: (U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114), + 57: (U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9), + 58: (U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8), + 59: (U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5), + 60: (U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc), + 61: (U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd), + 62: (U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32), + 63: (U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902), + 64: (U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db), + 65: (U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2), + 66: (U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564), + 67: (U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a), + 68: (U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310), + 69: (U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb), + 70: (U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af), + 71: (U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d), + 72: (U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a), + 73: (U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5), + 74: (U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82), + 75: (U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56), + 76: (U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e), + 77: (U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6), + 78: (U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a), + 79: (U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557), + 80: (U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445), + 81: (U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7), + 82: (U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196), + 83: (U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e), + 84: (U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b), + 85: (U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21), + 86: (U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049), + 87: (U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747), + 88: (U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648), + 89: (U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565), + 90: (U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474), + 91: (U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a,U+208d-208e,U+20a1,U+20a4,U+20a6,U+20a8-20ab,U+20ad-20ae,U+20b1-20b3,U+20b5,U+20b8-20ba,U+20bd,U+20dd,U+20e3,U+2105,U+2109,U+2112-2113,U+2115-2117,U+2120-2121,U+2126,U+212b), + 92: (U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07,U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe), + 97: (U+2c8-2c9,U+2cc-2cd,U+2d0,U+2d8,U+2da,U+2dc,U+2e1-2e3,U+2e7,U+2eb,U+2ee,U+2f1-2ff,U+302-304,U+306-309,U+30c-30d,U+311,U+31b,U+321,U+323-325,U+328-329,U+32b-32c,U+32e-32f,U+331-33a,U+33c-33f,U+348,U+353,U+358-359,U+35c,U+35e-35f,U+361,U+363,U+367-368,U+36c,U+36f,U+530-535,U+537-540,U+55e,U+561-565,U+568-56d,U+56f-576,U+578-582,U+584,U+5a1,U+5a3-5a4,U+5aa,U+5ae,U+5b0-5b4), + 98: (U+1af,U+1b1,U+1b4-1be,U+1d0,U+1d2,U+1d4,U+1da,U+1dc-1dd,U+1e1,U+1e3-1e4,U+1e7,U+1e9,U+1eb-1ec,U+1f0-1f1,U+1f3-1f5,U+1f7,U+1f9-1ff,U+219,U+221,U+225-226,U+228-22b,U+22e-22f,U+231-235,U+239,U+23b,U+23e,U+250-252,U+254-255,U+259-25e,U+261-263,U+268-26b,U+26d,U+26f-277,U+279-27a,U+27d-281,U+283,U+28a-28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a2,U+2a4-2a7,U+2a9-2aa,U+2ae-2b3,U+2b5-2b7,U+2b9-2bf,U+2c2-2c4,U+2c6-2c7), + 99: (U+a1-a2,U+a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b5-b6,U+b8-ba,U+bc-be,U+c0-c8,U+ca-cc,U+ce-d5,U+d8-df,U+f0,U+f5,U+f8,U+fb,U+fe-100,U+102,U+105,U+107,U+109-10b,U+10f,U+112,U+115,U+117,U+119,U+11b,U+11f,U+121,U+123-124,U+127,U+129,U+12c-12d,U+130-13f,U+141-142,U+144,U+148,U+14b-14c,U+14f-153,U+159-15b,U+15e-160,U+163-166,U+169-16a,U+16d-171,U+173-17e,U+192,U+1a0,U+1a4,U+1aa,U+1ac-1ad), + 100: (U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d), + 101: (U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495), + 102: (U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33), + 103: (U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d), + 104: (U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602), + 105: (U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19), + 106: (U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464), + 107: (U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15), + 108: (U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13), + 109: (U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e), + 110: (U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4), + 111: (U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c), + 112: (U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d), + 113: (U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c), + 114: (U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54), + 115: (U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e), + 116: (U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d), + 117: (U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc), + 118: (U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f), + 119: (U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a), + cyrillic: (U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116), + vietnamese: (U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB), + latin-ext: (U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF), + latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD), +) !default; diff --git a/fonts/variable/noto-serif-tc/scss/mixins.scss b/fonts/variable/noto-serif-tc/scss/mixins.scss new file mode 100644 index 00000000000..0571337fab3 --- /dev/null +++ b/fonts/variable/noto-serif-tc/scss/mixins.scss @@ -0,0 +1,192 @@ +@use 'sass:list'; +@use 'sass:map'; +@use 'sass:math'; +@use 'sass:meta'; +@use 'sass:string'; + +@use 'metadata'; + +$metadata: meta.module-variables(metadata) !default; +$directory: null !default; + +$family: null !default; +$display: null !default; +$formats: null !default; +$subsets: null !default; +$weights: null !default; +$styles: null !default; +$axes: null !default; + +// Deprecated +$displayVar: null !default; + +@mixin generator( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + // Deprecated + $displayVar: $displayVar +) { + + @if $displayVar != null { + @warn "$displayVar is deprecated due to the limitation of using css variables in @font-face (https://github.com/fontsource/fontsource/issues/726)."; + } + + $isVariable: map.get($metadata, axes) != null; + + $directory: if( + $directory, + $directory, + '~@fontsource#{if($isVariable, '-variable', '')}/#{map.get($metadata, id)}/files' + ); + + $family: if($family, $family, map.get($metadata, family) + if($isVariable, ' Variable', '')); + $display: if($display, $display, swap); + $formats: if(not $formats or $formats == all, if($isVariable, woff2, (woff2, woff)), $formats); + $subsets: if( + $subsets, + if($subsets == all, map.get($metadata, subsets), $subsets), + map.get($metadata, subsets) + ); + $weights: if( + $weights, + if($weights == all, map.get($metadata, weights), $weights), + map.get($metadata, defaults, weight) + ); + $styles: if( + $styles, + if($styles == all, map.get($metadata, styles), $styles), + map.get($metadata, defaults, style) + ); + $axes: if( + $axes, + if($axes == all, full, $axes), + if($isVariable, if(map.has-key($metadata, axes, wght), wght, full), null) + ); + + @each $subset in $subsets { + @each $unicodeSubset, $unicodeRange in map.get($metadata, unicode) { + // If condition is true, generate faces for the current subset + @if ( + // If there is no unicode information for the font or + ($unicodeSubset == null) or + // If the subset match a unicode subset or + ($subset == $unicodeSubset) or + ( + // If $unicodeSubset is a numeric unicode subset + // and current subset exists in the list of font subsets but does not match any unicode subset + // then generate faces for this numeric unicode subset as it is representing part of the current subset + list.index(map.get($metadata, subsets), $subset) and not + map.has-key($metadata, unicode, $subset) and not + list.index(map.get($metadata, subsets), $unicodeSubset) + ) + ) { + @each $weight in if($axes, null, $weights) { + @each $axis in $axes { + @each $style in $styles { + $variant: '#{map.get($metadata, id)}-#{if($unicodeSubset, $unicodeSubset, $subset)}-#{if($axis, $axis, $weight)}-#{$style}'; + + $src: (); + @each $format in $formats { + $src: append( + $src, + url('#{$directory}/#{$variant}.#{$format}') + format('#{$format}#{if($axis, '-variations', '')}'), + comma + ); + } + + @content (( + metadata: $metadata, + directory: $directory, + family: $family, + display: $display, + formats: $formats, + subsets: $subsets, + weights: $weights, + styles: $styles, + axes: $axes, + + variant: $variant, + subset: $subset, + unicodeSubset: $unicodeSubset, + unicodeRange: $unicodeRange, + weight: $weight, + axis: $axis, + style: $style, + + font-family: string.quote($family), + font-style: if( + (($axis == full) or ($axis == slnt)) and map.has-key($metadata, axes, slnt), + oblique map.get($metadata, axes, slnt, min) + deg map.get($metadata, axes, slnt, max) + deg, + $style + ), + font-display: $display, + font-weight: if( + (($axis == full) or ($axis == wght)) and map.has-key($metadata, axes, wght), + map.get($metadata, axes, wght, min) map.get($metadata, axes, wght, max), + $weight + ), + font-stretch: if( + (($axis == full) or ($axis == wdth)) and map.has-key($metadata, axes, wdth), + '#{map.get($metadata, axes, wdth, min)}% #{map.get($metadata, axes, wdth, max)}%', + null + ), + src: $src, + unicode-range: $unicodeRange, + )); + } + } + } + } + } + } +} + +@mixin faces( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + // Deprecated + $displayVar: $displayVar +) { + @include generator( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + $displayVar: $displayVar + ) + using ($props) { + /* #{map.get($props, variant)} */ + @font-face { + font-family: map.get($props, font-family); + font-style: map.get($props, font-style); + font-display: map.get($props, font-display); + font-weight: map.get($props, font-weight); + font-stretch: map.get($props, font-stretch); + unicode-range: map.get($props, unicode-range); + src: map.get($props, src); + } + } +} diff --git a/fonts/variable/noto-serif-tc/unicode.json b/fonts/variable/noto-serif-tc/unicode.json new file mode 100644 index 00000000000..194dfdae9c5 --- /dev/null +++ b/fonts/variable/noto-serif-tc/unicode.json @@ -0,0 +1,107 @@ +{ + "[0]": "U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4", + "[6]": "U+ff78-ff7e,U+ff80-ff86,U+ff89-ff94,U+ff97-ff9e,U+ffb9,U+ffe0-ffe3,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1d7c7,U+1f004,U+1f0cf,U+1f141-1f142,U+1f150,U+1f154,U+1f158,U+1f15b,U+1f15d-1f15e,U+1f162-1f163,U+1f170-1f171,U+1f174,U+1f177-1f178,U+1f17d-1f17f,U+1f192-1f195,U+1f197-1f19a,U+1f1e6-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f22f,U+1f232-1f237,U+1f239-1f23a,U+1f250-1f251,U+1f300,U+1f302-1f319", + "[7]": "U+fa0a,U+fa0c,U+fa11,U+fa17,U+fa19,U+fa1b,U+fa1d,U+fa26,U+fa2c,U+fb01,U+fdfc,U+fe0e,U+fe33-fe36,U+fe38-fe44,U+fe49-fe51,U+fe54,U+fe56-fe57,U+fe59-fe5c,U+fe5f-fe6a,U+fe8e,U+fe92-fe93,U+feae,U+fecb-fecc,U+fee0,U+feec,U+fef3,U+ff04,U+ff07,U+ff26-ff2c,U+ff31-ff32,U+ff35-ff37,U+ff39-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff68,U+ff6a,U+ff6c-ff77", + "[8]": "U+f78a-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e-f94f,U+f95a,U+f95d-f95e,U+f961-f963,U+f965-f970,U+f974,U+f976-f97a,U+f97c,U+f97e-f97f,U+f981,U+f983,U+f988,U+f98a,U+f98c,U+f98e,U+f996-f997,U+f999-f99a,U+f99c,U+f99f-f9a0,U+f9a3,U+f9a8,U+f9ad,U+f9b2-f9b6,U+f9b9-f9ba,U+f9bd-f9be,U+f9c1,U+f9c4,U+f9c7,U+f9ca,U+f9cd,U+f9d0-f9d1,U+f9d3-f9d4,U+f9d7-f9d8,U+f9dc-f9dd,U+f9df-f9e1,U+f9e4,U+f9e8-f9ea,U+f9f4,U+f9f6-f9f7,U+f9f9-f9fa,U+f9fc-fa01,U+fa03-fa04,U+fa06,U+fa08-fa09", + "[19]": "U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc", + "[20]": "U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2", + "[21]": "U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70", + "[22]": "U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee", + "[23]": "U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86", + "[24]": "U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a", + "[25]": "U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1", + "[26]": "U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c", + "[27]": "U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f", + "[28]": "U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419", + "[29]": "U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306", + "[30]": "U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207", + "[31]": "U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df", + "[32]": "U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84", + "[33]": "U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e", + "[34]": "U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb", + "[35]": "U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99", + "[36]": "U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16", + "[37]": "U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4", + "[38]": "U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762", + "[39]": "U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e", + "[40]": "U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf", + "[41]": "U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f", + "[42]": "U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279", + "[43]": "U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a", + "[44]": "U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6", + "[45]": "U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2", + "[46]": "U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b", + "[47]": "U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20", + "[48]": "U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb", + "[49]": "U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988", + "[50]": "U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840", + "[51]": "U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705", + "[52]": "U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc", + "[53]": "U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a", + "[54]": "U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3", + "[55]": "U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f", + "[56]": "U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114", + "[57]": "U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9", + "[58]": "U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8", + "[59]": "U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5", + "[60]": "U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc", + "[61]": "U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd", + "[62]": "U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32", + "[63]": "U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902", + "[64]": "U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db", + "[65]": "U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2", + "[66]": "U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564", + "[67]": "U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a", + "[68]": "U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310", + "[69]": "U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb", + "[70]": "U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af", + "[71]": "U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d", + "[72]": "U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a", + "[73]": "U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5", + "[74]": "U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82", + "[75]": "U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56", + "[76]": "U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e", + "[77]": "U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6", + "[78]": "U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a", + "[79]": "U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557", + "[80]": "U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445", + "[81]": "U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7", + "[82]": "U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196", + "[83]": "U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e", + "[84]": "U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b", + "[85]": "U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21", + "[86]": "U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049", + "[87]": "U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747", + "[88]": "U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648", + "[89]": "U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565", + "[90]": "U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474", + "[91]": "U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a,U+208d-208e,U+20a1,U+20a4,U+20a6,U+20a8-20ab,U+20ad-20ae,U+20b1-20b3,U+20b5,U+20b8-20ba,U+20bd,U+20dd,U+20e3,U+2105,U+2109,U+2112-2113,U+2115-2117,U+2120-2121,U+2126,U+212b", + "[92]": "U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07,U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe", + "[97]": "U+2c8-2c9,U+2cc-2cd,U+2d0,U+2d8,U+2da,U+2dc,U+2e1-2e3,U+2e7,U+2eb,U+2ee,U+2f1-2ff,U+302-304,U+306-309,U+30c-30d,U+311,U+31b,U+321,U+323-325,U+328-329,U+32b-32c,U+32e-32f,U+331-33a,U+33c-33f,U+348,U+353,U+358-359,U+35c,U+35e-35f,U+361,U+363,U+367-368,U+36c,U+36f,U+530-535,U+537-540,U+55e,U+561-565,U+568-56d,U+56f-576,U+578-582,U+584,U+5a1,U+5a3-5a4,U+5aa,U+5ae,U+5b0-5b4", + "[98]": "U+1af,U+1b1,U+1b4-1be,U+1d0,U+1d2,U+1d4,U+1da,U+1dc-1dd,U+1e1,U+1e3-1e4,U+1e7,U+1e9,U+1eb-1ec,U+1f0-1f1,U+1f3-1f5,U+1f7,U+1f9-1ff,U+219,U+221,U+225-226,U+228-22b,U+22e-22f,U+231-235,U+239,U+23b,U+23e,U+250-252,U+254-255,U+259-25e,U+261-263,U+268-26b,U+26d,U+26f-277,U+279-27a,U+27d-281,U+283,U+28a-28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a2,U+2a4-2a7,U+2a9-2aa,U+2ae-2b3,U+2b5-2b7,U+2b9-2bf,U+2c2-2c4,U+2c6-2c7", + "[99]": "U+a1-a2,U+a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b5-b6,U+b8-ba,U+bc-be,U+c0-c8,U+ca-cc,U+ce-d5,U+d8-df,U+f0,U+f5,U+f8,U+fb,U+fe-100,U+102,U+105,U+107,U+109-10b,U+10f,U+112,U+115,U+117,U+119,U+11b,U+11f,U+121,U+123-124,U+127,U+129,U+12c-12d,U+130-13f,U+141-142,U+144,U+148,U+14b-14c,U+14f-153,U+159-15b,U+15e-160,U+163-166,U+169-16a,U+16d-171,U+173-17e,U+192,U+1a0,U+1a4,U+1aa,U+1ac-1ad", + "[100]": "U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d", + "[101]": "U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495", + "[102]": "U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33", + "[103]": "U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d", + "[104]": "U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602", + "[105]": "U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19", + "[106]": "U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464", + "[107]": "U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15", + "[108]": "U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13", + "[109]": "U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e", + "[110]": "U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4", + "[111]": "U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c", + "[112]": "U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d", + "[113]": "U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c", + "[114]": "U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54", + "[115]": "U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e", + "[116]": "U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d", + "[117]": "U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc", + "[118]": "U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f", + "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a", + "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" +} \ No newline at end of file diff --git a/fonts/variable/noto-serif-tc/wght.css b/fonts/variable/noto-serif-tc/wght.css new file mode 100644 index 00000000000..93d65b697d7 --- /dev/null +++ b/fonts/variable/noto-serif-tc/wght.css @@ -0,0 +1,1049 @@ +/* noto-serif-tc-[0]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-0-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4; +} + +/* noto-serif-tc-[6]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-6-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+ff78-ff7e,U+ff80-ff86,U+ff89-ff94,U+ff97-ff9e,U+ffb9,U+ffe0-ffe3,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1d7c7,U+1f004,U+1f0cf,U+1f141-1f142,U+1f150,U+1f154,U+1f158,U+1f15b,U+1f15d-1f15e,U+1f162-1f163,U+1f170-1f171,U+1f174,U+1f177-1f178,U+1f17d-1f17f,U+1f192-1f195,U+1f197-1f19a,U+1f1e6-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f22f,U+1f232-1f237,U+1f239-1f23a,U+1f250-1f251,U+1f300,U+1f302-1f319; +} + +/* noto-serif-tc-[7]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-7-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+fa0a,U+fa0c,U+fa11,U+fa17,U+fa19,U+fa1b,U+fa1d,U+fa26,U+fa2c,U+fb01,U+fdfc,U+fe0e,U+fe33-fe36,U+fe38-fe44,U+fe49-fe51,U+fe54,U+fe56-fe57,U+fe59-fe5c,U+fe5f-fe6a,U+fe8e,U+fe92-fe93,U+feae,U+fecb-fecc,U+fee0,U+feec,U+fef3,U+ff04,U+ff07,U+ff26-ff2c,U+ff31-ff32,U+ff35-ff37,U+ff39-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff68,U+ff6a,U+ff6c-ff77; +} + +/* noto-serif-tc-[8]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-8-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+f78a-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e-f94f,U+f95a,U+f95d-f95e,U+f961-f963,U+f965-f970,U+f974,U+f976-f97a,U+f97c,U+f97e-f97f,U+f981,U+f983,U+f988,U+f98a,U+f98c,U+f98e,U+f996-f997,U+f999-f99a,U+f99c,U+f99f-f9a0,U+f9a3,U+f9a8,U+f9ad,U+f9b2-f9b6,U+f9b9-f9ba,U+f9bd-f9be,U+f9c1,U+f9c4,U+f9c7,U+f9ca,U+f9cd,U+f9d0-f9d1,U+f9d3-f9d4,U+f9d7-f9d8,U+f9dc-f9dd,U+f9df-f9e1,U+f9e4,U+f9e8-f9ea,U+f9f4,U+f9f6-f9f7,U+f9f9-f9fa,U+f9fc-fa01,U+fa03-fa04,U+fa06,U+fa08-fa09; +} + +/* noto-serif-tc-[19]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-19-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc; +} + +/* noto-serif-tc-[20]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-20-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2; +} + +/* noto-serif-tc-[21]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-21-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70; +} + +/* noto-serif-tc-[22]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-22-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee; +} + +/* noto-serif-tc-[23]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-23-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86; +} + +/* noto-serif-tc-[24]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-24-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a; +} + +/* noto-serif-tc-[25]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-25-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1; +} + +/* noto-serif-tc-[26]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-26-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c; +} + +/* noto-serif-tc-[27]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-27-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f; +} + +/* noto-serif-tc-[28]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-28-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419; +} + +/* noto-serif-tc-[29]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-29-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306; +} + +/* noto-serif-tc-[30]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-30-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207; +} + +/* noto-serif-tc-[31]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-31-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df; +} + +/* noto-serif-tc-[32]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-32-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84; +} + +/* noto-serif-tc-[33]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-33-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e; +} + +/* noto-serif-tc-[34]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-34-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb; +} + +/* noto-serif-tc-[35]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-35-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99; +} + +/* noto-serif-tc-[36]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-36-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16; +} + +/* noto-serif-tc-[37]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-37-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4; +} + +/* noto-serif-tc-[38]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-38-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762; +} + +/* noto-serif-tc-[39]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-39-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e; +} + +/* noto-serif-tc-[40]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-40-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf; +} + +/* noto-serif-tc-[41]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-41-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f; +} + +/* noto-serif-tc-[42]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-42-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279; +} + +/* noto-serif-tc-[43]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-43-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a; +} + +/* noto-serif-tc-[44]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-44-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6; +} + +/* noto-serif-tc-[45]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-45-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2; +} + +/* noto-serif-tc-[46]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-46-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b; +} + +/* noto-serif-tc-[47]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-47-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20; +} + +/* noto-serif-tc-[48]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-48-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb; +} + +/* noto-serif-tc-[49]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-49-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988; +} + +/* noto-serif-tc-[50]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-50-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840; +} + +/* noto-serif-tc-[51]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-51-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705; +} + +/* noto-serif-tc-[52]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-52-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc; +} + +/* noto-serif-tc-[53]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-53-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a; +} + +/* noto-serif-tc-[54]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-54-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3; +} + +/* noto-serif-tc-[55]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-55-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f; +} + +/* noto-serif-tc-[56]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-56-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114; +} + +/* noto-serif-tc-[57]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-57-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9; +} + +/* noto-serif-tc-[58]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-58-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8; +} + +/* noto-serif-tc-[59]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-59-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5; +} + +/* noto-serif-tc-[60]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-60-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc; +} + +/* noto-serif-tc-[61]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-61-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd; +} + +/* noto-serif-tc-[62]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-62-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32; +} + +/* noto-serif-tc-[63]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-63-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902; +} + +/* noto-serif-tc-[64]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-64-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db; +} + +/* noto-serif-tc-[65]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-65-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2; +} + +/* noto-serif-tc-[66]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-66-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564; +} + +/* noto-serif-tc-[67]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-67-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a; +} + +/* noto-serif-tc-[68]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-68-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310; +} + +/* noto-serif-tc-[69]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-69-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb; +} + +/* noto-serif-tc-[70]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-70-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af; +} + +/* noto-serif-tc-[71]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-71-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d; +} + +/* noto-serif-tc-[72]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-72-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a; +} + +/* noto-serif-tc-[73]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-73-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5; +} + +/* noto-serif-tc-[74]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-74-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82; +} + +/* noto-serif-tc-[75]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-75-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56; +} + +/* noto-serif-tc-[76]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-76-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e; +} + +/* noto-serif-tc-[77]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-77-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6; +} + +/* noto-serif-tc-[78]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-78-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a; +} + +/* noto-serif-tc-[79]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-79-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557; +} + +/* noto-serif-tc-[80]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-80-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445; +} + +/* noto-serif-tc-[81]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-81-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7; +} + +/* noto-serif-tc-[82]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-82-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196; +} + +/* noto-serif-tc-[83]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-83-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e; +} + +/* noto-serif-tc-[84]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-84-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b; +} + +/* noto-serif-tc-[85]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-85-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21; +} + +/* noto-serif-tc-[86]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-86-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049; +} + +/* noto-serif-tc-[87]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-87-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747; +} + +/* noto-serif-tc-[88]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-88-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648; +} + +/* noto-serif-tc-[89]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-89-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565; +} + +/* noto-serif-tc-[90]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-90-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474; +} + +/* noto-serif-tc-[91]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-91-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a,U+208d-208e,U+20a1,U+20a4,U+20a6,U+20a8-20ab,U+20ad-20ae,U+20b1-20b3,U+20b5,U+20b8-20ba,U+20bd,U+20dd,U+20e3,U+2105,U+2109,U+2112-2113,U+2115-2117,U+2120-2121,U+2126,U+212b; +} + +/* noto-serif-tc-[92]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-92-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07,U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe; +} + +/* noto-serif-tc-[97]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-97-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2c8-2c9,U+2cc-2cd,U+2d0,U+2d8,U+2da,U+2dc,U+2e1-2e3,U+2e7,U+2eb,U+2ee,U+2f1-2ff,U+302-304,U+306-309,U+30c-30d,U+311,U+31b,U+321,U+323-325,U+328-329,U+32b-32c,U+32e-32f,U+331-33a,U+33c-33f,U+348,U+353,U+358-359,U+35c,U+35e-35f,U+361,U+363,U+367-368,U+36c,U+36f,U+530-535,U+537-540,U+55e,U+561-565,U+568-56d,U+56f-576,U+578-582,U+584,U+5a1,U+5a3-5a4,U+5aa,U+5ae,U+5b0-5b4; +} + +/* noto-serif-tc-[98]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-98-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+1af,U+1b1,U+1b4-1be,U+1d0,U+1d2,U+1d4,U+1da,U+1dc-1dd,U+1e1,U+1e3-1e4,U+1e7,U+1e9,U+1eb-1ec,U+1f0-1f1,U+1f3-1f5,U+1f7,U+1f9-1ff,U+219,U+221,U+225-226,U+228-22b,U+22e-22f,U+231-235,U+239,U+23b,U+23e,U+250-252,U+254-255,U+259-25e,U+261-263,U+268-26b,U+26d,U+26f-277,U+279-27a,U+27d-281,U+283,U+28a-28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a2,U+2a4-2a7,U+2a9-2aa,U+2ae-2b3,U+2b5-2b7,U+2b9-2bf,U+2c2-2c4,U+2c6-2c7; +} + +/* noto-serif-tc-[99]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-99-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a1-a2,U+a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b5-b6,U+b8-ba,U+bc-be,U+c0-c8,U+ca-cc,U+ce-d5,U+d8-df,U+f0,U+f5,U+f8,U+fb,U+fe-100,U+102,U+105,U+107,U+109-10b,U+10f,U+112,U+115,U+117,U+119,U+11b,U+11f,U+121,U+123-124,U+127,U+129,U+12c-12d,U+130-13f,U+141-142,U+144,U+148,U+14b-14c,U+14f-153,U+159-15b,U+15e-160,U+163-166,U+169-16a,U+16d-171,U+173-17e,U+192,U+1a0,U+1a4,U+1aa,U+1ac-1ad; +} + +/* noto-serif-tc-[100]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-100-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d; +} + +/* noto-serif-tc-[101]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-101-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495; +} + +/* noto-serif-tc-[102]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-102-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33; +} + +/* noto-serif-tc-[103]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-103-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d; +} + +/* noto-serif-tc-[104]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-104-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602; +} + +/* noto-serif-tc-[105]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-105-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19; +} + +/* noto-serif-tc-[106]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-106-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464; +} + +/* noto-serif-tc-[107]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-107-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15; +} + +/* noto-serif-tc-[108]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-108-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13; +} + +/* noto-serif-tc-[109]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-109-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e; +} + +/* noto-serif-tc-[110]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-110-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4; +} + +/* noto-serif-tc-[111]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-111-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c; +} + +/* noto-serif-tc-[112]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-112-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d; +} + +/* noto-serif-tc-[113]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-113-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c; +} + +/* noto-serif-tc-[114]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-114-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54; +} + +/* noto-serif-tc-[115]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-115-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e; +} + +/* noto-serif-tc-[116]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-116-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d; +} + +/* noto-serif-tc-[117]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-117-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc; +} + +/* noto-serif-tc-[118]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-118-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f; +} + +/* noto-serif-tc-[119]-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-119-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a; +} + +/* noto-serif-tc-cyrillic-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-cyrillic-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; +} + +/* noto-serif-tc-vietnamese-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-vietnamese-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB; +} + +/* noto-serif-tc-latin-ext-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-latin-ext-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; +} + +/* noto-serif-tc-latin-wght-normal */ +@font-face { + font-family: 'Noto Serif TC Variable'; + font-style: normal; + font-display: swap; + font-weight: 200 900; + src: url(./files/noto-serif-tc-latin-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} \ No newline at end of file diff --git a/fonts/variable/playpen-sans/README.md b/fonts/variable/playpen-sans/README.md index cafc2bca280..d477f8039c1 100644 --- a/fonts/variable/playpen-sans/README.md +++ b/fonts/variable/playpen-sans/README.md @@ -43,6 +43,6 @@ Copyright 2023 The Playpen Sans Project Authors (https://github.com/TypeTogether [OFL-1.1](http://scripts.sil.org/OFL) ## Other Notes -Font version (provided by source): `v11`. +Font version (provided by source): `v13`. If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/variable/playpen-sans/metadata.json b/fonts/variable/playpen-sans/metadata.json index 567ca88ce73..b696ead3208 100644 --- a/fonts/variable/playpen-sans/metadata.json +++ b/fonts/variable/playpen-sans/metadata.json @@ -8,8 +8,8 @@ "variable": { "wght": {"default": "400", "min": "100", "max": "800", "step": "1"} }, - "lastModified": "2024-05-06", - "version": "v11", + "lastModified": "2024-05-17", + "version": "v13", "category": "handwriting", "license": { "type": "OFL-1.1", diff --git a/fonts/variable/playpen-sans/package.json b/fonts/variable/playpen-sans/package.json index c8e5853aa7f..dc5b5833349 100644 --- a/fonts/variable/playpen-sans/package.json +++ b/fonts/variable/playpen-sans/package.json @@ -1,6 +1,6 @@ { "name": "@fontsource-variable/playpen-sans", - "version": "5.0.7", + "version": "5.0.8", "description": "Self-host the Playpen Sans font in a neatly bundled NPM package.", "main": "index.css", "publishConfig": {"access": "public"}, @@ -26,5 +26,5 @@ "url": "https://github.com/fontsource/font-files.git", "directory": "fonts/variable/playpen-sans" }, - "publishHash": "4c83149ac18bbecb" + "publishHash": "89850294317736b3" } \ No newline at end of file diff --git a/metadata/fontsource.json b/metadata/fontsource.json index 4a9a8f956f8..a8d0e2e8f1e 100644 --- a/metadata/fontsource.json +++ b/metadata/fontsource.json @@ -10061,6 +10061,33 @@ "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" } }, + "danfo": { + "id": "danfo", + "family": "Danfo", + "subsets": ["latin", "latin-ext", "vietnamese"], + "weights": [400], + "styles": ["normal"], + "defSubset": "latin", + "variable": { + "ELSH": {"default": "0", "min": "0", "max": "100", "step": "0.1"} + }, + "lastModified": "2024-05-13", + "version": "v2", + "category": "serif", + "license": { + "type": "OFL-1.1", + "url": "http://scripts.sil.org/OFL", + "attribution": "Copyright 2024 The Tac Project Authors (https://github.com/Afrotype/Danfo)" + }, + "source": "https://github.com/google/fonts", + "type": "google", + "npmVersion": "5.0.0", + "unicodeRange": { + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + } + }, "dangrek": { "id": "dangrek", "family": "Dangrek", @@ -19744,6 +19771,32 @@ "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" } }, + "jacquard-12": { + "id": "jacquard-12", + "family": "Jacquard 12", + "subsets": ["latin", "latin-ext", "math", "symbols"], + "weights": [400], + "styles": ["normal"], + "defSubset": "latin", + "variable": false, + "lastModified": "2024-05-13", + "version": "v6", + "category": "display", + "license": { + "type": "OFL-1.1", + "url": "http://scripts.sil.org/OFL", + "attribution": "Copyright 2023 The Soft Type Project Authors (https://github.com/scfried/soft-type-jacquard)" + }, + "source": "https://github.com/google/fonts", + "type": "google", + "npmVersion": "5.0.0", + "unicodeRange": { + "math": "U+0302-0303,U+0305,U+0307-0308,U+0330,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2034-2037,U+2057,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2102,U+210A-210E,U+2110-2112,U+2115,U+2119-211D,U+2124,U+2128,U+212C-212D,U+212F-2131,U+2133-2138,U+213C-2140,U+2145-2149,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B6,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF", + "symbols": "U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8B1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA88,U+1FA90-1FABD,U+1FABF-1FAC5,U+1FACE-1FADB,U+1FAE0-1FAE8,U+1FAF0-1FAF8,U+1FB00-1FBFF", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + } + }, "jacquard-12-charted": { "id": "jacquard-12-charted", "family": "Jacquard 12 Charted", @@ -27078,8 +27131,8 @@ "GRAD": {"min": "-25", "max": "200", "default": "0", "step": "1"}, "opsz": {"default": "48", "min": "30", "max": "48", "step": "0.1"} }, - "lastModified": "2024-04-25", - "version": "v179", + "lastModified": "2024-05-13", + "version": "v183", "category": "icons", "license": { "type": "Apache-2.0", @@ -27106,8 +27159,8 @@ "GRAD": {"min": "-25", "max": "200", "default": "0", "step": "1"}, "opsz": {"default": "48", "min": "30", "max": "48", "step": "0.1"} }, - "lastModified": "2024-04-25", - "version": "v177", + "lastModified": "2024-05-13", + "version": "v181", "category": "icons", "license": { "type": "Apache-2.0", @@ -27134,8 +27187,8 @@ "GRAD": {"min": "-25", "max": "200", "default": "0", "step": "1"}, "opsz": {"default": "48", "min": "30", "max": "48", "step": "0.1"} }, - "lastModified": "2024-04-25", - "version": "v175", + "lastModified": "2024-05-13", + "version": "v179", "category": "icons", "license": { "type": "Apache-2.0", @@ -36290,13 +36343,13 @@ "variable": { "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} }, - "lastModified": "2022-09-27", - "version": "v2", + "lastModified": "2024-05-14", + "version": "v7", "category": "serif", "license": { "type": "OFL-1.1", "url": "http://scripts.sil.org/OFL", - "attribution": "(c) 2017-2022 Adobe (http://www.adobe.com/)." + "attribution": "(c) 2017-2023 Adobe (http://www.adobe.com/)." }, "source": "https://github.com/google/fonts", "type": "google", @@ -36316,72 +36369,67 @@ "[15]": "U+ff37,U+ff39-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff68,U+ff6a,U+ff6c-ff7e,U+ff80-ff86,U+ff89-ff94,U+ff97-ff9e,U+ffb9,U+ffe0-ffe3,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1d7c7,U+1f004,U+1f0cf,U+1f141-1f142,U+1f150,U+1f154,U+1f158,U+1f15b,U+1f15d-1f15e,U+1f162-1f163,U+1f170-1f171,U+1f174,U+1f177-1f178,U+1f17d-1f17f,U+1f192-1f195,U+1f197-1f19a,U+1f1e6-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f22f,U+1f232-1f237,U+1f239-1f23a,U+1f250-1f251,U+1f300,U+1f302-1f304", "[16]": "U+f94f,U+f95a,U+f95d-f95e,U+f961-f963,U+f965-f970,U+f974,U+f976-f97a,U+f97c,U+f97e-f97f,U+f981,U+f983,U+f988,U+f98a,U+f98c,U+f98e,U+f996-f997,U+f999-f99a,U+f99c,U+f99f-f9a0,U+f9a3,U+f9a8,U+f9ad,U+f9b2-f9b6,U+f9b9-f9ba,U+f9bd-f9be,U+f9c1,U+f9c4,U+f9c7,U+f9ca,U+f9cd,U+f9d0-f9d1,U+f9d3-f9d4,U+f9d7-f9d8,U+f9dc-f9dd,U+f9df-f9e1,U+f9e4,U+f9e8-f9ea,U+f9f4,U+f9f6-f9f7,U+f9f9-f9fa,U+f9fc-fa01,U+fa03-fa04,U+fa06,U+fa08-fa0a,U+fa0c,U+fa11,U+fa17,U+fa19,U+fa1b,U+fa1d,U+fa26,U+fa2c,U+fb01,U+fdfc,U+fe0e,U+fe33-fe36,U+fe38-fe44,U+fe49-fe51,U+fe54,U+fe56-fe57,U+fe59-fe5c,U+fe5f-fe6a,U+fe8e,U+fe92-fe93,U+feae,U+fecb-fecc,U+fee0,U+feec,U+fef3,U+ff04,U+ff07,U+ff26-ff2c,U+ff31-ff32,U+ff35-ff36", "[17]": "U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e", - "[20]": "U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018", - "[21]": "U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69", - "[22]": "U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708", - "[23]": "U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0", - "[24]": "U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec", - "[25]": "U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8", - "[26]": "U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26", - "[27]": "U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98", - "[28]": "U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9", - "[29]": "U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a", - "[30]": "U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb", - "[31]": "U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f", - "[32]": "U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601", - "[33]": "U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c", - "[34]": "U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e", - "[35]": "U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267", - "[36]": "U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139", - "[37]": "U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7", - "[38]": "U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35", - "[39]": "U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd", - "[40]": "U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22", - "[41]": "U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982", - "[42]": "U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803", - "[43]": "U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695", - "[44]": "U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510", - "[45]": "U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba", - "[46]": "U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a", - "[47]": "U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114", - "[48]": "U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99", - "[49]": "U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a", - "[50]": "U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06", - "[51]": "U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90", - "[52]": "U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a", - "[53]": "U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1", - "[54]": "U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a", - "[55]": "U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600", - "[56]": "U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9", - "[57]": "U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8", - "[58]": "U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264", - "[59]": "U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd", - "[60]": "U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb", - "[61]": "U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86", - "[62]": "U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63", - "[63]": "U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e", - "[64]": "U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99", - "[65]": "U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956", - "[66]": "U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb", - "[67]": "U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2", - "[68]": "U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534", - "[69]": "U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0", - "[70]": "U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c", - "[71]": "U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e", - "[72]": "U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4", - "[73]": "U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a", - "[74]": "U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced", - "[75]": "U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c", - "[76]": "U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32", - "[77]": "U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb", - "[78]": "U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a", - "[79]": "U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f", - "[80]": "U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be", - "[81]": "U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d", - "[82]": "U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf", - "[83]": "U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058", - "[84]": "U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f", - "[85]": "U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8", + "[25]": "U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8", + "[26]": "U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e", + "[27]": "U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf", + "[28]": "U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a", + "[29]": "U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82", + "[30]": "U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917", + "[31]": "U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6", + "[32]": "U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621", + "[33]": "U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af", + "[34]": "U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387", + "[35]": "U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e", + "[36]": "U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a", + "[37]": "U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2", + "[38]": "U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e", + "[39]": "U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda", + "[40]": "U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e", + "[41]": "U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c", + "[42]": "U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818", + "[43]": "U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad", + "[44]": "U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535", + "[45]": "U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd", + "[46]": "U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e", + "[47]": "U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125", + "[48]": "U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf", + "[49]": "U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76", + "[50]": "U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c", + "[51]": "U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2", + "[52]": "U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42", + "[53]": "U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6", + "[54]": "U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d", + "[55]": "U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615", + "[56]": "U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba", + "[57]": "U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb", + "[58]": "U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275", + "[59]": "U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114", + "[60]": "U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce", + "[61]": "U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a", + "[62]": "U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75", + "[63]": "U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f", + "[64]": "U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7", + "[65]": "U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963", + "[66]": "U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809", + "[67]": "U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be", + "[68]": "U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c", + "[69]": "U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc", + "[70]": "U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0", + "[71]": "U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f", + "[72]": "U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3", + "[73]": "U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80", + "[74]": "U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5", + "[75]": "U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70", + "[76]": "U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34", + "[77]": "U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc", + "[78]": "U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a", + "[79]": "U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c", + "[80]": "U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7", + "[81]": "U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364", + "[82]": "U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5", + "[83]": "U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c", + "[84]": "U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08", + "[85]": "U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1", "[86]": "U+3b95-3b96,U+3b99,U+3ba1,U+3bbc,U+3bbe,U+3bc2,U+3bc4,U+3bd7,U+3bdd,U+3bec,U+3bf2-3bf4,U+3bff,U+3c0d,U+3c11,U+3c15,U+3c18,U+3c54,U+3c8b,U+3ca5,U+3ccb,U+3ccd,U+3cd1,U+3cd6,U+3cdc,U+3ceb,U+3cef,U+3d12-3d13,U+3d1d,U+3d32,U+3d3b,U+3d46,U+3d4c,U+3d4e,U+3d51,U+3d5f,U+3d62,U+3d68-3d6a,U+3d6f,U+3d75,U+3d7d,U+3d85,U+3d88,U+3d8a,U+3d8f,U+3d91,U+3da5,U+3dad,U+3db4,U+3dbf,U+3dc6-3dc7,U+3dc9,U+3dcc-3dcd,U+3dd3,U+3ddb,U+3de7-3de8,U+3deb,U+3df3-3df4,U+3df7,U+3dfc-3dfd,U+3e03,U+3e06,U+3e40,U+3e43,U+3e48,U+3e55,U+3e74,U+3ea8-3eaa,U+3ead,U+3eb1,U+3eb8,U+3ebf,U+3ec2,U+3ec7,U+3eca,U+3ecc,U+3ed0-3ed1,U+3ed6-3ed7,U+3eda-3edb,U+3ede,U+3ee1-3ee2,U+3ee7,U+3ee9,U+3eeb-3eec,U+3ef0,U+3ef3-3ef4,U+3efa,U+3efc,U+3eff-3f00,U+3f04,U+3f06-3f08,U+3f0e,U+3f21,U+3f53,U+3f58-3f59,U+3f63,U+3f7c,U+3f93,U+3f97,U+3fc0,U+3fc8,U+3fd7,U+3fdc,U+3fe5,U+3fed,U+3ff9-3ffa,U+4004,U+4009,U+401d,U+4039,U+4045,U+4053,U+4057,U+4062,U+4065,U+406a,U+406f,U+4071,U+40a8,U+40b4,U+40bb,U+40bf,U+40c8,U+40d8,U+40df,U+40f8,U+40fa,U+4102-4104,U+4109,U+410e,U+411b,U+4131-4132,U+4167,U+416c,U+416e,U+417c,U+417f,U+4181,U+4190,U+41b2,U+41c4,U+41ca,U+41cf", "[87]": "U+3572,U+3577-3578,U+3584,U+3597-3598,U+35a1,U+35a5,U+35ad,U+35bf,U+35c1,U+35c5,U+35c7,U+35ca,U+35ce,U+35d2,U+35d6,U+35db,U+35dd,U+35f1-35f3,U+35fb,U+35fe,U+3609,U+3618,U+361a,U+3623,U+3625,U+362d,U+3635,U+3639,U+363e,U+3647-3649,U+364e,U+365f,U+3661,U+367a,U+3681,U+369a,U+36a5,U+36aa,U+36ac,U+36b0-36b1,U+36b5,U+36b9,U+36bc,U+36c1,U+36c3-36c5,U+36c7-36c8,U+36d3-36d4,U+36d6,U+36dd,U+36e1-36e2,U+36e5-36e6,U+36f5,U+3701,U+3703,U+3708,U+370a,U+370d,U+371c,U+3722-3723,U+3725,U+372c-372d,U+3730,U+3732-3733,U+373a,U+3740,U+3743,U+3762,U+376f,U+3797,U+37a0,U+37b9,U+37be,U+37d6,U+37f2,U+37f8,U+37fb,U+380f,U+3819,U+3820,U+382d,U+3836,U+3838,U+3863,U+3875,U+38a0,U+38c3,U+38cc,U+38d1,U+38d4,U+38ec,U+38fa,U+3908,U+3914,U+3927,U+3932,U+393f,U+394d,U+3963,U+3978,U+3980,U+3989-398a,U+3992,U+3999,U+399b,U+39a1,U+39a4,U+39b8,U+39dc,U+39e2,U+39e5,U+39ec,U+39f8,U+39fb,U+39fe,U+3a01-3a03,U+3a06,U+3a17-3a18,U+3a29-3a2a,U+3a34,U+3a4b,U+3a52,U+3a57,U+3a5c,U+3a5e,U+3a66-3a67,U+3a97,U+3aab,U+3abd,U+3ade,U+3ae0,U+3af0,U+3af2,U+3af5,U+3afb,U+3b0e,U+3b19,U+3b22,U+3b2b,U+3b39,U+3b42,U+3b58,U+3b60,U+3b71-3b72,U+3b7b-3b7c,U+3b80", "[88]": "U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3435,U+3440,U+3449-344a,U+344c,U+3464,U+3473,U+3479-347a,U+347d-347e,U+3493,U+3496,U+34a5,U+34af,U+34bc,U+34c1,U+34c8,U+34df,U+34e4,U+34e6,U+34fb,U+3506,U+353e,U+3551,U+3553,U+3559,U+3561,U+3569,U+356d,U+3570", @@ -36390,28 +36438,27 @@ "[91]": "U+2477-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597", "[92]": "U+208d-208e,U+20a1,U+20a4,U+20a6,U+20a8-20ab,U+20ad-20ae,U+20b1-20b3,U+20b5,U+20b8-20ba,U+20bd,U+20dd,U+20e3,U+2105,U+2109,U+2112-2113,U+2115-2117,U+2120-2121,U+2126,U+212b,U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474-2476", "[93]": "U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a", - "[94]": "U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07", "[98]": "U+1fb-1ff,U+219,U+221,U+225-226,U+228-22b,U+22e-22f,U+231-235,U+239,U+23b,U+23e,U+250-252,U+254-255,U+259-25e,U+261-263,U+268-26b,U+26d,U+26f-277,U+279-27a,U+27d-281,U+283,U+28a-28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a2,U+2a4-2a7,U+2a9-2aa,U+2ae-2b3,U+2b5-2b7,U+2b9-2bf,U+2c2-2c4,U+2c6-2c9,U+2cc-2cd,U+2d0,U+2d8,U+2da,U+2dc,U+2e1-2e3,U+2e7,U+2eb,U+2ee,U+2f1-2ff,U+302-304,U+306-309,U+30c-30d,U+311,U+31b,U+321,U+323-325,U+328-329,U+32b-32c,U+32e-32f,U+331-33a,U+33c-33f,U+348,U+353,U+358-359", "[99]": "U+a1-a2,U+a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b5-b6,U+b8-ba,U+bc-be,U+c0-c8,U+ca-cc,U+ce-d5,U+d8-df,U+f0,U+f5,U+f8,U+fb,U+fe-100,U+102,U+105,U+107,U+109-10b,U+10f,U+112,U+115,U+117,U+119,U+11b,U+11f,U+121,U+123-124,U+127,U+129,U+12c-12d,U+130-13f,U+141-142,U+144,U+148,U+14b-14c,U+14f-153,U+159-15b,U+15e-160,U+163-166,U+169-16a,U+16d-171,U+173-17e,U+192,U+1a0,U+1a4,U+1aa,U+1ac-1ad,U+1af,U+1b1,U+1b4-1be,U+1d0,U+1d2,U+1d4,U+1da,U+1dc-1dd,U+1e1,U+1e3-1e4,U+1e7,U+1e9,U+1eb-1ec,U+1f0-1f1,U+1f3-1f5,U+1f7,U+1f9-1fa", - "[100]": "U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d", - "[101]": "U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495", - "[102]": "U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33", - "[103]": "U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d", - "[104]": "U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602", - "[105]": "U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19", - "[106]": "U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464", - "[107]": "U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15", - "[108]": "U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13", - "[109]": "U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e", + "[100]": "U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d", + "[101]": "U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495", + "[102]": "U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33", + "[103]": "U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d", + "[104]": "U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602", + "[105]": "U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19", + "[106]": "U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464", + "[107]": "U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15", + "[108]": "U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13", + "[109]": "U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e", "[110]": "U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4", "[111]": "U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c", "[112]": "U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d", "[113]": "U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c", "[114]": "U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54", - "[115]": "U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e", - "[116]": "U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d", - "[117]": "U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc", - "[118]": "U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f", + "[115]": "U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e", + "[116]": "U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d", + "[117]": "U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc", + "[118]": "U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f", "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a", "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", @@ -36422,22 +36469,24 @@ "noto-serif-jp": { "id": "noto-serif-jp", "family": "Noto Serif JP", - "subsets": ["japanese", "latin"], - "weights": [200, 300, 400, 500, 600, 700, 900], + "subsets": ["cyrillic", "japanese", "latin", "latin-ext", "vietnamese"], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], "styles": ["normal"], "defSubset": "latin", - "variable": false, - "lastModified": "2022-09-27", - "version": "v21", + "variable": { + "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} + }, + "lastModified": "2024-05-14", + "version": "v28", "category": "serif", "license": { "type": "OFL-1.1", "url": "http://scripts.sil.org/OFL", - "attribution": "Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/)." + "attribution": "(c) 2017-2023 Adobe (http://www.adobe.com/)." }, "source": "https://github.com/google/fonts", "type": "google", - "npmVersion": "5.0.12", + "npmVersion": "5.0.0", "unicodeRange": { "[0]": "U+25ee8,U+25f23,U+25f5c,U+25fd4,U+25fe0,U+25ffb,U+2600c,U+26017,U+26060,U+260ed,U+26222,U+2626a,U+26270,U+26286,U+2634c,U+26402,U+2667e,U+266b0,U+2671d,U+268dd,U+268ea,U+26951,U+2696f,U+26999,U+269dd,U+26a1e,U+26a58,U+26a8c,U+26ab7,U+26aff,U+26c29,U+26c73,U+26c9e,U+26cdd,U+26e40,U+26e65,U+26f94,U+26ff6-26ff8,U+270f4,U+2710d,U+27139,U+273da-273db,U+273fe,U+27410,U+27449,U+27614-27615,U+27631,U+27684,U+27693,U+2770e,U+27723,U+27752,U+278b2,U+27985,U+279b4,U+27a84,U+27bb3,U+27bbe,U+27bc7,U+27c3c,U+27cb8,U+27d73,U+27da0,U+27e10,U+27eaf,U+27fb7,U+2808a,U+280bb,U+28277,U+28282,U+282f3,U+283cd,U+2840c,U+28455,U+284dc,U+2856b,U+285c8-285c9,U+286d7,U+286fa,U+28946,U+28949,U+2896b,U+28987-28988,U+289ba-289bb,U+28a1e,U+28a29,U+28a43,U+28a71,U+28a99,U+28acd,U+28add,U+28ae4,U+28bc1,U+28bef,U+28cdd,U+28d10,U+28d71,U+28dfb,U+28e0f,U+28e17,U+28e1f,U+28e36,U+28e89,U+28eeb,U+28ef6,U+28f32,U+28ff8,U+292a0,U+292b1,U+29490,U+295cf,U+2967f,U+296f0,U+29719,U+29750,U+29810,U+298c6,U+29a72,U+29d4b,U+29ddb,U+29e15,U+29e3d,U+29e49,U+29e8a,U+29ec4,U+29edb,U+29ee9,U+29fce,U+29fd7,U+2a01a,U+2a02f,U+2a082,U+2a0f9,U+2a190,U+2a2b2,U+2a38c,U+2a437,U+2a5f1,U+2a602,U+2a61a,U+2a6b2,U+2a9e6,U+2b746,U+2b751,U+2b753,U+2b75a,U+2b75c,U+2b765,U+2b776-2b777,U+2b77c,U+2b782,U+2b789,U+2b78b,U+2b78e,U+2b794,U+2b7ac,U+2b7af,U+2b7bd,U+2b7c9,U+2b7cf,U+2b7d2,U+2b7d8,U+2b7f0,U+2b80d,U+2b817,U+2b81a,U+2d544,U+2e278,U+2e569,U+2e6ea,U+2f804,U+2f80f,U+2f815,U+2f818,U+2f81a,U+2f822,U+2f828,U+2f82c,U+2f833,U+2f83f,U+2f846,U+2f852,U+2f862,U+2f86d,U+2f873,U+2f877,U+2f884,U+2f899-2f89a,U+2f8a6,U+2f8ac,U+2f8b2,U+2f8b6,U+2f8d3,U+2f8db-2f8dc,U+2f8e1,U+2f8e5,U+2f8ea,U+2f8ed,U+2f8fc,U+2f903,U+2f90b,U+2f90f,U+2f91a,U+2f920-2f921,U+2f945,U+2f947,U+2f96c,U+2f995,U+2f9d0,U+2f9de-2f9df,U+2f9f4", "[1]": "U+1f235-1f23b,U+1f240-1f248,U+1f250-1f251,U+2000b,U+20089-2008a,U+200a2,U+200a4,U+200b0,U+200f5,U+20158,U+201a2,U+20213,U+2032b,U+20371,U+20381,U+203f9,U+2044a,U+20509,U+2053f,U+205b1,U+205d6,U+20611,U+20628,U+206ec,U+2074f,U+207c8,U+20807,U+2083a,U+208b9,U+2090e,U+2097c,U+20984,U+2099d,U+20a64,U+20ad3,U+20b1d,U+20b9f,U+20bb7,U+20d45,U+20d58,U+20de1,U+20e64,U+20e6d,U+20e95,U+20f5f,U+21201,U+2123d,U+21255,U+21274,U+2127b,U+212d7,U+212e4,U+212fd,U+2131b,U+21336,U+21344,U+213c4,U+2146d-2146e,U+215d7,U+21647,U+216b4,U+21706,U+21742,U+218bd,U+219c3,U+21a1a,U+21c56,U+21d2d,U+21d45,U+21d62,U+21d78,U+21d92,U+21d9c,U+21da1,U+21db7,U+21de0,U+21e33-21e34,U+21f1e,U+21f76,U+21ffa,U+2217b,U+22218,U+2231e,U+223ad,U+22609,U+226f3,U+2285b,U+228ab,U+2298f,U+22ab8,U+22b46,U+22b4f-22b50,U+22ba6,U+22c1d,U+22c24,U+22de1,U+22e42,U+22feb,U+231b6,U+231c3-231c4,U+231f5,U+23372,U+233cc,U+233d0,U+233d2-233d3,U+233d5,U+233da,U+233df,U+233e4,U+233fe,U+2344a-2344b,U+23451,U+23465,U+234e4,U+2355a,U+23594,U+235c4,U+23638-2363a,U+23647,U+2370c,U+2371c,U+2373f,U+23763-23764,U+237e7,U+237f1,U+237ff,U+23824,U+2383d,U+23a98,U+23c7f,U+23cbe,U+23cfe,U+23d00,U+23d0e,U+23d40,U+23dd3,U+23df9-23dfa,U+23f7e,U+2404b,U+24096,U+24103,U+241c6,U+241fe,U+242ee,U+243bc,U+243d0,U+24629,U+246a5,U+247f1,U+24896,U+248e9,U+24a4d,U+24b56,U+24b6f,U+24c16,U+24d14,U+24e04,U+24e0e,U+24e37,U+24e6a,U+24e8b,U+24ff2,U+2504a,U+25055,U+25122,U+251a9,U+251cd,U+251e5,U+2521e,U+2524c,U+2542e,U+2548e,U+254d9,U+2550e,U+255a7,U+2567f,U+25771,U+257a9,U+257b4,U+25874,U+259c4,U+259cc,U+259d4,U+25ad7,U+25ae3-25ae4,U+25af1,U+25bb2,U+25c4b,U+25c64,U+25da1,U+25e2e,U+25e56,U+25e62,U+25e65,U+25ec2,U+25ed8", @@ -36559,6 +36608,9 @@ "[117]": "U+4e,U+a0,U+3000,U+300c-300d,U+4e00,U+4e0a,U+4e2d,U+4e8b,U+4eba,U+4f1a,U+5165,U+5168,U+5185,U+51fa,U+5206,U+5229,U+524d,U+52d5,U+5408,U+554f,U+5831,U+5834,U+5927,U+5b9a,U+5e74,U+5f0f,U+60c5,U+65b0,U+65b9,U+6642,U+6700,U+672c,U+682a,U+6b63,U+6c17,U+7121,U+751f,U+7528,U+753b,U+76ee,U+793e,U+884c,U+898b,U+8a18,U+9593,U+95a2,U+ff01,U+ff08-ff09", "[118]": "U+21-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+c9,U+cd,U+d6,U+d8,U+dc,U+e0-e5,U+e7-ed,U+ef,U+f1-f4,U+f6,U+f8,U+fa,U+fc-fd,U+103,U+14d,U+1b0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+201c-201d,U+2039-203a,U+203c,U+2048-2049,U+2113,U+2122,U+65e5,U+6708,U+70b9", "[119]": "U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e", + "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" } }, @@ -36672,22 +36724,24 @@ "noto-serif-kr": { "id": "noto-serif-kr", "family": "Noto Serif KR", - "subsets": ["korean", "latin"], - "weights": [200, 300, 400, 500, 600, 700, 900], + "subsets": ["cyrillic", "korean", "latin", "latin-ext", "vietnamese"], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], "styles": ["normal"], "defSubset": "latin", - "variable": false, - "lastModified": "2022-09-27", - "version": "v20", + "variable": { + "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} + }, + "lastModified": "2024-05-14", + "version": "v27", "category": "serif", "license": { "type": "OFL-1.1", "url": "http://scripts.sil.org/OFL", - "attribution": "Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/)." + "attribution": "(c) 2017-2023 Adobe (http://www.adobe.com/)." }, "source": "https://github.com/google/fonts", "type": "google", - "npmVersion": "5.0.12", + "npmVersion": "5.0.0", "unicodeRange": { "[0]": "U+f9ca-fa0b,U+ff03-ff05,U+ff07,U+ff0a-ff0b,U+ff0d-ff19,U+ff1b,U+ff1d,U+ff20-ff5b,U+ff5d,U+ffe0-ffe3,U+ffe5-ffe6", "[1]": "U+f92f-f980,U+f982-f9c9", @@ -36809,6 +36863,9 @@ "[117]": "U+d,U+48,U+7c,U+ac10,U+ac15,U+ac74,U+ac80,U+ac83,U+acc4,U+ad11,U+ad50,U+ad6d,U+adfc,U+ae00,U+ae08,U+ae4c,U+b0a8,U+b124,U+b144,U+b178,U+b274,U+b2a5,U+b2e8,U+b2f9,U+b354,U+b370,U+b418,U+b41c,U+b4f1,U+b514,U+b798,U+b808,U+b824-b825,U+b8cc,U+b978,U+b9d0,U+b9e4,U+baa9,U+bb3c,U+bc18,U+bc1c,U+bc30,U+bc84,U+bcf5,U+bcf8,U+bd84,U+be0c,U+be14,U+c0b0,U+c0c9,U+c0dd,U+c124,U+c2dd,U+c2e4,U+c2ec,U+c54c,U+c57c-c57d,U+c591,U+c5c5-c5c6,U+c5ed,U+c608,U+c640,U+c6b8,U+c6d4,U+c784,U+c7ac,U+c800-c801,U+c9c1,U+c9d1,U+cc28,U+cc98,U+cc9c,U+ccad,U+cd5c,U+cd94,U+cd9c,U+cde8,U+ce68,U+cf54,U+d0dc,U+d14c,U+d1a0,U+d1b5,U+d2f0,U+d30c,U+d310,U+d398,U+d45c,U+d50c,U+d53c,U+d560,U+d568,U+d589,U+d604,U+d6c4,U+d788", "[118]": "U+39,U+49,U+4d-4e,U+a0,U+ac04,U+ac1c,U+ac70,U+ac8c,U+acbd,U+acf5,U+acfc,U+ad00,U+ad6c,U+adf8,U+b098,U+b0b4,U+b294,U+b2c8,U+b300,U+b3c4,U+b3d9,U+b4dc,U+b4e4,U+b77c,U+b7ec,U+b85d,U+b97c,U+b9c8,U+b9cc,U+ba54,U+ba74,U+ba85,U+baa8,U+bb34,U+bb38,U+bbf8,U+bc14,U+bc29,U+bc88,U+bcf4,U+bd80,U+be44,U+c0c1,U+c11c,U+c120,U+c131,U+c138,U+c18c,U+c218,U+c2b5,U+c2e0,U+c544,U+c548,U+c5b4,U+c5d0,U+c5ec,U+c5f0,U+c601,U+c624,U+c694,U+c6a9,U+c6b0,U+c6b4,U+c6d0,U+c704,U+c720,U+c73c,U+c740,U+c744,U+c74c,U+c758,U+c77c,U+c785,U+c788,U+c790-c791,U+c7a5,U+c804,U+c815,U+c81c,U+c870,U+c8fc,U+c911,U+c9c4,U+ccb4,U+ce58,U+ce74,U+d06c,U+d0c0,U+d130,U+d2b8,U+d3ec,U+d504,U+d55c,U+d569,U+d574,U+d638,U+d654,U+d68c", "[119]": "U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558", + "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" } }, @@ -37021,120 +37078,131 @@ "noto-serif-sc": { "id": "noto-serif-sc", "family": "Noto Serif SC", - "subsets": ["chinese-simplified", "latin"], - "weights": [200, 300, 400, 500, 600, 700, 900], + "subsets": [ + "chinese-simplified", + "cyrillic", + "latin", + "latin-ext", + "vietnamese" + ], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], "styles": ["normal"], "defSubset": "latin", - "variable": false, - "lastModified": "2022-09-27", - "version": "v22", + "variable": { + "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} + }, + "lastModified": "2024-05-14", + "version": "v30", "category": "serif", "license": { "type": "OFL-1.1", "url": "http://scripts.sil.org/OFL", - "attribution": "Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/)." + "attribution": "(c) 2017-2023 Adobe (http://www.adobe.com/)." }, "source": "https://github.com/google/fonts", "type": "google", - "npmVersion": "5.0.12", + "npmVersion": "5.0.0", "unicodeRange": { "[4]": "U+1f1e9-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f232,U+1f234-1f237,U+1f250-1f251,U+1f300,U+1f302-1f308,U+1f30a-1f311,U+1f315,U+1f319-1f320,U+1f324,U+1f327,U+1f32a,U+1f32c-1f32d,U+1f330-1f357,U+1f359-1f37e", "[5]": "U+fee3,U+fef3,U+ff03-ff04,U+ff07,U+ff0a,U+ff17-ff19,U+ff1c-ff1d,U+ff20-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff6a,U+ff6c,U+ff6f-ff78,U+ff7a-ff7d,U+ff80-ff84,U+ff86,U+ff89-ff8e,U+ff92,U+ff97-ff9b,U+ff9d-ff9f,U+ffe0-ffe4,U+ffe6,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1f004,U+1f170-1f171,U+1f192-1f195,U+1f198-1f19a,U+1f1e6-1f1e8", "[6]": "U+f0a7,U+f0b2,U+f0b7,U+f0c9,U+f0d8,U+f0da,U+f0dc-f0dd,U+f0e0,U+f0e6,U+f0eb,U+f0fc,U+f101,U+f104-f105,U+f107,U+f10b,U+f11b,U+f14b,U+f18a,U+f193,U+f1d6-f1d7,U+f244,U+f27a,U+f296,U+f2ae,U+f471,U+f4b3,U+f610-f611,U+f880-f881,U+f8ec,U+f8f5,U+f8ff,U+f901,U+f90a,U+f92c-f92d,U+f934,U+f937,U+f941,U+f965,U+f967,U+f969,U+f96b,U+f96f,U+f974,U+f978-f979,U+f97e,U+f981,U+f98a,U+f98e,U+f997,U+f99c,U+f9b2,U+f9b5,U+f9ba,U+f9be,U+f9ca,U+f9d0-f9d1,U+f9dd,U+f9e0-f9e1,U+f9e4,U+f9f7,U+fa00-fa01,U+fa08,U+fa0a,U+fa11,U+fb01-fb02,U+fdfc,U+fe0e,U+fe30-fe31,U+fe33-fe44,U+fe49-fe52,U+fe54-fe57,U+fe59-fe66,U+fe68-fe6b,U+fe8e,U+fe92-fe93,U+feae,U+feb8,U+fecb-fecc,U+fee0", - "[21]": "U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81,U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff4,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d,U+af34", - "[22]": "U+9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39", - "[23]": "U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80,U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9", - "[24]": "U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d,U+9a80,U+9a83,U+9a85,U+9a87-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9abc,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39", - "[25]": "U+98c8,U+98cf-98d6,U+98da-98db,U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b", - "[26]": "U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c7", - "[27]": "U+95b9-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727", - "[28]": "U+94e7-94ec,U+94ee-94f1,U+94f3,U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8", - "[29]": "U+9410-941a,U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94e6", - "[30]": "U+92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea,U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-940f", - "[31]": "U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6", - "[32]": "U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa,U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a", - "[33]": "U+8e2d-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda", - "[34]": "U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d2e,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e2c", - "[35]": "U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb3-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac", - "[36]": "U+8a02-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13,U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c", - "[37]": "U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f,U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01", - "[38]": "U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864", - "[39]": "U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545,U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df", - "[40]": "U+83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2,U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d", - "[41]": "U+82a9-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6,U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3", - "[42]": "U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160,U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82a8", - "[43]": "U+7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148", - "[44]": "U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb,U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9", - "[45]": "U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1-7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4", - "[46]": "U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7-7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1", - "[47]": "U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1,U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9", - "[48]": "U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4,U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1", - "[49]": "U+797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8", - "[50]": "U+783e,U+7841-7844,U+7847-7849,U+784b-784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b", - "[51]": "U+770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721-7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c", - "[52]": "U+760a-760e,U+7610-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770e", - "[53]": "U+74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508,U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-7609", - "[54]": "U+73e7-73ea,U+73ee-73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee", - "[55]": "U+72dd-72df,U+72e1,U+72e5-72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73e6", - "[56]": "U+719c,U+71a0,U+71a4-71a5,U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db", - "[57]": "U+7005-7006,U+7009,U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198", - "[58]": "U+6ed8-6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f31-6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe", - "[59]": "U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7", - "[60]": "U+6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2", - "[61]": "U+6b85-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae,U+6cb1", - "[62]": "U+6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b84", - "[63]": "U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc,U+69fe-6a00", - "[64]": "U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1,U+68d3,U+68d7,U+68dd,U+68df", - "[65]": "U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a-678d,U+678f", - "[66]": "U+64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630-6631,U+6633-6634,U+6636", - "[67]": "U+63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0-64f2,U+64f4,U+64f7", - "[68]": "U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5,U+63b7-63bb", - "[69]": "U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226,U+622c,U+622e-6230,U+6232,U+6238", - "[70]": "U+5fd1-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec-60ee,U+60f0-60f1,U+60f4,U+60f6", - "[71]": "U+5ea3-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc,U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd0", - "[72]": "U+5d32-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea2", - "[73]": "U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d27,U+5d2e-5d31", - "[74]": "U+5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be7,U+5be9,U+5beb-5bec,U+5bee-5bf0,U+5bf2-5bf3", - "[75]": "U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e,U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1", - "[76]": "U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968,U+596a,U+596c-596e,U+5977,U+597b-597c", - "[77]": "U+570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-5820,U+5822-5823,U+5825-5826,U+582c,U+582f", - "[78]": "U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709", - "[79]": "U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3,U+55f5-55f7,U+55fb,U+55fe,U+5600-5601", - "[80]": "U+53fb-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550f,U+5511-5514,U+5516-5517", - "[81]": "U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5340,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2,U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa", - "[82]": "U+5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287,U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a", - "[83]": "U+4fe3-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102,U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f", - "[84]": "U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0-4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2", - "[85]": "U+3127-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2-4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6", - "[86]": "U+279c,U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126", - "[87]": "U+2650-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796", - "[88]": "U+254b,U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-264f", - "[89]": "U+23e9,U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a", - "[90]": "U+207b-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0", - "[91]": "U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2027-2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a", + "[21]": "U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d", + "[22]": "U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81", + "[23]": "U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f", + "[24]": "U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80", + "[25]": "U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d", + "[26]": "U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db", + "[27]": "U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a", + "[28]": "U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3", + "[29]": "U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3", + "[30]": "U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a", + "[31]": "U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea", + "[32]": "U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162", + "[33]": "U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa", + "[34]": "U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40", + "[35]": "U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc", + "[36]": "U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d", + "[37]": "U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13", + "[38]": "U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f", + "[39]": "U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3", + "[40]": "U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545", + "[41]": "U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2", + "[42]": "U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6", + "[43]": "U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160", + "[44]": "U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014", + "[45]": "U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb", + "[46]": "U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1", + "[47]": "U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7", + "[48]": "U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1", + "[49]": "U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4", + "[50]": "U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a", + "[51]": "U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b", + "[52]": "U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721", + "[53]": "U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612", + "[54]": "U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508", + "[55]": "U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef", + "[56]": "U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5", + "[57]": "U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5", + "[58]": "U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009", + "[59]": "U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8", + "[60]": "U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2", + "[61]": "U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae", + "[62]": "U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82", + "[63]": "U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc", + "[64]": "U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1", + "[65]": "U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a", + "[66]": "U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630", + "[67]": "U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0", + "[68]": "U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5", + "[69]": "U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226", + "[70]": "U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec", + "[71]": "U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc", + "[72]": "U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96", + "[73]": "U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25", + "[74]": "U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb", + "[75]": "U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e", + "[76]": "U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968", + "[77]": "U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f", + "[78]": "U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8", + "[79]": "U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3", + "[80]": "U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e", + "[81]": "U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2", + "[82]": "U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287", + "[83]": "U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102", + "[84]": "U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0", + "[85]": "U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2", + "[86]": "U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128", + "[87]": "U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c", + "[88]": "U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650", + "[89]": "U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b", + "[90]": "U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9", + "[91]": "U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b", "[97]": "U+2ae-2b3,U+2b5-2bf,U+2c2-2c3,U+2c6-2d1,U+2d8-2da,U+2dc,U+2e1-2e3,U+2e5,U+2eb,U+2ee-2f0,U+2f2-2f7,U+2f9-2ff,U+302-30d,U+311,U+31b,U+321-325,U+327-329,U+32b-32c,U+32e-32f,U+331-339,U+33c-33d,U+33f,U+348,U+352,U+35c,U+35e-35f,U+361,U+363,U+368,U+36c,U+36f,U+530-540,U+55d-55e,U+561,U+563,U+565,U+56b,U+56e-579", "[98]": "U+176-17f,U+192,U+194,U+19a-19b,U+19d,U+1a0-1a1,U+1a3-1a4,U+1aa,U+1ac-1ad,U+1af-1bf,U+1d2,U+1d4,U+1d6,U+1d8,U+1da,U+1dc,U+1e3,U+1e7,U+1e9,U+1ee,U+1f0-1f1,U+1f3,U+1f5-1ff,U+219-21b,U+221,U+223-226,U+228,U+22b,U+22f,U+231,U+234-237,U+23a-23b,U+23d,U+250-252,U+254-255,U+259-25e,U+261-263,U+265,U+268,U+26a-26b,U+26f-277,U+279,U+27b-280,U+282-283,U+285,U+28a,U+28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a4,U+2a6-2a7,U+2a9,U+2ab", "[99]": "U+a1-a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b3-b6,U+b8-ba,U+bc-d6,U+d8-de,U+e6,U+eb,U+ee-f0,U+f5,U+f7-f8,U+fb,U+fd-100,U+102,U+104-107,U+10d,U+10f-112,U+115,U+117,U+119,U+11b,U+11e-11f,U+121,U+123,U+125-127,U+129-12a,U+12d,U+12f-13f,U+141-142,U+144,U+146,U+14b-14c,U+14f-153,U+158-15b,U+15e-160,U+163-165,U+168-16a,U+16d-175", - "[100]": "U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+560e,U+5618,U+565c,U+56bc,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ac9,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+620c,U+62c7,U+62ed,U+6320,U+6345,U+6390,U+63b0,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+72e9,U+733f,U+7396,U+739f,U+7459-745a,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8aaa,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+9a6f,U+9a8b,U+9ab7,U+9ac5,U+9e25,U+e608,U+ff06,U+ff14-ff16", - "[101]": "U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+2463,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+516e,U+51c4,U+5225,U+5364,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+5662,U+5669,U+566c,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+6273,U+62f7,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6ed5,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+7409,U+7422,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+803f,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8c41,U+8cec,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9704,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+9f9a,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e,U+ff3d", - "[102]": "U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+60df,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+6813,U+6869,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+73fe,U+7405,U+7455,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+8046,U+80fa,U+81b3,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+904e,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+9119,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+f012b", - "[103]": "U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5a1f,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+5f6c,U+603c,U+609a,U+6168,U+61c8,U+6236,U+62d0,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+6703,U+67da,U+67ec,U+6816,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+7410,U+7426,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8d50,U+8e72,U+8f9c,U+900d,U+904b,U+9063,U+90a2,U+90b9,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+9631,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd", - "[104]": "U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a49,U+5ac2,U+5bb0,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f8c,U+608d,U+611b,U+6127,U+62a0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6e9c,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+8328,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d63,U+8e81,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9540,U+9610,U+9699,U+96c7,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b", - "[105]": "U+5e,U+2190,U+250a,U+25bc,U+25cf,U+300f,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54b1,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+61be,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6380,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82ad,U+82bd,U+8305,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+958b,U+9600,U+9640,U+96b6,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f", - "[106]": "U+b0,U+2191,U+2460-2461,U+25c6,U+300e,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+8304,U+8393,U+83b9,U+83ca,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95ef,U+95f7,U+9706,U+9709,U+9774,U+9887,U+98a0,U+9e64,U+9f9f,U+e601,U+e603", - "[107]": "U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+886c,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95fa,U+95fd,U+964c,U+96c0,U+971c,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9b4f,U+9e2d,U+9f0e,U+e602,U+e604-e605,U+ff5c", - "[108]": "U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+85aa,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+90aa,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+9675,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715", - "[109]": "U+a5,U+2022,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5", + "[100]": "U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16", + "[101]": "U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e", + "[102]": "U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b", + "[103]": "U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd", + "[104]": "U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b", + "[105]": "U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f", + "[106]": "U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603", + "[107]": "U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c", + "[108]": "U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715", + "[109]": "U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5", "[110]": "U+300c-300d,U+4e54,U+4e58,U+4e95,U+4ec1,U+4f2f,U+4f38,U+4fa3,U+4fca,U+503e,U+5141,U+5144,U+517c,U+51cc,U+51ed,U+5242,U+52b2,U+52d2,U+52e4,U+540a,U+5439,U+5448,U+5496,U+54ed,U+5565,U+5761,U+5766,U+58ee,U+593a,U+594b,U+594f,U+5954,U+5996,U+59c6,U+59ff,U+5b64,U+5bff,U+5c18,U+5c1d,U+5c97,U+5ca9,U+5cb8,U+5e9f,U+5ec9,U+5f04,U+5f7b,U+5fa1,U+5fcd,U+6012,U+60a6,U+60ac,U+60b2,U+60ef,U+626e,U+6270,U+6276,U+62d6,U+62dc,U+6316,U+632f,U+633a,U+6355,U+63aa,U+6447,U+649e,U+64c5,U+654c,U+65c1,U+65cb,U+65e6,U+6606,U+6731,U+675c,U+67cf,U+67dc,U+6846,U+6b8b,U+6beb,U+6c61,U+6c88,U+6cbf,U+6cdb,U+6cea,U+6d45,U+6d53,U+6d74,U+6d82,U+6da8,U+6db5,U+6deb,U+6eda,U+6ee8,U+6f0f,U+706d,U+708e,U+70ae,U+70bc,U+70c2,U+70e6,U+7237-7238,U+72fc,U+730e,U+731b,U+739b,U+73bb,U+7483,U+74dc,U+74f6,U+7586,U+7626,U+775b,U+77ff,U+788e,U+78b0,U+7956,U+7965,U+79e6,U+7af9,U+7bee,U+7c97,U+7eb1,U+7eb7,U+7ed1,U+7ed5,U+7f6a,U+7f72,U+7fbd,U+8017,U+808c,U+80a9,U+80c6,U+80ce,U+8150,U+8170,U+819c,U+820d,U+8230,U+8239,U+827e,U+8377,U+8389,U+83b2,U+8428,U+8463,U+867e,U+88c2,U+88d9,U+8986,U+8bca,U+8bde,U+8c13,U+8c8c,U+8d21,U+8d24,U+8d56,U+8d60,U+8d8b,U+8db4,U+8e2a,U+8f68,U+8f89,U+8f9b,U+8fa8,U+8fbd,U+9003,U+90ce,U+90ed,U+9189,U+94bb,U+9505,U+95f9,U+963b,U+9655,U+966a,U+9677,U+96fe,U+9896,U+99a8,U+9a71,U+9a82,U+9a91,U+9b45,U+9ece,U+9f20,U+feff,U+ff0d", "[111]": "U+4e4c,U+4e88,U+4ea1,U+4ea6,U+4ed3-4ed4,U+4eff,U+4f30,U+4fa7,U+4fc4,U+4fd7,U+500d,U+504f,U+5076-5077,U+517d,U+5192,U+51c9,U+51ef,U+5238,U+5251,U+526a,U+52c7,U+52df,U+52ff,U+53a6,U+53a8,U+53ec,U+5410,U+559d,U+55b7,U+5634,U+573e,U+5783,U+585e,U+586b,U+58a8,U+5999,U+59d3,U+5a1c,U+5a46,U+5b54-5b55,U+5b85,U+5b8b,U+5b8f,U+5bbf,U+5bd2,U+5c16,U+5c24,U+5e05,U+5e45,U+5e7c,U+5e84,U+5f03,U+5f1f,U+5f31,U+5f84,U+5f90,U+5fbd,U+5fc6,U+5fd9,U+5fe7,U+6052,U+6062,U+6089,U+60a3,U+60d1,U+6167,U+622a,U+6234,U+624e,U+6269,U+626c,U+62b5,U+62d2,U+6325,U+63e1,U+643a,U+6446,U+6562,U+656c,U+65e2,U+65fa,U+660c,U+6628,U+6652,U+6668,U+6676,U+66fc,U+66ff,U+6717,U+676d,U+67aa,U+67d4,U+6843,U+6881,U+68d2,U+695a,U+69fd,U+6a2a,U+6b8a,U+6c60,U+6c64,U+6c9f,U+6caa,U+6cc9,U+6ce1,U+6cfd,U+6d1b,U+6d1e,U+6d6e,U+6de1,U+6e10,U+6e7f,U+6f5c,U+704c,U+7070,U+7089,U+70b8,U+718a,U+71c3,U+723d,U+732a,U+73cd,U+7518,U+756a,U+75af,U+75be,U+75c7,U+76d2,U+76d7,U+7763,U+78e8,U+795d,U+79df,U+7c4d,U+7d2f,U+7ee9,U+7f13,U+7f8a,U+8000,U+8010,U+80af,U+80f6,U+80f8,U+8212,U+8273,U+82f9,U+83ab,U+83b1,U+83f2,U+8584,U+871c,U+8861,U+888b,U+88c1,U+88e4,U+8bd1,U+8bf1,U+8c31,U+8d5a,U+8d75-8d76,U+8de8,U+8f85,U+8fa3,U+8fc5,U+9006,U+903c,U+904d,U+9075,U+9178,U+9274,U+950b,U+9526,U+95ea,U+9636,U+9686,U+978b,U+987f,U+9a7e,U+9b42,U+9e1f,U+9ea6,U+9f13,U+9f84,U+ff5e", "[112]": "U+23,U+3d,U+4e01,U+4e39,U+4e73,U+4ecd,U+4ed9,U+4eea,U+4f0a,U+4f1f,U+4f5b,U+4fa0,U+4fc3,U+501f,U+50a8,U+515a,U+5175,U+51a0,U+51c0,U+51e1,U+51e4,U+5200,U+520a,U+5224,U+523a,U+52aa,U+52b1,U+52b3,U+5348,U+5353,U+5360,U+5371,U+5377,U+539a,U+541b,U+5434,U+547c,U+54e6,U+5510,U+5531,U+5609,U+56f0,U+56fa,U+5733,U+574f,U+5851,U+5854,U+5899,U+58c1,U+592e,U+5939,U+5976,U+5986,U+59bb,U+5a18,U+5a74,U+5b59,U+5b87,U+5b97,U+5ba0,U+5bab,U+5bbd-5bbe,U+5bf8,U+5c0a,U+5c3a,U+5c4a,U+5e16,U+5e1d,U+5e2d,U+5e8a,U+6015,U+602a,U+6050,U+6069,U+6162,U+61c2,U+6293,U+6297,U+62b1,U+62bd,U+62df,U+62fc,U+6302,U+635f,U+638c,U+63ed,U+6458,U+6469,U+6563,U+6620,U+6653,U+6696-6697,U+66dd,U+675f,U+676f-6770,U+67d0,U+67d3,U+684c,U+6865,U+6885,U+68b0,U+68ee,U+690d,U+6b23,U+6b32,U+6bd5,U+6c89,U+6d01,U+6d25,U+6d89,U+6da6,U+6db2,U+6df7,U+6ed1,U+6f02,U+70c8,U+70df,U+70e7,U+7126,U+7236,U+7259,U+731c,U+745e,U+74e3,U+751a,U+751c,U+7532,U+7545,U+75db,U+7761,U+7a0d,U+7b51,U+7ca4,U+7cd6,U+7d2b,U+7ea0,U+7eb9,U+7ed8,U+7f18,U+7f29,U+8033,U+804a,U+80a4-80a5,U+80e1,U+817f,U+829d,U+82e6,U+8336,U+840c,U+8499,U+864e,U+8651,U+865a,U+88ad,U+89e6,U+8bd7,U+8bfa,U+8c37,U+8d25,U+8d38,U+8ddd,U+8fea,U+9010,U+9012,U+906d,U+907f-9080,U+90d1,U+9177,U+91ca,U+94fa,U+9501,U+9634-9635,U+9694,U+9707,U+9738,U+9769,U+9a7b,U+9a97,U+9aa8,U+9b3c,U+9c81,U+9ed8", - "[113]": "U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4ee4,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50", - "[114]": "U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6740,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c", - "[115]": "U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b63,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b", - "[116]": "U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6d4b,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99", - "[117]": "U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53ea,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f", - "[118]": "U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e38,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09", - "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a", + "[113]": "U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50", + "[114]": "U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c", + "[115]": "U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b", + "[116]": "U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99", + "[117]": "U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f", + "[118]": "U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09", + "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a", + "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" } }, @@ -37223,123 +37291,135 @@ "noto-serif-tc": { "id": "noto-serif-tc", "family": "Noto Serif TC", - "subsets": ["chinese-traditional", "latin"], - "weights": [200, 300, 400, 500, 600, 700, 900], + "subsets": [ + "chinese-traditional", + "cyrillic", + "latin", + "latin-ext", + "vietnamese" + ], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], "styles": ["normal"], "defSubset": "latin", - "variable": false, - "lastModified": "2022-09-27", - "version": "v23", + "variable": { + "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} + }, + "lastModified": "2024-05-14", + "version": "v30", "category": "serif", "license": { "type": "OFL-1.1", "url": "http://scripts.sil.org/OFL", - "attribution": "Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/)." + "attribution": "(c) 2017-2023 Adobe (http://www.adobe.com/)." }, "source": "https://github.com/google/fonts", "type": "google", - "npmVersion": "5.0.12", + "npmVersion": "5.0.0", "unicodeRange": { + "[0]": "U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4", "[6]": "U+ff78-ff7e,U+ff80-ff86,U+ff89-ff94,U+ff97-ff9e,U+ffb9,U+ffe0-ffe3,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1d7c7,U+1f004,U+1f0cf,U+1f141-1f142,U+1f150,U+1f154,U+1f158,U+1f15b,U+1f15d-1f15e,U+1f162-1f163,U+1f170-1f171,U+1f174,U+1f177-1f178,U+1f17d-1f17f,U+1f192-1f195,U+1f197-1f19a,U+1f1e6-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f22f,U+1f232-1f237,U+1f239-1f23a,U+1f250-1f251,U+1f300,U+1f302-1f319", "[7]": "U+fa0a,U+fa0c,U+fa11,U+fa17,U+fa19,U+fa1b,U+fa1d,U+fa26,U+fa2c,U+fb01,U+fdfc,U+fe0e,U+fe33-fe36,U+fe38-fe44,U+fe49-fe51,U+fe54,U+fe56-fe57,U+fe59-fe5c,U+fe5f-fe6a,U+fe8e,U+fe92-fe93,U+feae,U+fecb-fecc,U+fee0,U+feec,U+fef3,U+ff04,U+ff07,U+ff26-ff2c,U+ff31-ff32,U+ff35-ff37,U+ff39-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff68,U+ff6a,U+ff6c-ff77", "[8]": "U+f78a-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e-f94f,U+f95a,U+f95d-f95e,U+f961-f963,U+f965-f970,U+f974,U+f976-f97a,U+f97c,U+f97e-f97f,U+f981,U+f983,U+f988,U+f98a,U+f98c,U+f98e,U+f996-f997,U+f999-f99a,U+f99c,U+f99f-f9a0,U+f9a3,U+f9a8,U+f9ad,U+f9b2-f9b6,U+f9b9-f9ba,U+f9bd-f9be,U+f9c1,U+f9c4,U+f9c7,U+f9ca,U+f9cd,U+f9d0-f9d1,U+f9d3-f9d4,U+f9d7-f9d8,U+f9dc-f9dd,U+f9df-f9e1,U+f9e4,U+f9e8-f9ea,U+f9f4,U+f9f6-f9f7,U+f9f9-f9fa,U+f9fc-fa01,U+fa03-fa04,U+fa06,U+fa08-fa09", - "[19]": "U+9eb9-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc", - "[20]": "U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70,U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eb8", - "[21]": "U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30", - "[22]": "U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8", - "[23]": "U+9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a,U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d", - "[24]": "U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911", - "[25]": "U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3", - "[26]": "U+950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648", - "[27]": "U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419-941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b", - "[28]": "U+92e5-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0", - "[29]": "U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4", - "[30]": "U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed", - "[31]": "U+8f68-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9", - "[32]": "U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67", - "[33]": "U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb,U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16", - "[34]": "U+8b6c-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd", - "[35]": "U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6b", - "[36]": "U+889b-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4,U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4", - "[37]": "U+874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a", - "[38]": "U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b", - "[39]": "U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff", - "[40]": "U+8378,U+837a-8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af", - "[41]": "U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375", - "[42]": "U+8113,U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b", - "[43]": "U+7fb1-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8112", - "[44]": "U+7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb0", - "[45]": "U+7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eae", - "[46]": "U+7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d88", - "[47]": "U+7afb,U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c1f", - "[48]": "U+7988,U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa", - "[49]": "U+7840,U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7987", - "[50]": "U+7705,U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e", - "[51]": "U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704", - "[52]": "U+749a,U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca", - "[53]": "U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498", - "[54]": "U+727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae", - "[55]": "U+7113-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e", - "[56]": "U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110", - "[57]": "U+6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2", - "[58]": "U+6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed5", - "[59]": "U+6cda,U+6cdc-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2", - "[60]": "U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9", - "[61]": "U+6a31-6a32,U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4", - "[62]": "U+6900,U+6902,U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b", - "[63]": "U+67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd", - "[64]": "U+66a7,U+66aa,U+66b2-66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0,U+67b2-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8", - "[65]": "U+655d,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6", - "[66]": "U+6427-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b", - "[67]": "U+630d-630e,U+6310,U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6426", - "[68]": "U+61c6,U+61ca-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c", - "[69]": "U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3", - "[70]": "U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa", - "[71]": "U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76", - "[72]": "U+5ce0-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30", - "[73]": "U+5b80-5b82,U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf", - "[74]": "U+5a51,U+5a53,U+5a56-5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f", - "[75]": "U+590b-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50", - "[76]": "U+57a1,U+57a4,U+57a6,U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590a", - "[77]": "U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d2-56d4,U+56d6-56d9,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a0", - "[78]": "U+5551,U+5553,U+5555-5557,U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d", - "[79]": "U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550", - "[80]": "U+52db,U+52e0,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437", - "[81]": "U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7", - "[82]": "U+5032,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b", - "[83]": "U+4f22,U+4f24,U+4f29-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5031", - "[84]": "U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21,U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f", - "[85]": "U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3119,U+311b-311e,U+3120-3126,U+3128-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02", - "[86]": "U+2749-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052", - "[87]": "U+264a-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2748", - "[88]": "U+2567-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648-2649", - "[89]": "U+2476-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2566", - "[90]": "U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2461-2471,U+2474-2475", + "[19]": "U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc", + "[20]": "U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2", + "[21]": "U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70", + "[22]": "U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee", + "[23]": "U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86", + "[24]": "U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a", + "[25]": "U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1", + "[26]": "U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c", + "[27]": "U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f", + "[28]": "U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419", + "[29]": "U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306", + "[30]": "U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207", + "[31]": "U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df", + "[32]": "U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84", + "[33]": "U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e", + "[34]": "U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb", + "[35]": "U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99", + "[36]": "U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16", + "[37]": "U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4", + "[38]": "U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762", + "[39]": "U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e", + "[40]": "U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf", + "[41]": "U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f", + "[42]": "U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279", + "[43]": "U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a", + "[44]": "U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6", + "[45]": "U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2", + "[46]": "U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b", + "[47]": "U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20", + "[48]": "U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb", + "[49]": "U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988", + "[50]": "U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840", + "[51]": "U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705", + "[52]": "U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc", + "[53]": "U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a", + "[54]": "U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3", + "[55]": "U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f", + "[56]": "U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114", + "[57]": "U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9", + "[58]": "U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8", + "[59]": "U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5", + "[60]": "U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc", + "[61]": "U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd", + "[62]": "U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32", + "[63]": "U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902", + "[64]": "U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db", + "[65]": "U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2", + "[66]": "U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564", + "[67]": "U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a", + "[68]": "U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310", + "[69]": "U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb", + "[70]": "U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af", + "[71]": "U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d", + "[72]": "U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a", + "[73]": "U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5", + "[74]": "U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82", + "[75]": "U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56", + "[76]": "U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e", + "[77]": "U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6", + "[78]": "U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a", + "[79]": "U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557", + "[80]": "U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445", + "[81]": "U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7", + "[82]": "U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196", + "[83]": "U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e", + "[84]": "U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b", + "[85]": "U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21", + "[86]": "U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049", + "[87]": "U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747", + "[88]": "U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648", + "[89]": "U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565", + "[90]": "U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474", "[91]": "U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a,U+208d-208e,U+20a1,U+20a4,U+20a6,U+20a8-20ab,U+20ad-20ae,U+20b1-20b3,U+20b5,U+20b8-20ba,U+20bd,U+20dd,U+20e3,U+2105,U+2109,U+2112-2113,U+2115-2117,U+2120-2121,U+2126,U+212b", "[92]": "U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07,U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe", "[97]": "U+2c8-2c9,U+2cc-2cd,U+2d0,U+2d8,U+2da,U+2dc,U+2e1-2e3,U+2e7,U+2eb,U+2ee,U+2f1-2ff,U+302-304,U+306-309,U+30c-30d,U+311,U+31b,U+321,U+323-325,U+328-329,U+32b-32c,U+32e-32f,U+331-33a,U+33c-33f,U+348,U+353,U+358-359,U+35c,U+35e-35f,U+361,U+363,U+367-368,U+36c,U+36f,U+530-535,U+537-540,U+55e,U+561-565,U+568-56d,U+56f-576,U+578-582,U+584,U+5a1,U+5a3-5a4,U+5aa,U+5ae,U+5b0-5b4", "[98]": "U+1af,U+1b1,U+1b4-1be,U+1d0,U+1d2,U+1d4,U+1da,U+1dc-1dd,U+1e1,U+1e3-1e4,U+1e7,U+1e9,U+1eb-1ec,U+1f0-1f1,U+1f3-1f5,U+1f7,U+1f9-1ff,U+219,U+221,U+225-226,U+228-22b,U+22e-22f,U+231-235,U+239,U+23b,U+23e,U+250-252,U+254-255,U+259-25e,U+261-263,U+268-26b,U+26d,U+26f-277,U+279-27a,U+27d-281,U+283,U+28a-28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a2,U+2a4-2a7,U+2a9-2aa,U+2ae-2b3,U+2b5-2b7,U+2b9-2bf,U+2c2-2c4,U+2c6-2c7", "[99]": "U+a1-a2,U+a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b5-b6,U+b8-ba,U+bc-be,U+c0-c8,U+ca-cc,U+ce-d5,U+d8-df,U+f0,U+f5,U+f8,U+fb,U+fe-100,U+102,U+105,U+107,U+109-10b,U+10f,U+112,U+115,U+117,U+119,U+11b,U+11f,U+121,U+123-124,U+127,U+129,U+12c-12d,U+130-13f,U+141-142,U+144,U+148,U+14b-14c,U+14f-153,U+159-15b,U+15e-160,U+163-166,U+169-16a,U+16d-171,U+173-17e,U+192,U+1a0,U+1a4,U+1aa,U+1ac-1ad", - "[100]": "U+a3,U+2ca,U+2223,U+2460,U+2640,U+273f,U+301c,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+56d1,U+56dd,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67b1,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71ee,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be5-8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+99f1,U+9a5b,U+9ab7,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d", - "[101]": "U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301d-301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6292,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+701d,U+703e,U+707c,U+7099,U+710a,U+72d9,U+72e9,U+731d,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76bf,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+8258,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+9091,U+90ae,U+90b8,U+9257,U+9310,U+9382,U+93df,U+94fe,U+95a5,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+9986,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+ff25,U+1f389,U+1f449,U+1f495", - "[102]": "U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5436,U+5443,U+5466,U+54a8,U+54bd,U+54c9,U+54cb,U+555e,U+5580,U+560e,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+6254,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68e0,U+68f5,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6eaf,U+6eba,U+6fef,U+7028,U+70b3,U+711a,U+725f,U+7325,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7c27,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+86e4,U+8718,U+87ec,U+880d,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bdd,U+8c41,U+8c48,U+8cb6,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95a9,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33", - "[103]": "U+60,U+f7,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+311a,U+4e11,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54a7,U+54b1,U+54b3,U+54b8,U+556a,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5614,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5d01,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+68d7,U+6977,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6e5b,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+79cd,U+7a6b,U+7ac5,U+7b1b,U+7b77,U+7ca7,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+831c,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8bcd,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d", - "[104]": "U+10c,U+161,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1c,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+50d5,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5cfb,U+5d11,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f64,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+6807,U+68cd,U+68f2,U+690e,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+708a,U+7130,U+7165,U+7172,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8305,U+8335,U+8343,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+9444,U+957f,U+9591,U+96a7,U+97ad,U+97cc,U+9811,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9bca,U+9ebd,U+e60f,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602", - "[105]": "U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+311f,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+539d,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5632,U+5757,U+5835,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+614c,U+621a,U+6237,U+6296,U+62e9,U+632a-632b,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a3a,U+6ab3,U+6b22,U+6c59,U+6c83,U+6ccc,U+6dea,U+6df5,U+6ef7,U+6f3e,U+6f80,U+6fe4,U+7164,U+71c9,U+722a,U+7260,U+7272,U+73b0,U+74e3,U+7538,U+7586,U+75b5,U+7661-7662,U+77db,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+839e,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+935b,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ff,U+9b91,U+9db4,U+9f4b,U+e602-e605,U+e610-e611,U+ff16-ff19", - "[106]": "U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+3127,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+4fcf,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+60df,U+611a,U+6190,U+61a4,U+61be,U+61fc,U+6284,U+62ac,U+62bc,U+634f,U+636e,U+6398,U+63a9,U+6487,U+6495,U+64ab,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+6761,U+679a,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a38,U+6a59,U+6ae5,U+6b47,U+6b67,U+6b6a,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+70ed,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+74ca,U+7535,U+753a,U+75f4,U+7624,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a62,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+84bc,U+84c9,U+84ec,U+8523,U+8549,U+8569,U+8591,U+85b0,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+9214,U+946b,U+9470,U+947c,U+9640,U+9675,U+96ef,U+97cb,U+97e9,U+985b,U+99ae,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff14,U+1f464", - "[107]": "U+a5,U+25ce,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4f3a,U+4f51,U+4f62,U+4faf,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5733,U+5764,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a8,U+59ec,U+5b66,U+5b99,U+5b9d,U+5bee,U+5c2c,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+6070,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6435,U+6454,U+64a4,U+64b2,U+64bc,U+64bf,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6614,U+6670,U+6688,U+672d,U+673a,U+6770,U+68cb,U+6912,U+6953,U+6a61,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+7149,U+714e,U+71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+7504,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8475,U+8490,U+85af,U+8650,U+8667,U+86d9,U+8774,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+91d8,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9716,U+9774,U+97fb,U+9812,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff05,U+ff0b,U+ff10,U+ff15", - "[108]": "U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e08,U+4e2a,U+4e4f,U+4e59,U+4ec7,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+507d,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5690,U+56ca,U+56fe,U+582a,U+5915,U+5949,U+5962,U+5996,U+59a5,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5c48,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62d3,U+62f3,U+6368,U+6380,U+6492,U+64e0,U+6570,U+6606,U+660f,U+6649,U+6691,U+66a8,U+6749,U+674f,U+6795,U+67f1,U+67f3,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6d29,U+6d66,U+6daf,U+6f01,U+6f58,U+6f6d,U+6f70,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+71d9,U+71e5,U+7235,U+7267,U+73ca,U+742a,U+74f7,U+7529,U+758f,U+75bc,U+76c6,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7c60,U+7cfe,U+7dbf,U+7e2b,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8155,U+816b,U+81df,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8606,U+868a,U+87f9,U+886b,U+8870,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+9817,U+98c6,U+9ecf,U+feff,U+ff06,U+ff0a,U+ff12-ff13", - "[109]": "U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+5606,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+58fa,U+594f,U+5951,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5ca1,U+5d29,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6062,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64b0,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+67f4,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6cdb,U+6d69,U+6db5,U+6dd1,U+6e21,U+6f06,U+6f62,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433,U+745c,U+7470,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7740,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e31,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8108,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+8277,U+82d1,U+8461,U+84b8,U+852c,U+857e,U+8587,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8776,U+87ba,U+8896,U+88c2,U+88d5,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8d64,U+8d74,U+8d81,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+905c,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f0e,U+9f52,U+9f9c,U+ff11,U+ff1e", - "[110]": "U+2022,U+2500,U+25bc,U+4e1f,U+4e95,U+4f50,U+4f54,U+4f69,U+4fb6,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+592f,U+5954,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5c6f,U+5de1,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f7c,U+5f81,U+5f90-5f92,U+6016,U+6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6155,U+6158,U+6191,U+6212,U+626e,U+62d4,U+632f,U+633a,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6597,U+66b1,U+66ec,U+6731,U+6735,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6dcb,U+6dd8,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+73b2,U+7434,U+74e6,U+758a,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78a9,U+78b0,U+790e,U+7965,U+7a4e,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+838e,U+83cc,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8cc0,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+903e,U+9059,U+9072,U+9075,U+90ce,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+95c6,U+9676-9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b", - "[111]": "U+5e,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e32,U+4ef2,U+4fd7,U+501f,U+5144,U+51c6,U+52c1,U+5440,U+54e6,U+54ed,U+5510,U+5687,U+58c1,U+5b5d,U+5bd2,U+5ee2,U+5f31,U+6012,U+6084,U+6148,U+6182,U+622a,U+6355,U+6372,U+63ee,U+6416,U+6575,U+660c,U+66c9,U+675c,U+6a6b,U+6b32,U+6b49,U+6b98,U+6d6e,U+6dda,U+6ef4,U+6efe,U+7159,U+7378,U+775b,U+78e8,U+7aa9,U+7d1b,U+7de9,U+7f6a,U+7f8a,U+7fbd,U+8000,U+809a,U+8102,U+8170,U+819c,U+8266,U+82b3,U+87f2,U+8972,U+8a17,U+8b02,U+8e22,U+904d,U+90ed,U+91c7,U+93c8,U+9451,U+9a37,U+9b27,U+ad6d,U+c5b4,U+d55c", - "[112]": "U+2502,U+2605,U+4e39,U+4e58,U+4ea1,U+4ed9,U+4f2f-4f30,U+4f38,U+4f75,U+4fc3,U+4ff1,U+500d,U+5049,U+5074,U+5077,U+5091,U+5175,U+517c,U+51cd,U+51e1,U+5269-526a,U+52aa,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5448,U+54aa,U+5674,U+56f0,U+5761,U+585e,U+588a,U+58a8,U+58fd,U+5925,U+592e,U+5948,U+5999,U+59b3,U+5a18,U+5a1c,U+5a46,U+5b30,U+5b54,U+5b6b,U+5b8f,U+5be9,U+5bf8,U+5c0a,U+5c16,U+5c24,U+5c46,U+5cf0,U+5e1d,U+5e25,U+5e2d,U+5e3d,U+5e79,U+5f04,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+61f6,U+6258,U+6293,U+62c6,U+62d2,U+62d6,U+62fc,U+63da,U+63ed,U+640d,U+6458,U+649e,U+64ec,U+64f4,U+64fe,U+651c,U+6562,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66dd,U+66fc,U+66ff,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+695a,U+69cd,U+6afb,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6d74,U+6db2,U+6dbc,U+6df7,U+6dfb,U+6e38,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+6fc3,U+6fd5,U+7070,U+70b8,U+70cf,U+70e4,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+7919,U+7956,U+795d,U+7a05,U+7a0d,U+7a3f,U+7bc9,U+7c97,U+7cd5,U+7d0b,U+7d10,U+7dfb,U+7e3e,U+7e6a,U+8036,U+808c,U+80af,U+80ce,U+80e1,U+80f8,U+817f,U+8216,U+8239,U+827e,U+8377,U+8389,U+83ab,U+83f2,U+840a,U+8584,U+85c9,U+865b,U+8766,U+87a2,U+8932,U+8a50,U+8a69,U+8a95,U+8b6f,U+8c37,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+9336,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+9846,U+98fd,U+99d5,U+9a0e,U+9a19,U+9b6f,U+9ce5,U+9cf3,U+9ece,U+9ed8,U+9f13,U+9f20", - "[113]": "U+201c-201d,U+203b,U+2192,U+25b2,U+300e-300f,U+4e01,U+4e73,U+4e82,U+4e88,U+4e8e,U+4f0a,U+4f5b,U+502b,U+504f,U+5076,U+5100,U+5104,U+5132,U+5192,U+51a0,U+51ac,U+51f1,U+5200,U+5224,U+522a,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+52ff,U+5371,U+539a,U+53e5,U+540e,U+5433,U+547c,U+552f,U+5531,U+5634,U+56c9,U+574a,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58c7,U+58de,U+5967,U+59bb,U+59d3-59d4,U+5b55,U+5b87,U+5b97,U+5bae,U+5bbf,U+5be7,U+5bec,U+5cb8,U+5df7,U+5e7b-5e7c,U+5f1f,U+5f70,U+5fd9,U+60e1,U+61b6,U+61c2,U+6200,U+6234,U+6263,U+62b5,U+62dc,U+62ec,U+6383,U+638c,U+63cf,U+63d2,U+63e1,U+63f4,U+641e,U+64cd,U+64fa,U+654f,U+6557,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6696-6697,U+66ab,U+66c6,U+671d,U+672b,U+676f,U+677e,U+67d0,U+67d3,U+684c,U+68c4,U+690d,U+694a,U+699c,U+6a4b,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6bd2,U+6c60,U+6cb3,U+6d89,U+6de1,U+6de8,U+6e6f,U+6f02,U+70c8,U+7126,U+718a,U+7236,U+723d,U+7246,U+72af,U+72d7,U+73cd,U+7532,U+760b,U+7626,U+7687,U+76df,U+7761,U+79cb,U+79d2,U+79df,U+7a69,U+7af6,U+7b80,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d2b,U+7de3,U+7e2e,U+7e54,U+7e6b,U+8010,U+80a5,U+812b,U+819a,U+81a0,U+82d7,U+838a,U+8463,U+84cb,U+8521,U+8607,U+860b,U+864e,U+871c,U+878d,U+885d,U+89f8,U+8a13,U+8aa0,U+8afe,U+8b5c,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8de8,U+8fea,U+9014,U+9055,U+906d,U+907a,U+907f,U+90a6,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+9694,U+96bb,U+9707,U+9738,U+9905,U+9aa8,U+9b25,U+9b3c,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d-ff0e", - "[114]": "U+3c,U+d7,U+2027,U+4e4e,U+4e92,U+4ea6,U+4ec1,U+4ecd,U+4f34,U+4f48,U+4f53,U+4fb5,U+5012,U+50b7,U+51b0,U+5283,U+52dd,U+532f,U+5354,U+53eb,U+53f3,U+5409,U+5496,U+54c8,U+54e5,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+590f,U+592b,U+593e,U+5976,U+599d,U+59b9,U+59d0,U+5a5a,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de7-5de8,U+5e63,U+5e8a,U+5e9c,U+5eda,U+5ef3,U+5ef6,U+5f48,U+5fb5,U+6015,U+6025,U+602a,U+6050,U+6069,U+6162,U+6176,U+61f7,U+6279,U+627f,U+6297,U+62b1,U+62bd,U+6311,U+6377,U+6388-6389,U+63a1-63a2,U+6436,U+64c1,U+64d4,U+6551,U+6563,U+65bd,U+66b4,U+66f2,U+6751,U+675f,U+6790,U+6838,U+68d2,U+68ee,U+6982,U+69ae,U+69cb,U+6a39,U+6b66,U+6bba,U+6c5f,U+6ce1,U+6d0b,U+6d3e,U+6d6a,U+6e1b,U+6ed1,U+6f22,U+6f54,U+6f6e,U+6fc0,U+6fdf,U+719f,U+71c8,U+71d2,U+7259,U+72c2,U+7389,U+73e0,U+745e,U+751a,U+751c,U+7530,U+7533,U+7562,U+7591,U+75c5,U+75db,U+7642,U+7686,U+76d2,U+76db,U+76e1,U+76e3,U+7701,U+786c,U+7981,U+79c0,U+79fb,U+7a81,U+7a97,U+7adf,U+7aef,U+7b26,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7d9c,U+7dca,U+7df4,U+7e23,U+7f3a,U+8033,U+804a,U+8056,U+805a,U+8173,U+81e8,U+8212,U+821e,U+822a,U+82e6,U+8336,U+83dc,U+8449,U+84ee,U+85e5,U+885b,U+888b,U+8907,U+8a34,U+8a5e,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8cb4,U+8dd1,U+8f2a,U+8fb2,U+9109,U+9192,U+91cb,U+91dd,U+93e1,U+964d,U+9686,U+968e,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+98ef,U+9918,U+9aee,U+9b54,U+9ebb,U+ff0f,U+ff5c", - "[115]": "U+23-25,U+3d,U+4e45,U+4e5d,U+4e7e,U+4eac,U+4eae,U+4ed4,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+505c,U+50c5,U+5145,U+51b7,U+521d,U+523b,U+525b,U+5287,U+52e2,U+5348,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+5708,U+570d,U+571f,U+5747,U+5802,U+58d3,U+5920,U+5922,U+5957,U+5979,U+5a01,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5e78,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fd7-5fd8,U+6167,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b4c,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6e56,U+6fb3,U+722d,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a7f,U+7af9,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d22,U+7d42,U+7d55,U+7da0,U+7e41,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+8349,U+85cd,U+86cb,U+8840,U+88dc,U+8986,U+8a0e,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8fd4,U+8ff0,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+983b,U+984d,U+984f,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+ff5e", - "[116]": "U+40,U+2026,U+4e03,U+4e14,U+4e9e,U+4ec0,U+4ed8,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+5019,U+503c,U+5047,U+514b,U+516b,U+5178,U+5207,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+5740,U+5883,U+589e,U+591c,U+5931,U+59cb,U+5a1b,U+5b58,U+5b98,U+5b9c,U+5ba4,U+5bcc,U+5beb,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fa9,U+5fae,U+5fb7,U+5ff5,U+600e,U+601d,U+60e0,U+614b,U+6230,U+623f,U+628a,U+6295,U+62c9,U+6309,U+64c7,U+64ca,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+7206,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+798f,U+79ae,U+7a4d,U+7a76,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d20,U+7d39,U+7d72,U+7dad,U+7e8c,U+7fa4,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+89ba,U+89d2,U+8a2a,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8c61,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+967d,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+9818,U+986f,U+990a,U+9910,U+9928,U+9e97,U+9ec3,U+9f8d,U+ff1b", - "[117]": "U+26,U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+512a,U+5143,U+5148,U+5152,U+5169,U+516d,U+5171,U+5177,U+518a,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+5404,U+559c,U+55ce,U+5668,U+56db,U+5712,U+5718,U+57ce,U+57fa,U+58eb,U+592a,U+5947,U+5bc6,U+5bf6,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+6236,U+624d,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63db,U+64da,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+6797,U+67e5,U+6848,U+6a19,U+6a23,U+6b61,U+6bcf,U+6c11,U+6c42,U+6d41,U+6d77,U+6e2f,U+6eff,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7537,U+754c,U+7559,U+767d-767e,U+78bc,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d30,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+7f6e,U+7fa9,U+8001,U+805e,U+8072,U+81f3,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88e1,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b70,U+8b77,U+8b80,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc,U+9ed1", - "[118]": "U+d,U+2b,U+7c,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4fdd,U+4fe1,U+50b3,U+50f9,U+5149,U+514d,U+5167,U+5176,U+518d,U+5217,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+53ea,U+53f8,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+56e0,U+5716,U+578b,U+5831,U+5834,U+5916,U+5973,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0b,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6216,U+624b,U+6253,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+661f,U+662d,U+670d,U+671f,U+672a,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6bd4,U+6c23,U+6c34,U+6c92,U+6cd5,U+6d3b,U+6d88,U+6e05,U+7063,U+7121,U+7136,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7531,U+7576,U+767b,U+76ee,U+76f4,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+8005,U+800c,U+806f,U+8207,U+8272,U+82b1,U+865f,U+8868,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9650,U+9762,U+982d,U+984c,U+985e,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f", - "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+a0,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+4f86,U+500b,U+5011,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5929,U+597d,U+5b50,U+5bb6,U+5c0f,U+5e73-5e74,U+5fc3,U+6210-6211,U+6240,U+6587,U+65b0,U+65b9,U+65bc,U+65e5,U+660e,U+662f,U+6642,U+66f4,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+6cbb,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+76f8,U+7db2,U+7f8e,U+80fd,U+81ea,U+884c,U+8981,U+958b,U+95dc,U+96fb,U+9801,U+9996,U+ff0c,U+ff1a", + "[100]": "U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d", + "[101]": "U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495", + "[102]": "U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33", + "[103]": "U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d", + "[104]": "U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602", + "[105]": "U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19", + "[106]": "U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464", + "[107]": "U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15", + "[108]": "U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13", + "[109]": "U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e", + "[110]": "U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4", + "[111]": "U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c", + "[112]": "U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d", + "[113]": "U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c", + "[114]": "U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54", + "[115]": "U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e", + "[116]": "U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d", + "[117]": "U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc", + "[118]": "U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f", + "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a", + "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" } }, @@ -40071,8 +40151,8 @@ "variable": { "wght": {"default": "400", "min": "100", "max": "800", "step": "1"} }, - "lastModified": "2024-05-06", - "version": "v11", + "lastModified": "2024-05-17", + "version": "v13", "category": "handwriting", "license": { "type": "OFL-1.1", @@ -40081,7 +40161,7 @@ }, "source": "https://github.com/google/fonts", "type": "google", - "npmVersion": "5.0.6", + "npmVersion": "5.0.7", "unicodeRange": { "[1]": "U+200d,U+2620,U+26a7,U+fe0f,U+1f308,U+1f38c,U+1f3c1,U+1f3f3-1f3f4,U+1f6a9,U+e0062-e0063,U+e0065,U+e0067,U+e006c,U+e006e,U+e0073-e0074,U+e0077,U+e007f", "[2]": "U+23,U+2a,U+30-39,U+a9,U+ae,U+200d,U+203c,U+2049,U+20e3,U+2122,U+2139,U+2194-2199,U+21a9-21aa,U+23cf,U+23e9-23ef,U+23f8-23fa,U+24c2,U+25aa-25ab,U+25b6,U+25c0,U+25fb-25fe,U+2611,U+2622-2623,U+2626,U+262a,U+262e-262f,U+2638,U+2640,U+2642,U+2648-2653,U+2660,U+2663,U+2665-2666,U+2668,U+267b,U+267e-267f,U+2695,U+269b-269c,U+26a0,U+26a7,U+26aa-26ab,U+26ce,U+26d4,U+2705,U+2714,U+2716,U+271d,U+2721,U+2733-2734,U+2747,U+274c,U+274e,U+2753-2755,U+2757,U+2764,U+2795-2797,U+27a1,U+27b0,U+27bf,U+2934-2935,U+2b05-2b07,U+2b1b-2b1c,U+2b55,U+3030,U+303d,U+3297,U+3299,U+fe0f,U+1f170-1f171,U+1f17e-1f17f,U+1f18e,U+1f191-1f19a,U+1f201-1f202,U+1f21a,U+1f22f,U+1f232-1f23a,U+1f250-1f251,U+1f310,U+1f3a6,U+1f3b5-1f3b6,U+1f3bc,U+1f3e7,U+1f441,U+1f499-1f49c,U+1f49f-1f4a0,U+1f4a2,U+1f4ac-1f4ad,U+1f4b1-1f4b2,U+1f4b9,U+1f4db,U+1f4f2-1f4f6,U+1f500-1f50a,U+1f515,U+1f518-1f524,U+1f52f-1f53d,U+1f549,U+1f54e,U+1f5a4,U+1f5e8,U+1f5ef,U+1f6ab,U+1f6ad-1f6b1,U+1f6b3,U+1f6b7-1f6bc,U+1f6be,U+1f6c2-1f6c5,U+1f6d0-1f6d1,U+1f6d7,U+1f6dc,U+1f7e0-1f7eb,U+1f7f0,U+1f90d-1f90e,U+1f9e1,U+1fa75-1fa77,U+1faaf", diff --git a/metadata/google-fonts-v1.json b/metadata/google-fonts-v1.json index 7582fbaa4ab..f667a2e7e5e 100644 --- a/metadata/google-fonts-v1.json +++ b/metadata/google-fonts-v1.json @@ -27373,376 +27373,6 @@ "version": "v2", "category": "sans-serif" }, - "briem-hand": { - "family": "Briem Hand", - "id": "briem-hand", - "subsets": [ - "cyrillic-ext", - "greek-ext", - "latin", - "latin-ext", - "vietnamese" - ], - "weights": [100, 200, 300, 400, 500, 600, 700, 800, 900], - "styles": ["normal"], - "variants": { - "100": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIyvWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIyvWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIyvWT0.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIyuWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIyuWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIyuWT0.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIyiWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIyiWT0.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIysWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIysWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIysWT0.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIytWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIytWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIytWT0.ttf" - } - } - } - }, - "200": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYyvWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYyvWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYyvWT0.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYyuWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYyuWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYyuWT0.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYyiWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYyiWT0.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYysWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYysWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYysWT0.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYytWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYytWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYytWT0.ttf" - } - } - } - }, - "300": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYyvWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYyvWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYyvWT0.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYyuWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYyuWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYyuWT0.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYyiWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYyiWT0.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYysWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYysWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYysWT0.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYytWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYytWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYytWT0.ttf" - } - } - } - }, - "400": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYyvWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYyvWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYyvWT0.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYyuWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYyuWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYyuWT0.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYyiWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYyiWT0.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYysWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYysWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYysWT0.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYytWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYytWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYytWT0.ttf" - } - } - } - }, - "500": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYyvWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYyvWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYyvWT0.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYyuWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYyuWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYyuWT0.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYyiWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYyiWT0.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYysWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYysWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYysWT0.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYytWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYytWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYytWT0.ttf" - } - } - } - }, - "600": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoyvWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoyvWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoyvWT0.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoyuWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoyuWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoyuWT0.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoyiWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoyiWT0.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoysWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoysWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoysWT0.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoytWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoytWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoytWT0.ttf" - } - } - } - }, - "700": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoyvWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoyvWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoyvWT0.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoyuWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoyuWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoyuWT0.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoyiWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoyiWT0.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoysWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoysWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoysWT0.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoytWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoytWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoytWT0.ttf" - } - } - } - }, - "800": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoyvWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoyvWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoyvWT0.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoyuWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoyuWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoyuWT0.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoyiWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoyiWT0.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoysWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoysWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoysWT0.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoytWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoytWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoytWT0.ttf" - } - } - } - }, - "900": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoyvWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoyvWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoyvWT0.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoyuWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoyuWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoyuWT0.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoyiWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoyiWT0.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoysWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoysWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoysWT0.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoytWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoytWT4.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoytWT0.ttf" - } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2024-05-02", - "version": "v1", - "category": "handwriting" - }, "bruno-ace": { "family": "Bruno Ace", "id": "bruno-ace", @@ -38923,6 +38553,44 @@ "version": "v25", "category": "handwriting" }, + "danfo": { + "family": "Danfo", + "id": "danfo", + "subsets": ["latin", "latin-ext", "vietnamese"], + "weights": [400], + "styles": ["normal"], + "variants": { + "400": { + "normal": { + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDeJTLdS.woff2", + "woff": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDeJTLdU.woff", + "truetype": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDeJTLdX.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDeJQrdS.woff2", + "woff": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDeJQrdU.woff", + "truetype": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDeJQrdX.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDeJQ7dS.woff2", + "woff": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDeJQ7dU.woff", + "truetype": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDeJQ7dX.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2024-05-13", + "version": "v2", + "category": "serif" + }, "dangrek": { "family": "Dangrek", "id": "dangrek", @@ -71381,6 +71049,51 @@ "version": "v14", "category": "handwriting" }, + "jacquard-12": { + "family": "Jacquard 12", + "id": "jacquard-12", + "subsets": ["latin", "latin-ext", "math", "symbols"], + "weights": [400], + "styles": ["normal"], + "variants": { + "400": { + "normal": { + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf3OWHs.woff2", + "woff": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf3OWH0.woff", + "truetype": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf3OWH4.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf3AWHs.woff2", + "woff": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf3AWH0.woff", + "truetype": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf3AWH4.ttf" + } + }, + "math": { + "url": { + "woff2": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf2yWHs.woff2", + "woff": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf2yWH0.woff", + "truetype": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf2yWH4.ttf" + } + }, + "symbols": { + "url": { + "woff2": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf2gWHs.woff2", + "woff": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf2gWH0.woff", + "truetype": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf2gWH4.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2024-05-13", + "version": "v6", + "category": "display" + }, "jacquard-12-charted": { "family": "Jacquard 12 Charted", "id": "jacquard-12-charted", @@ -126757,37 +126470,37 @@ "normal": { "chinese-hongkong": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1QFXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1QFXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1QFXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1QFXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1QFXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1QFXdA.ttf" } }, "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RlXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RlXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RlXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RlXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RlXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RlXdA.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RhXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RhXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RhXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RhXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RhXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RhXdA.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RvXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RvXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RvXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RvXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RvXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RvXdA.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RuXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RuXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RuXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RuXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RuXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RuXdA.ttf" } } } @@ -126796,37 +126509,37 @@ "normal": { "chinese-hongkong": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1QFXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1QFXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1QFXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1QFXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1QFXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1QFXdA.ttf" } }, "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RlXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RlXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RlXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RlXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RlXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RlXdA.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RhXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RhXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RhXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RhXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RhXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RhXdA.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RvXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RvXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RvXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RvXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RvXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RvXdA.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RuXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RuXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RuXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RuXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RuXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RuXdA.ttf" } } } @@ -126835,37 +126548,37 @@ "normal": { "chinese-hongkong": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1QFXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1QFXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1QFXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1QFXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1QFXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1QFXdA.ttf" } }, "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RlXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RlXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RlXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RlXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RlXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RlXdA.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RhXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RhXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RhXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RhXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RhXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RhXdA.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RvXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RvXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RvXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RvXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RvXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RvXdA.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RuXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RuXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RuXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RuXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RuXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RuXdA.ttf" } } } @@ -126874,37 +126587,37 @@ "normal": { "chinese-hongkong": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1QFXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1QFXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1QFXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1QFXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1QFXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1QFXdA.ttf" } }, "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RlXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RlXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RlXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RlXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RlXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RlXdA.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RhXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RhXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RhXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RhXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RhXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RhXdA.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RvXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RvXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RvXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RvXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RvXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RvXdA.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RuXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RuXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RuXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RuXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RuXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RuXdA.ttf" } } } @@ -126913,37 +126626,37 @@ "normal": { "chinese-hongkong": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFQFXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFQFXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFQFXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFQFXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFQFXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFQFXdA.ttf" } }, "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRlXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRlXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRlXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRlXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRlXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRlXdA.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRhXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRhXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRhXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRhXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRhXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRhXdA.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRvXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRvXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRvXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRvXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRvXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRvXdA.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRuXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRuXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRuXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRuXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRuXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRuXdA.ttf" } } } @@ -126952,37 +126665,37 @@ "normal": { "chinese-hongkong": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFQFXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFQFXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFQFXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFQFXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFQFXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFQFXdA.ttf" } }, "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRlXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRlXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRlXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRlXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRlXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRlXdA.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRhXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRhXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRhXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRhXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRhXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRhXdA.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRvXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRvXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRvXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRvXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRvXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRvXdA.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRuXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRuXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRuXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRuXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRuXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRuXdA.ttf" } } } @@ -126991,37 +126704,37 @@ "normal": { "chinese-hongkong": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFQFXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFQFXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFQFXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFQFXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFQFXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFQFXdA.ttf" } }, "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRlXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRlXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRlXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRlXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRlXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRlXdA.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRhXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRhXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRhXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRhXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRhXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRhXdA.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRvXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRvXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRvXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRvXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRvXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRvXdA.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRuXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRuXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRuXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRuXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRuXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRuXdA.ttf" } } } @@ -127030,184 +126743,370 @@ "normal": { "chinese-hongkong": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFQFXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFQFXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFQFXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFQFXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFQFXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFQFXdA.ttf" } }, "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRlXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRlXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRlXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRlXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRlXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRlXdA.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRhXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRhXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRhXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRhXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRhXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRhXdA.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRvXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRvXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRvXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRvXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRvXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRvXdA.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRuXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRuXdM.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRuXdA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRuXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRuXdM.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRuXdA.ttf" } } } } }, "defSubset": "latin", - "lastModified": "2022-09-27", - "version": "v2", + "lastModified": "2024-05-14", + "version": "v7", "category": "serif" }, "noto-serif-jp": { "family": "Noto Serif JP", "id": "noto-serif-jp", - "subsets": ["japanese", "latin"], - "weights": [200, 300, 400, 500, 600, 700, 900], + "subsets": ["cyrillic", "japanese", "latin", "latin-ext", "vietnamese"], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], "styles": ["normal"], "variants": { "200": { "normal": { + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbDKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbDKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbDKrc.ttf" + } + }, "japanese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPdkEVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPdkEVVA.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPdkEVUQ.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbPKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbPKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbPKrc.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPdkkVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPdkkVVA.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPdkkVUQ.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbHKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbHKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbHKrc.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbJKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbJKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbJKrc.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbIKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbIKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbIKrc.ttf" } } } }, "300": { "normal": { + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbDKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbDKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbDKrc.ttf" + } + }, "japanese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMdkEVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMdkEVVA.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMdkEVUQ.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbPKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbPKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbPKrc.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMdkkVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMdkkVVA.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMdkkVUQ.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbHKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbHKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbHKrc.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbJKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbJKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbJKrc.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbIKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbIKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbIKrc.ttf" } } } }, "400": { "normal": { + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbDKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbDKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbDKrc.ttf" + } + }, "japanese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMbNGuYw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMbNGuZQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMbNGuYA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbPKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbPKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbPKrc.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMbNmuYw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMbNmuZQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMbNmuYA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbHKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbHKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbHKrc.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbJKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbJKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbJKrc.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbIKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbIKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbIKrc.ttf" } } } }, "500": { "normal": { + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbDKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbDKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbDKrc.ttf" + } + }, "japanese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNdkEVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNdkEVVA.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNdkEVUQ.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbPKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbPKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbPKrc.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNdkkVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNdkkVVA.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNdkkVUQ.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbHKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbHKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbHKrc.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbJKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbJKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbJKrc.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbIKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbIKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbIKrc.ttf" } } } }, "600": { "normal": { + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbDKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbDKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbDKrc.ttf" + } + }, "japanese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKdkEVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKdkEVVA.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKdkEVUQ.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbPKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbPKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbPKrc.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKdkkVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKdkkVVA.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKdkkVUQ.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbHKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbHKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbHKrc.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbJKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbJKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbJKrc.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbIKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbIKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbIKrc.ttf" } } } }, "700": { "normal": { + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbDKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbDKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbDKrc.ttf" + } + }, "japanese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLdkEVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLdkEVVA.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLdkEVUQ.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbPKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbPKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbPKrc.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLdkkVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLdkkVVA.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLdkkVUQ.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbHKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbHKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbHKrc.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbJKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbJKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbJKrc.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbIKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbIKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbIKrc.ttf" + } + } + } + }, + "800": { + "normal": { + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbDKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbDKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbDKrc.ttf" + } + }, + "japanese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbPKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbPKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbPKrc.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbHKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbHKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbHKrc.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbJKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbJKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbJKrc.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbIKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbIKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbIKrc.ttf" } } } }, "900": { "normal": { + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbDKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbDKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbDKrc.ttf" + } + }, "japanese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJdkEVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJdkEVVA.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJdkEVUQ.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbPKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbPKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbPKrc.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJdkkVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJdkkVVA.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJdkkVUQ.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbHKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbHKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbHKrc.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbJKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbJKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbJKrc.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbIKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbIKrQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbIKrc.ttf" } } } } }, "defSubset": "latin", - "lastModified": "2022-09-27", - "version": "v21", + "lastModified": "2024-05-14", + "version": "v28", "category": "serif" }, "noto-serif-kannada": { @@ -127840,140 +127739,326 @@ "noto-serif-kr": { "family": "Noto Serif KR", "id": "noto-serif-kr", - "subsets": ["korean", "latin"], - "weights": [200, 300, 400, 500, 600, 700, 900], + "subsets": ["cyrillic", "korean", "latin", "latin-ext", "vietnamese"], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], "styles": ["normal"], "variants": { "200": { "normal": { + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5165o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5165w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP51658.ttf" + } + }, "korean": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihCwOZTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihCwOZTMw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihCwOZTNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5765o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5765w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP57658.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihCwOxTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihCwOxTMw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihCwOxTNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5x65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5x65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5x658.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5_65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5_65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5_658.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5-65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5-65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5-658.ttf" } } } }, "300": { "normal": { + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5165o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5165w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP51658.ttf" + } + }, "korean": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxBwOZTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxBwOZTMw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxBwOZTNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5765o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5765w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP57658.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxBwOxTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxBwOxTMw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxBwOxTNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5x65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5x65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5x658.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5_65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5_65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5_658.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5-65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5-65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5-658.ttf" } } } }, "400": { "normal": { + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5165o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5165w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP51658.ttf" + } + }, "korean": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXRu1j1Q.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXRu1j0w.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXRu1j1g.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5765o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5765w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP57658.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXRudj1Q.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXRudj0w.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXRudj1g.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5x65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5x65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5x658.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5_65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5_65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5_658.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5-65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5-65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5-658.ttf" } } } }, "500": { "normal": { + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5165o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5165w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP51658.ttf" + } + }, "korean": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRAwOZTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRAwOZTMw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRAwOZTNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5765o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5765w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP57658.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRAwOxTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRAwOxTMw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRAwOxTNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5x65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5x65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5x658.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5_65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5_65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5_658.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5-65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5-65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5-658.ttf" } } } }, "600": { "normal": { + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5165o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5165w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_51658.ttf" + } + }, "korean": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhHwOZTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhHwOZTMw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhHwOZTNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5765o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5765w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_57658.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhHwOxTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhHwOxTMw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhHwOxTNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5x65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5x65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5x658.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5_65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5_65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5_658.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5-65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5-65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5-658.ttf" } } } }, "700": { "normal": { + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5165o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5165w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_51658.ttf" + } + }, + "korean": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5765o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5765w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_57658.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5x65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5x65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5x658.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5_65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5_65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5_658.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5-65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5-65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5-658.ttf" + } + } + } + }, + "800": { + "normal": { + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5165o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5165w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_51658.ttf" + } + }, "korean": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxGwOZTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxGwOZTMw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxGwOZTNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5765o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5765w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_57658.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxGwOxTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxGwOxTMw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxGwOxTNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5x65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5x65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5x658.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5_65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5_65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5_658.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5-65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5-65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5-658.ttf" } } } }, "900": { "normal": { + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5165o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5165w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_51658.ttf" + } + }, "korean": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmREwOZTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmREwOZTMw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmREwOZTNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5765o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5765w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_57658.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmREwOxTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmREwOxTMw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmREwOxTNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5x65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5x65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5x658.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5_65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5_65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5_658.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5-65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5-65w.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5-658.ttf" } } } } }, "defSubset": "latin", - "lastModified": "2022-09-27", - "version": "v20", + "lastModified": "2024-05-14", + "version": "v27", "category": "serif" }, "noto-serif-lao": { @@ -128879,24 +128964,51 @@ "noto-serif-sc": { "family": "Noto Serif SC", "id": "noto-serif-sc", - "subsets": ["chinese-simplified", "latin"], - "weights": [200, 300, 400, 500, 600, 700, 900], + "subsets": [ + "chinese-simplified", + "cyrillic", + "latin", + "latin-ext", + "vietnamese" + ], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], "styles": ["normal"], "variants": { "200": { "normal": { "chinese-simplified": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63exJLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63exJLFQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63exJLEA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWN-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWN-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWN-Yo.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWs-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWs-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWs-Yo.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63ezdLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63ezdLFQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63ezdLEA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWo-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWo-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWo-Yo.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWm-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWm-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWm-Yo.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWn-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWn-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWn-Yo.ttf" } } } @@ -128905,16 +129017,37 @@ "normal": { "chinese-simplified": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0exJLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0exJLFQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0exJLEA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWN-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWN-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWN-Yo.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWs-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWs-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWs-Yo.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0ezdLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0ezdLFQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0ezdLEA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWo-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWo-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWo-Yo.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWm-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWm-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWm-Yo.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWn-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWn-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWn-Yo.ttf" } } } @@ -128923,16 +129056,37 @@ "normal": { "chinese-simplified": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7koSWbg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7koSWaA.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7koSWbQ.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWN-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWN-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWN-Yo.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWs-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWs-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWs-Yo.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7kqGWbg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7kqGWaA.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7kqGWbQ.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWo-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWo-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWo-Yo.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWm-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWm-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWm-Yo.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWn-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWn-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWn-Yo.ttf" } } } @@ -128941,16 +129095,37 @@ "normal": { "chinese-simplified": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1exJLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1exJLFQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1exJLEA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWN-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWN-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWN-Yo.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWs-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWs-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWs-Yo.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1ezdLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1ezdLFQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1ezdLEA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWo-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWo-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWo-Yo.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWm-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWm-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWm-Yo.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWn-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWn-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWn-Yo.ttf" } } } @@ -128959,16 +129134,37 @@ "normal": { "chinese-simplified": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6yexJLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6yexJLFQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6yexJLEA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWN-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWN-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWN-Yo.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWs-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWs-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWs-Yo.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6yezdLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6yezdLFQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6yezdLEA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWo-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWo-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWo-Yo.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWm-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWm-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWm-Yo.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWn-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWn-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWn-Yo.ttf" } } } @@ -128977,16 +129173,76 @@ "normal": { "chinese-simplified": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzexJLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzexJLFQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzexJLEA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWN-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWN-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWN-Yo.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWs-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWs-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWs-Yo.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWo-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWo-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWo-Yo.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWm-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWm-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWm-Yo.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWn-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWn-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWn-Yo.ttf" + } + } + } + }, + "800": { + "normal": { + "chinese-simplified": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWN-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWN-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWN-Yo.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWs-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWs-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWs-Yo.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzezdLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzezdLFQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzezdLEA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWo-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWo-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWo-Yo.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWm-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWm-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWm-Yo.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWn-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWn-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWn-Yo.ttf" } } } @@ -128995,24 +129251,45 @@ "normal": { "chinese-simplified": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxexJLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxexJLFQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxexJLEA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWN-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWN-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWN-Yo.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWs-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWs-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWs-Yo.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxezdLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxezdLFQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxezdLEA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWo-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWo-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWo-Yo.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWm-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWm-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWm-Yo.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWn-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWn-Yk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWn-Yo.ttf" } } } } }, "defSubset": "latin", - "lastModified": "2022-09-27", - "version": "v22", + "lastModified": "2024-05-14", + "version": "v30", "category": "serif" }, "noto-serif-sinhala": { @@ -129739,24 +130016,51 @@ "noto-serif-tc": { "family": "Noto Serif TC", "id": "noto-serif-tc", - "subsets": ["chinese-traditional", "latin"], - "weights": [200, 300, 400, 500, 600, 700, 900], + "subsets": [ + "chinese-traditional", + "cyrillic", + "latin", + "latin-ext", + "vietnamese" + ], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], "styles": ["normal"], "variants": { "200": { "normal": { "chinese-traditional": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vXVpMTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vXVpMSQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vXVpMTA.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpgM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpgM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpgM2I.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpAM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpAM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpAM2I.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vXX5MTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vXX5MSQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vXX5MTA.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpEM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpEM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpEM2I.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpKM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpKM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpKM2I.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpLM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpLM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpLM2I.ttf" } } } @@ -129765,16 +130069,37 @@ "normal": { "chinese-traditional": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssXVpMTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssXVpMSQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssXVpMTA.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpgM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpgM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpgM2I.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpAM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpAM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpAM2I.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssXX5MTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssXX5MSQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssXX5MTA.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpEM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpEM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpEM2I.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpKM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpKM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpKM2I.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpLM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpLM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpLM2I.ttf" } } } @@ -129783,16 +130108,37 @@ "normal": { "chinese-traditional": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BtlQOSA.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BtlQOTg.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BtlQOSw.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpgM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpgM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpgM2I.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpAM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpAM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpAM2I.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BtnAOSA.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BtnAOTg.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BtnAOSw.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpEM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpEM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpEM2I.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpKM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpKM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpKM2I.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpLM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpLM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpLM2I.ttf" } } } @@ -129801,16 +130147,37 @@ "normal": { "chinese-traditional": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtXVpMTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtXVpMSQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtXVpMTA.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpgM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpgM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpgM2I.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpAM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpAM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpAM2I.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtXX5MTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtXX5MSQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtXX5MTA.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpEM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpEM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpEM2I.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpKM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpKM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpKM2I.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpLM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpLM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpLM2I.ttf" } } } @@ -129819,16 +130186,37 @@ "normal": { "chinese-traditional": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qXVpMTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qXVpMSQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qXVpMTA.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pgM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pgM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pgM2I.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pAM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pAM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pAM2I.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qXX5MTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qXX5MSQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qXX5MTA.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pEM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pEM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pEM2I.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pKM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pKM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pKM2I.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pLM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pLM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pLM2I.ttf" } } } @@ -129837,16 +130225,76 @@ "normal": { "chinese-traditional": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrXVpMTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrXVpMSQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrXVpMTA.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pgM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pgM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pgM2I.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pAM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pAM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pAM2I.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pEM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pEM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pEM2I.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pKM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pKM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pKM2I.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pLM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pLM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pLM2I.ttf" + } + } + } + }, + "800": { + "normal": { + "chinese-traditional": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pgM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pgM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pgM2I.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pAM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pAM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pAM2I.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrXX5MTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrXX5MSQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrXX5MTA.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pEM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pEM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pEM2I.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pKM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pKM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pKM2I.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pLM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pLM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pLM2I.ttf" } } } @@ -129855,24 +130303,45 @@ "normal": { "chinese-traditional": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpXVpMTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpXVpMSQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpXVpMTA.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pgM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pgM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pgM2I.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pAM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pAM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pAM2I.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpXX5MTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpXX5MSQ.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpXX5MTA.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pEM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pEM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pEM2I.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pKM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pKM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pKM2I.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pLM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pLM2E.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pLM2I.ttf" } } } } }, "defSubset": "latin", - "lastModified": "2022-09-27", - "version": "v23", + "lastModified": "2024-05-14", + "version": "v30", "category": "serif" }, "noto-serif-telugu": { @@ -141904,37 +142373,37 @@ "normal": { "emoji": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgitYWMfQ.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgitYWMfI.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgitYWMfE.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgitYWMfQ.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgitYWMfI.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgitYWMfE.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginM3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginM3Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginM3EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginM3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginM3Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginM3EQ.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgin03FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgin03Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgin03EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgin03FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgin03Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgin03EQ.ttf" } }, "math": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgig83FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgig83Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgig83EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgig83FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgig83Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgig83EQ.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginw3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginw3Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginw3EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginw3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginw3Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginw3EQ.ttf" } } } @@ -141943,37 +142412,37 @@ "normal": { "emoji": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhitYWMfQ.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhitYWMfI.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhitYWMfE.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhitYWMfQ.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhitYWMfI.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhitYWMfE.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinM3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinM3Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinM3EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinM3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinM3Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinM3EQ.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhin03FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhin03Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhin03EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhin03FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhin03Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhin03EQ.ttf" } }, "math": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhig83FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhig83Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhig83EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhig83FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhig83Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhig83EQ.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinw3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinw3Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinw3EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinw3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinw3Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinw3EQ.ttf" } } } @@ -141982,37 +142451,37 @@ "normal": { "emoji": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphitYWMfQ.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphitYWMfI.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphitYWMfE.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphitYWMfQ.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphitYWMfI.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphitYWMfE.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphinM3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphinM3Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphinM3EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphinM3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphinM3Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphinM3EQ.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphin03FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphin03Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphin03EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphin03FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphin03Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphin03EQ.ttf" } }, "math": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphig83FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphig83Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphig83EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphig83FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphig83Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphig83EQ.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphinw3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphinw3Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphinw3EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphinw3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphinw3Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphinw3EQ.ttf" } } } @@ -142021,37 +142490,37 @@ "normal": { "emoji": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhitYWMfQ.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhitYWMfI.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhitYWMfE.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhitYWMfQ.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhitYWMfI.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhitYWMfE.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinM3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinM3Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinM3EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinM3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinM3Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinM3EQ.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhin03FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhin03Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhin03EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhin03FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhin03Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhin03EQ.ttf" } }, "math": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhig83FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhig83Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhig83EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhig83FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhig83Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhig83EQ.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinw3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinw3Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinw3EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinw3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinw3Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinw3EQ.ttf" } } } @@ -142060,37 +142529,37 @@ "normal": { "emoji": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhitYWMfQ.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhitYWMfI.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhitYWMfE.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhitYWMfQ.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhitYWMfI.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhitYWMfE.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinM3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinM3Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinM3EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinM3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinM3Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinM3EQ.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhin03FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhin03Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhin03EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhin03FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhin03Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhin03EQ.ttf" } }, "math": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhig83FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhig83Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhig83EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhig83FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhig83Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhig83EQ.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinw3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinw3Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinw3EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinw3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinw3Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinw3EQ.ttf" } } } @@ -142099,37 +142568,37 @@ "normal": { "emoji": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmitYWMfQ.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmitYWMfI.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmitYWMfE.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmitYWMfQ.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmitYWMfI.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmitYWMfE.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipminM3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipminM3Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipminM3EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipminM3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipminM3Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipminM3EQ.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmin03FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmin03Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmin03EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmin03FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmin03Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmin03EQ.ttf" } }, "math": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmig83FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmig83Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmig83EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmig83FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmig83Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmig83EQ.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipminw3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipminw3Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipminw3EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipminw3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipminw3Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipminw3EQ.ttf" } } } @@ -142138,37 +142607,37 @@ "normal": { "emoji": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmitYWMfQ.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmitYWMfI.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmitYWMfE.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmitYWMfQ.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmitYWMfI.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmitYWMfE.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminM3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminM3Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminM3EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminM3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminM3Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminM3EQ.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmin03FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmin03Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmin03EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmin03FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmin03Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmin03EQ.ttf" } }, "math": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmig83FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmig83Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmig83EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmig83FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmig83Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmig83EQ.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminw3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminw3Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminw3EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminw3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminw3Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminw3EQ.ttf" } } } @@ -142177,45 +142646,45 @@ "normal": { "emoji": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmitYWMfQ.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmitYWMfI.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmitYWMfE.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmitYWMfQ.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmitYWMfI.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmitYWMfE.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminM3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminM3Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminM3EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminM3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminM3Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminM3EQ.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmin03FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmin03Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmin03EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmin03FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmin03Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmin03EQ.ttf" } }, "math": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmig83FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmig83Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmig83EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmig83FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmig83Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmig83EQ.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminw3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminw3Eg.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminw3EQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminw3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminw3Eg.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminw3EQ.ttf" } } } } }, "defSubset": "latin", - "lastModified": "2024-05-06", - "version": "v11", + "lastModified": "2024-05-17", + "version": "v13", "category": "handwriting" }, "plus-jakarta-sans": { diff --git a/metadata/google-fonts-v2.json b/metadata/google-fonts-v2.json index cb46376eb39..547b07cef71 100644 --- a/metadata/google-fonts-v2.json +++ b/metadata/google-fonts-v2.json @@ -38077,383 +38077,6 @@ "version": "v2", "category": "sans-serif" }, - "briem-hand": { - "family": "Briem Hand", - "id": "briem-hand", - "subsets": [ - "cyrillic-ext", - "greek-ext", - "latin", - "latin-ext", - "vietnamese" - ], - "weights": [100, 200, 300, 400, 500, 600, 700, 800, 900], - "styles": ["normal"], - "unicodeRange": { - "cyrillic-ext": "U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F", - "greek-ext": "U+1F00-1FFF", - "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", - "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "100": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIyvWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIyvWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDLyl.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIyuWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIyuWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDLyl.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIytWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIytWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDLyl.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIysWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIysWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDLyl.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDIyiWT63wFmnFFs.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDLyl.ttf" - } - } - } - }, - "200": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYyvWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYyvWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDbyl.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYyuWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYyuWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDbyl.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYytWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYytWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDbyl.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYysWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYysWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDbyl.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDYyiWT63wFmnFFs.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwDbyl.ttf" - } - } - } - }, - "300": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYyvWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYyvWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDbyl.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYyuWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYyuWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDbyl.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYytWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYytWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDbyl.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYysWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYysWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDbyl.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDYyiWT63wFmnFFs.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pWuDbyl.ttf" - } - } - } - }, - "400": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYyvWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYyvWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDbyl.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYyuWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYyuWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDbyl.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYytWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYytWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDbyl.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYysWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYysWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDbyl.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDYyiWT63wFmnFFs.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXwDbyl.ttf" - } - } - } - }, - "500": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYyvWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYyvWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDbyl.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYyuWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYyuWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDbyl.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYytWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYytWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDbyl.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYysWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYysWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDbyl.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDYyiWT63wFmnFFs.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pXCDbyl.ttf" - } - } - } - }, - "600": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoyvWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoyvWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCryl.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoyuWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoyuWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCryl.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoytWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoytWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCryl.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoysWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoysWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCryl.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCoyiWT63wFmnFFs.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUuCryl.ttf" - } - } - } - }, - "700": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoyvWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoyvWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCryl.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoyuWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoyuWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCryl.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoytWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoytWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCryl.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoysWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoysWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCryl.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCoyiWT63wFmnFFs.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pUXCryl.ttf" - } - } - } - }, - "800": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoyvWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoyvWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCryl.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoyuWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoyuWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCryl.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoytWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoytWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCryl.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoysWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoysWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCryl.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCoyiWT63wFmnFFs.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVwCryl.ttf" - } - } - } - }, - "900": { - "normal": { - "cyrillic-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoyvWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoyvWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCryl.ttf" - } - }, - "greek-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoyuWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoyuWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCryl.ttf" - } - }, - "vietnamese": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoytWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoytWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCryl.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoysWTilxQ.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoysWT63wFmnFFtwYA.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCryl.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoyiWTg.woff2", - "woff": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCoyiWT63wFmnFFs.woff", - "truetype": "https://fonts.gstatic.com/s/briemhand/v1/2V0NKIEPHZ0wU-0arjnYfl8K9llQ1GP88pVZCryl.ttf" - } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2024-05-02", - "version": "v1", - "category": "handwriting" - }, "bruno-ace": { "family": "Bruno Ace", "id": "bruno-ace", @@ -51768,6 +51391,49 @@ "version": "v25", "category": "handwriting" }, + "danfo": { + "family": "Danfo", + "id": "danfo", + "subsets": ["latin", "latin-ext", "vietnamese"], + "weights": [400], + "styles": ["normal"], + "unicodeRange": { + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "400": { + "normal": { + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDeJQ7dSkPo.woff2", + "woff": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDeJQ7dUgv_dKLh6dGA.woff", + "truetype": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDe5Sw.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDeJQrdSkPo.woff2", + "woff": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDeJQrdUgv_dKLh6dGA.woff", + "truetype": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDe5Sw.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDeJTLdS.woff2", + "woff": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDeJTLdUgv_dKLh6.woff", + "truetype": "https://fonts.gstatic.com/s/danfo/v2/snf3s0u_98t16THfK1Csj3N41ZqbYDe5Sw.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2024-05-13", + "version": "v2", + "category": "serif" + }, "dangrek": { "family": "Dangrek", "id": "dangrek", @@ -124018,6 +123684,57 @@ "version": "v14", "category": "handwriting" }, + "jacquard-12": { + "family": "Jacquard 12", + "id": "jacquard-12", + "subsets": ["latin", "latin-ext", "math", "symbols"], + "weights": [400], + "styles": ["normal"], + "unicodeRange": { + "math": "U+0302-0303,U+0305,U+0307-0308,U+0330,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2034-2037,U+2057,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2102,U+210A-210E,U+2110-2112,U+2115,U+2119-211D,U+2124,U+2128,U+212C-212D,U+212F-2131,U+2133-2138,U+213C-2140,U+2145-2149,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B6,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF", + "symbols": "U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8B1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA88,U+1FA90-1FABD,U+1FABF-1FAC5,U+1FACE-1FADB,U+1FAE0-1FAE8,U+1FAF0-1FAF8,U+1FB00-1FBFF", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "400": { + "normal": { + "math": { + "url": { + "woff2": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf2yWHvH4Q.woff2", + "woff": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf2yWH3V4t9_CpY.woff", + "truetype": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGc3J.ttf" + } + }, + "symbols": { + "url": { + "woff2": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf2gWHvH4Q.woff2", + "woff": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf2gWH3V4t9_CpY.woff", + "truetype": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGc3J.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf3AWHvH4Q.woff2", + "woff": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf3AWH3V4t9_CpY.woff", + "truetype": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGc3J.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf3OWHs.woff2", + "woff": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGf3OWH3V4t9_.woff", + "truetype": "https://fonts.gstatic.com/s/jacquard12/v6/vm8ydRLuXETEweL79J4rGc3J.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2024-05-13", + "version": "v6", + "category": "display" + }, "jacquard-12-charted": { "family": "Jacquard 12 Charted", "id": "jacquard-12-charted", @@ -289175,72 +288892,67 @@ "[15]": "U+ff37,U+ff39-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff68,U+ff6a,U+ff6c-ff7e,U+ff80-ff86,U+ff89-ff94,U+ff97-ff9e,U+ffb9,U+ffe0-ffe3,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1d7c7,U+1f004,U+1f0cf,U+1f141-1f142,U+1f150,U+1f154,U+1f158,U+1f15b,U+1f15d-1f15e,U+1f162-1f163,U+1f170-1f171,U+1f174,U+1f177-1f178,U+1f17d-1f17f,U+1f192-1f195,U+1f197-1f19a,U+1f1e6-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f22f,U+1f232-1f237,U+1f239-1f23a,U+1f250-1f251,U+1f300,U+1f302-1f304", "[16]": "U+f94f,U+f95a,U+f95d-f95e,U+f961-f963,U+f965-f970,U+f974,U+f976-f97a,U+f97c,U+f97e-f97f,U+f981,U+f983,U+f988,U+f98a,U+f98c,U+f98e,U+f996-f997,U+f999-f99a,U+f99c,U+f99f-f9a0,U+f9a3,U+f9a8,U+f9ad,U+f9b2-f9b6,U+f9b9-f9ba,U+f9bd-f9be,U+f9c1,U+f9c4,U+f9c7,U+f9ca,U+f9cd,U+f9d0-f9d1,U+f9d3-f9d4,U+f9d7-f9d8,U+f9dc-f9dd,U+f9df-f9e1,U+f9e4,U+f9e8-f9ea,U+f9f4,U+f9f6-f9f7,U+f9f9-f9fa,U+f9fc-fa01,U+fa03-fa04,U+fa06,U+fa08-fa0a,U+fa0c,U+fa11,U+fa17,U+fa19,U+fa1b,U+fa1d,U+fa26,U+fa2c,U+fb01,U+fdfc,U+fe0e,U+fe33-fe36,U+fe38-fe44,U+fe49-fe51,U+fe54,U+fe56-fe57,U+fe59-fe5c,U+fe5f-fe6a,U+fe8e,U+fe92-fe93,U+feae,U+fecb-fecc,U+fee0,U+feec,U+fef3,U+ff04,U+ff07,U+ff26-ff2c,U+ff31-ff32,U+ff35-ff36", "[17]": "U+f0b2,U+f0b7,U+f0be,U+f0c9,U+f0d8,U+f0e0,U+f0e6,U+f0fc,U+f104-f105,U+f16a,U+f16d,U+f18a,U+f1e0,U+f232,U+f308,U+f400,U+f442,U+f4df,U+f610-f611,U+f6b1-f6b5,U+f6ba-f6bc,U+f6c7,U+f6dd,U+f6e2,U+f6f3-f6f4,U+f6f8,U+f6fa,U+f6fc,U+f6fe,U+f700-f703,U+f705,U+f707,U+f709-f70b,U+f70d-f70f,U+f711,U+f713,U+f715-f717,U+f719-f71a,U+f71c-f721,U+f724-f725,U+f728,U+f734-f735,U+f737-f738,U+f73a,U+f73e-f742,U+f745,U+f748-f749,U+f74b-f74d,U+f74f-f751,U+f753-f756,U+f758-f75a,U+f75c,U+f75e,U+f760-f764,U+f768-f76a,U+f76c,U+f76f-f774,U+f776-f77a,U+f77c,U+f77e-f780,U+f785,U+f787-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906-f907,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e", - "[20]": "U+cf70,U+cf8c,U+cfc4,U+cfe0-cfe1,U+cfe8,U+cff5,U+d034,U+d050,U+d06c,U+d070,U+d074,U+d07c,U+d0a4,U+d0a8,U+d0ac,U+d0b4,U+d0b9,U+d0bd,U+d0c0-d0c1,U+d0c4,U+d0c8,U+d0d0-d0d1,U+d0d5,U+d0dc-d0dd,U+d130,U+d134,U+d138,U+d140,U+d14c-d14d,U+d150,U+d154,U+d15c,U+d1a0-d1a1,U+d1a4,U+d1b0,U+d1b5,U+d1f4,U+d22c,U+d280,U+d29c,U+d2b8-d2b9,U+d2bc,U+d2c0,U+d2f0-d2f1,U+d2f4,U+d300,U+d305,U+d30c,U+d310,U+d314,U+d31d,U+d328-d329,U+d32c,U+d37c-d37d,U+d380,U+d391,U+d398-d399,U+d39c,U+d3b8,U+d3c9,U+d3ec-d3ed,U+d3f0,U+d3f4,U+d3fc,U+d45c,U+d478,U+d480,U+d488,U+d48d,U+d4e8,U+d4f8,U+d504,U+d508,U+d50c,U+d514,U+d53c-d53d,U+d540,U+d544,U+d54f,U+d551,U+d558-d559,U+d560,U+d568-d569,U+d56b,U+d56d,U+d574-d575,U+d578,U+d587-d589,U+d5a5,U+d5c8,U+d5cc,U+d5d8,U+d5dd,U+d5e4,U+d5e8,U+d5ec,U+d600-d601,U+d604,U+d611,U+d615,U+d61c,U+d638-d639,U+d63c,U+d640,U+d648-d649,U+d64d,U+d654-d655,U+d658,U+d65c,U+d669,U+d68c-d68d,U+d6a8,U+d6c4,U+d6c8,U+d718,U+d734,U+d749,U+d750-d751,U+d754,U+d758,U+d760,U+d765,U+d76c,U+d788,U+d78c,U+d790,U+d798,U+d7e1,U+e000-e00a,U+e00c,U+e00f-e011,U+e018", - "[21]": "U+c719,U+c720-c721,U+c724,U+c728,U+c73c,U+c740,U+c744,U+c74c-c74d,U+c751,U+c758,U+c775,U+c778,U+c77c-c77d,U+c783-c785,U+c787-c78a,U+c78e,U+c790-c791,U+c794,U+c796,U+c798,U+c7a0-c7a1,U+c7a3,U+c7a5,U+c7ac,U+c7bc,U+c7c1,U+c800-c801,U+c804,U+c808,U+c810-c811,U+c815,U+c81c-c81d,U+c820,U+c824,U+c838,U+c84c,U+c863,U+c870-c871,U+c874,U+c878,U+c880,U+c885,U+c88b-c88c,U+c8c4,U+c8e0,U+c8fc-c8fd,U+c900,U+c904,U+c90c-c90d,U+c911,U+c918,U+c96c,U+c988,U+c98c,U+c990,U+c998,U+c99d,U+c9c0-c9c1,U+c9c4,U+c9c8,U+c9d0-c9d1,U+c9d3,U+c9d5,U+c9dc-c9dd,U+c9e0,U+c9e7,U+c9ec,U+c9f1,U+c9f8,U+ca4c,U+ca54,U+cabd,U+cb48,U+cbd4,U+cbff,U+cc0c-cc0d,U+cc1c,U+cc28-cc29,U+cc2c,U+cc2e,U+cc30,U+cc38,U+cc3d-cc3e,U+cc44-cc45,U+cc54,U+cc60,U+cc98-cc99,U+cc9c,U+cca0,U+cca8-cca9,U+ccab,U+ccad,U+ccb4,U+ccb8,U+ccd0,U+cce4,U+cd08-cd09,U+cd0c,U+cd1d,U+cd2c,U+cd5c,U+cd94-cd95,U+cd98,U+cd9c,U+cda4,U+cda9,U+cdb0,U+cde8,U+ce04,U+ce20,U+ce35,U+ce58-ce59,U+ce5c,U+ce60,U+ce68,U+ce6d,U+ce74,U+ce78,U+ce7c,U+ce84,U+ce90,U+ce94,U+ce98,U+cea0-cea1,U+cee4,U+cee8,U+ceec,U+cef4-cef5,U+cef7,U+cf00,U+cf13,U+cf1c,U+cf54,U+cf58,U+cf5c,U+cf64,U+cf69", - "[22]": "U+bee4-bee5,U+bf40,U+bf55,U+bfcc,U+bfd0,U+c058,U+c05c,U+c068,U+c090,U+c0ac-c0ad,U+c0b0,U+c0b4,U+c0b6,U+c0bc,U+c0c1,U+c0c8-c0c9,U+c0d8,U+c0dd,U+c0e4,U+c0ec,U+c0f5,U+c0f7,U+c11c-c11d,U+c120,U+c124,U+c12c-c12d,U+c12f,U+c131,U+c138-c139,U+c13c,U+c140,U+c148,U+c14b,U+c154,U+c158,U+c15c,U+c168,U+c18c-c18d,U+c190,U+c194,U+c1a1,U+c1e0,U+c1fc,U+c218-c219,U+c21c,U+c220,U+c228,U+c22d,U+c232,U+c250,U+c258,U+c26c,U+c27d,U+c288,U+c2a8,U+c2ac,U+c2b4-c2b5,U+c2b9,U+c2dc-c2dd,U+c2e0,U+c2e4,U+c2eb-c2ed,U+c2f1,U+c2f6,U+c2f8,U+c300,U+c308,U+c30d,U+c368,U+c378,U+c388,U+c3d8,U+c4f0,U+c4f8,U+c528-c529,U+c52c,U+c544-c545,U+c548,U+c54a,U+c54c,U+c554-c555,U+c557-c559,U+c55e,U+c560-c561,U+c564,U+c568,U+c575,U+c57c-c57d,U+c580,U+c591,U+c598,U+c5b5,U+c5b8,U+c5bc,U+c5c4-c5c9,U+c5d0-c5d1,U+c5d4,U+c5d8,U+c5e0,U+c5e3,U+c5ec-c5ed,U+c5f0,U+c5f4,U+c5fc-c5fd,U+c600-c601,U+c606,U+c608,U+c61b,U+c624-c625,U+c628,U+c62c,U+c635,U+c637,U+c639,U+c640,U+c644,U+c654-c655,U+c65c,U+c678,U+c694-c695,U+c6a9,U+c6b0-c6b1,U+c6b4,U+c6b8,U+c6c0,U+c6c3,U+c6c5,U+c6cc,U+c6d0,U+c6d4,U+c6e0,U+c6e8,U+c6ec,U+c6f9,U+c704,U+c708", - "[23]": "U+b7ed,U+b7f0,U+b7f4,U+b7fc-b7fd,U+b7ff,U+b801,U+b807-b809,U+b80c,U+b81b,U+b824-b825,U+b828,U+b838-b839,U+b840,U+b85c-b85d,U+b860,U+b864,U+b86c-b86d,U+b86f,U+b871,U+b8cc,U+b8e1,U+b8e8-b8e9,U+b8ec,U+b8f8-b8fa,U+b958-b959,U+b960,U+b974,U+b978,U+b97c,U+b984,U+b989,U+b9ac-b9ad,U+b9b0,U+b9b4,U+b9bc-b9bd,U+b9bf,U+b9c1,U+b9c8-b9c9,U+b9cc,U+b9ce,U+b9d0-b9d1,U+b9d8-b9d9,U+b9db,U+b9dd-b9de,U+b9e4-b9e5,U+b9e8,U+b9f9,U+ba38-ba39,U+ba3c,U+ba40,U+ba48,U+ba4b,U+ba4d,U+ba54-ba55,U+ba58,U+ba5c,U+ba64,U+ba70,U+ba74,U+ba85,U+ba87,U+baa8-baa9,U+baac,U+bab0,U+bab8,U+babb,U+babd,U+bb18,U+bb34-bb35,U+bb38,U+bb3c,U+bb49,U+bb50,U+bb54,U+bba4,U+bbf8-bbf9,U+bbfc,U+bbff-bc00,U+bc0d,U+bc0f,U+bc14-bc16,U+bc18,U+bc1b-bc1c,U+bc24-bc25,U+bc29,U+bc30-bc31,U+bc34,U+bc45,U+bc7e,U+bc84-bc85,U+bc88,U+bc8c,U+bc94-bc95,U+bc9a,U+bca0,U+bca4,U+bca8,U+bcb3,U+bcbc-bcbd,U+bcc0,U+bcc4,U+bcd1,U+bcf4-bcf6,U+bcf8,U+bcfc,U+bd04,U+bd07,U+bd09,U+bd10,U+bd24,U+bd80-bd81,U+bd84,U+bd88,U+bd90,U+bd95,U+bd99,U+bdd4,U+bdf0,U+be0c,U+be10,U+be14,U+be44-be45,U+be48,U+be4c,U+be54,U+be59,U+be5b,U+be60,U+be68,U+be75,U+be7c,U+bed0", - "[24]": "U+afbc,U+afc0,U+afc8,U+b004,U+b010,U+b021,U+b044,U+b049,U+b04c,U+b054,U+b056-b057,U+b05d,U+b078,U+b07c,U+b086,U+b08c-b08d,U+b098-b099,U+b09c-b09e,U+b0a0,U+b0a8,U+b0ac-b0ae,U+b0b4,U+b0c9,U+b0d0,U+b0e5,U+b0ef,U+b108,U+b10c,U+b110,U+b113,U+b118,U+b124-b125,U+b12c,U+b137,U+b140-b141,U+b144,U+b150,U+b155,U+b161,U+b164,U+b174,U+b178-b179,U+b17c,U+b180,U+b188,U+b18d,U+b192-b193,U+b204,U+b207-b209,U+b231,U+b245,U+b274,U+b290,U+b294,U+b298,U+b2a5-b2a6,U+b2c8-b2c9,U+b2cc,U+b2d0,U+b2d8,U+b2db,U+b2dd,U+b2e4-b2e5,U+b2e8,U+b2eb-b2ed,U+b2f4-b2f5,U+b2f7,U+b2f9,U+b2ff-b300,U+b304,U+b313,U+b334,U+b340,U+b354-b355,U+b358,U+b35c,U+b370,U+b374,U+b378,U+b3c4-b3c5,U+b3c8,U+b3cc,U+b3d4,U+b3d9,U+b3fc,U+b410,U+b418,U+b41c,U+b420,U+b429,U+b450-b451,U+b454,U+b458,U+b465,U+b4a4,U+b4c0,U+b4dc-b4dd,U+b4e0,U+b4e3-b4e4,U+b4ef,U+b4f1,U+b514,U+b518,U+b51c,U+b526,U+b529,U+b530-b531,U+b538,U+b540,U+b545,U+b54c,U+b5a0-b5a1,U+b5a4,U+b5a8,U+b5bb-b5bc,U+b610-b611,U+b625,U+b69c-b69d,U+b6f0,U+b728,U+b72c,U+b73b,U+b760,U+b77c-b77d,U+b780,U+b784,U+b78c-b78d,U+b790-b791,U+b798-b799,U+b79c,U+b7a8-b7a9,U+b7c9,U+b7ec", - "[25]": "U+9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8", - "[26]": "U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26", - "[27]": "U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98", - "[28]": "U+9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9", - "[29]": "U+98ec-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917,U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6a", - "[30]": "U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb", - "[31]": "U+9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d-973e,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f", - "[32]": "U+949d-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9601", - "[33]": "U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387,U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-949c", - "[34]": "U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e-927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e", - "[35]": "U+913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a,U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267", - "[36]": "U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139", - "[37]": "U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7", - "[38]": "U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d27,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35", - "[39]": "U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5-8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd", - "[40]": "U+8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22", - "[41]": "U+8804-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818,U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982", - "[42]": "U+8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad,U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8803", - "[43]": "U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8695", - "[44]": "U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d3,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510", - "[45]": "U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba", - "[46]": "U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc-81cd,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a", - "[47]": "U+7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8114", - "[48]": "U+7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99", - "[49]": "U+7d07-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45-7d46,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5a", - "[50]": "U+7b91-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2-7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06", - "[51]": "U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42-7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b90", - "[52]": "U+78d2-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6-78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a", - "[53]": "U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d1", - "[54]": "U+7601-7602,U+7607-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a", - "[55]": "U+74aa-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba,U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7600", - "[56]": "U+73b9-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9", - "[57]": "U+7265-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73b8", - "[58]": "U+70fe-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7264", - "[59]": "U+6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd", - "[60]": "U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbb", - "[61]": "U+6d64-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86", - "[62]": "U+6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d63", - "[63]": "U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7-6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3e", - "[64]": "U+6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99", - "[65]": "U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6956", - "[66]": "U+66b3,U+66b5-66b6,U+66b8-66bc,U+66be-66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb", - "[67]": "U+6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2", - "[68]": "U+63f2-63f3,U+63f5-63f8,U+63fa-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534", - "[69]": "U+628e,U+6290,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0", - "[70]": "U+612f-6130,U+6134,U+6136,U+613c-613f,U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c", - "[71]": "U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-612e", - "[72]": "U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4", - "[73]": "U+5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e4c,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a", - "[74]": "U+5b6d-5b6e,U+5b70-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced", - "[75]": "U+5a33-5a34,U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c", - "[76]": "U+58bc,U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32", - "[77]": "U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb", - "[78]": "U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a", - "[79]": "U+54bf,U+54c4,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fd-55fe,U+5600-5602,U+5608,U+560c,U+560f", - "[80]": "U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7,U+54b9,U+54bb-54bc,U+54be", - "[81]": "U+51d0-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364,U+5367,U+5369,U+536b-536d", - "[82]": "U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51cf", - "[83]": "U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+5056,U+5058", - "[84]": "U+4ad1,U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f", - "[85]": "U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8", + "[25]": "U+9f4f-9f50,U+9f53-9f54,U+9f57,U+9f59-9f5a,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f69-9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4-9fb3,U+9fc7-9fcb,U+9fd0,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad2b,U+ad34,U+ad3a,U+ad50,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae5d,U+ae68,U+aebc,U+aed8,U+aef4,U+af2c-af2d,U+af34,U+af43,U+afb8", + "[26]": "U+9dc0-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3-9dd4,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfc-9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e0c,U+9e0e,U+9e11,U+9e15,U+9e18,U+9e1a-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e7b,U+9e80-9e85,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95-9e96,U+9e98,U+9e9d-9e9e,U+9ea1-9ea2,U+9ea4,U+9ea6,U+9ea8-9ead,U+9eaf,U+9eb1,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ec1,U+9ec6-9ec7,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef1,U+9ef3-9ef4,U+9ef6-9ef9,U+9efb-9eff,U+9f02,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f17,U+9f19,U+9f22,U+9f26-9f27,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f44-9f45,U+9f4c-9f4e", + "[27]": "U+9c0c-9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1b-9c1c,U+9c1f-9c21,U+9c23-9c26,U+9c28-9c29,U+9c2d-9c2f,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c4f,U+9c52-9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d02-9d03,U+9d06-9d08,U+9d0c,U+9d0e,U+9d10,U+9d12,U+9d15-9d17,U+9d1d-9d1f,U+9d21,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d39,U+9d3d,U+9d42,U+9d44,U+9d49,U+9d4e,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6d-9d70,U+9d77,U+9d7a,U+9d7c,U+9d7e,U+9d83,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbd,U+9dbf", + "[28]": "U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab2,U+9ab6-9ab7,U+9ab9-9aba,U+9abd-9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf-9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9aff,U+9b02-9b04,U+9b08-9b09,U+9b0f,U+9b13-9b14,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b34,U+9b39,U+9b3b,U+9b40,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b50-9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b7f-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b90,U+9b92-9b95,U+9b97,U+9b9d,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bcf,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9be9-9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf4-9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a", + "[29]": "U+9919,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9937-9940,U+9942-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c-995f,U+9961-9963,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999b-999c,U+999e,U+99a0-99a1,U+99a4,U+99aa-99ab,U+99af,U+99b1,U+99b4,U+99b8-99b9,U+99bc,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99da,U+99df-99e2,U+99e6,U+99e9,U+99ee,U+99f0,U+99f5,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a1f-9a21,U+9a24,U+9a26,U+9a28,U+9a2b,U+9a2d-9a2f,U+9a34-9a36,U+9a38,U+9a3b-9a3c,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a58,U+9a5c,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82", + "[30]": "U+97b7-97ba,U+97bd-97c3,U+97c6,U+97c8-97c9,U+97cd,U+97d2,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e0-97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f2,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814-9816,U+981a,U+981c,U+981e-9821,U+9823,U+9826,U+9828,U+982a-982c,U+982e,U+9832-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9847-9849,U+984b,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865-9866,U+9868,U+986c,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b4,U+98b6-98bd,U+98bf,U+98c3,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5-98e9,U+98eb-98ee,U+98f1,U+98f4-98f5,U+9901,U+9908-9909,U+990c,U+990e,U+9911-9912,U+9914,U+9916-9917", + "[31]": "U+9624,U+9628,U+962f,U+9633-9636,U+9638,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9656,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a-967b,U+9681-9685,U+9688-9689,U+968b,U+968d,U+9695-9698,U+969e,U+96a0-96a5,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9703,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971b,U+971d,U+971f-9721,U+9728,U+972a,U+972d,U+9730-9731,U+9733-9734,U+9736,U+973a,U+973d,U+9740-9741,U+9744,U+9746-9747,U+9749-974a,U+9750-9751,U+9753,U+9755,U+9757-9759,U+975b,U+975d,U+975f,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9789,U+978e-978f,U+9798,U+979b,U+979d-979f,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b1-97b2,U+97b4,U+97b6", + "[32]": "U+94b0-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9585-9586,U+9588,U+958e-958f,U+9596-9597,U+9599,U+959c,U+959e-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621", + "[33]": "U+938c,U+938f-9390,U+9394,U+9397-9398,U+939a-939e,U+93a0-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93c4,U+93c6-93c7,U+93ca-93cd,U+93d0-93d1,U+93d3,U+93d6-93d8,U+93db-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0-93f1,U+93f3-93f5,U+93f7-93f9,U+93fb,U+9401,U+9403-9404,U+9407-9408,U+940f-9410,U+9413-9414,U+9417,U+9419-941e,U+9420-942b,U+942d-942f,U+9432-9433,U+9436,U+9438,U+943a,U+943d-9440,U+9442-9443,U+9445,U+944a,U+944c-944d,U+9454-9455,U+9458,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9465,U+9467-9468,U+946a,U+946c-946d,U+946f,U+9471,U+9474-9477,U+9479,U+947b,U+947e-9481,U+9485,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94af", + "[34]": "U+927f,U+9281-9284,U+9286,U+9288-928a,U+928d-928f,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b1-92b2,U+92b5-92b6,U+92ba-92bc,U+92be-92bf,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d4-92d5,U+92d7,U+92d9,U+92db,U+92dd,U+92df,U+92e3-92e6,U+92e8-92e9,U+92eb-92ef,U+92f1-92f4,U+92f6,U+92f9,U+92fb,U+92fd,U+9300-9303,U+9306-9307,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9330-9333,U+9335,U+9338,U+933c,U+9340-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9362-936c,U+936e,U+9370-9371,U+9373-9374,U+9376,U+9378-937a,U+937c-937d,U+9381,U+9384-9387", + "[35]": "U+915c-915e,U+9161-9164,U+9167,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917c,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91a9-91aa,U+91ae-91b2,U+91b4-91b6,U+91b8,U+91bb,U+91bd-91be,U+91c1,U+91c3-91c6,U+91c8-91ca,U+91d2-91d7,U+91d9,U+91df,U+91e1,U+91e4-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9213,U+9217-9219,U+921c,U+9221,U+9224-9225,U+9227-9228,U+922a-922b,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+9255,U+9258,U+925a,U+925d-925f,U+9262,U+9265-9267,U+926b-926f,U+9271-9272,U+9274,U+9276-9278,U+927a-927c,U+927e", + "[36]": "U+8fc6,U+8fc8,U+8fca,U+8fcc-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5,U+8fda,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9033-9037,U+9039-903b,U+9041,U+9044-9046,U+904c,U+904f-9052,U+9056-9058,U+905b,U+905d,U+9061-9062,U+9064-9065,U+9068,U+906c,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9151,U+9154,U+9156-9157,U+9159-915a", + "[37]": "U+8e4f-8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67-8e69,U+8e6c-8e6d,U+8e6f,U+8e71,U+8e74-8e77,U+8e7a-8e7c,U+8e7e,U+8e80,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea7,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb6,U+8eb9,U+8ebc,U+8ebe,U+8ec3,U+8ec6,U+8ecb,U+8ece-8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee4,U+8ee8,U+8eeb,U+8eed,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3c,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4a,U+8f4d,U+8f54-8f55,U+8f5c-8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8fa0,U+8fa2,U+8fa5,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb8,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2", + "[38]": "U+8cdb,U+8ce1,U+8ce8-8ce9,U+8ceb,U+8cf0,U+8cf2,U+8cf7-8cf8,U+8cfb,U+8cfe,U+8d03-8d04,U+8d07,U+8d0b-8d0d,U+8d10-8d14,U+8d17-8d18,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7a-8d7b,U+8d7d,U+8d82,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8da6,U+8da9,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf-8dc0,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd4,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e01,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39-8e3a,U+8e3c-8e3d,U+8e40-8e42,U+8e46-8e47,U+8e49-8e4e", + "[39]": "U+8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b62,U+8b64,U+8b69-8b6d,U+8b72,U+8b7e,U+8b81,U+8b83,U+8b89,U+8b8c,U+8b8e-8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9b-8b9c,U+8b9e-8ba0,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8c9b,U+8c9f,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccd,U+8ccf-8cd2,U+8cd4-8cd6,U+8cd9-8cda", + "[40]": "U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb-89bc,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b-8a1c,U+8a22,U+8a25,U+8a27,U+8a29,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48-8a49,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a7e,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8a9c,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa9,U+8aad,U+8aaf,U+8ab1,U+8ab4,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8ada-8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8af9-8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b1f,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2d-8b2e,U+8b33,U+8b3f,U+8b41,U+8b43,U+8b46,U+8b4c-8b4e", + "[41]": "U+881b,U+8821,U+8823,U+8827,U+882d,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8842,U+8844-8846,U+884a,U+884e-884f,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8860,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8887-8888,U+888f-8890,U+8892-8893,U+8897-8898,U+889a-889e,U+88a0,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4-88b5,U+88b7-88b8,U+88bc-88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e6,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe-8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923-8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8954,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964-8966,U+896c,U+8971,U+8974,U+8977,U+897b,U+897e,U+8980,U+8982-8983,U+8987-898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c", + "[42]": "U+86af-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8786,U+8788,U+878b-878c,U+8793,U+8797-8798,U+879f,U+87a3,U+87a5,U+87a8-87a9,U+87ab-87ad,U+87af,U+87b1,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c1,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87d6,U+87da-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e-8811,U+8813,U+8815-8816,U+8818", + "[43]": "U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b-854e,U+8552-8553,U+8555-8558,U+855a,U+855e-855f,U+8561-8565,U+8568,U+856a-856c,U+856f-8570,U+8573-8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8593-8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5-85d6,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed-85ee,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85fc,U+85ff,U+8602,U+8604-8605,U+860d,U+860f-8610,U+8613-8614,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627-862a,U+862f,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8645-8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8692-8696,U+869a,U+869c-869d,U+86a0-86a1,U+86a3-86a4,U+86a7-86aa,U+86ad", + "[44]": "U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83ed,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8405-8407,U+840b,U+840f,U+8411,U+8413-8414,U+8416,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8448,U+844a,U+844e,U+8451-8453,U+8455-8456,U+8458-845a,U+845c,U+845f,U+8462,U+8464,U+8466-8467,U+846d,U+846f-8474,U+8476-8478,U+847a,U+847f-8480,U+8484,U+8488,U+848b,U+848d-848e,U+8492-8494,U+8496-8497,U+849d,U+849f,U+84a1,U+84a3,U+84a8,U+84ad,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84da,U+84dd-84df,U+84e1-84e2,U+84e4-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7-84f8,U+84fa,U+84fc-84fd,U+84ff-8500,U+8503-8506,U+850c,U+8510-8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532-8535", + "[45]": "U+829f-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be-82bf,U+82c1,U+82c4-82c5,U+82c7,U+82ca-82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d8-82d9,U+82db-82dc,U+82de-82e4,U+82e7,U+82ea-82eb,U+82ee-82f0,U+82f3-82f4,U+82f6-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833d,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8364,U+8366-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-8380,U+8383,U+8385-8386,U+8391-8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83ac,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83cd", + "[46]": "U+8126-8127,U+8129-812a,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8142,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158-815a,U+8160,U+8167,U+8169,U+816c-816d,U+816f,U+8171,U+8174,U+817b-817e,U+8182,U+8184,U+8188,U+818a,U+8193-8195,U+8198,U+819b,U+819e,U+81a3,U+81a5-81a7,U+81aa-81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c1,U+81c3,U+81c6,U+81c8,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e4,U+81e7,U+81ec,U+81ef,U+81f6,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821a-821b,U+821d,U+8221-8222,U+8224,U+8226,U+8228-8229,U+822b,U+822d,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8254,U+8257,U+825a,U+825f,U+8262,U+8264-8265,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827b,U+827d,U+827f,U+8283-8284,U+8287-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e", + "[47]": "U+7fb0-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fdd-7fdf,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+8008,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c-801d,U+8020,U+8024-8026,U+8028,U+802c,U+802e-8031,U+8035,U+8037-8039,U+803b-803c,U+8042-8043,U+804b-804c,U+8052,U+805b,U+8061-8063,U+8066,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-8080,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80e9,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8103,U+8107,U+8109,U+810c,U+810e-8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8125", + "[48]": "U+7e78,U+7e7b,U+7e7e-7e7f,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e-7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f40-7f45,U+7f47-7f4e,U+7f52-7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f71,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f8f,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7faf", + "[49]": "U+7d1d-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c-7d4f,U+7d53-7d54,U+7d56,U+7d5a-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d9a,U+7d9d-7d9e,U+7da2-7da4,U+7da6,U+7da8,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dd1,U+7dd3-7dd4,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de4-7de6,U+7df0-7df3,U+7df5-7df6,U+7dfc-7dfe,U+7e01-7e02,U+7e04,U+7e07-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e65,U+7e67-7e68,U+7e6c-7e70,U+7e76", + "[50]": "U+7ba3,U+7ba7,U+7ba9-7bac,U+7bae,U+7bb0,U+7bb2,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc5-7bc6,U+7bcb-7bcc,U+7bcf-7bd0,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bec-7bee,U+7bf1-7bf3,U+7bf8-7bfa,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1b,U+7c1e-7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c35,U+7c37-7c39,U+7c40-7c42,U+7c44,U+7c48-7c49,U+7c50-7c51,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5d,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c70,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c83-7c84,U+7c86,U+7c8b,U+7c8d-7c8e,U+7c91,U+7c94-7c95,U+7c9b-7c9c,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cac,U+7cae,U+7cb1-7cb3,U+7cb8,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc2-7cc3,U+7cc5,U+7cc7-7cc9,U+7ccc-7cce,U+7cd3,U+7cd7,U+7cda,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce6,U+7ce8,U+7cea,U+7ced,U+7cf2-7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c", + "[51]": "U+7a43,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a65,U+7a68,U+7a6d-7a6e,U+7a70-7a72,U+7a77-7a79,U+7a7d,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb-7abc,U+7abe-7abf,U+7ac2-7ac3,U+7ac8-7ac9,U+7acf,U+7ad1-7ad3,U+7ad6,U+7ada-7ade,U+7ae2,U+7ae4,U+7ae6-7ae7,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afe,U+7b01-7b06,U+7b09-7b0c,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b42-7b43,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b55,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b79,U+7b7b,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba2", + "[52]": "U+78e7,U+78ea,U+78ec,U+78ee,U+78f0-78f5,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931-7934,U+7936,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7971-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982-7988,U+798a-798b,U+7991,U+7993-7996,U+7998-799b,U+799d,U+799f-79a2,U+79a4-79a5,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3-79c4,U+79c6,U+79c8,U+79ca,U+79cc,U+79cf-79d0,U+79d4-79d6,U+79dc-79de,U+79e2-79e3,U+79e7,U+79ea-79ed,U+79ef-79f1,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a06,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2a,U+7a2c-7a2d,U+7a32-7a33,U+7a37,U+7a39-7a3a,U+7a3c,U+7a3e,U+7a42", + "[53]": "U+777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+7798,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77af-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c3,U+77c5,U+77c7,U+77cb-77cd,U+77d3,U+77d6-77d7,U+77dc-77de,U+77e3,U+77e6-77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f4,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7808-7809,U+7810-7812,U+7815-7816,U+7818,U+781a,U+781c-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c-783e,U+7840,U+7842-7845,U+7847,U+784a-7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787a,U+787c,U+787f,U+7886-7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78af,U+78b1-78b2,U+78b4,U+78b6,U+78b8-78b9,U+78be,U+78c7-78c9,U+78cb,U+78ce,U+78d0-78d5,U+78d7-78d8,U+78de,U+78e3-78e4,U+78e6", + "[54]": "U+7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b-762c,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764f,U+7651,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7673-7674,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a1,U+76a3-76a5,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d9,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705,U+7707-7708,U+770a,U+770c,U+770e-770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7724-7726,U+7728,U+772b,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7743-7744,U+7746,U+774c,U+774e-7752,U+7755,U+7758-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771-7772,U+7777-7778,U+777a-777b,U+777d", + "[55]": "U+74bf,U+74c5-74c6,U+74c8,U+74cc-74cd,U+74d0,U+74d2-74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e7-74e9,U+74ee-74f2,U+74f4,U+74f8-74f9,U+74fb,U+74ff-7501,U+7503,U+7505,U+7507,U+750c-750e,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545-7548,U+754a-754b,U+754d-754e,U+7551,U+7553,U+7555,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d-759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c8-75ca,U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75dc,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7607-760a,U+760c-760d,U+7610,U+7615", + "[56]": "U+73cc,U+73ce-73d2,U+73d5-73d7,U+73d9,U+73db-73de,U+73e1-73eb,U+73ef,U+73f3,U+73f5-73f7,U+73f9-73fd,U+7400-7402,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7412,U+7414-7417,U+7419-7425,U+7428-7429,U+742c-7432,U+7435-743a,U+743c-7443,U+7445-744a,U+744c,U+7451-7454,U+7456-7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746b-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748c-7490,U+7492,U+7498-74a1,U+74a3-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b4-74b5,U+74b8-74ba", + "[57]": "U+7277,U+727a-727b,U+727e-727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+7294,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1-72e2,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7302,U+7304,U+7307,U+730a-730b,U+730e,U+7310,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337-733c,U+733e,U+7340-7341,U+7343,U+7348,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7371,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738c,U+738e-738f,U+7391-7395,U+7397-7398,U+739b-739c,U+739e,U+73a0-73a2,U+73a5-73a8,U+73aa,U+73ad-73ae,U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb", + "[58]": "U+7115-7116,U+7118,U+711c-711e,U+7120,U+7122,U+7129,U+712b-712c,U+712e-712f,U+7131,U+7133-7135,U+713b-713c,U+713e-7140,U+7143,U+7145-7147,U+714a-714b,U+714f-7153,U+7155-7157,U+715a,U+7160,U+7162,U+7166,U+7168,U+716b-716c,U+7171,U+7173-7178,U+717a-717e,U+7180-7181,U+7185,U+7187-7188,U+718b-718c,U+718e-7192,U+7196-7198,U+719a-719c,U+71a0,U+71a2-71a4,U+71a8,U+71ad,U+71af,U+71b2-71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d1,U+71d4,U+71d7-71d8,U+71da,U+71dc-71dd,U+71e0-71e1,U+71e7,U+71eb-71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+720e-720f,U+7213-7217,U+721a,U+721d,U+7222-7225,U+7228,U+722b,U+722e,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7250,U+7252-7253,U+7255-7258,U+725c-725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275", + "[59]": "U+6fd1-6fd4,U+6fd8-6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ff8,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704d,U+704f-7050,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706f,U+7073-7075,U+7077-707a,U+707e-7081,U+7085-7086,U+7089,U+708b,U+708f-7091,U+7094-7096,U+7098,U+709c,U+709f-70a1,U+70a3-70a7,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c4,U+70ca-70cc,U+70d0,U+70d2,U+70d4-70d6,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4-70f5,U+70f7,U+70fa,U+70fd-70ff,U+7104-7106,U+7109,U+710c,U+7110,U+7113-7114", + "[60]": "U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7-6eb8,U+6ebb,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f04,U+6f08-6f0e,U+6f11-6f13,U+6f15-6f17,U+6f19-6f1a,U+6f23-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3d,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f56-6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f7f,U+6f81-6f82,U+6f87,U+6f89-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c-6f9d,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4-6fb6,U+6fb9-6fbc,U+6fbe,U+6fc2,U+6fc6-6fcb,U+6fce", + "[61]": "U+6d79,U+6d7c,U+6d7f,U+6d81-6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4-6dac,U+6db1,U+6db3-6db4,U+6db7-6db9,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfe,U+6e00,U+6e02-6e04,U+6e07-6e0b,U+6e0d-6e10,U+6e13-6e15,U+6e17-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2a-6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e51,U+6e53-6e54,U+6e57,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a", + "[62]": "U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e-6c7f,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6ccb,U+6cce,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc-6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6d02,U+6d04-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d26-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a-6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d72,U+6d75", + "[63]": "U+6aa8,U+6aab,U+6aae,U+6ab1-6ab2,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6aca,U+6acc,U+6ad3-6ad4,U+6ad8,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af6,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b52-6b55,U+6b57,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bdc,U+6bde,U+6be1,U+6bea,U+6bec,U+6bf3,U+6bf9-6bfa,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1c,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f", + "[64]": "U+6964-696c,U+696e-6970,U+6972-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e-699f,U+69a2-69a7,U+69ab,U+69ad,U+69af,U+69b1-69b3,U+69b6-69b7,U+69bb-69bc,U+69bf-69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4-69d6,U+69d8-69d9,U+69db,U+69df,U+69e1,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8-69fb,U+69ff-6a00,U+6a03,U+6a05,U+6a0a-6a0c,U+6a17-6a18,U+6a1a-6a1c,U+6a28-6a2d,U+6a31-6a33,U+6a35,U+6a3b,U+6a3e-6a40,U+6a43,U+6a45,U+6a47-6a48,U+6a4c,U+6a50,U+6a52-6a53,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62-6a63,U+6a65-6a66,U+6a6a,U+6a71,U+6a74,U+6a79-6a7a,U+6a7c,U+6a7e-6a82,U+6a84,U+6a87,U+6a89-6a8a,U+6a8d-6a92,U+6a97,U+6a99,U+6a9c-6aa1,U+6aa3-6aa5,U+6aa7", + "[65]": "U+680b,U+680d-6812,U+6814,U+6816,U+6818,U+681b-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+6836,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6847,U+6849-684a,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6884,U+6886,U+6888,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68b9,U+68bd,U+68c0-68c1,U+68c3,U+68c5-68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900-6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6936,U+6939,U+693c-6940,U+6942-6943,U+6946,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-6963", + "[66]": "U+66bf,U+66c1,U+66c4,U+66c7-66c8,U+66cc-66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e7-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670c,U+670e-6710,U+6713-6716,U+6718-6719,U+671e,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6744-6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67bf-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d6-67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67fb,U+67fe,U+6800-6805,U+6808-6809", + "[67]": "U+654d-654e,U+6554-6555,U+655a-655b,U+655d,U+655f,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6585-6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d1-65d2,U+65d4,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+65ff-6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6618-6619,U+661c-661e,U+6621-6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+6648,U+664a-664d,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6685,U+668b-6690,U+6692,U+6698,U+669a,U+669d,U+669f-66a0,U+66a4,U+66a6-66a7,U+66aa,U+66ad,U+66b2-66b3,U+66b5-66b6,U+66b8-66bc,U+66be", + "[68]": "U+63fd-63fe,U+6400-6402,U+6405-6407,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437-6438,U+643a-643b,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470-6477,U+6479,U+647b-647d,U+6480,U+6482,U+6485,U+648b-648d,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64af,U+64b1,U+64b3-64b4,U+64b6-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2-64d3,U+64d5,U+64d7-64d8,U+64dd,U+64e1-64e5,U+64e7,U+64e9-64ea,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509-650a,U+6511-6512,U+6516,U+6518-6519,U+651b,U+651f-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c", + "[69]": "U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c1-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310,U+6312-6313,U+6318-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6331-6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c-635f,U+6361,U+6363-6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+6379-637b,U+637d,U+637f,U+6381,U+6384,U+6387,U+638a-638b,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c1,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e2-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa-63fc", + "[70]": "U+6142,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6150-6153,U+6159-615a,U+615c-6160,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c-617d,U+617f-6181,U+6187,U+618a-618e,U+6192-6195,U+6198-619c,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b7-61ba,U+61bf-61c0,U+61c3,U+61c6,U+61ca-61cd,U+61cf-61d0,U+61d2-61d3,U+61da,U+61de-61e0,U+61e2-61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238-6239,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6282-6283,U+6285-6286,U+6289,U+628c,U+628e,U+6290,U+6294,U+629a-629e,U+62a0", + "[71]": "U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022-6023,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6078,U+607a,U+607c,U+607e-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d-609e,U+60a2,U+60a4,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd-60de,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60fd,U+60ff-6100,U+6103,U+6106-6107,U+610a-610e,U+6110,U+6112-6116,U+6119,U+6120,U+6122-6124,U+6128-6130,U+6134,U+6136,U+613c-613f", + "[72]": "U+5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebd-5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8-5ef9,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3b-5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f4d,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb1,U+5fb3-5fb4,U+5fba,U+5fbc,U+5fc2,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdb-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3", + "[73]": "U+5cf8,U+5cfc,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2f,U+5d33-5d35,U+5d3d-5d3f,U+5d42-5d43,U+5d46-5d4b,U+5d4e,U+5d52-5d53,U+5d56-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f-5d70,U+5d74-5d75,U+5d78,U+5d7b,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d8e,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da4,U+5da7,U+5da9-5dab,U+5dae,U+5db2,U+5db4,U+5db6-5db9,U+5dbd,U+5dc1-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6-5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e09-5e0b,U+5e11-5e12,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47-5e48,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80", + "[74]": "U+5b71-5b76,U+5b7a-5b7d,U+5b7f-5b82,U+5b84,U+5b8d,U+5b90,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bb7,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b-5c20,U+5c22-5c23,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c78-5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5c9e,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1-5cc2,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd1-5cd2,U+5cd5-5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5", + "[75]": "U+5a38,U+5a3c-5a3d,U+5a3f-5a45,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53-5a54,U+5a56-5a57,U+5a59,U+5a5d-5a5e,U+5a60-5a63,U+5a65,U+5a67-5a68,U+5a6a-5a6e,U+5a71,U+5a73-5a76,U+5a79-5a7c,U+5a7e,U+5a81-5a84,U+5a86,U+5a88,U+5a8c,U+5a90-5a91,U+5a93,U+5a96-5a97,U+5a99,U+5a9c,U+5a9e-5aa1,U+5aa4,U+5aa7,U+5aaa-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5ace-5adc,U+5ae0-5ae1,U+5ae3-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5afe-5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b0d,U+5b11,U+5b15-5b17,U+5b19,U+5b1b,U+5b1d,U+5b1f,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b41,U+5b43-5b46,U+5b4a-5b4c,U+5b4f,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b68,U+5b6c-5b6e,U+5b70", + "[76]": "U+58c2,U+58c5-58c6,U+58ca-58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58dc,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5905-5906,U+5909-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591d,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-598a,U+598f,U+5994,U+5997-5998,U+599a,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af-59b2,U+59b6-59b8,U+59ba,U+59be-59bf,U+59c1,U+59c3-59c4,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a02,U+5a04-5a07,U+5a09,U+5a0b-5a0d,U+5a11-5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20-5a21,U+5a23-5a24,U+5a27,U+5a29-5a2f,U+5a32-5a34", + "[77]": "U+575b-5760,U+5763,U+5767-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577a-5780,U+5784,U+5788,U+578a,U+578c-578e,U+5790,U+5792-5793,U+5795,U+579a-579c,U+579f-57a1,U+57a4,U+57a6-57a7,U+57a9-57ab,U+57b3-57b5,U+57b8-57bb,U+57be,U+57c2,U+57c4-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5-57e7,U+57ed-57f0,U+57f3-57f6,U+57f8,U+57fb-57fe,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5812,U+5814-5815,U+5818-5819,U+581d-581e,U+5820,U+5822-5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5844,U+5847-5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+585f,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5873,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-589a,U+589d,U+58a1,U+58a3,U+58a6-58a7,U+58a9-58aa,U+58ac,U+58b0-58b1,U+58b5-58b6,U+58bb-58bc", + "[78]": "U+560f,U+5611-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620-5621,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5652,U+5654,U+5658-565d,U+5661,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+5689-568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b1,U+56b3,U+56b5-56b6,U+56b8-56b9,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56fb,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5715,U+5717,U+571c-571d,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5732,U+5734-5735,U+573b,U+573d,U+573f,U+5741,U+5743,U+5746,U+574b-574d,U+574f,U+5752,U+5754,U+575a", + "[79]": "U+54b9,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2-54e4,U+54e7,U+54eb,U+54ef,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c-550f,U+5511-5513,U+5516-5518,U+551a-551b,U+551e,U+5520,U+5523-5528,U+552a-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557,U+555c-555d,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5573,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f-5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3-55b4,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c1,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fb,U+55fe,U+5600-5602,U+5608,U+560c", + "[80]": "U+5367,U+5369,U+536b-536f,U+5372,U+5374,U+5379-537a,U+537c-537e,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53ab,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4-53c5,U+53ce-53d0,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fe,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5423-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+5469-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5493-5494,U+5498-549e,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b4-54b5,U+54b7", + "[81]": "U+51c7,U+51c9-51cb,U+51ce-51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e2,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51fe-51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+521f-5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+524f,U+5251-5252,U+5255,U+5257,U+5259,U+525c,U+525e,U+5260-5261,U+5263-5265,U+5268,U+526e,U+5270,U+5273-5274,U+5277,U+5279,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f-5290,U+5292-5294,U+529a,U+529d,U+52a4,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb-52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0-52e1,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5324,U+5327,U+532c-532e,U+5331-5333,U+5338,U+533b-533e,U+5342,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535d-535f,U+5362-5364", + "[82]": "U+504d-504e,U+5051-5053,U+5056,U+5058,U+505d-5060,U+5063,U+5066,U+506a,U+506c,U+506f-5072,U+5078,U+507a-507b,U+507f-5081,U+5088-5089,U+508b-508c,U+508e,U+5090,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5-50a6,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50bc,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d0,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3-50f4,U+50fb-50fc,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f-5160,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51b8,U+51ba-51c0,U+51c3-51c5", + "[83]": "U+4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f28-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f45,U+4f47,U+4f49,U+4f4b-4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb0,U+4fb2-4fb4,U+4fb7-4fba,U+4fbd,U+4fc0-4fc1,U+4fc5-4fc8,U+4fcb-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff0,U+4ff2-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002-5003,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5034,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504c", + "[84]": "U+4ae4,U+4aff,U+4b10,U+4b19,U+4b20,U+4b2c,U+4b37,U+4b6f-4b70,U+4b72,U+4b7b,U+4b7e,U+4b8e,U+4b90,U+4b93,U+4b96-4b97,U+4b9d,U+4bbd-4bbe,U+4bc0,U+4c04,U+4c07,U+4c0e,U+4c32,U+4c3b,U+4c3e,U+4c40,U+4c47,U+4c57,U+4c5b,U+4c6d,U+4c77,U+4c7b,U+4c7d,U+4c81,U+4c85,U+4ca4,U+4cae,U+4cb0,U+4cb7,U+4ccd,U+4ce1-4ce2,U+4ced,U+4d07,U+4d09,U+4d10,U+4d34,U+4d76-4d77,U+4d89,U+4d91,U+4d9c,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e2c,U+4e2f,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69-4e6a,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2-4ea3,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f08", + "[85]": "U+41db,U+41ed,U+41ef,U+41f9,U+4211,U+4223,U+4240,U+4260,U+426a,U+4276,U+427a,U+428c,U+4294,U+42a2,U+42b5,U+42b9,U+42bc,U+42f4,U+42fb-42fc,U+430a,U+432b,U+436e,U+4397,U+439a,U+43ba,U+43c1,U+43c8,U+43d9,U+43df,U+43ed,U+43f0,U+43f2,U+4401-4402,U+4413,U+4425,U+442d,U+447a,U+448f,U+4491,U+449f-44a0,U+44a2,U+44b0,U+44b7,U+44bd,U+44c0,U+44c3,U+44c5,U+44ce,U+44dd-44df,U+44e1,U+44e4,U+44e9-44ec,U+44f4,U+4503-4504,U+4509,U+450b,U+4516,U+451b,U+451d,U+4527,U+452e,U+4533,U+4536,U+453b,U+453d,U+453f,U+4543,U+4551-4552,U+4555,U+4558,U+455c,U+4561-4562,U+456a,U+456d,U+4576-4578,U+4585,U+45a6,U+45b3,U+45da,U+45e9-45ea,U+4603,U+4606,U+460f,U+4615,U+4617,U+465b,U+467a,U+4680,U+46a1,U+46ae,U+46bb,U+46cf-46d0,U+46e5,U+46f5,U+46f7,U+4713,U+4718,U+4736,U+4744,U+474e-474f,U+477c,U+4798,U+47a6,U+47d5,U+47ed,U+47f4,U+4800,U+480b,U+4837,U+485d,U+4871,U+489b,U+48ad-48ae,U+48d0,U+48dd,U+48ed,U+48f3,U+48fa,U+4906,U+4911,U+491e,U+4925,U+492a,U+492d,U+492f-4930,U+4935,U+493c-493e,U+4945,U+4951,U+4953,U+4965,U+496a,U+4972,U+4989,U+49a1,U+49a7,U+49df,U+49e5,U+49e7,U+4a0f,U+4a1d,U+4a24,U+4a35,U+4a3b,U+4a96,U+4aa4,U+4ab4,U+4ab8,U+4ad1", "[86]": "U+3b95-3b96,U+3b99,U+3ba1,U+3bbc,U+3bbe,U+3bc2,U+3bc4,U+3bd7,U+3bdd,U+3bec,U+3bf2-3bf4,U+3bff,U+3c0d,U+3c11,U+3c15,U+3c18,U+3c54,U+3c8b,U+3ca5,U+3ccb,U+3ccd,U+3cd1,U+3cd6,U+3cdc,U+3ceb,U+3cef,U+3d12-3d13,U+3d1d,U+3d32,U+3d3b,U+3d46,U+3d4c,U+3d4e,U+3d51,U+3d5f,U+3d62,U+3d68-3d6a,U+3d6f,U+3d75,U+3d7d,U+3d85,U+3d88,U+3d8a,U+3d8f,U+3d91,U+3da5,U+3dad,U+3db4,U+3dbf,U+3dc6-3dc7,U+3dc9,U+3dcc-3dcd,U+3dd3,U+3ddb,U+3de7-3de8,U+3deb,U+3df3-3df4,U+3df7,U+3dfc-3dfd,U+3e03,U+3e06,U+3e40,U+3e43,U+3e48,U+3e55,U+3e74,U+3ea8-3eaa,U+3ead,U+3eb1,U+3eb8,U+3ebf,U+3ec2,U+3ec7,U+3eca,U+3ecc,U+3ed0-3ed1,U+3ed6-3ed7,U+3eda-3edb,U+3ede,U+3ee1-3ee2,U+3ee7,U+3ee9,U+3eeb-3eec,U+3ef0,U+3ef3-3ef4,U+3efa,U+3efc,U+3eff-3f00,U+3f04,U+3f06-3f08,U+3f0e,U+3f21,U+3f53,U+3f58-3f59,U+3f63,U+3f7c,U+3f93,U+3f97,U+3fc0,U+3fc8,U+3fd7,U+3fdc,U+3fe5,U+3fed,U+3ff9-3ffa,U+4004,U+4009,U+401d,U+4039,U+4045,U+4053,U+4057,U+4062,U+4065,U+406a,U+406f,U+4071,U+40a8,U+40b4,U+40bb,U+40bf,U+40c8,U+40d8,U+40df,U+40f8,U+40fa,U+4102-4104,U+4109,U+410e,U+411b,U+4131-4132,U+4167,U+416c,U+416e,U+417c,U+417f,U+4181,U+4190,U+41b2,U+41c4,U+41ca,U+41cf", "[87]": "U+3572,U+3577-3578,U+3584,U+3597-3598,U+35a1,U+35a5,U+35ad,U+35bf,U+35c1,U+35c5,U+35c7,U+35ca,U+35ce,U+35d2,U+35d6,U+35db,U+35dd,U+35f1-35f3,U+35fb,U+35fe,U+3609,U+3618,U+361a,U+3623,U+3625,U+362d,U+3635,U+3639,U+363e,U+3647-3649,U+364e,U+365f,U+3661,U+367a,U+3681,U+369a,U+36a5,U+36aa,U+36ac,U+36b0-36b1,U+36b5,U+36b9,U+36bc,U+36c1,U+36c3-36c5,U+36c7-36c8,U+36d3-36d4,U+36d6,U+36dd,U+36e1-36e2,U+36e5-36e6,U+36f5,U+3701,U+3703,U+3708,U+370a,U+370d,U+371c,U+3722-3723,U+3725,U+372c-372d,U+3730,U+3732-3733,U+373a,U+3740,U+3743,U+3762,U+376f,U+3797,U+37a0,U+37b9,U+37be,U+37d6,U+37f2,U+37f8,U+37fb,U+380f,U+3819,U+3820,U+382d,U+3836,U+3838,U+3863,U+3875,U+38a0,U+38c3,U+38cc,U+38d1,U+38d4,U+38ec,U+38fa,U+3908,U+3914,U+3927,U+3932,U+393f,U+394d,U+3963,U+3978,U+3980,U+3989-398a,U+3992,U+3999,U+399b,U+39a1,U+39a4,U+39b8,U+39dc,U+39e2,U+39e5,U+39ec,U+39f8,U+39fb,U+39fe,U+3a01-3a03,U+3a06,U+3a17-3a18,U+3a29-3a2a,U+3a34,U+3a4b,U+3a52,U+3a57,U+3a5c,U+3a5e,U+3a66-3a67,U+3a97,U+3aab,U+3abd,U+3ade,U+3ae0,U+3af0,U+3af2,U+3af5,U+3afb,U+3b0e,U+3b19,U+3b22,U+3b2b,U+3b39,U+3b42,U+3b58,U+3b60,U+3b71-3b72,U+3b7b-3b7c,U+3b80", "[88]": "U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3435,U+3440,U+3449-344a,U+344c,U+3464,U+3473,U+3479-347a,U+347d-347e,U+3493,U+3496,U+34a5,U+34af,U+34bc,U+34c1,U+34c8,U+34df,U+34e4,U+34e6,U+34fb,U+3506,U+353e,U+3551,U+3553,U+3559,U+3561,U+3569,U+356d,U+3570", @@ -289249,32 +288961,31 @@ "[91]": "U+2477-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597", "[92]": "U+208d-208e,U+20a1,U+20a4,U+20a6,U+20a8-20ab,U+20ad-20ae,U+20b1-20b3,U+20b5,U+20b8-20ba,U+20bd,U+20dd,U+20e3,U+2105,U+2109,U+2112-2113,U+2115-2117,U+2120-2121,U+2126,U+212b,U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474-2476", "[93]": "U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a", - "[94]": "U+f40-f42,U+f44,U+f46,U+f4f-f51,U+f53-f56,U+f58,U+f5a,U+f5e,U+f60-f63,U+f66-f67,U+f71-f72,U+f74,U+f7a,U+f7c,U+f90,U+f92,U+f9f,U+fb1-fb2,U+fea,U+1000-1001,U+1004-1006,U+1010,U+1014-1015,U+1017-101c,U+101e,U+1021,U+102c-102d,U+102f,U+1031,U+1037-103d,U+10d0,U+10d2-10d5,U+10d7-10d8,U+10da-10dd,U+10e0-10e1,U+10e3,U+10e5-10e6,U+1100,U+1102-1103,U+1105-1109,U+110b-110c,U+1110-1111,U+1161-1163,U+1165-1167,U+116a,U+116e,U+1173-1175,U+11a8,U+11ab,U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07", "[98]": "U+1fb-1ff,U+219,U+221,U+225-226,U+228-22b,U+22e-22f,U+231-235,U+239,U+23b,U+23e,U+250-252,U+254-255,U+259-25e,U+261-263,U+268-26b,U+26d,U+26f-277,U+279-27a,U+27d-281,U+283,U+28a-28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a2,U+2a4-2a7,U+2a9-2aa,U+2ae-2b3,U+2b5-2b7,U+2b9-2bf,U+2c2-2c4,U+2c6-2c9,U+2cc-2cd,U+2d0,U+2d8,U+2da,U+2dc,U+2e1-2e3,U+2e7,U+2eb,U+2ee,U+2f1-2ff,U+302-304,U+306-309,U+30c-30d,U+311,U+31b,U+321,U+323-325,U+328-329,U+32b-32c,U+32e-32f,U+331-33a,U+33c-33f,U+348,U+353,U+358-359", "[99]": "U+a1-a2,U+a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b5-b6,U+b8-ba,U+bc-be,U+c0-c8,U+ca-cc,U+ce-d5,U+d8-df,U+f0,U+f5,U+f8,U+fb,U+fe-100,U+102,U+105,U+107,U+109-10b,U+10f,U+112,U+115,U+117,U+119,U+11b,U+11f,U+121,U+123-124,U+127,U+129,U+12c-12d,U+130-13f,U+141-142,U+144,U+148,U+14b-14c,U+14f-153,U+159-15b,U+15e-160,U+163-166,U+169-16a,U+16d-171,U+173-17e,U+192,U+1a0,U+1a4,U+1aa,U+1ac-1ad,U+1af,U+1b1,U+1b4-1be,U+1d0,U+1d2,U+1d4,U+1da,U+1dc-1dd,U+1e1,U+1e3-1e4,U+1e7,U+1e9,U+1eb-1ec,U+1f0-1f1,U+1f3-1f5,U+1f7,U+1f9-1fa", - "[100]": "U+a3,U+2ca,U+6cc,U+200e,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+739f,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7dde,U+7f88,U+80da,U+814b,U+8235,U+8258,U+8282,U+82b9,U+8401,U+846b,U+84c1,U+8518,U+8611,U+8778,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8c22,U+8d05,U+8dbe,U+8e34,U+8e66,U+8ec0,U+8f91,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+968f,U+96c1,U+96cc-96cd,U+96db,U+97a0,U+9803,U+9876,U+9879,U+9886,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9b77,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d", - "[101]": "U+b4,U+10d,U+2d9,U+641,U+e20,U+e29,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4f88,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5d84,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61c7,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66ae,U+66e0,U+66e6,U+66f0,U+6781,U+67f5,U+6837,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9bad,U+9dd7,U+c774,U+e5d4,U+fe52,U+fe5d,U+ff02,U+1f389,U+1f449,U+1f495", - "[102]": "U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f18,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51a5,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+5742,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+620f,U+625b,U+62a4,U+62ce,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66d6,U+6746,U+6756,U+67d1,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79bd,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7e55,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+81a8,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9e7c,U+9e92,U+fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33", - "[103]": "U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56ae,U+56c2,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5be1,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eb8,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+71ed,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+88c5,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f44,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d", - "[104]": "U+10c,U+e17,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7dec,U+7df9,U+7e46,U+7ea7,U+7edf,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+9756,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e611,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602", - "[105]": "U+e22,U+2103,U+25a0,U+266a,U+2699,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f3d,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+5497,U+54fa,U+5538,U+55bb,U+55e8,U+56b7,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7e79,U+7ecf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+ff16-ff19", - "[106]": "U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+25ce,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+5435,U+543e,U+5480,U+5495,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8eba,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464", - "[107]": "U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+51fd,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+6fa1,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15", - "[108]": "U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7e73,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13", - "[109]": "U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e", + "[100]": "U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d", + "[101]": "U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495", + "[102]": "U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33", + "[103]": "U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d", + "[104]": "U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602", + "[105]": "U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19", + "[106]": "U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464", + "[107]": "U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15", + "[108]": "U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13", + "[109]": "U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e", "[110]": "U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4", "[111]": "U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c", "[112]": "U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d", "[113]": "U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c", "[114]": "U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54", - "[115]": "U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e", - "[116]": "U+26,U+40,U+4e14,U+4e9e,U+4ec0,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d", - "[117]": "U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc", - "[118]": "U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f", + "[115]": "U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e", + "[116]": "U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d", + "[117]": "U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc", + "[118]": "U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f", "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a", "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", - "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" }, "variants": { @@ -289282,807 +288993,765 @@ "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.0.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.1.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.2.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.3.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.4.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.5.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.6.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.7.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.8.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.9.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.10.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.15.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.16.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.17.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" - } - }, - "[20]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.20.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" - } - }, - "[21]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.21.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" - } - }, - "[22]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.22.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" - } - }, - "[23]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.23.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" - } - }, - "[24]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.24.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.25.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.26.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.27.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.28.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.29.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.30.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.31.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.32.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.33.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.34.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.35.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.36.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.37.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.38.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.39.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.40.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.41.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.42.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.43.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.44.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.45.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.46.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.47.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.48.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.49.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.50.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.51.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.52.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.53.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.54.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.55.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.56.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.57.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.58.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.59.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.60.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.61.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.62.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.63.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.64.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.65.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.66.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.67.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.68.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.69.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.70.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.71.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.72.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.73.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.75.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.76.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.77.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.78.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.79.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.80.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.81.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.82.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.83.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.84.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.85.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.86.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.87.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.88.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.89.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.90.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.91.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.92.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.93.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" - } - }, - "[94]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.94.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.98.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.99.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.100.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.101.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.102.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.103.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.104.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.105.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.106.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.107.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.108.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.109.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.110.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.111.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.112.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.113.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.114.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.115.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.116.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.117.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.118.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.119.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RlXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RlXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RlXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RlXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RuXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RuXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RuXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RuXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RvXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RvXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RvXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RvXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RhXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RhXdOM0d6jVVk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RhXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K1RhXdOM0d6jVVk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2Rm.ttf" } } } @@ -290091,807 +289760,765 @@ "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.0.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.1.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.2.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.3.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.4.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.5.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.6.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.7.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.8.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.9.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.10.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.15.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.16.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.17.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" - } - }, - "[20]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.20.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" - } - }, - "[21]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.21.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" - } - }, - "[22]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.22.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" - } - }, - "[23]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.23.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" - } - }, - "[24]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.24.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.25.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.26.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.27.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.28.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.29.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.30.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.31.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.32.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.33.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.34.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.35.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.36.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.37.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.38.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.39.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.40.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.41.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.42.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.43.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.44.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.45.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.46.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.47.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.48.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.49.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.50.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.51.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.52.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.53.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.54.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.55.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.56.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.57.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.58.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.59.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.60.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.61.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.62.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.63.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.64.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.65.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.66.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.67.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.68.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.69.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.70.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.71.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.72.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.73.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.75.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.76.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.77.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.78.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.79.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.80.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.81.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.82.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.83.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.84.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.85.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.86.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.87.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.88.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.89.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.90.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.91.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.92.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.93.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" - } - }, - "[94]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.94.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.98.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.99.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.100.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.101.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.102.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.103.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.104.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.105.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.106.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.107.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.108.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.109.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.110.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.111.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.112.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.113.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.114.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.115.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.116.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.117.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.118.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.119.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RlXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RlXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RlXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RlXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RuXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RuXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RuXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RuXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RvXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RvXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RvXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RvXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RhXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RhXdOM0d6jVVk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RhXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK1RhXdOM0d6jVVk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2Rm.ttf" } } } @@ -290900,807 +290527,765 @@ "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.0.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.1.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.2.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.3.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.4.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.5.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.6.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.7.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.8.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.9.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.10.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.15.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.16.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.17.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" - } - }, - "[20]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.20.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" - } - }, - "[21]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.21.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" - } - }, - "[22]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.22.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" - } - }, - "[23]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.23.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" - } - }, - "[24]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.24.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.25.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.26.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.27.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.28.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.29.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.30.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.31.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.32.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.33.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.34.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.35.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.36.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.37.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.38.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.39.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.40.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.41.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.42.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.43.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.44.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.45.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.46.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.47.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.48.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.49.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.50.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.51.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.52.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.53.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.54.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.55.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.56.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.57.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.58.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.59.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.60.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.61.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.62.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.63.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.64.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.65.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.66.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.67.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.68.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.69.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.70.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.71.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.72.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.73.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.75.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.76.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.77.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.78.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.79.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.80.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.81.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.82.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.83.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.84.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.85.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.86.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.87.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.88.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.89.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.90.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.91.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.92.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.93.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" - } - }, - "[94]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.94.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.98.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.99.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.100.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.101.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.102.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.103.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.104.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.105.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.106.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.107.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.108.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.109.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.110.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.111.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.112.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.113.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.114.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.115.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.116.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.117.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.118.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.119.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RlXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RlXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RlXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RlXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RuXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RuXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RuXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RuXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RvXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RvXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RvXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RvXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RhXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RhXdOM0d6jVVk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RhXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RhXdOM0d6jVVk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2Rm.ttf" } } } @@ -291709,807 +291294,765 @@ "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.0.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.1.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.2.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.3.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.4.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.5.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.6.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.7.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.8.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.9.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.10.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.15.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.16.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.17.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" - } - }, - "[20]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.20.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" - } - }, - "[21]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.21.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" - } - }, - "[22]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.22.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" - } - }, - "[23]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.23.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" - } - }, - "[24]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.24.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.25.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.26.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.27.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.28.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.29.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.30.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.31.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.32.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.33.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.34.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.35.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.36.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.37.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.38.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.39.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.40.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.41.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.42.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.43.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.44.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.45.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.46.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.47.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.48.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.49.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.50.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.51.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.52.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.53.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.54.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.55.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.56.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.57.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.58.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.59.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.60.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.61.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.62.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.63.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.64.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.65.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.66.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.67.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.68.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.69.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.70.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.71.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.72.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.73.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.75.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.76.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.77.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.78.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.79.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.80.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.81.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.82.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.83.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.84.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.85.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.86.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.87.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.88.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.89.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.90.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.91.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.92.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.93.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" - } - }, - "[94]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.94.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.98.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.99.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.100.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.101.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.102.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.103.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.104.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.105.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.106.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.107.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.108.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.109.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.110.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.111.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.112.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.113.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.114.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.115.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.116.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.117.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.118.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.119.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RlXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RlXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RlXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RlXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RuXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RuXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RuXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RuXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RvXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RvXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RvXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RvXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RhXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RhXdOM0d6jVVk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RhXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK1RhXdOM0d6jVVk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2Rm.ttf" } } } @@ -292518,807 +292061,765 @@ "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.0.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.1.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.2.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.3.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.4.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.5.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.6.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.7.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.8.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.9.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.10.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.15.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.16.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.17.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" - } - }, - "[20]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.20.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" - } - }, - "[21]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.21.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" - } - }, - "[22]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.22.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" - } - }, - "[23]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.23.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" - } - }, - "[24]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.24.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.25.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.26.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.27.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.28.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.29.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.30.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.31.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.32.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.33.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.34.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.35.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.36.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.37.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.38.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.39.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.40.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.41.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.42.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.43.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.44.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.45.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.46.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.47.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.48.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.49.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.50.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.51.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.52.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.53.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.54.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.55.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.56.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.57.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.58.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.59.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.60.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.61.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.62.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.63.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.64.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.65.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.66.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.67.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.68.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.69.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.70.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.71.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.72.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.73.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.75.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.76.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.77.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.78.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.79.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.80.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.81.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.82.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.83.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.84.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.85.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.86.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.87.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.88.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.89.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.90.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.91.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.92.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.93.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" - } - }, - "[94]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.94.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.98.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.99.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.100.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.101.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.102.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.103.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.104.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.105.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.106.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.107.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.108.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.109.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.110.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.111.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.112.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.113.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.114.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.115.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.116.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.117.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.118.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.119.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRlXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRlXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRlXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRlXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRuXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRuXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRuXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRuXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRvXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRvXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRvXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRvXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRhXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRhXdOM0d6jVVk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRhXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLFRhXdOM0d6jVVk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRm.ttf" } } } @@ -293327,807 +292828,765 @@ "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.0.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.1.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.2.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.3.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.4.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.5.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.6.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.7.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.8.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.9.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.10.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.15.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.16.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.17.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" - } - }, - "[20]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.20.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" - } - }, - "[21]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.21.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" - } - }, - "[22]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.22.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" - } - }, - "[23]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.23.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" - } - }, - "[24]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.24.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.25.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.26.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.27.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.28.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.29.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.30.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.31.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.32.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.33.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.34.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.35.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.36.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.37.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.38.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.39.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.40.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.41.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.42.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.43.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.44.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.45.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.46.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.47.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.48.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.49.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.50.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.51.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.52.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.53.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.54.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.55.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.56.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.57.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.58.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.59.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.60.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.61.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.62.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.63.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.64.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.65.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.66.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.67.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.68.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.69.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.70.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.71.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.72.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.73.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.75.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.76.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.77.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.78.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.79.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.80.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.81.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.82.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.83.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.84.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.85.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.86.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.87.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.88.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.89.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.90.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.91.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.92.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.93.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" - } - }, - "[94]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.94.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.98.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.99.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.100.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.101.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.102.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.103.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.104.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.105.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.106.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.107.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.108.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.109.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.110.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.111.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.112.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.113.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.114.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.115.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.116.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.117.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.118.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.119.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRlXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRlXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRlXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRlXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRuXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRuXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRuXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRuXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRvXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRvXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRvXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRvXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRhXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRhXdOM0d6jVVk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRhXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLFRhXdOM0d6jVVk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf" } } } @@ -294136,807 +293595,765 @@ "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.0.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.1.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.2.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.3.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.4.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.5.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.6.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.7.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.8.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.9.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.10.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.15.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.16.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.17.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" - } - }, - "[20]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.20.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" - } - }, - "[21]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.21.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" - } - }, - "[22]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.22.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" - } - }, - "[23]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.23.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" - } - }, - "[24]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.24.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.25.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.26.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.27.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.28.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.29.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.30.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.31.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.32.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.33.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.34.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.35.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.36.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.37.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.38.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.39.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.40.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.41.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.42.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.43.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.44.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.45.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.46.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.47.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.48.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.49.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.50.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.51.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.52.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.53.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.54.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.55.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.56.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.57.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.58.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.59.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.60.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.61.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.62.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.63.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.64.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.65.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.66.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.67.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.68.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.69.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.70.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.71.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.72.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.73.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.75.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.76.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.77.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.78.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.79.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.80.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.81.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.82.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.83.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.84.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.85.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.86.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.87.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.88.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.89.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.90.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.91.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.92.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.93.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" - } - }, - "[94]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.94.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.98.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.99.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.100.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.101.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.102.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.103.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.104.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.105.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.106.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.107.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.108.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.109.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.110.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.111.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.112.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.113.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.114.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.115.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.116.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.117.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.118.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.119.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRlXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRlXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRlXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRlXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRuXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRuXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRuXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRuXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRvXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRvXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRvXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRvXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRhXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRhXdOM0d6jVVk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRhXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LFRhXdOM0d6jVVk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRm.ttf" } } } @@ -294945,822 +294362,780 @@ "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.0.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.1.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.2.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.3.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.4.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.5.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.6.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.7.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.8.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.9.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.10.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.15.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.16.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.17.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" - } - }, - "[20]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.20.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" - } - }, - "[21]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.21.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" - } - }, - "[22]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.22.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" - } - }, - "[23]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.23.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" - } - }, - "[24]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.24.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.25.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.26.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.27.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.28.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.29.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.30.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.31.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.32.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.33.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.34.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.35.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.36.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.37.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.38.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.39.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.40.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.41.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.42.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.43.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.44.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.45.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.46.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.47.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.48.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.49.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.50.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.51.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.52.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.53.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.54.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.55.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.56.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.57.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.58.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.59.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.60.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.61.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.62.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.63.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.64.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.65.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.66.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.67.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.68.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.69.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.70.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.71.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.72.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.73.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.75.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.76.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.77.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.78.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.79.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.80.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.81.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.82.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.83.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.84.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.85.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.86.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.87.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.88.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.89.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.90.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.91.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.92.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.93.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" - } - }, - "[94]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.94.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.98.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.99.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.100.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.101.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.102.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.103.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.104.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.105.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.106.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.107.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.108.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.109.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.110.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.111.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.112.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.113.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.114.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.115.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.116.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.117.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.118.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.119.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRjP8yszb7MGzxVk_Vt7rmVOSJ0RKJyVZxsTuqi-mGe.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRlV9Su1fahN0c05PNlrb2WPyJ2GqRFWJdvXPqR6hT4GeoQ3sMJ.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRlXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRlXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRlXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRlXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRuXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRuXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRuXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRuXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRvXdWe1A.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRvXdOM0d6jVVkG_Q.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRvXdWe1A.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRvXdOM0d6jVVkG_Q.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRhXdU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRhXdOM0d6jVVk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRhXdU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLFRhXdOM0d6jVVk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifhk/v7/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRm.ttf" } } } } }, "defSubset": "latin", - "lastModified": "2022-09-27", - "version": "v2", + "lastModified": "2024-05-14", + "version": "v7", "category": "serif" }, "noto-serif-jp": { "family": "Noto Serif JP", "id": "noto-serif-jp", - "subsets": ["japanese", "latin"], - "weights": [200, 300, 400, 500, 600, 700, 900], + "subsets": ["cyrillic", "japanese", "latin", "latin-ext", "vietnamese"], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], "styles": ["normal"], "unicodeRange": { "[0]": "U+25ee8,U+25f23,U+25f5c,U+25fd4,U+25fe0,U+25ffb,U+2600c,U+26017,U+26060,U+260ed,U+26222,U+2626a,U+26270,U+26286,U+2634c,U+26402,U+2667e,U+266b0,U+2671d,U+268dd,U+268ea,U+26951,U+2696f,U+26999,U+269dd,U+26a1e,U+26a58,U+26a8c,U+26ab7,U+26aff,U+26c29,U+26c73,U+26c9e,U+26cdd,U+26e40,U+26e65,U+26f94,U+26ff6-26ff8,U+270f4,U+2710d,U+27139,U+273da-273db,U+273fe,U+27410,U+27449,U+27614-27615,U+27631,U+27684,U+27693,U+2770e,U+27723,U+27752,U+278b2,U+27985,U+279b4,U+27a84,U+27bb3,U+27bbe,U+27bc7,U+27c3c,U+27cb8,U+27d73,U+27da0,U+27e10,U+27eaf,U+27fb7,U+2808a,U+280bb,U+28277,U+28282,U+282f3,U+283cd,U+2840c,U+28455,U+284dc,U+2856b,U+285c8-285c9,U+286d7,U+286fa,U+28946,U+28949,U+2896b,U+28987-28988,U+289ba-289bb,U+28a1e,U+28a29,U+28a43,U+28a71,U+28a99,U+28acd,U+28add,U+28ae4,U+28bc1,U+28bef,U+28cdd,U+28d10,U+28d71,U+28dfb,U+28e0f,U+28e17,U+28e1f,U+28e36,U+28e89,U+28eeb,U+28ef6,U+28f32,U+28ff8,U+292a0,U+292b1,U+29490,U+295cf,U+2967f,U+296f0,U+29719,U+29750,U+29810,U+298c6,U+29a72,U+29d4b,U+29ddb,U+29e15,U+29e3d,U+29e49,U+29e8a,U+29ec4,U+29edb,U+29ee9,U+29fce,U+29fd7,U+2a01a,U+2a02f,U+2a082,U+2a0f9,U+2a190,U+2a2b2,U+2a38c,U+2a437,U+2a5f1,U+2a602,U+2a61a,U+2a6b2,U+2a9e6,U+2b746,U+2b751,U+2b753,U+2b75a,U+2b75c,U+2b765,U+2b776-2b777,U+2b77c,U+2b782,U+2b789,U+2b78b,U+2b78e,U+2b794,U+2b7ac,U+2b7af,U+2b7bd,U+2b7c9,U+2b7cf,U+2b7d2,U+2b7d8,U+2b7f0,U+2b80d,U+2b817,U+2b81a,U+2d544,U+2e278,U+2e569,U+2e6ea,U+2f804,U+2f80f,U+2f815,U+2f818,U+2f81a,U+2f822,U+2f828,U+2f82c,U+2f833,U+2f83f,U+2f846,U+2f852,U+2f862,U+2f86d,U+2f873,U+2f877,U+2f884,U+2f899-2f89a,U+2f8a6,U+2f8ac,U+2f8b2,U+2f8b6,U+2f8d3,U+2f8db-2f8dc,U+2f8e1,U+2f8e5,U+2f8ea,U+2f8ed,U+2f8fc,U+2f903,U+2f90b,U+2f90f,U+2f91a,U+2f920-2f921,U+2f945,U+2f947,U+2f96c,U+2f995,U+2f9d0,U+2f9de-2f9df,U+2f9f4", @@ -295883,6 +295258,9 @@ "[117]": "U+4e,U+a0,U+3000,U+300c-300d,U+4e00,U+4e0a,U+4e2d,U+4e8b,U+4eba,U+4f1a,U+5165,U+5168,U+5185,U+51fa,U+5206,U+5229,U+524d,U+52d5,U+5408,U+554f,U+5831,U+5834,U+5927,U+5b9a,U+5e74,U+5f0f,U+60c5,U+65b0,U+65b9,U+6642,U+6700,U+672c,U+682a,U+6b63,U+6c17,U+7121,U+751f,U+7528,U+753b,U+76ee,U+793e,U+884c,U+898b,U+8a18,U+9593,U+95a2,U+ff01,U+ff08-ff09", "[118]": "U+21-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+c9,U+cd,U+d6,U+d8,U+dc,U+e0-e5,U+e7-ed,U+ef,U+f1-f4,U+f6,U+f8,U+fa,U+fc-fd,U+103,U+14d,U+1b0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+201c-201d,U+2039-203a,U+203c,U+2048-2049,U+2113,U+2122,U+65e5,U+6708,U+70b9", "[119]": "U+20,U+2027,U+3001-3002,U+3041-307f,U+3081-308f,U+3091-3093,U+3099-309a,U+309d-309e,U+30a1-30e1,U+30e3-30ed,U+30ef-30f0,U+30f2-30f4,U+30fb-30fe,U+ff0c,U+ff0e", + "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" }, "variants": { @@ -295890,13746 +295268,15796 @@ "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.0.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.1.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.2.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.3.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.9.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.10.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[11]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.11.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.11.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.11.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.11.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[12]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.12.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.12.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.12.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.12.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[13]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.13.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.13.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.13.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.13.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[14]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.14.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.14.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.14.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.14.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.15.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.16.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.17.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[18]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.18.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.18.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.18.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.18.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.93.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[94]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.94.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.94.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.94.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[95]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.95.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.95.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.95.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[96]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.96.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.96.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.96.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.96.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkt3Q8XVs92JGKiledLupW3zxgEInRsa.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPdkkVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPdkkVVOXH0bw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkg.otf" - } - } - } - }, - "300": { - "normal": { - "[0]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.0.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[1]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.1.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[2]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.2.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[3]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.3.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[4]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[5]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[6]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[7]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[8]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[9]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.9.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[10]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.10.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[11]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.11.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.11.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[12]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.12.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.12.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[13]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.13.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.13.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[14]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.14.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.14.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[15]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.15.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[16]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.16.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[17]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.17.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[18]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.18.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.18.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[19]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[20]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[21]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[22]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[23]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[24]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[25]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[26]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[27]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[28]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[29]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[30]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[31]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[32]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[33]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[34]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[35]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[36]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[37]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[38]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[39]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[40]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[41]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[42]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[43]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[44]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[45]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[46]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[47]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[48]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[49]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[50]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[51]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[52]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[53]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, - "[54]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[55]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[56]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[57]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[58]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[59]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[60]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[61]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[62]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[63]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[64]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[65]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[66]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[67]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[68]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[69]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[70]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[71]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[72]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[73]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[74]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[75]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[76]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[77]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[78]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[79]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[80]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[81]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[82]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[83]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[84]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[85]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[86]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[87]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[88]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[89]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[90]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[91]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[92]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[93]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.93.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[94]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.94.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[95]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.95.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.95.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[96]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.96.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.96.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[97]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[98]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[99]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[100]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[101]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[102]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[103]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[104]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[105]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[106]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[107]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[108]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[109]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[110]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[111]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[112]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[113]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[114]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[115]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[116]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" - } - }, - "[117]": { + "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbDKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbDKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, - "[118]": { + "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbIKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbIKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, - "[119]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkt3Q8XVs92JGKiledLupW3zxgEInRsa.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbJKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbJKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMdkkVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMdkkVVOXH0bw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbHKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOtbHKrSbxQCVh3Y.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf" } } } }, - "400": { + "300": { "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.0.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.1.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.2.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.3.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.9.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.10.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[11]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.11.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.11.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.11.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.11.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[12]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.12.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.12.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.12.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.12.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[13]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.13.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.13.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.13.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.13.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[14]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.14.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.14.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.14.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.14.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.15.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.16.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.17.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[18]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.18.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.18.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.18.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.18.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.93.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[94]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.94.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.94.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.94.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[95]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.95.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.95.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.95.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[96]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.96.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.96.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.96.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.96.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXN2kZEY1FdvPydaYCaeub8TUnmzwwRURhX8K-w.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMbNmuYw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMbNmuZWQ3X88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf" - } - } - } - }, - "500": { - "normal": { - "[0]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.0.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[1]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.1.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[2]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.2.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[3]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.3.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[4]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[5]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[6]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[7]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[8]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[9]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.9.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[10]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.10.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[11]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.11.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.11.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[12]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.12.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.12.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[13]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.13.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.13.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[14]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.14.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.14.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[15]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.15.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[16]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.16.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[17]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.17.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[18]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.18.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.18.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[19]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[20]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[21]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[22]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[23]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[24]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[25]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[26]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[27]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[28]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[29]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[30]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[31]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[32]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[33]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[34]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[35]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[36]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[37]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[38]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[39]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[40]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[41]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[42]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[43]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[44]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[45]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[46]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[47]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[48]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[49]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[50]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[51]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[52]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[53]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[54]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[55]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[56]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[57]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[58]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[59]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[60]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[61]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[62]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[63]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[64]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[65]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[66]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[67]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[68]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[69]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[70]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[71]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[72]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[73]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[74]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[75]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[76]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[77]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[78]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[79]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[80]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[81]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[82]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[83]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[84]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[85]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[86]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[87]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[88]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[89]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[90]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[91]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[92]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[93]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.93.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[94]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.94.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[95]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.95.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.95.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[96]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.96.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.96.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[97]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[98]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[99]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[100]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[101]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[102]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[103]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[104]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[105]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[106]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[107]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[108]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[109]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[110]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[111]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[112]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[113]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[114]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[115]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[116]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" - } - }, - "[117]": { + "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbDKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbDKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, - "[118]": { + "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbIKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbIKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, - "[119]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkt3Q8XVs92JGKiledLupW3zxgEInRsa.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbJKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbJKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNdkkVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNdkkVVOXH0bw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbHKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOtbHKrSbxQCVh3Y.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf" } } } }, - "600": { + "400": { "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.0.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.1.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.2.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.3.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.9.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.10.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[11]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.11.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.11.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.11.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.11.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[12]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.12.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.12.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.12.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.12.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[13]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.13.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.13.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.13.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.13.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[14]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.14.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.14.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.14.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.14.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.15.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.16.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.17.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[18]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.18.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.18.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.18.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.18.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.93.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[94]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.94.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.94.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.94.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[95]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.95.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.95.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.95.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[96]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.96.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.96.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.96.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.96.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkt3Q8XVs92JGKiledLupW3zxgEInRsa.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbDKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbDKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbIKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbIKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbJKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbJKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKdkkVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKdkkVVOXH0bw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbHKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbHKrSbxQCVh3Y.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf" } } } }, - "700": { + "500": { "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.0.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.1.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.2.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.3.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.9.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.10.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[11]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.11.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.11.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.11.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.11.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[12]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.12.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.12.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.12.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.12.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[13]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.13.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.13.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.13.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.13.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[14]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.14.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.14.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.14.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.14.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.15.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.16.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.17.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[18]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.18.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.18.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.18.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.18.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.93.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[94]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.94.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.94.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.94.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[95]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.95.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.95.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.95.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[96]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.96.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.96.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.96.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.96.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkt3Q8XVs92JGKiledLupW3zxgEInRsa.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbDKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbDKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbIKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbIKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbJKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbJKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLdkkVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLdkkVVOXH0bw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbHKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOtbHKrSbxQCVh3Y.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf" } } } }, - "900": { + "600": { "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.0.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.1.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.2.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.3.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.9.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.10.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[11]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.11.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.11.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.11.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.11.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[12]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.12.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.12.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.12.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.12.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[13]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.13.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.13.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.13.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.13.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[14]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.14.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.14.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.14.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.14.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.15.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.16.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.17.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[18]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.18.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.18.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.18.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.18.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.93.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[94]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.94.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.94.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.94.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[95]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.95.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.95.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.95.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[96]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.96.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.96.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.96.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.96.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkt3Q8XVs92JGKiledLupW3zxgEInRsa.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRk0fVcfFm6jzaayhetbfpHvw-BABj2pvl_OzbQ.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJdkkVUg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJdkkVVOXH0bw.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkg.otf" - } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2022-09-27", - "version": "v21", - "category": "serif" - }, - "noto-serif-kannada": { - "family": "Noto Serif Kannada", - "id": "noto-serif-kannada", - "subsets": ["kannada", "latin", "latin-ext"], - "weights": [100, 200, 300, 400, 500, 600, 700, 800, 900], - "styles": ["normal"], - "unicodeRange": { - "kannada": "U+0964-0965,U+0C80-0CF2,U+200C-200D,U+20B9,U+25CC", - "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "100": { - "normal": { - "kannada": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCQflD7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCQflD6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCceQ.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCQe1D7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCQe1D6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCceQ.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCQeND7g.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCQeND6HkqkcNIEw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCceQ.ttf" - } - } - } - }, - "200": { - "normal": { - "kannada": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDQflD7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDQflD6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDceQ.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDQe1D7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDQe1D6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDceQ.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDQeND7g.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDQeND6HkqkcNIEw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDceQ.ttf" - } - } - } - }, - "300": { - "normal": { - "kannada": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDQflD7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDQflD6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDceQ.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDQe1D7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDQe1D6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDceQ.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDQeND7g.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDQeND6HkqkcNIEw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDceQ.ttf" - } - } - } - }, - "400": { - "normal": { - "kannada": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDQflD7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDQflD6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDceQ.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDQe1D7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDQe1D6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDceQ.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDQeND7g.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDQeND6HkqkcNIEw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDceQ.ttf" - } - } - } - }, - "500": { - "normal": { - "kannada": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDQflD7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDQflD6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDceQ.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDQe1D7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDQe1D6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDceQ.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDQeND7g.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDQeND6HkqkcNIEw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDceQ.ttf" - } - } - } - }, - "600": { - "normal": { - "kannada": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEQflD7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEQflD6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEceQ.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEQe1D7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEQe1D6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEceQ.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEQeND7g.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEQeND6HkqkcNIEw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEceQ.ttf" - } - } - } - }, - "700": { - "normal": { - "kannada": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEQflD7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEQflD6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEceQ.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEQe1D7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEQe1D6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEceQ.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEQeND7g.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEQeND6HkqkcNIEw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEceQ.ttf" - } - } - } - }, - "800": { - "normal": { - "kannada": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEQflD7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEQflD6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEceQ.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEQe1D7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEQe1D6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEceQ.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEQeND7g.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEQeND6HkqkcNIEw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEceQ.ttf" - } - } - } - }, - "900": { - "normal": { - "kannada": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EQflD7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EQflD6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EceQ.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EQe1D7msv.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EQe1D6HkqkcNIEyek.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EceQ.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EQeND7g.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EQeND6HkqkcNIEw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EceQ.ttf" - } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2023-10-25", - "version": "v27", - "category": "serif" - }, - "noto-serif-khitan-small-script": { - "family": "Noto Serif Khitan Small Script", - "id": "noto-serif-khitan-small-script", - "subsets": ["khitan-small-script", "latin", "latin-ext"], - "weights": [400], - "styles": ["normal"], - "unicodeRange": { - "khitan-small-script": "U+16FE4,U+18B00-18CD5", - "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "400": { - "normal": { - "khitan-small-script": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4Tcy-J_0uGE.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4Tcy-J_1POHfQ3ZkQ.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TsZw.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TcbsNa79g.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TcbsNc_duNdTXg.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TsZw.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TcYMNa.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TcYMNc_duNdQ.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TsZw.ttf" - } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2023-08-25", - "version": "v4", - "category": "serif" - }, - "noto-serif-khmer": { - "family": "Noto Serif Khmer", - "id": "noto-serif-khmer", - "subsets": ["khmer", "latin", "latin-ext"], - "weights": [100, 200, 300, 400, 500, 600, 700, 800, 900], - "styles": ["normal"], - "unicodeRange": { - "khmer": "U+1780-17FF,U+19E0-19FF,U+200C,U+25CC", - "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "100": { - "normal": { - "khmer": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4AUExLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4AUExN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4wXA.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4AVUxLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4AVUxN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4wXA.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4AW0xL.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4AW0xN138ox-Fu.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4wXA.ttf" - } - } - } - }, - "200": { - "normal": { - "khmer": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8AUExLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8AUExN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8wXA.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8AVUxLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8AVUxN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8wXA.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8AW0xL.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8AW0xN138ox-Fu.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8wXA.ttf" - } - } - } - }, - "300": { - "normal": { - "khmer": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8AUExLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8AUExN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8wXA.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8AVUxLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8AVUxN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8wXA.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8AW0xL.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8AW0xN138ox-Fu.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8wXA.ttf" - } - } - } - }, - "400": { - "normal": { - "khmer": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8AUExLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8AUExN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8wXA.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8AVUxLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8AVUxN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8wXA.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8AW0xL.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8AW0xN138ox-Fu.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8wXA.ttf" - } - } - } - }, - "500": { - "normal": { - "khmer": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8AUExLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8AUExN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8wXA.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8AVUxLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8AVUxN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8wXA.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8AW0xL.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8AW0xN138ox-Fu.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8wXA.ttf" - } - } - } - }, - "600": { - "normal": { - "khmer": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgAUExLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgAUExN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgwXA.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgAVUxLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgAVUxN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgwXA.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgAW0xL.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgAW0xN138ox-Fu.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgwXA.ttf" - } - } - } - }, - "700": { - "normal": { - "khmer": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgAUExLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgAUExN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgwXA.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgAVUxLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgAVUxN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgwXA.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgAW0xL.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgAW0xN138ox-Fu.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgwXA.ttf" - } - } - } - }, - "800": { - "normal": { - "khmer": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgAUExLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgAUExN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgwXA.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgAVUxLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgAVUxN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgwXA.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgAW0xL.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgAW0xN138ox-Fu.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgwXA.ttf" - } - } - } - }, - "900": { - "normal": { - "khmer": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgAUExLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgAUExN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgwXA.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgAVUxLxXo.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgAVUxN138ox-FuN74.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgwXA.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgAW0xL.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgAW0xN138ox-Fu.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgwXA.ttf" - } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2023-10-25", - "version": "v25", - "category": "serif" - }, - "noto-serif-khojki": { - "family": "Noto Serif Khojki", - "id": "noto-serif-khojki", - "subsets": ["khojki", "latin", "latin-ext"], - "weights": [400, 500, 600, 700], - "styles": ["normal"], - "unicodeRange": { - "khojki": "U+0AE6-0AEF,U+200C-200D,U+25CC,U+A830-A839,U+11200-1124F", - "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "400": { - "normal": { - "khojki": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghftpcRhc4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghftpcXl8tXALvJSY4.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghvyQ.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghfwJcRhc4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghfwJcXl8tXALvJSY4.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghvyQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghfzpcR.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghfzpcXl8tXALvJ.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghvyQ.ttf" - } - } - } - }, - "500": { - "normal": { - "khojki": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhftpcRhc4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhftpcXl8tXALvJSY4.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhvyQ.ttf" - } - }, - "latin-ext": { + "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhfwJcRhc4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhfwJcXl8tXALvJSY4.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhvyQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbDKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbDKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhfzpcR.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhfzpcXl8tXALvJ.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhvyQ.ttf" - } - } - } - }, - "600": { - "normal": { - "khojki": { + "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9ftpcRhc4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9ftpcXl8tXALvJSY4.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9vyQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbIKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbIKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9fwJcRhc4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9fwJcXl8tXALvJSY4.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9vyQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbJKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbJKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9fzpcR.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9fzpcXl8tXALvJ.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9vyQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbHKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPdbHKrSbxQCVh3Y.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf" } } } }, "700": { - "normal": { - "khojki": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9ftpcRhc4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9ftpcXl8tXALvJSY4.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9vyQ.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9fwJcRhc4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9fwJcXl8tXALvJSY4.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9vyQ.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9fzpcR.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9fzpcXl8tXALvJ.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9vyQ.ttf" - } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2024-02-02", - "version": "v11", - "category": "serif" - }, - "noto-serif-kr": { - "family": "Noto Serif KR", - "id": "noto-serif-kr", - "subsets": ["korean", "latin"], - "weights": [200, 300, 400, 500, 600, 700, 900], - "styles": ["normal"], - "unicodeRange": { - "[0]": "U+f9ca-fa0b,U+ff03-ff05,U+ff07,U+ff0a-ff0b,U+ff0d-ff19,U+ff1b,U+ff1d,U+ff20-ff5b,U+ff5d,U+ffe0-ffe3,U+ffe5-ffe6", - "[1]": "U+f92f-f980,U+f982-f9c9", - "[2]": "U+d723-d728,U+d72a-d733,U+d735-d748,U+d74a-d74f,U+d752-d753,U+d755-d757,U+d75a-d75f,U+d762-d764,U+d766-d768,U+d76a-d76b,U+d76d-d76f,U+d771-d787,U+d789-d78b,U+d78d-d78f,U+d791-d797,U+d79a,U+d79c,U+d79e-d7a3,U+f900-f909,U+f90b-f92e", - "[3]": "U+d679-d68b,U+d68e-d69e,U+d6a0,U+d6a2-d6a7,U+d6a9-d6c3,U+d6c6-d6c7,U+d6c9-d6cb,U+d6cd-d6d3,U+d6d5-d6d6,U+d6d8-d6e3,U+d6e5-d6e7,U+d6e9-d6fb,U+d6fd-d717,U+d719-d71f,U+d721-d722", - "[4]": "U+d5bc-d5c7,U+d5ca-d5cb,U+d5cd-d5cf,U+d5d1-d5d7,U+d5d9-d5da,U+d5dc,U+d5de-d5e3,U+d5e6-d5e7,U+d5e9-d5eb,U+d5ed-d5f6,U+d5f8,U+d5fa-d5ff,U+d602-d603,U+d605-d607,U+d609-d60f,U+d612-d613,U+d616-d61b,U+d61d-d637,U+d63a-d63b,U+d63d-d63f,U+d641-d647,U+d64a-d64c,U+d64e-d653,U+d656-d657,U+d659-d65b,U+d65d-d666,U+d668,U+d66a-d678", - "[5]": "U+d507,U+d509-d50b,U+d50d-d513,U+d515-d53b,U+d53e-d53f,U+d541-d543,U+d545-d54c,U+d54e,U+d550,U+d552-d557,U+d55a-d55b,U+d55d-d55f,U+d561-d564,U+d566-d567,U+d56a,U+d56c,U+d56e-d573,U+d576-d577,U+d579-d583,U+d585-d586,U+d58a-d5a4,U+d5a6-d5bb", - "[6]": "U+d464-d477,U+d47a-d47b,U+d47d-d47f,U+d481-d487,U+d489-d48a,U+d48c,U+d48e-d4e7,U+d4e9-d503,U+d505-d506", - "[7]": "U+d3bf-d3c7,U+d3ca-d3cf,U+d3d1-d3eb,U+d3ee-d3ef,U+d3f1-d3f3,U+d3f5-d3fb,U+d3fd-d400,U+d402-d45b,U+d45d-d463", - "[8]": "U+d2ff,U+d302-d304,U+d306-d30b,U+d30f,U+d311-d313,U+d315-d31b,U+d31e,U+d322-d324,U+d326-d327,U+d32a-d32b,U+d32d-d32f,U+d331-d337,U+d339-d33c,U+d33e-d37b,U+d37e-d37f,U+d381-d383,U+d385-d38b,U+d38e-d390,U+d392-d397,U+d39a-d39b,U+d39d-d39f,U+d3a1-d3a7,U+d3a9-d3aa,U+d3ac,U+d3ae-d3b3,U+d3b5-d3b7,U+d3b9-d3bb,U+d3bd-d3be", - "[9]": "U+d257-d27f,U+d281-d29b,U+d29d-d29f,U+d2a1-d2ab,U+d2ad-d2b7,U+d2ba-d2bb,U+d2bd-d2bf,U+d2c1-d2c7,U+d2c9-d2ef,U+d2f2-d2f3,U+d2f5-d2f7,U+d2f9-d2fe", - "[10]": "U+d1b4,U+d1b6-d1f3,U+d1f5-d22b,U+d22e-d22f,U+d231-d233,U+d235-d23b,U+d23d-d240,U+d242-d256", - "[11]": "U+d105-d12f,U+d132-d133,U+d135-d137,U+d139-d13f,U+d141-d142,U+d144,U+d146-d14b,U+d14e-d14f,U+d151-d153,U+d155-d15b,U+d15e-d187,U+d189-d19f,U+d1a2-d1a3,U+d1a5-d1a7,U+d1a9-d1af,U+d1b2-d1b3", - "[12]": "U+d04b-d04f,U+d051-d057,U+d059-d06b,U+d06d-d06f,U+d071-d073,U+d075-d07b,U+d07e-d0a3,U+d0a6-d0a7,U+d0a9-d0ab,U+d0ad-d0b3,U+d0b6,U+d0b8,U+d0ba-d0bf,U+d0c2-d0c3,U+d0c5-d0c7,U+d0c9-d0cf,U+d0d2,U+d0d6-d0db,U+d0de-d0df,U+d0e1-d0e3,U+d0e5-d0eb,U+d0ee-d0f0,U+d0f2-d104", - "[13]": "U+cfa2-cfc3,U+cfc5-cfdf,U+cfe2-cfe3,U+cfe5-cfe7,U+cfe9-cff4,U+cff6-cffb,U+cffd-cfff,U+d001-d003,U+d005-d017,U+d019-d033,U+d036-d037,U+d039-d03b,U+d03d-d04a", - "[14]": "U+cef0-cef3,U+cef6,U+cef9-ceff,U+cf01-cf03,U+cf05-cf07,U+cf09-cf0f,U+cf11-cf12,U+cf14-cf1b,U+cf1d-cf1f,U+cf21-cf2f,U+cf31-cf53,U+cf56-cf57,U+cf59-cf5b,U+cf5d-cf63,U+cf66,U+cf68,U+cf6a-cf6f,U+cf71-cf84,U+cf86-cf8b,U+cf8d-cfa1", - "[15]": "U+ce3c-ce57,U+ce5a-ce5b,U+ce5d-ce5f,U+ce61-ce67,U+ce6a,U+ce6c,U+ce6e-ce73,U+ce76-ce77,U+ce79-ce7b,U+ce7d-ce83,U+ce85-ce88,U+ce8a-ce8f,U+ce91-ce93,U+ce95-ce97,U+ce99-ce9f,U+cea2,U+cea4-ceab,U+cead-cee3,U+cee6-cee7,U+cee9-ceeb,U+ceed-ceef", - "[16]": "U+cd92-cd93,U+cd96-cd97,U+cd99-cd9b,U+cd9d-cda3,U+cda6-cda8,U+cdaa-cdaf,U+cdb1-cdc3,U+cdc5-cdcb,U+cdcd-cde7,U+cde9-ce03,U+ce05-ce1f,U+ce22-ce34,U+ce36-ce3b", - "[17]": "U+ccef-cd07,U+cd0a-cd0b,U+cd0d-cd1a,U+cd1c,U+cd1e-cd2b,U+cd2d-cd5b,U+cd5d-cd77,U+cd79-cd91", - "[18]": "U+cc3f-cc43,U+cc46-cc47,U+cc49-cc4b,U+cc4d-cc53,U+cc55-cc58,U+cc5a-cc5f,U+cc61-cc97,U+cc9a-cc9b,U+cc9d-cc9f,U+cca1-cca7,U+ccaa,U+ccac,U+ccae-ccb3,U+ccb6-ccb7,U+ccb9-ccbb,U+ccbd-cccf,U+ccd1-cce3,U+cce5-ccee", - "[19]": "U+cb91-cbd3,U+cbd5-cbe3,U+cbe5-cc0b,U+cc0e-cc0f,U+cc11-cc13,U+cc15-cc1b,U+cc1d-cc20,U+cc23-cc27,U+cc2a-cc2b,U+cc2d,U+cc2f,U+cc31-cc37,U+cc3a,U+cc3c", - "[20]": "U+caf4-cb47,U+cb4a-cb90", - "[21]": "U+ca4a-ca4b,U+ca4e-ca4f,U+ca51-ca53,U+ca55-ca5b,U+ca5d-ca60,U+ca62-ca83,U+ca85-cabb,U+cabe-cabf,U+cac1-cac3,U+cac5-cacb,U+cacd-cad0,U+cad2,U+cad4-cad8,U+cada-caf3", - "[22]": "U+c996-c997,U+c99a-c99c,U+c99e-c9bf,U+c9c2-c9c3,U+c9c5-c9c7,U+c9c9-c9cf,U+c9d2,U+c9d4,U+c9d7-c9d8,U+c9db,U+c9de-c9df,U+c9e1-c9e3,U+c9e5-c9e6,U+c9e8-c9eb,U+c9ee-c9f0,U+c9f2-c9f7,U+c9f9-ca0b,U+ca0d-ca28,U+ca2a-ca49", - "[23]": "U+c8e9-c8f4,U+c8f6-c8fb,U+c8fe-c8ff,U+c901-c903,U+c905-c90b,U+c90e-c910,U+c912-c917,U+c919-c92b,U+c92d-c94f,U+c951-c953,U+c955-c96b,U+c96d-c973,U+c975-c987,U+c98a-c98b,U+c98d-c98f,U+c991-c995", - "[24]": "U+c841-c84b,U+c84d-c86f,U+c872-c873,U+c875-c877,U+c879-c87f,U+c882-c884,U+c887-c88a,U+c88d-c8c3,U+c8c5-c8df,U+c8e1-c8e8", - "[25]": "U+c779-c77b,U+c77e-c782,U+c786,U+c78b,U+c78d,U+c78f,U+c792-c793,U+c795,U+c797,U+c799-c79f,U+c7a2,U+c7a7-c7ab,U+c7ae-c7bb,U+c7bd-c7c0,U+c7c2-c7c7,U+c7c9-c7dc,U+c7de-c7ff,U+c802-c803,U+c805-c807,U+c809,U+c80b-c80f,U+c812,U+c814,U+c817-c81b,U+c81e-c81f,U+c821-c823,U+c825-c82e,U+c830-c837,U+c839-c83b,U+c83d-c840", - "[26]": "U+c6bb-c6bf,U+c6c2,U+c6c4,U+c6c6-c6cb,U+c6ce-c6cf,U+c6d1-c6d3,U+c6d5-c6db,U+c6dd-c6df,U+c6e1-c6e7,U+c6e9-c6eb,U+c6ed-c6ef,U+c6f1-c6f8,U+c6fa-c703,U+c705-c707,U+c709-c70b,U+c70d-c716,U+c718,U+c71a-c71f,U+c722-c723,U+c725-c727,U+c729-c734,U+c736-c73b,U+c73e-c73f,U+c741-c743,U+c745-c74b,U+c74e-c750,U+c752-c757,U+c759-c773,U+c776-c777", - "[27]": "U+c5f5-c5fb,U+c5fe,U+c602-c605,U+c607,U+c609-c60f,U+c611-c61a,U+c61c-c623,U+c626-c627,U+c629-c62b,U+c62d,U+c62f-c632,U+c636,U+c638,U+c63a-c63f,U+c642-c643,U+c645-c647,U+c649-c652,U+c656-c65b,U+c65d-c65f,U+c661-c663,U+c665-c677,U+c679-c67b,U+c67d-c693,U+c696-c697,U+c699-c69b,U+c69d-c6a3,U+c6a6,U+c6a8,U+c6aa-c6af,U+c6b2-c6b3,U+c6b5-c6b7,U+c6b9-c6ba", - "[28]": "U+c517-c527,U+c52a-c52b,U+c52d-c52f,U+c531-c538,U+c53a,U+c53c,U+c53e-c543,U+c546-c547,U+c54b,U+c54d-c552,U+c556,U+c55a-c55b,U+c55d,U+c55f,U+c562-c563,U+c565-c567,U+c569-c56f,U+c572,U+c574,U+c576-c57b,U+c57e-c57f,U+c581-c583,U+c585-c586,U+c588-c58b,U+c58e,U+c590,U+c592-c596,U+c599-c5b3,U+c5b6-c5b7,U+c5ba,U+c5be-c5c3,U+c5ca-c5cb,U+c5cd,U+c5cf,U+c5d2-c5d3,U+c5d5-c5d7,U+c5d9-c5df,U+c5e1-c5e2,U+c5e4,U+c5e6-c5eb,U+c5ef,U+c5f1-c5f3", - "[29]": "U+c475-c4ef,U+c4f2-c4f3,U+c4f5-c4f7,U+c4f9-c4ff,U+c502-c50b,U+c50d-c516", - "[30]": "U+c3d0-c3d7,U+c3da-c3db,U+c3dd-c3de,U+c3e1-c3ec,U+c3ee-c3f3,U+c3f5-c42b,U+c42d-c463,U+c466-c474", - "[31]": "U+c32b-c367,U+c36a-c36b,U+c36d-c36f,U+c371-c377,U+c37a-c37b,U+c37e-c383,U+c385-c387,U+c389-c3cf", - "[32]": "U+c26a-c26b,U+c26d-c26f,U+c271-c273,U+c275-c27b,U+c27e-c287,U+c289-c28f,U+c291-c297,U+c299-c29a,U+c29c-c2a3,U+c2a5-c2a7,U+c2a9-c2ab,U+c2ad-c2b3,U+c2b6,U+c2b8,U+c2ba-c2bb,U+c2bd-c2db,U+c2de-c2df,U+c2e1-c2e2,U+c2e5-c2ea,U+c2ee,U+c2f0,U+c2f2-c2f5,U+c2f7,U+c2fa-c2fb,U+c2fd-c2ff,U+c301-c307,U+c309-c30c,U+c30e-c312,U+c315-c323,U+c325-c328,U+c32a", - "[33]": "U+c1bc-c1c3,U+c1c5-c1df,U+c1e1-c1fb,U+c1fd-c203,U+c205-c20c,U+c20e,U+c210-c217,U+c21a-c21b,U+c21d-c21e,U+c221-c227,U+c229-c22a,U+c22c,U+c22e,U+c230,U+c233-c24f,U+c251-c257,U+c259-c269", - "[34]": "U+c101-c11b,U+c11f,U+c121-c123,U+c125-c12b,U+c12e,U+c132-c137,U+c13a-c13b,U+c13d-c13f,U+c141-c147,U+c14a,U+c14c-c153,U+c155-c157,U+c159-c15b,U+c15d-c166,U+c169-c16f,U+c171-c177,U+c179-c18b,U+c18e-c18f,U+c191-c193,U+c195-c19b,U+c19d-c19e,U+c1a0,U+c1a2-c1a4,U+c1a6-c1bb", - "[35]": "U+c049-c057,U+c059-c05b,U+c05d-c05f,U+c061-c067,U+c069-c08f,U+c091-c0ab,U+c0ae-c0af,U+c0b1-c0b3,U+c0b5,U+c0b7-c0bb,U+c0be,U+c0c2-c0c7,U+c0ca-c0cb,U+c0cd-c0cf,U+c0d1-c0d7,U+c0d9-c0da,U+c0dc,U+c0de-c0e3,U+c0e5-c0eb,U+c0ed-c0f3,U+c0f6,U+c0f8,U+c0fa-c0ff", - "[36]": "U+bfa7-bfaf,U+bfb1-bfc4,U+bfc6-bfcb,U+bfce-bfcf,U+bfd1-bfd3,U+bfd5-bfdb,U+bfdd-c048", - "[37]": "U+bf07,U+bf09-bf3f,U+bf41-bf4f,U+bf52-bf54,U+bf56-bfa6", - "[38]": "U+be56,U+be58,U+be5c-be5f,U+be62-be63,U+be65-be67,U+be69-be74,U+be76-be7b,U+be7e-be7f,U+be81-be8e,U+be90,U+be92-bea7,U+bea9-becf,U+bed2-bed3,U+bed5-bed6,U+bed9-bee3,U+bee6-bf06", - "[39]": "U+bdb0-bdd3,U+bdd5-bdef,U+bdf1-be0b,U+be0d-be0f,U+be11-be13,U+be15-be43,U+be46-be47,U+be49-be4b,U+be4d-be53", - "[40]": "U+bd03,U+bd06,U+bd08,U+bd0a-bd0f,U+bd11-bd22,U+bd25-bd47,U+bd49-bd58,U+bd5a-bd7f,U+bd82-bd83,U+bd85-bd87,U+bd8a-bd8f,U+bd91-bd92,U+bd94,U+bd96-bd98,U+bd9a-bdaf", - "[41]": "U+bc4e-bc83,U+bc86-bc87,U+bc89-bc8b,U+bc8d-bc93,U+bc96,U+bc98,U+bc9b-bc9f,U+bca2-bca3,U+bca5-bca7,U+bca9-bcb2,U+bcb4-bcbb,U+bcbe-bcbf,U+bcc1-bcc3,U+bcc5-bccc,U+bcce-bcd0,U+bcd2-bcd4,U+bcd6-bcf3,U+bcf7,U+bcf9-bcfb,U+bcfd-bd02", - "[42]": "U+bb90-bba3,U+bba5-bbab,U+bbad-bbbf,U+bbc1-bbf7,U+bbfa-bbfb,U+bbfd-bbfe,U+bc01-bc07,U+bc09-bc0a,U+bc0e,U+bc10,U+bc12-bc13,U+bc17,U+bc19-bc1a,U+bc1e,U+bc20-bc23,U+bc26,U+bc28,U+bc2a-bc2c,U+bc2e-bc2f,U+bc32-bc33,U+bc35-bc37,U+bc39-bc3f,U+bc41-bc42,U+bc44,U+bc46-bc48,U+bc4a-bc4d", - "[43]": "U+bae6-bafb,U+bafd-bb17,U+bb19-bb33,U+bb37,U+bb39-bb3a,U+bb3d-bb43,U+bb45-bb46,U+bb48,U+bb4a-bb4f,U+bb51-bb53,U+bb55-bb57,U+bb59-bb62,U+bb64-bb8f", - "[44]": "U+ba30-ba37,U+ba3a-ba3b,U+ba3d-ba3f,U+ba41-ba47,U+ba49-ba4a,U+ba4c,U+ba4e-ba53,U+ba56-ba57,U+ba59-ba5b,U+ba5d-ba63,U+ba65-ba66,U+ba68-ba6f,U+ba71-ba73,U+ba75-ba77,U+ba79-ba84,U+ba86,U+ba88-baa7,U+baaa,U+baad-baaf,U+bab1-bab7,U+baba,U+babc,U+babe-bae5", - "[45]": "U+b96e-b973,U+b976-b977,U+b979-b97b,U+b97d-b983,U+b986,U+b988,U+b98a-b98d,U+b98f-b9ab,U+b9ae-b9af,U+b9b1-b9b3,U+b9b5-b9bb,U+b9be,U+b9c0,U+b9c2-b9c7,U+b9ca-b9cb,U+b9cd,U+b9d2-b9d7,U+b9da,U+b9dc,U+b9df-b9e0,U+b9e2,U+b9e6-b9e7,U+b9e9-b9f3,U+b9f6,U+b9f8,U+b9fb-ba2f", - "[46]": "U+b8bf-b8cb,U+b8cd-b8e0,U+b8e2-b8e7,U+b8ea-b8eb,U+b8ed-b8ef,U+b8f1-b8f7,U+b8fa,U+b8fc,U+b8fe-b903,U+b905-b917,U+b919-b91f,U+b921-b93b,U+b93d-b957,U+b95a-b95b,U+b95d-b95f,U+b961-b967,U+b969-b96c", - "[47]": "U+b80d-b80f,U+b811-b817,U+b81a,U+b81c-b823,U+b826-b827,U+b829-b82b,U+b82d-b833,U+b836,U+b83a-b83f,U+b841-b85b,U+b85e-b85f,U+b861-b863,U+b865-b86b,U+b86e,U+b870,U+b872-b8af,U+b8b1-b8be", - "[48]": "U+b74d-b75f,U+b761-b763,U+b765-b774,U+b776-b77b,U+b77e-b77f,U+b781-b783,U+b785-b78b,U+b78e,U+b792-b796,U+b79a-b79b,U+b79d-b7a7,U+b7aa,U+b7ae-b7b3,U+b7b6-b7c8,U+b7ca-b7eb,U+b7ee-b7ef,U+b7f1-b7f3,U+b7f5-b7fb,U+b7fe,U+b802-b806,U+b80a-b80b", - "[49]": "U+b6a7-b6aa,U+b6ac-b6b0,U+b6b2-b6ef,U+b6f1-b727,U+b72a-b72b,U+b72d-b72e,U+b731-b737,U+b739-b73a,U+b73c-b743,U+b745-b74c", - "[50]": "U+b605-b60f,U+b612-b617,U+b619-b624,U+b626-b69b,U+b69e-b6a3,U+b6a5-b6a6", - "[51]": "U+b55f,U+b562-b583,U+b585-b59f,U+b5a2-b5a3,U+b5a5-b5a7,U+b5a9-b5b2,U+b5b5-b5ba,U+b5bd-b604", - "[52]": "U+b4a5-b4b6,U+b4b8-b4bf,U+b4c1-b4c7,U+b4c9-b4db,U+b4de-b4df,U+b4e1-b4e2,U+b4e5-b4eb,U+b4ee,U+b4f0,U+b4f2-b513,U+b516-b517,U+b519-b51a,U+b51d-b523,U+b526,U+b528,U+b52b-b52f,U+b532-b533,U+b535-b537,U+b539-b53f,U+b541-b544,U+b546-b54b,U+b54d-b54f,U+b551-b55b,U+b55d-b55e", - "[53]": "U+b3f8-b3fb,U+b3fd-b40f,U+b411-b417,U+b419-b41b,U+b41d-b41f,U+b421-b427,U+b42a-b42b,U+b42d-b44f,U+b452-b453,U+b455-b457,U+b459-b45f,U+b462-b464,U+b466-b46b,U+b46d-b47f,U+b481-b4a3", - "[54]": "U+b342-b353,U+b356-b357,U+b359-b35b,U+b35d-b35e,U+b360-b363,U+b366,U+b368,U+b36a-b36d,U+b36f,U+b372-b373,U+b375-b377,U+b379-b37f,U+b381-b382,U+b384,U+b386-b38b,U+b38d-b3c3,U+b3c6-b3c7,U+b3c9-b3ca,U+b3cd-b3d3,U+b3d6,U+b3d8,U+b3da-b3f7", - "[55]": "U+b27c-b283,U+b285-b28f,U+b292-b293,U+b295-b297,U+b29a-b29f,U+b2a1-b2a4,U+b2a7-b2a9,U+b2ab,U+b2ad-b2c7,U+b2ca-b2cb,U+b2cd-b2cf,U+b2d1-b2d7,U+b2da,U+b2dc,U+b2de-b2e3,U+b2e7,U+b2e9-b2ea,U+b2ef-b2f3,U+b2f6,U+b2f8,U+b2fa-b2fb,U+b2fd-b2fe,U+b302-b303,U+b305-b307,U+b309-b30f,U+b312,U+b316-b31b,U+b31d-b341", - "[56]": "U+b1d6-b1e7,U+b1e9-b1fc,U+b1fe-b203,U+b206-b207,U+b209-b20b,U+b20d-b213,U+b216-b21f,U+b221-b257,U+b259-b273,U+b275-b27b", - "[57]": "U+b120-b122,U+b126-b127,U+b129-b12b,U+b12d-b133,U+b136,U+b138,U+b13a-b13f,U+b142-b143,U+b145-b14f,U+b151-b153,U+b156-b157,U+b159-b177,U+b17a-b17b,U+b17d-b17f,U+b181-b187,U+b189-b18c,U+b18e-b191,U+b195-b1a7,U+b1a9-b1cb,U+b1cd-b1d5", - "[58]": "U+b05f-b07b,U+b07e-b07f,U+b081-b083,U+b085-b08b,U+b08d-b097,U+b09b,U+b09d-b09f,U+b0a2-b0a7,U+b0aa,U+b0b0,U+b0b2,U+b0b6-b0b7,U+b0b9-b0bb,U+b0bd-b0c3,U+b0c6-b0c7,U+b0ca-b0cf,U+b0d1-b0df,U+b0e1-b0e4,U+b0e6-b107,U+b10a-b10b,U+b10d-b10f,U+b111-b112,U+b114-b117,U+b119-b11a,U+b11c-b11f", - "[59]": "U+afac-afb7,U+afba-afbb,U+afbd-afbf,U+afc1-afc6,U+afca-afcc,U+afce-afd3,U+afd5-afe7,U+afe9-afef,U+aff1-b00b,U+b00d-b00f,U+b011-b013,U+b015-b01b,U+b01d-b027,U+b029-b043,U+b045-b047,U+b049,U+b04b,U+b04d-b052,U+b055-b056,U+b058-b05c,U+b05e", - "[60]": "U+af03-af07,U+af09-af2b,U+af2e-af33,U+af35-af3b,U+af3e-af40,U+af44-af47,U+af4a-af5c,U+af5e-af63,U+af65-af7f,U+af81-afab", - "[61]": "U+ae56-ae5b,U+ae5e-ae60,U+ae62-ae64,U+ae66-ae67,U+ae69-ae6b,U+ae6d-ae83,U+ae85-aebb,U+aebf,U+aec1-aec3,U+aec5-aecb,U+aece,U+aed0,U+aed2-aed7,U+aed9-aef3,U+aef5-af02", - "[62]": "U+ad9c-ada3,U+ada5-adbf,U+adc1-adc3,U+adc5-adc7,U+adc9-add2,U+add4-addb,U+addd-addf,U+ade1-ade3,U+ade5-adf7,U+adfa-adfb,U+adfd-adff,U+ae02-ae07,U+ae0a,U+ae0c,U+ae0e-ae13,U+ae15-ae2f,U+ae31-ae33,U+ae35-ae37,U+ae39-ae3f,U+ae42,U+ae44,U+ae46-ae49,U+ae4b,U+ae4f,U+ae51-ae53,U+ae55", - "[63]": "U+ace2-ace3,U+ace5-ace6,U+ace9-acef,U+acf2,U+acf4,U+acf7-acfb,U+acfe-acff,U+ad01-ad03,U+ad05-ad0b,U+ad0d-ad10,U+ad12-ad1b,U+ad1d-ad33,U+ad35-ad48,U+ad4a-ad4f,U+ad51-ad6b,U+ad6e-ad6f,U+ad71-ad72,U+ad77-ad7c,U+ad7e,U+ad80,U+ad82-ad87,U+ad89-ad8b,U+ad8d-ad8f,U+ad91-ad9b", - "[64]": "U+ac25-ac2c,U+ac2e,U+ac30,U+ac32-ac37,U+ac39-ac3f,U+ac41-ac4c,U+ac4e-ac6f,U+ac72-ac73,U+ac75-ac76,U+ac79-ac7f,U+ac82,U+ac84-ac88,U+ac8a-ac8b,U+ac8d-ac8f,U+ac91-ac93,U+ac95-ac9b,U+ac9d-ac9e,U+aca1-aca7,U+acab,U+acad-acaf,U+acb1-acb7,U+acba-acbb,U+acbe-acc0,U+acc2-acc3,U+acc5-acdf", - "[65]": "U+99df,U+99ed,U+99f1,U+99ff,U+9a01,U+9a08,U+9a0e-9a0f,U+9a19,U+9a2b,U+9a30,U+9a36-9a37,U+9a40,U+9a43,U+9a45,U+9a4d,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69-9a6a,U+9aa8,U+9ab8,U+9ad3,U+9ae5,U+9aee,U+9b1a,U+9b27,U+9b2a,U+9b31,U+9b3c,U+9b41-9b45,U+9b4f,U+9b54,U+9b5a,U+9b6f,U+9b8e,U+9b91,U+9b9f,U+9bab,U+9bae,U+9bc9,U+9bd6,U+9be4,U+9be8,U+9c0d,U+9c10,U+9c12,U+9c15,U+9c25,U+9c32,U+9c3b,U+9c47,U+9c49,U+9c57,U+9ce5,U+9ce7,U+9ce9,U+9cf3-9cf4,U+9cf6,U+9d09,U+9d1b,U+9d26,U+9d28,U+9d3b,U+9d51,U+9d5d,U+9d60-9d61,U+9d6c,U+9d72,U+9da9,U+9daf,U+9db4,U+9dc4,U+9dd7,U+9df2,U+9df8-9dfa,U+9e1a,U+9e1e,U+9e75,U+9e79,U+9e7d,U+9e7f,U+9e92-9e93,U+9e97,U+9e9d,U+9e9f,U+9ea5,U+9eb4-9eb5,U+9ebb,U+9ebe,U+9ec3,U+9ecd-9ece,U+9ed4,U+9ed8,U+9edb-9edc,U+9ede,U+9ee8,U+9ef4,U+9f07-9f08,U+9f0e,U+9f13,U+9f20,U+9f3b,U+9f4a-9f4b,U+9f4e,U+9f52,U+9f5f,U+9f61,U+9f67,U+9f6a,U+9f6c,U+9f77,U+9f8d,U+9f90,U+9f95,U+9f9c,U+ac02-ac03,U+ac05-ac06,U+ac09-ac0f,U+ac17-ac18,U+ac1b,U+ac1e-ac1f,U+ac21-ac23", - "[66]": "U+96a7-96a8,U+96aa,U+96b1,U+96b7,U+96bb,U+96c0-96c1,U+96c4-96c5,U+96c7,U+96c9,U+96cb-96ce,U+96d5-96d6,U+96d9,U+96db-96dc,U+96e2-96e3,U+96e8-96ea,U+96ef-96f0,U+96f2,U+96f6-96f7,U+96f9,U+96fb,U+9700,U+9706-9707,U+9711,U+9713,U+9716,U+9719,U+971c,U+971e,U+9727,U+9730,U+9732,U+9739,U+973d,U+9742,U+9744,U+9748,U+9756,U+975c,U+9761,U+9769,U+976d,U+9774,U+9777,U+977a,U+978b,U+978d,U+978f,U+97a0,U+97a8,U+97ab,U+97ad,U+97c6,U+97cb,U+97dc,U+97f6,U+97fb,U+97ff-9803,U+9805-9806,U+9808,U+980a,U+980c,U+9810-9813,U+9817-9818,U+982d,U+9830,U+9838-9839,U+983b,U+9846,U+984c-984e,U+9854,U+9858,U+985a,U+985e,U+9865,U+9867,U+986b,U+986f,U+98af,U+98b1,U+98c4,U+98c7,U+98db-98dc,U+98e1-98e2,U+98ed-98ef,U+98f4,U+98fc-98fe,U+9903,U+9909-990a,U+990c,U+9910,U+9913,U+9918,U+991e,U+9920,U+9928,U+9945,U+9949,U+994b-994d,U+9951-9952,U+9954,U+9957,U+9996,U+999d,U+99a5,U+99a8,U+99ac-99ae,U+99b1,U+99b3-99b4,U+99b9,U+99c1,U+99d0-99d2,U+99d5,U+99d9,U+99dd", - "[67]": "U+920d,U+9210-9212,U+9217,U+921e,U+9234,U+923a,U+923f-9240,U+9245,U+9249,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9283,U+9285,U+9291,U+9293,U+9296,U+9298,U+929c,U+92b3,U+92b6-92b7,U+92b9,U+92cc,U+92cf,U+92d2,U+92e4,U+92ea,U+92f8,U+92fc,U+9304,U+9310,U+9318,U+931a,U+931e-9322,U+9324,U+9326,U+9328,U+932b,U+932e-932f,U+9348,U+934a-934b,U+934d,U+9354,U+935b,U+936e,U+9375,U+937c,U+937e,U+938c,U+9394,U+9396,U+939a,U+93a3,U+93a7,U+93ac-93ad,U+93b0,U+93c3,U+93d1,U+93de,U+93e1,U+93e4,U+93f6,U+9404,U+9418,U+9425,U+942b,U+9435,U+9438,U+9444,U+9451-9452,U+945b,U+947d,U+947f,U+9583,U+9589,U+958f,U+9591-9592,U+9594,U+9598,U+95a3-95a5,U+95a8,U+95ad,U+95b1,U+95bb-95bc,U+95c7,U+95ca,U+95d4-95d6,U+95dc,U+95e1-95e2,U+961c,U+9621,U+962a,U+962e,U+9632,U+963b,U+963f-9640,U+9642,U+9644,U+964b-964d,U+9650,U+965b-965f,U+9662-9664,U+966a,U+9670,U+9673,U+9675-9678,U+967d,U+9685-9686,U+968a-968b,U+968d-968e,U+9694-9695,U+9698-9699,U+969b-969c,U+96a3", - "[68]": "U+8fa8,U+8fad,U+8faf-8fb2,U+8fc2,U+8fc5,U+8fce,U+8fd4,U+8fe6,U+8fea-8feb,U+8fed,U+8ff0,U+8ff2,U+8ff7,U+8ff9,U+8ffd,U+9000-9003,U+9005-9006,U+9008,U+900b,U+900d,U+900f-9011,U+9014-9015,U+9017,U+9019,U+901d-9023,U+902e,U+9031-9032,U+9035,U+9038,U+903c,U+903e,U+9041-9042,U+9047,U+904a-904b,U+904d-904e,U+9050-9051,U+9054-9055,U+9059,U+905c-905e,U+9060-9061,U+9063,U+9069,U+906d-906f,U+9072,U+9075,U+9077-9078,U+907a,U+907c-907d,U+907f-9084,U+9087-9088,U+908a,U+908f,U+9091,U+9095,U+9099,U+90a2-90a3,U+90a6,U+90a8,U+90aa,U+90af-90b1,U+90b5,U+90b8,U+90c1,U+90ca,U+90de,U+90e1,U+90ed,U+90f5,U+9102,U+9112,U+9115,U+9119,U+9127,U+912d,U+9132,U+9149-914e,U+9152,U+9162,U+9169-916a,U+916c,U+9175,U+9177-9178,U+9187,U+9189,U+918b,U+918d,U+9192,U+919c,U+91ab-91ac,U+91ae-91af,U+91b1,U+91b4-91b5,U+91c0,U+91c7,U+91c9,U+91cb,U+91cf-91d0,U+91d7-91d8,U+91dc-91dd,U+91e3,U+91e7,U+91ea,U+91f5", - "[69]": "U+8c6a-8c6b,U+8c79-8c7a,U+8c82,U+8c8a,U+8c8c,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb8,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8cd1,U+8cd3,U+8cda,U+8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6,U+8cea,U+8ced,U+8cf4,U+8cfb-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d13,U+8d16,U+8d64,U+8d66,U+8d6b,U+8d70,U+8d73-8d74,U+8d77,U+8d85,U+8d8a,U+8d99,U+8da3,U+8da8,U+8db3,U+8dba,U+8dbe,U+8dc6,U+8dcb-8dcc,U+8dcf,U+8ddb,U+8ddd,U+8de1,U+8de3,U+8de8,U+8df3,U+8e0a,U+8e0f-8e10,U+8e1e,U+8e2a,U+8e30,U+8e35,U+8e42,U+8e44,U+8e47-8e4a,U+8e59,U+8e5f-8e60,U+8e74,U+8e76,U+8e81,U+8e87,U+8e8a,U+8e8d,U+8eaa-8eac,U+8ec0,U+8ecb-8ecc,U+8ed2,U+8edf,U+8eeb,U+8ef8,U+8efb,U+8efe,U+8f03,U+8f05,U+8f09,U+8f12-8f15,U+8f1b-8f1f,U+8f26-8f27,U+8f29-8f2a,U+8f2f,U+8f33,U+8f38-8f39,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5d,U+8f5f,U+8f62,U+8f9b-8f9c,U+8fa3,U+8fa6", - "[70]": "U+8941,U+8944,U+895f,U+8964,U+896a,U+8972,U+8981,U+8983,U+8986-8987,U+898f,U+8993,U+8996,U+89a1,U+89a9-89aa,U+89b2,U+89ba,U+89bd,U+89c0,U+89d2,U+89e3,U+89f4,U+89f8,U+8a02-8a03,U+8a08,U+8a0a,U+8a0c,U+8a0e,U+8a13,U+8a16-8a17,U+8a1b,U+8a1d,U+8a1f,U+8a23,U+8a25,U+8a2a,U+8a2d,U+8a31,U+8a34,U+8a36,U+8a3a-8a3b,U+8a50,U+8a54-8a55,U+8a5b,U+8a5e,U+8a60,U+8a62-8a63,U+8a66,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a75,U+8a79,U+8a85,U+8a87,U+8a8c-8a8d,U+8a93,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8,U+8aaa,U+8ab0,U+8ab2,U+8ab9,U+8abc,U+8abe-8abf,U+8ac2,U+8ac4,U+8ac7,U+8acb,U+8acd,U+8acf,U+8ad2,U+8ad6,U+8adb-8adc,U+8ae1,U+8ae6-8ae7,U+8aea-8aeb,U+8aed-8aee,U+8af1,U+8af6-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b04,U+8b0e,U+8b10,U+8b14,U+8b16-8b17,U+8b19-8b1b,U+8b1d,U+8b20,U+8b28,U+8b2b-8b2c,U+8b33,U+8b39,U+8b41,U+8b49,U+8b4e-8b4f,U+8b58,U+8b5a,U+8b5c,U+8b66,U+8b6c,U+8b6f-8b70,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b8a,U+8b90,U+8b92-8b93,U+8b96,U+8b9a,U+8c37,U+8c3f,U+8c41,U+8c46,U+8c48,U+8c4a,U+8c4c,U+8c55,U+8c5a,U+8c61", - "[71]": "U+858f,U+8591,U+8594,U+859b,U+85a6,U+85a8-85aa,U+85af-85b0,U+85ba,U+85c1,U+85c9,U+85cd-85cf,U+85d5,U+85dc-85dd,U+85e4-85e5,U+85e9-85ea,U+85f7,U+85fa-85fb,U+85ff,U+8602,U+8606-8607,U+860a,U+8616-8617,U+861a,U+862d,U+863f,U+864e,U+8650,U+8654-8655,U+865b-865c,U+865e-865f,U+8667,U+8679,U+868a,U+868c,U+8693,U+86a3-86a4,U+86a9,U+86c7,U+86cb,U+86d4,U+86d9,U+86db,U+86df,U+86e4,U+86ed,U+86fe,U+8700,U+8702-8703,U+8708,U+8718,U+871a,U+871c,U+874e,U+8755,U+8757,U+875f,U+8766,U+8768,U+8774,U+8776,U+8778,U+8782,U+878d,U+879f,U+87a2,U+87b3,U+87ba,U+87c4,U+87e0,U+87ec,U+87ef,U+87f2,U+87f9,U+87fb,U+87fe,U+8805,U+881f,U+8822-8823,U+8831,U+8836,U+883b,U+8840,U+8846,U+884d,U+8852-8853,U+8857,U+8859,U+885b,U+885d,U+8861-8863,U+8868,U+886b,U+8870,U+8872,U+8877,U+887e-887f,U+8881-8882,U+8888,U+888b,U+888d,U+8892,U+8896-8897,U+889e,U+88ab,U+88b4,U+88c1-88c2,U+88cf,U+88d4-88d5,U+88d9,U+88dc-88dd,U+88df,U+88e1,U+88e8,U+88f3-88f5,U+88f8,U+88fd,U+8907,U+8910,U+8912-8913,U+8918-8919,U+8925,U+892a,U+8936,U+8938,U+893b", - "[72]": "U+82a6,U+82a9,U+82ac-82af,U+82b3,U+82b7-82b9,U+82bb-82bd,U+82bf,U+82d1-82d2,U+82d4-82d5,U+82d7,U+82db,U+82de-82df,U+82e1,U+82e5-82e7,U+82fd-82fe,U+8301-8305,U+8309,U+8317,U+8328,U+832b,U+832f,U+8331,U+8334-8336,U+8338-8339,U+8340,U+8347,U+8349-834a,U+834f,U+8351-8352,U+8373,U+8377,U+837b,U+8389-838a,U+838e,U+8396,U+8398,U+839e,U+83a2,U+83a9-83ab,U+83bd,U+83c1,U+83c5,U+83c9-83ca,U+83cc,U+83d3,U+83d6,U+83dc,U+83e9,U+83eb,U+83ef-83f2,U+83f4,U+83f9,U+83fd,U+8403-8404,U+840a,U+840c-840e,U+8429,U+842c,U+8431,U+8438,U+843d,U+8449,U+8457,U+845b,U+8461,U+8463,U+8466,U+846b-846c,U+846f,U+8475,U+847a,U+8490,U+8494,U+8499,U+849c,U+84a1,U+84b2,U+84b8,U+84bb-84bc,U+84bf-84c0,U+84c2,U+84c4,U+84c6,U+84c9,U+84cb,U+84cd,U+84d1,U+84da,U+84ec,U+84ee,U+84f4,U+84fc,U+8511,U+8513-8514,U+8517-8518,U+851a,U+851e,U+8521,U+8523,U+8525,U+852c-852d,U+852f,U+853d,U+853f,U+8541,U+8543,U+8549,U+854e,U+8553,U+8559,U+8563,U+8568-856a,U+856d,U+8584,U+8587", - "[73]": "U+8033,U+8036,U+803d,U+803f,U+8043,U+8046,U+804a,U+8056,U+8058,U+805a,U+805e,U+806f-8070,U+8072-8073,U+8077,U+807d-807f,U+8084-8087,U+8089,U+808b-808c,U+8096,U+809b,U+809d,U+80a1-80a2,U+80a5,U+80a9-80aa,U+80af,U+80b1-80b2,U+80b4,U+80ba,U+80c3-80c4,U+80cc,U+80ce,U+80da-80db,U+80de,U+80e1,U+80e4-80e5,U+80f1,U+80f4,U+80f8,U+80fd,U+8102,U+8105-8108,U+810a,U+8118,U+811a-811b,U+8123,U+8129,U+812b,U+812f,U+8139,U+813e,U+814b,U+814e,U+8150-8151,U+8154-8155,U+8165-8166,U+816b,U+8170-8171,U+8178-817a,U+817f-8180,U+8188,U+818a,U+818f,U+819a,U+819c-819d,U+81a0,U+81a3,U+81a8,U+81b3,U+81b5,U+81ba,U+81bd-81c0,U+81c2,U+81c6,U+81cd,U+81d8,U+81df,U+81e3,U+81e5,U+81e7-81e8,U+81ed,U+81f3-81f4,U+81fa-81fc,U+81fe,U+8205,U+8208,U+820a,U+820c-820d,U+8212,U+821b-821c,U+821e-821f,U+8221,U+822a-822c,U+8235-8237,U+8239,U+8240,U+8245,U+8247,U+8259,U+8264,U+8266,U+826e-826f,U+8271,U+8276,U+8278,U+827e,U+828b,U+828d-828e,U+8292,U+8299-829a,U+829d,U+829f,U+82a5", - "[74]": "U+7d2f-7d30,U+7d33,U+7d35,U+7d39-7d3a,U+7d42-7d46,U+7d50,U+7d5e,U+7d61-7d62,U+7d66,U+7d68,U+7d6a,U+7d6e,U+7d71-7d73,U+7d76,U+7d79,U+7d7f,U+7d8e-7d8f,U+7d93,U+7d9c,U+7da0,U+7da2,U+7dac-7dad,U+7db1-7db2,U+7db4-7db5,U+7db8,U+7dba-7dbb,U+7dbd-7dbf,U+7dc7,U+7dca-7dcb,U+7dd6,U+7dd8,U+7dda,U+7ddd-7dde,U+7de0-7de1,U+7de3,U+7de8-7de9,U+7dec,U+7def,U+7df4,U+7dfb,U+7e09-7e0a,U+7e15,U+7e1b,U+7e1d-7e1f,U+7e21,U+7e23,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e3d-7e3e,U+7e43,U+7e46-7e47,U+7e52,U+7e54-7e55,U+7e5e,U+7e61,U+7e69-7e6b,U+7e6d,U+7e70,U+7e79,U+7e7c,U+7e82,U+7e8c,U+7e8f,U+7e93,U+7e96,U+7e98,U+7e9b-7e9c,U+7f36,U+7f38,U+7f3a,U+7f4c,U+7f50,U+7f54-7f55,U+7f6a-7f6b,U+7f6e,U+7f70,U+7f72,U+7f75,U+7f77,U+7f79,U+7f85,U+7f88,U+7f8a,U+7f8c,U+7f94,U+7f9a,U+7f9e,U+7fa4,U+7fa8-7fa9,U+7fb2,U+7fb8-7fb9,U+7fbd,U+7fc1,U+7fc5,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd4-7fd5,U+7fdf-7fe1,U+7fe9,U+7feb,U+7ff0,U+7ff9,U+7ffc,U+8000-8001,U+8003,U+8006,U+8009,U+800c,U+8010,U+8015,U+8017-8018,U+802d", - "[75]": "U+7a49,U+7a4d-7a4e,U+7a57,U+7a61-7a62,U+7a69,U+7a6b,U+7a70,U+7a74,U+7a76,U+7a79,U+7a7d,U+7a7f,U+7a81,U+7a84,U+7a88,U+7a92-7a93,U+7a95,U+7a98,U+7a9f,U+7aa9-7aaa,U+7aae-7aaf,U+7aba,U+7ac4-7ac5,U+7ac7,U+7aca,U+7ad7,U+7ad9,U+7add,U+7adf-7ae0,U+7ae3,U+7ae5,U+7aea,U+7aed,U+7aef,U+7af6,U+7af9-7afa,U+7aff,U+7b0f,U+7b11,U+7b19,U+7b1b,U+7b1e,U+7b20,U+7b26,U+7b2d,U+7b39,U+7b46,U+7b49,U+7b4b-7b4d,U+7b4f-7b52,U+7b54,U+7b56,U+7b60,U+7b6c,U+7b6e,U+7b75,U+7b7d,U+7b87,U+7b8b,U+7b8f,U+7b94-7b95,U+7b97,U+7b9a,U+7b9d,U+7ba1,U+7bad,U+7bb1,U+7bb4,U+7bb8,U+7bc0-7bc1,U+7bc4,U+7bc6-7bc7,U+7bc9,U+7bd2,U+7be0,U+7be4,U+7be9,U+7c07,U+7c12,U+7c1e,U+7c21,U+7c27,U+7c2a-7c2b,U+7c3d-7c3f,U+7c43,U+7c4c-7c4d,U+7c60,U+7c64,U+7c6c,U+7c73,U+7c83,U+7c89,U+7c92,U+7c95,U+7c97-7c98,U+7c9f,U+7ca5,U+7ca7,U+7cae,U+7cb1-7cb3,U+7cb9,U+7cbe,U+7cca,U+7cd6,U+7cde-7ce0,U+7ce7,U+7cfb,U+7cfe,U+7d00,U+7d02,U+7d04-7d08,U+7d0a-7d0b,U+7d0d,U+7d10,U+7d14,U+7d17-7d1b,U+7d20-7d21,U+7d2b-7d2c,U+7d2e", - "[76]": "U+7704,U+7708-7709,U+770b,U+771e,U+7720,U+7729,U+7737-7738,U+773a,U+773c,U+7740,U+774d,U+775b,U+7761,U+7763,U+7766,U+776b,U+7779,U+777e-777f,U+778b,U+7791,U+779e,U+77a5,U+77ac-77ad,U+77b0,U+77b3,U+77bb-77bc,U+77bf,U+77d7,U+77db-77dc,U+77e2-77e3,U+77e9,U+77ed-77ef,U+7802,U+7812,U+7825-7827,U+782c,U+7832,U+7834,U+7845,U+784f,U+785d,U+786b-786c,U+786f,U+787c,U+7881,U+7887,U+788c-788e,U+7891,U+7897,U+78a3,U+78a7,U+78a9,U+78ba-78bc,U+78c1,U+78c5,U+78ca-78cb,U+78ce,U+78d0,U+78e8,U+78ec,U+78ef,U+78f5,U+78fb,U+7901,U+790e,U+7916,U+792a-792c,U+793a,U+7940-7941,U+7947-7949,U+7950,U+7956-7957,U+795a-795d,U+7960,U+7965,U+7968,U+796d,U+797a,U+797f,U+7981,U+798d-798e,U+7991,U+79a6-79a7,U+79aa,U+79ae,U+79b1,U+79b3,U+79b9,U+79bd-79c1,U+79c9-79cb,U+79d2,U+79d5,U+79d8,U+79df,U+79e4,U+79e6-79e7,U+79e9,U+79fb,U+7a00,U+7a05,U+7a08,U+7a0b,U+7a0d,U+7a14,U+7a17,U+7a19-7a1a,U+7a1c,U+7a1f-7a20,U+7a2e,U+7a31,U+7a36-7a37,U+7a3b-7a3d,U+7a3f-7a40,U+7a46", - "[77]": "U+7482-7483,U+7487,U+7489,U+748b,U+7498,U+749c,U+749e-749f,U+74a1,U+74a3,U+74a5,U+74a7-74a8,U+74aa,U+74b0,U+74b2,U+74b5,U+74b9,U+74bd,U+74bf,U+74c6,U+74ca,U+74cf,U+74d4,U+74d8,U+74da,U+74dc,U+74e0,U+74e2-74e3,U+74e6,U+74ee,U+74f7,U+7501,U+7504,U+7511,U+7515,U+7518,U+751a-751b,U+7523,U+7525-7526,U+752b-752c,U+7531,U+7533,U+7538,U+753a,U+7547,U+754c,U+754f,U+7551,U+7553-7554,U+7559,U+755b-755d,U+7562,U+7565-7566,U+756a,U+756f-7570,U+7575-7576,U+7578,U+757a,U+757f,U+7586-7587,U+758a-758b,U+758e-758f,U+7591,U+759d,U+75a5,U+75ab,U+75b1-75b3,U+75b5,U+75b8-75b9,U+75bc-75be,U+75c2,U+75c5,U+75c7,U+75cd,U+75d2,U+75d4-75d5,U+75d8-75d9,U+75db,U+75e2,U+75f0,U+75f2,U+75f4,U+75fa,U+75fc,U+7600,U+760d,U+7619,U+761f-7622,U+7624,U+7626,U+763b,U+7642,U+764c,U+764e,U+7652,U+7656,U+7661,U+7664,U+7669,U+766c,U+7670,U+7672,U+7678,U+7686-7687,U+768e,U+7690,U+7693,U+76ae,U+76ba,U+76bf,U+76c2-76c3,U+76c6,U+76c8,U+76ca,U+76d2,U+76d6,U+76db-76dc,U+76de-76df,U+76e1,U+76e3-76e4,U+76e7,U+76f2,U+76fc,U+76fe,U+7701", - "[78]": "U+7230,U+7232,U+7235,U+723a-723b,U+723d-723e,U+7240,U+7246-7248,U+724c,U+7252,U+7258-7259,U+725b,U+725d,U+725f,U+7261-7262,U+7267,U+7272,U+727d,U+7280-7281,U+72a2,U+72a7,U+72ac,U+72af,U+72c0,U+72c2,U+72c4,U+72ce,U+72d0,U+72d7,U+72d9,U+72e1,U+72e9,U+72f8-72f9,U+72fc-72fd,U+730a,U+7316,U+731b-731d,U+7325,U+7329-732b,U+7336-7337,U+733e-733f,U+7344-7345,U+7350,U+7352,U+7357,U+7368,U+736a,U+7370,U+7372,U+7375,U+7378,U+737a-737b,U+7384,U+7386-7387,U+7389,U+738e,U+7394,U+7396-7398,U+739f,U+73a7,U+73a9,U+73ad,U+73b2-73b3,U+73b9,U+73c0,U+73c2,U+73c9-73ca,U+73cc-73cd,U+73cf,U+73d6,U+73d9,U+73dd-73de,U+73e0,U+73e3-73e6,U+73e9-73ea,U+73ed,U+73f7,U+73f9,U+73fd-73fe,U+7401,U+7403,U+7405,U+7407,U+7409,U+7413,U+741b,U+7420-7422,U+7425-7426,U+7428,U+742a-742c,U+742e-7430,U+7433-7436,U+7438,U+743a,U+743f-7441,U+7443-7444,U+744b,U+7455,U+7457,U+7459-745c,U+745e-7460,U+7462,U+7464-7465,U+7468-746a,U+746f,U+747e", - "[79]": "U+6f8d-6f8e,U+6f90,U+6f94,U+6f97,U+6fa3-6fa4,U+6fa7,U+6fae-6faf,U+6fb1,U+6fb3,U+6fb9,U+6fbe,U+6fc0-6fc3,U+6fca,U+6fd5,U+6fda,U+6fdf-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fef,U+6ff1,U+6ffe,U+7001,U+7005-7006,U+7009,U+700b,U+700f,U+7011,U+7015,U+7018,U+701a-701f,U+7023,U+7027-7028,U+702f,U+7037,U+703e,U+704c,U+7050-7051,U+7058,U+705d,U+7070,U+7078,U+707c-707d,U+7085,U+708a,U+708e,U+7092,U+7098-709a,U+70a1,U+70a4,U+70ab-70ad,U+70af,U+70b3,U+70b7-70b9,U+70c8,U+70cb,U+70cf,U+70d8-70d9,U+70dd,U+70df,U+70f1,U+70f9,U+70fd,U+7104,U+7109,U+710c,U+7119-711a,U+711e,U+7126,U+7130,U+7136,U+7147,U+7149-714a,U+714c,U+714e,U+7150,U+7156,U+7159,U+715c,U+715e,U+7164-7167,U+7169,U+716c,U+716e,U+717d,U+7184,U+7189-718a,U+718f,U+7192,U+7194,U+7199,U+719f,U+71a2,U+71ac,U+71b1,U+71b9-71ba,U+71be,U+71c1,U+71c3,U+71c8-71c9,U+71ce,U+71d0,U+71d2,U+71d4-71d5,U+71df,U+71e5-71e7,U+71ed-71ee,U+71fb-71fc,U+71fe-7200,U+7206,U+7210,U+721b,U+722a,U+722c-722d", - "[80]": "U+6d5a,U+6d5c,U+6d63,U+6d66,U+6d69-6d6a,U+6d6c,U+6d6e,U+6d74,U+6d78-6d79,U+6d7f,U+6d85,U+6d87-6d89,U+6d8c-6d8e,U+6d91,U+6d93,U+6d95,U+6daf,U+6db2,U+6db5,U+6dc0,U+6dc3-6dc7,U+6dcb,U+6dcf,U+6dd1,U+6dd8-6dda,U+6dde,U+6de1,U+6de8,U+6dea-6deb,U+6dee,U+6df1,U+6df3,U+6df5,U+6df7-6dfb,U+6e17,U+6e19-6e1b,U+6e1f-6e21,U+6e23-6e26,U+6e2b-6e2d,U+6e32,U+6e34,U+6e36,U+6e38,U+6e3a,U+6e3c-6e3e,U+6e43-6e44,U+6e4a,U+6e4d,U+6e56,U+6e58,U+6e5b-6e5c,U+6e5e-6e5f,U+6e67,U+6e6b,U+6e6e-6e6f,U+6e72-6e73,U+6e7a,U+6e90,U+6e96,U+6e9c-6e9d,U+6e9f,U+6ea2,U+6ea5,U+6eaa-6eab,U+6eaf,U+6eb1,U+6eb6,U+6eba,U+6ec2,U+6ec4-6ec5,U+6ec9,U+6ecb-6ecc,U+6ece,U+6ed1,U+6ed3-6ed4,U+6eef,U+6ef4,U+6ef8,U+6efe-6eff,U+6f01-6f02,U+6f06,U+6f0f,U+6f11,U+6f14-6f15,U+6f20,U+6f22-6f23,U+6f2b-6f2c,U+6f31-6f32,U+6f38,U+6f3f,U+6f41,U+6f51,U+6f54,U+6f57-6f58,U+6f5a-6f5b,U+6f5e-6f5f,U+6f62,U+6f64,U+6f6d-6f6e,U+6f70,U+6f7a,U+6f7c-6f7e,U+6f81,U+6f84,U+6f88", - "[81]": "U+6ada-6adb,U+6af6,U+6afb,U+6b04,U+6b0a,U+6b0c,U+6b12,U+6b16,U+6b20-6b21,U+6b23,U+6b32,U+6b3a,U+6b3d-6b3e,U+6b46-6b47,U+6b4e,U+6b50,U+6b5f,U+6b61-6b62,U+6b64-6b66,U+6b6a,U+6b72,U+6b77-6b78,U+6b7b,U+6b7f,U+6b83-6b84,U+6b86,U+6b89-6b8a,U+6b96,U+6b98,U+6b9e,U+6bae-6baf,U+6bb2,U+6bb5,U+6bb7,U+6bba,U+6bbc,U+6bbf,U+6bc1,U+6bc5-6bc6,U+6bcb,U+6bcf,U+6bd2-6bd3,U+6bd6-6bd8,U+6bdb,U+6beb-6bec,U+6c08,U+6c0f,U+6c13,U+6c23,U+6c37-6c38,U+6c3e,U+6c40-6c42,U+6c4e,U+6c50,U+6c55,U+6c57,U+6c5a,U+6c5d-6c60,U+6c68,U+6c6a,U+6c6d,U+6c70,U+6c72,U+6c76,U+6c7a,U+6c7d-6c7e,U+6c81-6c83,U+6c85-6c88,U+6c8c,U+6c90,U+6c92-6c96,U+6c99-6c9b,U+6cab,U+6cae,U+6cb3,U+6cb8-6cb9,U+6cbb-6cbf,U+6cc1-6cc2,U+6cc4,U+6cc9-6cca,U+6ccc,U+6cd3,U+6cd7,U+6cdb,U+6ce1-6ce3,U+6ce5,U+6ce8,U+6ceb,U+6cee-6cf0,U+6cf3,U+6d0b-6d0c,U+6d11,U+6d17,U+6d19,U+6d1b,U+6d1e,U+6d25,U+6d27,U+6d29,U+6d32,U+6d35-6d36,U+6d38-6d39,U+6d3b,U+6d3d-6d3e,U+6d41,U+6d59", - "[82]": "U+67f0-67f1,U+67f3-67f6,U+67fb,U+67fe,U+6812-6813,U+6816-6817,U+6821-6822,U+682f,U+6838-6839,U+683d,U+6840-6843,U+6848,U+684e,U+6850-6851,U+6853-6854,U+686d,U+6876,U+687f,U+6881,U+6885,U+688f,U+6893-6894,U+6897,U+689d,U+689f,U+68a1-68a2,U+68a7-68a8,U+68ad,U+68af-68b1,U+68b3,U+68b5-68b6,U+68c4-68c5,U+68c9,U+68cb,U+68cd,U+68d2,U+68d5,U+68d7-68d8,U+68da,U+68df-68e0,U+68e7-68e8,U+68ee,U+68f2,U+68f9-68fa,U+6900,U+6905,U+690d-690e,U+6912,U+6927,U+6930,U+693d,U+693f,U+694a,U+6953-6955,U+6957,U+6959-695a,U+695e,U+6960-6963,U+6968,U+696b,U+696d-696f,U+6975,U+6977-6979,U+6995,U+699b-699c,U+69a5,U+69a7,U+69ae,U+69b4,U+69bb,U+69c1,U+69c3,U+69cb-69cd,U+69d0,U+69e8,U+69ea,U+69fb,U+69fd,U+69ff,U+6a02,U+6a0a,U+6a11,U+6a13,U+6a17,U+6a19,U+6a1e-6a1f,U+6a21,U+6a23,U+6a35,U+6a38-6a3a,U+6a3d,U+6a44,U+6a48,U+6a4b,U+6a52-6a53,U+6a58-6a59,U+6a5f,U+6a61,U+6a6b,U+6a80,U+6a84,U+6a89,U+6a8d-6a8e,U+6a97,U+6a9c,U+6aa3,U+6ab3,U+6abb,U+6ac2-6ac3,U+6ad3", - "[83]": "U+6607,U+6609-660a,U+660c,U+660f-6611,U+6613-6615,U+661e,U+6620,U+6627-6628,U+662d,U+6630-6631,U+6634,U+6636,U+663a-663b,U+6641,U+6643-6644,U+6649,U+664b,U+664f,U+6659,U+665b,U+665d-665f,U+6664-6669,U+666b,U+666e-666f,U+6673-6674,U+6676-6678,U+6684,U+6687-6689,U+668e,U+6690-6691,U+6696-6698,U+669d,U+66a0,U+66a2,U+66ab,U+66ae,U+66b2-66b4,U+66b9,U+66bb,U+66be,U+66c4,U+66c6-66c7,U+66c9,U+66d6,U+66d9,U+66dc-66dd,U+66e0,U+66e6,U+66f0,U+66f2-66f4,U+66f7,U+66f9-66fa,U+66fc,U+66fe-66ff,U+6703,U+670b,U+670d,U+6714-6715,U+6717,U+671b,U+671d-671f,U+6726-6727,U+672a-672b,U+672d-672e,U+6731,U+6736,U+673a,U+673d,U+6746,U+6749,U+674e-6751,U+6753,U+6756,U+675c,U+675e-675f,U+676d,U+676f-6770,U+6773,U+6775,U+6777,U+677b,U+677e-677f,U+6787,U+6789,U+678b,U+678f-6790,U+6793,U+6795,U+679a,U+679d,U+67af-67b0,U+67b3,U+67b6-67b8,U+67be,U+67c4,U+67cf-67d4,U+67da,U+67dd,U+67e9,U+67ec,U+67ef", - "[84]": "U+6392,U+6396,U+6398,U+639b,U+63a0-63a2,U+63a5,U+63a7-63aa,U+63c0,U+63c4,U+63c6,U+63cf,U+63d6,U+63da-63db,U+63e1,U+63ed-63ee,U+63f4,U+63f6-63f7,U+640d,U+640f,U+6414,U+6416-6417,U+641c,U+6422,U+642c-642d,U+643a,U+643e,U+6458,U+6460,U+6469,U+646f,U+6478-647a,U+6488,U+6491-6493,U+649a,U+649e,U+64a4-64a5,U+64ab,U+64ad-64ae,U+64b0,U+64b2,U+64bb,U+64c1,U+64c4-64c5,U+64c7,U+64ca,U+64cd-64ce,U+64d2,U+64d4,U+64d8,U+64da,U+64e1-64e2,U+64e5-64e7,U+64ec,U+64f2,U+64f4,U+64fa,U+64fe,U+6500,U+6504,U+6518,U+651d,U+6523,U+652a-652c,U+652f,U+6536-6539,U+653b,U+653e,U+6548,U+654d-654f,U+6551,U+6556-6557,U+655e,U+6562-6563,U+6566,U+656c-656d,U+6572,U+6574-6575,U+6577-6578,U+657e,U+6582-6583,U+6585,U+658c,U+6590-6591,U+6597,U+6599,U+659b-659c,U+659f,U+65a1,U+65a4-65a5,U+65a7,U+65ab-65ac,U+65af,U+65b7,U+65bc-65bd,U+65c1,U+65c5,U+65cb-65cc,U+65cf,U+65d2,U+65d7,U+65e0,U+65e3,U+65e6,U+65e8-65e9,U+65ec-65ed,U+65f1,U+65f4,U+65fa-65fd,U+65ff,U+6606", - "[85]": "U+614c,U+6153,U+6155,U+6158-6159,U+615d,U+615f,U+6162-6164,U+6167-6168,U+616b,U+616e,U+6170,U+6176-6177,U+617d-617e,U+6181-6182,U+618a,U+618e,U+6190-6191,U+6194,U+6198-619a,U+61a4,U+61a7,U+61a9,U+61ab-61ac,U+61ae,U+61b2,U+61b6,U+61ba,U+61be,U+61c3,U+61c7-61cb,U+61e6,U+61f2,U+61f6-61f8,U+61fa,U+61fc,U+61ff-6200,U+6207-6208,U+620a,U+620c-620e,U+6212,U+6216,U+621a,U+621f,U+6221,U+622a,U+622e,U+6230-6231,U+6234,U+6236,U+623e-623f,U+6241,U+6247-6249,U+624d,U+6253,U+6258,U+626e,U+6271,U+6276,U+6279,U+627c,U+627f-6280,U+6284,U+6289-628a,U+6291-6292,U+6295,U+6297-6298,U+629b,U+62ab,U+62b1,U+62b5,U+62b9,U+62bc-62bd,U+62c2,U+62c7-62c9,U+62cc-62cd,U+62cf-62d0,U+62d2-62d4,U+62d6-62d9,U+62db-62dc,U+62ec-62ef,U+62f1,U+62f3,U+62f7,U+62fe-62ff,U+6301,U+6307,U+6309,U+6311,U+632b,U+632f,U+633a-633b,U+633d-633e,U+6349,U+634c,U+634f-6350,U+6355,U+6367-6368,U+636e,U+6372,U+6377,U+637a-637b,U+637f,U+6383,U+6388-6389,U+638c", - "[86]": "U+5f11,U+5f13-5f15,U+5f17-5f18,U+5f1b,U+5f1f,U+5f26-5f27,U+5f29,U+5f31,U+5f35,U+5f3a,U+5f3c,U+5f48,U+5f4a,U+5f4c,U+5f4e,U+5f56-5f57,U+5f59,U+5f5b,U+5f62,U+5f66-5f67,U+5f69-5f6d,U+5f70-5f71,U+5f77,U+5f79,U+5f7c,U+5f7f-5f81,U+5f85,U+5f87,U+5f8a-5f8b,U+5f90-5f92,U+5f98-5f99,U+5f9e,U+5fa0-5fa1,U+5fa8-5faa,U+5fae,U+5fb5,U+5fb9,U+5fbd,U+5fc5,U+5fcc-5fcd,U+5fd6-5fd9,U+5fe0,U+5feb,U+5ff5,U+5ffd,U+5fff,U+600f,U+6012,U+6016,U+601c,U+6020-6021,U+6025,U+6028,U+602a,U+602f,U+6041-6043,U+604d,U+6050,U+6052,U+6055,U+6059,U+605d,U+6062-6065,U+6068-606a,U+606c-606d,U+606f-6070,U+6085,U+6089,U+608c-608d,U+6094,U+6096,U+609a-609b,U+609f-60a0,U+60a3-60a4,U+60a7,U+60b0,U+60b2-60b4,U+60b6,U+60b8,U+60bc-60bd,U+60c7,U+60d1,U+60da,U+60dc,U+60df-60e1,U+60f0-60f1,U+60f6,U+60f9-60fb,U+6101,U+6106,U+6108-6109,U+610d-610e,U+6115,U+611a,U+6127,U+6130,U+6134,U+6137,U+613c,U+613e-613f,U+6142,U+6144,U+6147-6148,U+614a-614b", - "[87]": "U+5c40,U+5c45-5c46,U+5c48,U+5c4b,U+5c4d-5c4e,U+5c51,U+5c5b,U+5c60,U+5c62,U+5c64-5c65,U+5c6c,U+5c6f,U+5c79,U+5c90-5c91,U+5ca1,U+5ca9,U+5cab-5cac,U+5cb1,U+5cb3,U+5cb5,U+5cb7-5cb8,U+5cba,U+5cbe,U+5cc0,U+5cd9,U+5ce0,U+5ce8,U+5cef-5cf0,U+5cf4,U+5cf6,U+5cfb,U+5cfd,U+5d07,U+5d0d-5d0e,U+5d11,U+5d14,U+5d16-5d17,U+5d19,U+5d27,U+5d29,U+5d4b-5d4c,U+5d50,U+5d69,U+5d6c,U+5d6f,U+5d87,U+5d8b,U+5d9d,U+5da0,U+5da2,U+5daa,U+5db8,U+5dba,U+5dbc-5dbd,U+5dcd,U+5dd2,U+5dd6,U+5de1-5de2,U+5de5-5de8,U+5deb,U+5dee,U+5df1-5df4,U+5df7,U+5dfd-5dfe,U+5e03,U+5e06,U+5e11,U+5e16,U+5e19,U+5e1b,U+5e1d,U+5e25,U+5e2b,U+5e2d,U+5e33,U+5e36,U+5e38,U+5e3d,U+5e3f-5e40,U+5e44-5e45,U+5e47,U+5e4c,U+5e55,U+5e5f,U+5e61-5e63,U+5e72,U+5e77-5e79,U+5e7b-5e7e,U+5e84,U+5e87,U+5e8a,U+5e8f,U+5e95,U+5e97,U+5e9a,U+5e9c,U+5ea0,U+5ea7,U+5eab,U+5ead,U+5eb5-5eb8,U+5ebe,U+5ec2,U+5ec8-5eca,U+5ed0,U+5ed3,U+5ed6,U+5eda-5edb,U+5edf-5ee0,U+5ee2-5ee3,U+5eec,U+5ef3,U+5ef6-5ef7,U+5efa-5efb,U+5f01,U+5f04,U+5f0a", - "[88]": "U+59be,U+59c3,U+59c6,U+59c9,U+59cb,U+59d0-59d1,U+59d3-59d4,U+59d9-59da,U+59dc-59dd,U+59e6,U+59e8,U+59ea,U+59ec,U+59ee,U+59f8,U+59fb,U+59ff,U+5a01,U+5a03,U+5a11,U+5a18,U+5a1b-5a1c,U+5a1f-5a20,U+5a25,U+5a29,U+5a36,U+5a3c,U+5a41,U+5a46,U+5a49,U+5a5a,U+5a62,U+5a66,U+5a92,U+5a9a-5a9b,U+5aa4,U+5ac1-5ac2,U+5ac4,U+5ac9,U+5acc,U+5ae1,U+5ae6,U+5ae9,U+5b05,U+5b09,U+5b0b-5b0c,U+5b16,U+5b2a,U+5b40,U+5b43,U+5b51,U+5b54-5b55,U+5b58,U+5b5a,U+5b5c-5b5d,U+5b5f,U+5b63-5b64,U+5b69,U+5b6b,U+5b70-5b71,U+5b75,U+5b7a,U+5b7c,U+5b85,U+5b87-5b88,U+5b8b,U+5b8f,U+5b93,U+5b95-5b99,U+5b9b-5b9c,U+5ba2-5ba6,U+5bac,U+5bae,U+5bb0,U+5bb3-5bb5,U+5bb8-5bb9,U+5bbf-5bc0,U+5bc2-5bc7,U+5bcc,U+5bd0,U+5bd2-5bd4,U+5bd7,U+5bde-5bdf,U+5be1-5be2,U+5be4-5be9,U+5beb-5bec,U+5bee-5bef,U+5bf5-5bf6,U+5bf8,U+5bfa,U+5c01,U+5c04,U+5c07-5c0b,U+5c0d-5c0e,U+5c16,U+5c19,U+5c24,U+5c28,U+5c31,U+5c38-5c3c,U+5c3e-5c3f", - "[89]": "U+5703-5704,U+5708,U+570d,U+5712-5713,U+5716,U+5718,U+572d,U+573b,U+5740,U+5742,U+5747,U+574a,U+574d-574e,U+5750-5751,U+5761,U+5764,U+5766,U+576a,U+576e,U+5770,U+5775,U+577c,U+5782,U+5788,U+578b,U+5793,U+57a0,U+57a2-57a3,U+57c3,U+57c7-57c8,U+57cb,U+57df-57e0,U+57f0,U+57f4,U+57f7,U+57f9-57fa,U+57fc,U+5800,U+5802,U+5805-5806,U+5808-580a,U+581e,U+5821,U+5824,U+5827,U+582a,U+582f-5831,U+5835,U+583a,U+584a-584b,U+584f,U+5851,U+5854,U+5857-5858,U+585a,U+585e,U+5861-5862,U+5864,U+5875,U+5879,U+587c,U+587e,U+5883,U+5885,U+5889,U+5893,U+589c,U+589e-589f,U+58a8-58a9,U+58ae,U+58b3,U+58ba-58bb,U+58be,U+58c1,U+58c5,U+58c7,U+58ce,U+58d1,U+58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e4,U+58ec,U+58ef,U+58f9-58fb,U+58fd,U+590f,U+5914-5915,U+5919,U+5922,U+592d-592e,U+5931,U+5937,U+593e,U+5944,U+5947-5949,U+594e-5951,U+5954-5955,U+5957,U+595a,U+5960,U+5962,U+5967,U+596a-596e,U+5974,U+5978,U+5982-5984,U+598a,U+5993,U+5996-5997,U+5999,U+59a5,U+59a8,U+59ac,U+59b9,U+59bb", - "[90]": "U+539a,U+53a0,U+53a5-53a6,U+53ad,U+53bb,U+53c3,U+53c8-53cb,U+53cd,U+53d4,U+53d6-53d7,U+53db,U+53e1-53e3,U+53e5,U+53e9-53ed,U+53f1,U+53f3,U+53f8,U+5403-5404,U+540a,U+540e-5411,U+541b,U+541d,U+541f-5420,U+5426,U+5429,U+542b,U+5433,U+5438-5439,U+543b-543c,U+543e,U+5442,U+5448,U+544a,U+5451,U+5468,U+546a,U+5471,U+5473,U+5475,U+547b-547d,U+5480,U+5486,U+548e,U+5490,U+54a4,U+54a8,U+54ab-54ac,U+54b3,U+54b8,U+54bd,U+54c0,U+54c4,U+54c8-54c9,U+54e1,U+54e5,U+54e8,U+54ed-54ee,U+54f2,U+54fa,U+5504,U+5506-5507,U+550e,U+5510,U+551c,U+552f,U+5531,U+5535,U+553e,U+5544,U+5546,U+554f,U+5553,U+5556,U+555e,U+5563,U+557c,U+5580,U+5584,U+5586-5587,U+5589-558a,U+5598-559a,U+559c-559d,U+55a7,U+55a9-55ac,U+55ae,U+55c5,U+55c7,U+55d4,U+55da,U+55dc,U+55df,U+55e3-55e4,U+55fd-55fe,U+5606,U+5609,U+5614,U+5617,U+562f,U+5632,U+5634,U+5636,U+5653,U+5668,U+566b,U+5674,U+5686,U+56a5,U+56ac,U+56ae,U+56b4,U+56bc,U+56ca,U+56cd,U+56d1,U+56da-56db,U+56de,U+56e0,U+56f0,U+56f9-56fa", - "[91]": "U+516e,U+5175-5178,U+517c,U+5180,U+5186,U+518a,U+518d,U+5192,U+5195,U+5197,U+51a0,U+51a5,U+51aa,U+51ac,U+51b6-51b7,U+51bd,U+51c4,U+51c6,U+51c9,U+51cb-51cd,U+51dc-51de,U+51e1,U+51f0-51f1,U+51f6,U+51f8-51f9,U+51fd,U+5200,U+5203,U+5207-5208,U+520a,U+520e,U+5211,U+5217,U+521d,U+5224-5225,U+522a,U+522e,U+5230,U+5236-523b,U+5243,U+5247,U+524a-524c,U+5254,U+5256,U+525b,U+525d,U+5261,U+5269-526a,U+526f,U+5272,U+5275,U+527d,U+527f,U+5283,U+5287-5289,U+528d,U+5291-5292,U+529f,U+52a3-52a4,U+52a9-52ab,U+52be,U+52c1,U+52c3,U+52c5,U+52c7,U+52c9,U+52cd,U+52d2,U+52d6,U+52d8-52d9,U+52db,U+52dd-52df,U+52e2-52e4,U+52f3,U+52f5,U+52f8,U+52fa-52fb,U+52fe-52ff,U+5305,U+5308,U+530d,U+530f-5310,U+5315,U+5319,U+5320-5321,U+5323,U+532a,U+532f,U+5339,U+533f-5341,U+5343-5344,U+5347-534a,U+534d,U+5351-5354,U+535a,U+535c,U+535e,U+5360,U+5366,U+5368,U+536f-5371,U+5374-5375,U+5377,U+537d,U+537f,U+5384,U+5393,U+5398", - "[92]": "U+4f43,U+4f46-4f48,U+4f4d-4f51,U+4f55,U+4f59-4f5a,U+4f69,U+4f6f-4f70,U+4f73,U+4f76,U+4f7a,U+4f7e-4f7f,U+4f81,U+4f83-4f84,U+4f86,U+4f88,U+4f8a-4f8b,U+4f8d,U+4f8f,U+4f91,U+4f96,U+4f98,U+4f9b,U+4f9d,U+4fae-4faf,U+4fb5-4fb6,U+4fbf,U+4fc2-4fc4,U+4fc9-4fca,U+4fce,U+4fd1,U+4fd3-4fd4,U+4fd7,U+4fda,U+4fdf-4fe0,U+4fee-4fef,U+4ff1,U+4ff3,U+4ff5,U+4ff8,U+4ffa,U+5002,U+5006,U+5009,U+500b,U+500d,U+5011-5012,U+5016,U+5019-501a,U+501c,U+501e-501f,U+5021,U+5023-5024,U+5026-5028,U+502a-502d,U+503b,U+5043,U+5047-5049,U+504f,U+5055,U+505a,U+505c,U+5065,U+5074-5076,U+5078,U+5080,U+5085,U+508d,U+5091,U+5098-5099,U+50ac-50ad,U+50b2-50b3,U+50b5,U+50b7,U+50be,U+50c5,U+50c9-50ca,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5,U+50e7,U+50ed,U+50f9,U+50fb,U+50ff-5101,U+5104,U+5106,U+5109,U+5112,U+511f,U+5121,U+512a,U+5132,U+5137,U+513a,U+513c,U+5140-5141,U+5143-5148,U+514b-514e,U+5152,U+515c,U+5162,U+5169-516b,U+516d", - "[93]": "U+338c-339c,U+339f-33a0,U+33a2-33cb,U+33cf-33d0,U+33d3,U+33d6,U+33d8,U+33db-33dd,U+4e01,U+4e03,U+4e07-4e08,U+4e11,U+4e14-4e15,U+4e18-4e19,U+4e1e,U+4e32,U+4e38-4e39,U+4e42-4e43,U+4e45,U+4e4d-4e4f,U+4e56,U+4e58-4e59,U+4e5d-4e5e,U+4e6b,U+4e6d,U+4e73,U+4e76-4e77,U+4e7e,U+4e82,U+4e86,U+4e88,U+4e8e,U+4e90-4e92,U+4e94-4e95,U+4e98,U+4e9b,U+4e9e,U+4ea1-4ea2,U+4ea4-4ea6,U+4ea8,U+4eab,U+4ead-4eae,U+4eb6,U+4ec0-4ec1,U+4ec4,U+4ec7,U+4ecb,U+4ecd,U+4ed4-4ed5,U+4ed7-4ed9,U+4edd,U+4edf,U+4ee4,U+4ef0,U+4ef2,U+4ef6-4ef7,U+4efb,U+4f01,U+4f09,U+4f0b,U+4f0d-4f11,U+4f2f,U+4f34,U+4f36,U+4f38,U+4f3a,U+4f3c-4f3d", - "[94]": "U+3136,U+3138,U+313a-3140,U+3143-3144,U+3150,U+3152,U+3154-3156,U+3158-315b,U+315d-315f,U+3162,U+3164-318c,U+318e,U+3200-321b,U+3231,U+3239,U+3251-325a,U+3260-327b,U+327e-327f,U+328a-3290,U+3294,U+329e,U+32a5,U+3380-3384,U+3388-338b", - "[95]": "U+2f7d,U+2f7f-2f8b,U+2f8e-2f90,U+2f92-2f97,U+2f99-2fa0,U+2fa2-2fa3,U+2fa5-2fa9,U+2fac-2fb1,U+2fb3-2fbc,U+2fc1-2fca,U+2fcd-2fd4,U+3003,U+3012-3019,U+301c,U+301e-3020,U+3036,U+3041,U+3043,U+3045,U+3047,U+3049,U+304e,U+3050,U+3052,U+3056,U+305a,U+305c,U+305e,U+3062,U+3065,U+306c,U+3070-307d,U+3080,U+3085,U+3087,U+308e,U+3090-3091,U+30a1,U+30a5,U+30a9,U+30ae,U+30b1-30b2,U+30b4,U+30b6,U+30bc-30be,U+30c2,U+30c5,U+30cc,U+30d2,U+30d4,U+30d8-30dd,U+30e4,U+30e6,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+3133,U+3135", - "[96]": "U+2541-254b,U+25a4-25a9,U+25b1,U+25b5,U+25b9,U+25bf,U+25c1,U+25c3,U+25c9-25ca,U+25cc,U+25ce,U+25d0-25d1,U+25e6,U+25ef,U+260f,U+261d,U+261f,U+262f,U+2660,U+2664,U+2667-2669,U+266d,U+266f,U+2716,U+271a,U+273d,U+2756,U+2776-277f,U+278a-2793,U+2963,U+2965,U+2ac5-2ac6,U+2acb-2acc,U+2f00,U+2f04,U+2f06,U+2f08,U+2f0a-2f0b,U+2f11-2f12,U+2f14,U+2f17-2f18,U+2f1c-2f1d,U+2f1f-2f20,U+2f23-2f26,U+2f28-2f29,U+2f2b,U+2f2d,U+2f2f-2f32,U+2f38,U+2f3c-2f40,U+2f42-2f4c,U+2f4f-2f52,U+2f54-2f58,U+2f5a-2f66,U+2f69-2f70,U+2f72-2f76,U+2f78,U+2f7a-2f7c", - "[97]": "U+2479-2487,U+249c-24d1,U+24d3-24d7,U+24d9-24e9,U+24eb-24f4,U+2500-2501,U+2503,U+250c-2513,U+2515-2516,U+2518-2540", - "[98]": "U+215b-215e,U+2162-2169,U+2170-2179,U+2195-2199,U+21b0-21b4,U+21bc,U+21c0,U+21c4-21c5,U+21cd,U+21cf-21d4,U+21e0-21e3,U+21e6-21e9,U+2200,U+2202-2203,U+2206-2209,U+220b-220c,U+220f,U+2211,U+2213,U+221a,U+221d-2220,U+2222,U+2225-2227,U+2229-222c,U+222e,U+2234-2237,U+223d,U+2243,U+2245,U+2248,U+2250-2253,U+225a,U+2260-2262,U+2264-2267,U+226a-226b,U+226e-2273,U+2276-2277,U+2279-227b,U+2280-2287,U+228a-228b,U+2295-2297,U+22a3-22a5,U+22bb-22bc,U+22ce-22cf,U+22da-22db,U+22ee-22ef,U+2306,U+2312,U+2314,U+2467-2478", - "[99]": "U+81-82,U+84,U+a2-a5,U+a7-a8,U+aa,U+ac-ad,U+b1-b3,U+b6,U+b8-ba,U+bc-be,U+c0,U+c2,U+c6-cb,U+ce-d0,U+d4,U+d8-d9,U+db-dc,U+de-df,U+e6,U+eb,U+ee-f0,U+f4,U+f7-f9,U+fb,U+fe-ff,U+111,U+126-127,U+132-133,U+138,U+13f-142,U+149-14b,U+152-153,U+166-167,U+2bc,U+2c7,U+2d0,U+2d8-2d9,U+2db-2dd,U+391-394,U+396-3a1,U+3a3-3a9,U+3b2-3b6,U+3b8,U+3bc,U+3be-3c1,U+3c3-3c9,U+2010,U+2015-2016,U+2018-2019,U+201b,U+201f-2021,U+2025,U+2030,U+2033-2036,U+203c,U+203e,U+2042,U+2074,U+207a-207f,U+2081-2084,U+2109,U+2113,U+2116,U+2121,U+2126,U+212b,U+2153-2154", - "[100]": "U+e8,U+2da,U+2160,U+2194,U+3054,U+3058,U+306d,U+3086,U+308d,U+30ac,U+30bb,U+30c4,U+30cd-30ce,U+30e2,U+3132,U+3146,U+3149,U+339d,U+4e3b,U+4f0a,U+4fdd,U+4fe1,U+5409,U+540c,U+5834,U+592a-592b,U+5b9a,U+5dde,U+5e0c,U+5e73,U+5f0f,U+60f3,U+653f,U+661f,U+662f,U+667a,U+683c,U+6b4c,U+6c11,U+767c,U+76ee,U+76f4,U+77f3,U+79d1,U+7a7a,U+7b2c,U+7d22,U+8207,U+8a00,U+8a71,U+9280,U+9580,U+958b,U+96c6,U+9762,U+98df,U+9ed1,U+ac2d,U+adc8,U+add3,U+af48,U+b014,U+b134-b135,U+b158,U+b2aa,U+b35f,U+b6a4,U+b9cf,U+bb63,U+bd23,U+be91,U+c29b,U+c3f4,U+c42c,U+c55c,U+c573,U+c58f,U+c78c,U+c7dd,U+c8f5,U+cad1,U+cc48,U+cf10,U+cf20,U+d03c,U+d07d,U+d2a0,U+d30e,U+d38d,U+d3a8,U+d3c8,U+d5e5,U+d5f9,U+d6e4,U+f90a,U+ff02,U+ff1c", - "[101]": "U+3b1,U+2466,U+25a1,U+25a3,U+261c,U+3008-3009,U+305b,U+305d,U+3069,U+30a7,U+30ba,U+30cf,U+30ef,U+3151,U+3157,U+4e4b,U+4e5f,U+4e8c,U+4eca,U+4ed6,U+4f5b,U+50cf,U+5149,U+5165,U+5171,U+5229,U+529b,U+5316,U+539f,U+53f2,U+571f,U+5728,U+58eb,U+591c,U+5b78,U+5c11,U+5c55,U+5ddd,U+5e02,U+5fb7,U+60c5,U+610f,U+611f,U+6625,U+66f8,U+6797,U+679c,U+682a,U+6d2a,U+706b,U+7406,U+767b,U+76f8,U+77e5,U+7acb,U+898b,U+8a69,U+8def,U+8fd1,U+901a,U+90e8,U+91cd,U+975e,U+ae14,U+ae6c,U+aec0,U+afc7,U+afc9,U+b01c,U+b028,U+b308,U+b311,U+b314,U+b31c,U+b524,U+b560,U+b764,U+b920,U+b9e3,U+bd48,U+be7d,U+c0db,U+c231,U+c270,U+c2e3,U+c37d,U+c3ed,U+c530,U+c6a5,U+c6dc,U+c7a4,U+c954,U+c974,U+d000,U+d565,U+d667,U+d6c5,U+d79d,U+ff1e", - "[102]": "U+131,U+2032,U+2465,U+2642,U+3048,U+3051,U+3083-3084,U+308f,U+30c0,U+30d1,U+30d3,U+30d6,U+30df,U+30e7,U+3153,U+4e16,U+4e8b,U+4ee5,U+5206,U+52a0,U+52d5,U+53e4,U+53ef,U+54c1,U+57ce,U+597d,U+5b8c,U+5ea6,U+5f8c,U+5f97,U+6210,U+6240,U+624b,U+6728,U+6bd4,U+7236,U+7269,U+7279,U+738b,U+7528,U+7530,U+767e,U+798f,U+8005,U+8a18,U+90fd,U+91cc,U+9577,U+9593,U+98a8,U+ac20,U+acf6,U+ad90,U+af5d,U+af80,U+afcd,U+aff0,U+b0a1,U+b0b5,U+b1fd,U+b2fc,U+b380,U+b51b,U+b584,U+b5b3,U+b8fd,U+b93c,U+b9f4,U+bb44,U+bc08,U+bc27,U+bc49,U+be55,U+be64,U+bfb0,U+bfc5,U+c178,U+c21f,U+c314,U+c4f1,U+c58d,U+c664,U+c698,U+c6a7,U+c6c1,U+c9ed,U+cac0,U+cacc,U+cad9,U+ccb5,U+cdcc,U+d0e4,U+d143,U+d320,U+d330,U+d54d,U+ff06,U+ff1f,U+ff5e", - "[103]": "U+b4,U+20a9,U+20ac,U+2190,U+24d8,U+2502,U+2514,U+2592,U+25c7-25c8,U+2663,U+3060,U+3064,U+3081,U+3088,U+30a3,U+30a6,U+30aa,U+30b5,U+30c7,U+30ca-30cb,U+30d0,U+30e3,U+30e5,U+339e,U+4e09,U+4eac,U+4f5c,U+5167-5168,U+516c,U+51fa,U+5408,U+540d,U+591a,U+5b57,U+6211,U+65b9,U+660e,U+6642,U+6700,U+6b63,U+6e2f,U+7063,U+7532,U+793e,U+81ea,U+8272,U+82b1,U+897f,U+8eca,U+91ce,U+ac38,U+ad76,U+ae84,U+aecc,U+b07d,U+b0b1,U+b215,U+b2a0,U+b310,U+b3d7,U+b52a,U+b618,U+b775,U+b797,U+bcd5,U+bd59,U+be80,U+bea8,U+bed1,U+bee4-bee5,U+c060,U+c2ef,U+c329,U+c3dc,U+c597,U+c5bd,U+c5e5,U+c69c,U+c9d6,U+ca29,U+ca5c,U+ca84,U+cc39,U+cc3b,U+ce89,U+cee5,U+cf65,U+cf85,U+d058,U+d145,U+d22d,U+d325,U+d37d,U+d3ad,U+d769,U+ff0c", - "[104]": "U+2161,U+2228,U+2299,U+2464,U+2517,U+2640,U+3042,U+304a,U+3053,U+3061,U+307f,U+3082,U+308c,U+3092,U+30a8,U+30ab,U+30ad,U+30b0,U+30b3,U+30b7,U+30c1,U+30c6,U+30c9,U+30d5,U+30d7,U+30de,U+30e0-30e1,U+30ec-30ed,U+4e0b,U+4e0d,U+4ee3,U+53f0,U+548c,U+5b89,U+5bb6,U+5c0f,U+611b,U+6771,U+6aa2,U+6bcd,U+6c34,U+6cd5,U+6d77,U+767d,U+795e,U+8ecd,U+9999,U+9ad8,U+ac07,U+ac1a,U+ac40,U+ad0c,U+ad88,U+ada4,U+ae01,U+ae65,U+aebd,U+aec4,U+afe8,U+b139,U+b205,U+b383,U+b38c,U+b42c,U+b461,U+b55c,U+b78f,U+b8fb,U+b9f7,U+bafc,U+bc99,U+bed8,U+bfcd,U+c0bf,U+c0f9,U+c167,U+c204,U+c20f,U+c22f,U+c258,U+c298,U+c2bc,U+c388,U+c501,U+c50c,U+c5b9,U+c5ce,U+c641,U+c648,U+c73d,U+ca50,U+ca61,U+cc4c,U+ceac,U+d0d4,U+d5f7,U+d6d7,U+ff1a", - "[105]": "U+2103,U+2463,U+25c6,U+25cb,U+266c,U+3001,U+300a,U+3046,U+304c-304d,U+304f,U+3055,U+3059,U+3063,U+3066-3068,U+306f,U+3089,U+30b8,U+30bf,U+314f,U+4e0a,U+570b,U+5730,U+5916,U+5929,U+5c71,U+5e74,U+5fc3,U+601d,U+6027,U+63d0,U+6709,U+6734,U+751f,U+7684,U+82f1,U+9053,U+91d1,U+97f3,U+ac2f,U+ac4d,U+adc4,U+ade4,U+ae41,U+ae4d-ae4e,U+aed1,U+afb9,U+b0e0,U+b299,U+b365,U+b46c,U+b480,U+b4c8,U+b7b4,U+b819,U+b918,U+baab,U+bab9,U+be8f,U+bed7,U+c0ec,U+c19f,U+c1a5,U+c3d9,U+c464,U+c53d,U+c553,U+c570,U+c5cc,U+c633,U+c6a4,U+c7a3,U+c7a6,U+c886,U+c9d9-c9da,U+c9ec,U+ca0c,U+cc21,U+cd1b,U+cd78,U+cdc4,U+cef8,U+cfe4,U+d0a5,U+d0b5,U+d0ec,U+d15d,U+d188,U+d23c,U+d2ac,U+d729,U+d79b,U+ff01,U+ff08-ff09,U+ff5c", - "[106]": "U+2039-203a,U+223c,U+25b3,U+25b7,U+25bd,U+25cf,U+266a,U+3002,U+300b,U+304b,U+3057,U+305f,U+306a-306b,U+307e,U+308a-308b,U+3093,U+30a2,U+30af,U+30b9,U+30c3,U+30c8,U+30e9-30eb,U+33a1,U+4e00,U+524d,U+5357,U+5b50,U+7121,U+884c,U+9751,U+ac94,U+aebe,U+aecd,U+af08,U+af41,U+af49,U+b010,U+b053,U+b109,U+b11b,U+b128,U+b154,U+b291,U+b2e6,U+b301,U+b385,U+b525,U+b5b4,U+b729,U+b72f,U+b738,U+b7ff,U+b837,U+b975,U+ba67,U+bb47,U+bc1f,U+bd90,U+bfd4,U+c27c,U+c324,U+c379,U+c3e0,U+c465,U+c53b,U+c58c,U+c610,U+c653,U+c6cd,U+c813,U+c82f,U+c999,U+c9e0,U+cac4,U+cad3,U+cbd4,U+cc10,U+cc22,U+ccb8,U+ccbc,U+cda5,U+ce84,U+cea3,U+cf67,U+cfe1,U+d241,U+d30d,U+d31c,U+d391,U+d401,U+d479,U+d5c9,U+d5db,U+d649,U+d6d4", - "[107]": "U+b0,U+e9,U+2193,U+2462,U+260e,U+261e,U+300e-300f,U+3044,U+30a4,U+30fb-30fc,U+314d,U+5973,U+6545,U+6708,U+7537,U+ac89,U+ac9c,U+acc1,U+ad04,U+ad75,U+ad7d,U+ae45,U+ae61,U+af42,U+b0ab,U+b0af,U+b0b3,U+b12c,U+b194,U+b1a8,U+b220,U+b258,U+b284,U+b2ff,U+b315,U+b371,U+b3d4-b3d5,U+b460,U+b527,U+b534,U+b810,U+b818,U+b98e,U+ba55,U+bbac,U+bc0b,U+bc40,U+bca1,U+bccd,U+bd93,U+be54,U+be5a,U+bf08,U+bf50,U+bf55,U+bfdc,U+c0c0,U+c0d0,U+c0f4,U+c100,U+c11e,U+c170,U+c20d,U+c274,U+c290,U+c308,U+c369,U+c539,U+c587,U+c5ff,U+c6ec,U+c70c,U+c7ad,U+c7c8,U+c83c,U+c881,U+cb48,U+cc60,U+ce69,U+ce6b,U+ce75,U+cf04,U+cf08,U+cf55,U+cf70,U+cffc,U+d0b7,U+d1a8,U+d2c8,U+d384,U+d47c,U+d48b,U+d5dd,U+d5e8,U+d720,U+d759,U+f981", - "[108]": "U+e0,U+e2,U+395,U+3b7,U+3ba,U+2460-2461,U+25a0,U+3010-3011,U+306e,U+30f3,U+314a,U+314c,U+5927,U+65b0,U+7e41,U+97d3,U+9ad4,U+ad49,U+ae0b,U+ae0d,U+ae43,U+ae5d,U+aecf,U+af3c,U+af64,U+afd4,U+b080,U+b084,U+b0c5,U+b10c,U+b1e8,U+b2ac,U+b36e,U+b451,U+b515,U+b540,U+b561,U+b6ab,U+b6b1,U+b72c,U+b730,U+b744,U+b800,U+b8ec,U+b8f0,U+b904,U+b968,U+b96d,U+b987,U+b9d9,U+bb36,U+bb49,U+bc2d,U+bc43,U+bcf6,U+bd89,U+be57,U+be61,U+bed4,U+c090,U+c130,U+c148,U+c19c,U+c2f9,U+c36c,U+c37c,U+c384,U+c3df,U+c575,U+c584,U+c660,U+c719,U+c816,U+ca4d,U+ca54,U+cabc,U+cb49,U+cc14,U+cff5,U+d004,U+d038,U+d0b4,U+d0d3,U+d0e0,U+d0ed,U+d131,U+d1b0,U+d31f,U+d33d,U+d3a0,U+d3ab,U+d514,U+d584,U+d6a1,U+d6cc,U+d749,U+d760,U+d799", - "[109]": "U+24,U+60,U+3b9,U+3bb,U+3bd,U+2191,U+2606,U+300c-300d,U+3131,U+3134,U+3139,U+3141-3142,U+3148,U+3161,U+3163,U+321c,U+4eba,U+5317,U+ac31,U+ac77,U+ac9f,U+acb9,U+acf0-acf1,U+acfd,U+ad73,U+af3d,U+b00c,U+b04a,U+b057,U+b0c4,U+b188,U+b1cc,U+b214,U+b2db,U+b2ee,U+b304,U+b4ed,U+b518,U+b5bc,U+b625,U+b69c-b69d,U+b7ac,U+b801,U+b86c,U+b959,U+b95c,U+b985,U+ba48,U+bb58,U+bc0c,U+bc38,U+bc85,U+bc9a,U+bf40,U+c068,U+c0bd,U+c0cc,U+c12f,U+c149,U+c1e0,U+c22b,U+c22d,U+c250,U+c2fc,U+c300,U+c313,U+c370,U+c3d8,U+c557,U+c580,U+c5e3,U+c62e,U+c634,U+c6f0,U+c74d,U+c783,U+c78e,U+c796,U+c7bc,U+c92c,U+ca4c,U+cc1c,U+cc54,U+cc59,U+ce04,U+cf30,U+cfc4,U+d140,U+d321,U+d38c,U+d399,U+d54f,U+d587,U+d5d0,U+d6e8,U+d770", - "[110]": "U+d7,U+ea,U+fc,U+2192,U+25bc,U+3000,U+3137,U+3145,U+315c,U+7f8e,U+ac13,U+ac71,U+ac90,U+acb8,U+ace7,U+ad7f,U+ae50,U+aef4,U+af34,U+afbc,U+b048,U+b09a,U+b0ad,U+b0bc,U+b113,U+b125,U+b141,U+b20c,U+b2d9,U+b2ed,U+b367,U+b369,U+b374,U+b3cb,U+b4ec,U+b611,U+b760,U+b81b,U+b834,U+b8b0,U+b8e1,U+b989,U+b9d1,U+b9e1,U+b9fa,U+ba4d,U+ba78,U+bb35,U+bb54,U+bbf9,U+bc11,U+bcb3,U+bd05,U+bd95,U+bdd4,U+be10,U+bed0,U+bf51,U+c0d8,U+c232,U+c2b7,U+c2eb,U+c378,U+c500,U+c52c,U+c549,U+c568,U+c598,U+c5c9,U+c61b,U+c639,U+c67c,U+c717,U+c78a,U+c80a,U+c90c-c90d,U+c950,U+c9e7,U+cbe4,U+cca9,U+cce4,U+cdb0,U+ce78,U+ce94,U+ce98,U+cf8c,U+d018,U+d034,U+d0f1,U+d1b1,U+d280,U+d2f8,U+d338,U+d380,U+d3b4,U+d610,U+d69f,U+d6fc,U+d758", - "[111]": "U+e7,U+2022,U+203b,U+25c0,U+2605,U+2661,U+3147,U+318d,U+672c,U+8a9e,U+acaa,U+acbc,U+ad1c,U+ae4a,U+ae5c,U+b044,U+b054,U+b0c8-b0c9,U+b2a6,U+b2d0,U+b35c,U+b364,U+b428,U+b454,U+b465,U+b4b7,U+b4e3,U+b51c,U+b5a1,U+b784,U+b790,U+b7ab,U+b7f4,U+b82c,U+b835,U+b8e9,U+b8f8,U+b9d8,U+b9f9,U+ba5c,U+ba64,U+babd,U+bb18,U+bb3b,U+bbff,U+bc0d,U+bc45,U+bc97,U+bcbc,U+be45,U+be75,U+be7c,U+bfcc,U+c0b6,U+c0f7,U+c14b,U+c2b4,U+c30d,U+c4f8,U+c5bb,U+c5d1,U+c5e0,U+c5ee,U+c5fd,U+c606,U+c6c5,U+c6e0,U+c708,U+c81d,U+c820,U+c824,U+c878,U+c918,U+c96c,U+c9e4,U+c9f1,U+cc2e,U+cd09,U+cea1,U+cef5,U+cef7,U+cf64,U+cf69,U+cfe8,U+d035,U+d0ac,U+d230,U+d234,U+d2f4,U+d31d,U+d575,U+d578,U+d608,U+d614,U+d718,U+d751,U+d761,U+d78c,U+d790", - "[112]": "U+2665,U+3160,U+4e2d,U+6587,U+65e5,U+ac12,U+ac14,U+ac16,U+ac81,U+ad34,U+ade0,U+ae54,U+aebc,U+af2c,U+afc0,U+afc8,U+b04c,U+b08c,U+b099,U+b0a9,U+b0ac,U+b0ae,U+b0b8,U+b123,U+b179,U+b2e5,U+b2f7,U+b4c0,U+b531,U+b538,U+b545,U+b550,U+b5a8,U+b6f0,U+b728,U+b73b,U+b7ad,U+b7ed,U+b809,U+b864,U+b86d,U+b871,U+b9bf,U+b9f5,U+ba40,U+ba4b,U+ba58,U+ba87,U+baac,U+bbc0,U+bc16,U+bc34,U+bd07,U+bd99,U+be59,U+bfd0,U+c058,U+c0e4,U+c0f5,U+c12d,U+c139,U+c228,U+c529,U+c5c7,U+c635,U+c637,U+c735,U+c77d,U+c787,U+c789,U+c8c4,U+c989,U+c98c,U+c9d0,U+c9d3,U+cc0c,U+cc99,U+cd0c,U+cd2c,U+cd98,U+cda4,U+ce59,U+ce60,U+ce6d,U+cea0,U+d0d0-d0d1,U+d0d5,U+d14d,U+d1a4,U+d29c,U+d2f1,U+d301,U+d39c,U+d3bc,U+d4e8,U+d540,U+d5ec,U+d640,U+d750", - "[113]": "U+5e,U+25b2,U+25b6,U+314e,U+ac24,U+ace1,U+ace4,U+ae68,U+af2d,U+b0d0,U+b0e5,U+b150,U+b155,U+b193,U+b2c9,U+b2dd,U+b3c8,U+b3fc,U+b410,U+b458,U+b4dd,U+b5a0,U+b5a4,U+b5bb,U+b7b5,U+b838,U+b840,U+b86f,U+b8f9,U+b960,U+b9e5,U+bab8,U+bb50,U+bc1d,U+bc24-bc25,U+bca8,U+bcbd,U+bd04,U+bd10,U+bd24,U+be48,U+be5b,U+be68,U+c05c,U+c12c,U+c140,U+c15c,U+c168,U+c194,U+c219,U+c27d,U+c2a8,U+c2f1,U+c2f8,U+c368,U+c554-c555,U+c559,U+c564,U+c5d8,U+c5fc,U+c625,U+c65c,U+c6b1,U+c728,U+c794,U+c84c,U+c88c,U+c8e0,U+c8fd,U+c998,U+c9dd,U+cc0d,U+cc30,U+ceec,U+cf13,U+cf1c,U+cf5c,U+d050,U+d07c,U+d0a8,U+d134,U+d138,U+d154,U+d1f4,U+d2bc,U+d329,U+d32c,U+d3d0,U+d3f4,U+d3fc,U+d56b,U+d5cc,U+d600-d601,U+d639,U+d6c8,U+d754,U+d765", - "[114]": "U+3c-3d,U+2026,U+24d2,U+314b,U+ac11,U+acf3,U+ad74,U+ad81,U+adf9,U+ae34,U+af43,U+afb8,U+b05d,U+b07c,U+b110,U+b118,U+b17c,U+b180,U+b18d,U+b192,U+b2cc,U+b355,U+b378,U+b4a4,U+b4ef,U+b78d,U+b799,U+b7a9,U+b7fd,U+b807,U+b80c,U+b839,U+b9b4,U+b9db,U+ba3c,U+bab0,U+bba4,U+bc94,U+be4c,U+c154,U+c1c4,U+c26c,U+c2ac,U+c2ed,U+c4f4,U+c55e,U+c561,U+c571,U+c5b5,U+c5c4,U+c654-c655,U+c695,U+c6e8,U+c6f9,U+c724,U+c751,U+c775,U+c7a0,U+c7c1,U+c874,U+c880,U+c9d5,U+c9f8,U+cabd,U+cc29,U+cc2c,U+cca8,U+ccab,U+ccd0,U+ce21,U+ce35,U+ce7c,U+ce90,U+cee8,U+cef4,U+cfe0,U+d070,U+d0b9,U+d0c1,U+d0c4,U+d0c8,U+d15c,U+d1a1,U+d2c0,U+d300,U+d314,U+d3ed,U+d478,U+d480,U+d48d,U+d508,U+d53d,U+d5e4,U+d611,U+d61c,U+d68d,U+d6a8,U+d798", - "[115]": "U+23,U+25,U+5f,U+a9,U+ac08,U+ac78,U+aca8,U+acac,U+ace8,U+ad70,U+adc0,U+addc,U+b137,U+b140,U+b208,U+b290,U+b2f5,U+b3c5,U+b3cc,U+b420,U+b429,U+b529,U+b530,U+b77d,U+b79c,U+b7a8,U+b7c9,U+b7f0,U+b7fc,U+b828,U+b860,U+b9ad,U+b9c1,U+b9c9,U+b9dd-b9de,U+b9e8,U+ba38-ba39,U+babb,U+bc00,U+bc8c,U+bca0,U+bca4,U+bcd1,U+bcfc,U+bd09,U+bdf0,U+be60,U+c0ad,U+c0b4,U+c0bc,U+c190,U+c1fc,U+c220,U+c288,U+c2b9,U+c2f6,U+c528,U+c545,U+c558,U+c5bc,U+c5d4,U+c600,U+c644,U+c6c0,U+c6c3,U+c721,U+c798,U+c7a1,U+c811,U+c838,U+c871,U+c904,U+c990,U+c9dc,U+cc38,U+cc44,U+cca0,U+cd1d,U+cd95,U+cda9,U+ce5c,U+cf00,U+cf58,U+d150,U+d22c,U+d305,U+d328,U+d37c,U+d3f0,U+d551,U+d5a5,U+d5c8,U+d5d8,U+d63c,U+d64d,U+d669,U+d734,U+d76c", - "[116]": "U+26,U+2b,U+3e,U+40,U+7e,U+ac01,U+ac19,U+ac1d,U+aca0,U+aca9,U+acb0,U+ad8c,U+ae09,U+ae38,U+ae40,U+aed8,U+b09c,U+b0a0,U+b108,U+b204,U+b298,U+b2d8,U+b2eb-b2ec,U+b2f4,U+b313,U+b358,U+b450,U+b4e0,U+b54c,U+b610,U+b780,U+b78c,U+b791,U+b8e8,U+b958,U+b974,U+b984,U+b9b0,U+b9bc-b9bd,U+b9ce,U+ba70,U+bbfc,U+bc0f,U+bc15,U+bc1b,U+bc31,U+bc95,U+bcc0,U+bcc4,U+bd81,U+bd88,U+c0c8,U+c11d,U+c13c,U+c158,U+c18d,U+c1a1,U+c21c,U+c4f0,U+c54a,U+c560,U+c5b8,U+c5c8,U+c5f4,U+c628,U+c62c,U+c678,U+c6cc,U+c808,U+c810,U+c885,U+c88b,U+c900,U+c988,U+c99d,U+c9c8,U+cc3d-cc3e,U+cc45,U+cd08,U+ce20,U+cee4,U+d074,U+d0a4,U+d0dd,U+d2b9,U+d3b8,U+d3c9,U+d488,U+d544,U+d559,U+d56d,U+d588,U+d615,U+d648,U+d655,U+d658,U+d65c", - "[117]": "U+d,U+48,U+7c,U+ac10,U+ac15,U+ac74,U+ac80,U+ac83,U+acc4,U+ad11,U+ad50,U+ad6d,U+adfc,U+ae00,U+ae08,U+ae4c,U+b0a8,U+b124,U+b144,U+b178,U+b274,U+b2a5,U+b2e8,U+b2f9,U+b354,U+b370,U+b418,U+b41c,U+b4f1,U+b514,U+b798,U+b808,U+b824-b825,U+b8cc,U+b978,U+b9d0,U+b9e4,U+baa9,U+bb3c,U+bc18,U+bc1c,U+bc30,U+bc84,U+bcf5,U+bcf8,U+bd84,U+be0c,U+be14,U+c0b0,U+c0c9,U+c0dd,U+c124,U+c2dd,U+c2e4,U+c2ec,U+c54c,U+c57c-c57d,U+c591,U+c5c5-c5c6,U+c5ed,U+c608,U+c640,U+c6b8,U+c6d4,U+c784,U+c7ac,U+c800-c801,U+c9c1,U+c9d1,U+cc28,U+cc98,U+cc9c,U+ccad,U+cd5c,U+cd94,U+cd9c,U+cde8,U+ce68,U+cf54,U+d0dc,U+d14c,U+d1a0,U+d1b5,U+d2f0,U+d30c,U+d310,U+d398,U+d45c,U+d50c,U+d53c,U+d560,U+d568,U+d589,U+d604,U+d6c4,U+d788", - "[118]": "U+39,U+49,U+4d-4e,U+a0,U+ac04,U+ac1c,U+ac70,U+ac8c,U+acbd,U+acf5,U+acfc,U+ad00,U+ad6c,U+adf8,U+b098,U+b0b4,U+b294,U+b2c8,U+b300,U+b3c4,U+b3d9,U+b4dc,U+b4e4,U+b77c,U+b7ec,U+b85d,U+b97c,U+b9c8,U+b9cc,U+ba54,U+ba74,U+ba85,U+baa8,U+bb34,U+bb38,U+bbf8,U+bc14,U+bc29,U+bc88,U+bcf4,U+bd80,U+be44,U+c0c1,U+c11c,U+c120,U+c131,U+c138,U+c18c,U+c218,U+c2b5,U+c2e0,U+c544,U+c548,U+c5b4,U+c5d0,U+c5ec,U+c5f0,U+c601,U+c624,U+c694,U+c6a9,U+c6b0,U+c6b4,U+c6d0,U+c704,U+c720,U+c73c,U+c740,U+c744,U+c74c,U+c758,U+c77c,U+c785,U+c788,U+c790-c791,U+c7a5,U+c804,U+c815,U+c81c,U+c870,U+c8fc,U+c911,U+c9c4,U+ccb4,U+ce58,U+ce74,U+d06c,U+d0c0,U+d130,U+d2b8,U+d3ec,U+d504,U+d55c,U+d569,U+d574,U+d638,U+d654,U+d68c", - "[119]": "U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "200": { "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.0.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.1.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.2.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.3.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.9.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.10.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[11]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.11.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.11.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.11.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.11.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[12]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.12.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.12.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.12.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.12.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[13]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.13.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.13.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.13.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.13.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[14]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.14.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.14.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.14.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.14.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.15.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.16.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.17.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[18]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.18.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.18.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.18.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.18.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.93.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[94]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.94.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.94.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.94.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[95]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.95.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.95.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.95.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[96]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.96.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.96.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.96.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.96.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbDKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbDKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbIKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbIKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbJKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbJKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihCwOxTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihCwOxTM19Zlcg.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbHKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPdbHKrSbxQCVh3Y.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf" } } } }, - "300": { + "800": { "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.0.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.1.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.2.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.3.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.9.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.10.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[11]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.11.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.11.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.11.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.11.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[12]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.12.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.12.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.12.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.12.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[13]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.13.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.13.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.13.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.13.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[14]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.14.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.14.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.14.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.14.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.15.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.16.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.17.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[18]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.18.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.18.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.18.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.18.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.93.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[94]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.94.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.94.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.94.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[95]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.95.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.95.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.95.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[96]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.96.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.96.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.96.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.96.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbDKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbDKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbIKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbIKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbJKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbJKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxBwOxTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxBwOxTM19Zlcg.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbHKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPdbHKrSbxQCVh3Y.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf" } } } }, - "400": { + "900": { "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.0.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.1.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.2.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.3.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.9.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.10.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[11]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.11.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.11.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.11.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.11.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[12]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.12.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.12.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.12.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.12.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[13]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.13.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.13.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.13.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.13.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[14]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.14.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.14.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.14.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.14.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.15.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.16.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.17.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[18]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.18.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.18.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.18.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.18.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.93.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[94]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.94.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.94.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.94.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[95]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.95.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.95.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.95.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[96]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.96.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.96.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.96.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.96.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduNp0uNzcmdRk6NBSYsXpcC_HIoOgGv0PTY.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebFSKO70WL01xUKjHh_pOPGCzEHDMIbkQ.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebDILO5wSiX5WBu-WF7i-bNCCMXP9Ju92PugSPO7A.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbDKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbDKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbIKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbIKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbJKrKJwA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbJKrSbxQCVh3Zc6A.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbHKrI.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPdbHKrSbxQCVh3Y.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifjp/v28/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2024-05-14", + "version": "v28", + "category": "serif" + }, + "noto-serif-kannada": { + "family": "Noto Serif Kannada", + "id": "noto-serif-kannada", + "subsets": ["kannada", "latin", "latin-ext"], + "weights": [100, 200, 300, 400, 500, 600, 700, 800, 900], + "styles": ["normal"], + "unicodeRange": { + "kannada": "U+0964-0965,U+0C80-0CF2,U+200C-200D,U+20B9,U+25CC", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "100": { + "normal": { + "kannada": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCQflD7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCQflD6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCceQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCQe1D7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCQe1D6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCceQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCQeND7g.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCQeND6HkqkcNIEw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCceQ.ttf" + } + } + } + }, + "200": { + "normal": { + "kannada": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDQflD7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDQflD6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDceQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDQe1D7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDQe1D6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDceQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDQeND7g.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDQeND6HkqkcNIEw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDceQ.ttf" + } + } + } + }, + "300": { + "normal": { + "kannada": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDQflD7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDQflD6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDceQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDQe1D7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDQe1D6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDceQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDQeND7g.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDQeND6HkqkcNIEw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDceQ.ttf" + } + } + } + }, + "400": { + "normal": { + "kannada": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDQflD7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDQflD6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDceQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDQe1D7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDQe1D6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDceQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDQeND7g.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDQeND6HkqkcNIEw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDceQ.ttf" + } + } + } + }, + "500": { + "normal": { + "kannada": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDQflD7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDQflD6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDceQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDQe1D7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDQe1D6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDceQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDQeND7g.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDQeND6HkqkcNIEw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDceQ.ttf" + } + } + } + }, + "600": { + "normal": { + "kannada": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEQflD7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEQflD6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEceQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEQe1D7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEQe1D6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEceQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEQeND7g.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEQeND6HkqkcNIEw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEceQ.ttf" + } + } + } + }, + "700": { + "normal": { + "kannada": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEQflD7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEQflD6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEceQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEQe1D7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEQe1D6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEceQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEQeND7g.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEQeND6HkqkcNIEw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEceQ.ttf" + } + } + } + }, + "800": { + "normal": { + "kannada": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEQflD7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEQflD6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEceQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEQe1D7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEQe1D6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEceQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEQeND7g.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEQeND6HkqkcNIEw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEceQ.ttf" + } + } + } + }, + "900": { + "normal": { + "kannada": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EQflD7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EQflD6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EceQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EQe1D7msv.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EQe1D6HkqkcNIEyek.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EceQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EQeND7g.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EQeND6HkqkcNIEw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EceQ.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2023-10-25", + "version": "v27", + "category": "serif" + }, + "noto-serif-khitan-small-script": { + "family": "Noto Serif Khitan Small Script", + "id": "noto-serif-khitan-small-script", + "subsets": ["khitan-small-script", "latin", "latin-ext"], + "weights": [400], + "styles": ["normal"], + "unicodeRange": { + "khitan-small-script": "U+16FE4,U+18B00-18CD5", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "400": { + "normal": { + "khitan-small-script": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4Tcy-J_0uGE.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4Tcy-J_1POHfQ3ZkQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TsZw.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TcbsNa79g.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TcbsNc_duNdTXg.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TsZw.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TcYMNa.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TcYMNc_duNdQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TsZw.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2023-08-25", + "version": "v4", + "category": "serif" + }, + "noto-serif-khmer": { + "family": "Noto Serif Khmer", + "id": "noto-serif-khmer", + "subsets": ["khmer", "latin", "latin-ext"], + "weights": [100, 200, 300, 400, 500, 600, 700, 800, 900], + "styles": ["normal"], + "unicodeRange": { + "khmer": "U+1780-17FF,U+19E0-19FF,U+200C,U+25CC", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "100": { + "normal": { + "khmer": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4AUExLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4AUExN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4wXA.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4AVUxLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4AVUxN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4wXA.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXRudj1Q.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXRudj08FxOHU.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4AW0xL.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4AW0xN138ox-Fu.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4wXA.ttf" + } + } + } + }, + "200": { + "normal": { + "khmer": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8AUExLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8AUExN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8wXA.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8AVUxLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8AVUxN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8wXA.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8AW0xL.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8AW0xN138ox-Fu.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8wXA.ttf" + } + } + } + }, + "300": { + "normal": { + "khmer": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8AUExLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8AUExN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8wXA.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8AVUxLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8AVUxN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8wXA.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8AW0xL.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8AW0xN138ox-Fu.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8wXA.ttf" + } + } + } + }, + "400": { + "normal": { + "khmer": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8AUExLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8AUExN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8wXA.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8AVUxLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8AVUxN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8wXA.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8AW0xL.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8AW0xN138ox-Fu.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8wXA.ttf" } } } }, "500": { + "normal": { + "khmer": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8AUExLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8AUExN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8wXA.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8AVUxLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8AVUxN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8wXA.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8AW0xL.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8AW0xN138ox-Fu.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8wXA.ttf" + } + } + } + }, + "600": { + "normal": { + "khmer": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgAUExLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgAUExN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgwXA.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgAVUxLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgAVUxN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgwXA.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgAW0xL.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgAW0xN138ox-Fu.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgwXA.ttf" + } + } + } + }, + "700": { + "normal": { + "khmer": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgAUExLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgAUExN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgwXA.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgAVUxLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgAVUxN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgwXA.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgAW0xL.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgAW0xN138ox-Fu.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgwXA.ttf" + } + } + } + }, + "800": { + "normal": { + "khmer": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgAUExLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgAUExN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgwXA.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgAVUxLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgAVUxN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgwXA.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgAW0xL.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgAW0xN138ox-Fu.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgwXA.ttf" + } + } + } + }, + "900": { + "normal": { + "khmer": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgAUExLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgAUExN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgwXA.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgAVUxLxXo.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgAVUxN138ox-FuN74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgwXA.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgAW0xL.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgAW0xN138ox-Fu.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgwXA.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2023-10-25", + "version": "v25", + "category": "serif" + }, + "noto-serif-khojki": { + "family": "Noto Serif Khojki", + "id": "noto-serif-khojki", + "subsets": ["khojki", "latin", "latin-ext"], + "weights": [400, 500, 600, 700], + "styles": ["normal"], + "unicodeRange": { + "khojki": "U+0AE6-0AEF,U+200C-200D,U+25CC,U+A830-A839,U+11200-1124F", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "400": { + "normal": { + "khojki": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghftpcRhc4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghftpcXl8tXALvJSY4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghvyQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghfwJcRhc4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghfwJcXl8tXALvJSY4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghvyQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghfzpcR.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghfzpcXl8tXALvJ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghvyQ.ttf" + } + } + } + }, + "500": { + "normal": { + "khojki": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhftpcRhc4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhftpcXl8tXALvJSY4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhvyQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhfwJcRhc4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhfwJcXl8tXALvJSY4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhvyQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhfzpcR.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhfzpcXl8tXALvJ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhvyQ.ttf" + } + } + } + }, + "600": { + "normal": { + "khojki": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9ftpcRhc4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9ftpcXl8tXALvJSY4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9vyQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9fwJcRhc4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9fwJcXl8tXALvJSY4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9vyQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9fzpcR.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9fzpcXl8tXALvJ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9vyQ.ttf" + } + } + } + }, + "700": { + "normal": { + "khojki": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9ftpcRhc4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9ftpcXl8tXALvJSY4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9vyQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9fwJcRhc4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9fwJcXl8tXALvJSY4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9vyQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9fzpcR.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9fzpcXl8tXALvJ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9vyQ.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2024-02-02", + "version": "v11", + "category": "serif" + }, + "noto-serif-kr": { + "family": "Noto Serif KR", + "id": "noto-serif-kr", + "subsets": ["cyrillic", "korean", "latin", "latin-ext", "vietnamese"], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], + "styles": ["normal"], + "unicodeRange": { + "[0]": "U+f9ca-fa0b,U+ff03-ff05,U+ff07,U+ff0a-ff0b,U+ff0d-ff19,U+ff1b,U+ff1d,U+ff20-ff5b,U+ff5d,U+ffe0-ffe3,U+ffe5-ffe6", + "[1]": "U+f92f-f980,U+f982-f9c9", + "[2]": "U+d723-d728,U+d72a-d733,U+d735-d748,U+d74a-d74f,U+d752-d753,U+d755-d757,U+d75a-d75f,U+d762-d764,U+d766-d768,U+d76a-d76b,U+d76d-d76f,U+d771-d787,U+d789-d78b,U+d78d-d78f,U+d791-d797,U+d79a,U+d79c,U+d79e-d7a3,U+f900-f909,U+f90b-f92e", + "[3]": "U+d679-d68b,U+d68e-d69e,U+d6a0,U+d6a2-d6a7,U+d6a9-d6c3,U+d6c6-d6c7,U+d6c9-d6cb,U+d6cd-d6d3,U+d6d5-d6d6,U+d6d8-d6e3,U+d6e5-d6e7,U+d6e9-d6fb,U+d6fd-d717,U+d719-d71f,U+d721-d722", + "[4]": "U+d5bc-d5c7,U+d5ca-d5cb,U+d5cd-d5cf,U+d5d1-d5d7,U+d5d9-d5da,U+d5dc,U+d5de-d5e3,U+d5e6-d5e7,U+d5e9-d5eb,U+d5ed-d5f6,U+d5f8,U+d5fa-d5ff,U+d602-d603,U+d605-d607,U+d609-d60f,U+d612-d613,U+d616-d61b,U+d61d-d637,U+d63a-d63b,U+d63d-d63f,U+d641-d647,U+d64a-d64c,U+d64e-d653,U+d656-d657,U+d659-d65b,U+d65d-d666,U+d668,U+d66a-d678", + "[5]": "U+d507,U+d509-d50b,U+d50d-d513,U+d515-d53b,U+d53e-d53f,U+d541-d543,U+d545-d54c,U+d54e,U+d550,U+d552-d557,U+d55a-d55b,U+d55d-d55f,U+d561-d564,U+d566-d567,U+d56a,U+d56c,U+d56e-d573,U+d576-d577,U+d579-d583,U+d585-d586,U+d58a-d5a4,U+d5a6-d5bb", + "[6]": "U+d464-d477,U+d47a-d47b,U+d47d-d47f,U+d481-d487,U+d489-d48a,U+d48c,U+d48e-d4e7,U+d4e9-d503,U+d505-d506", + "[7]": "U+d3bf-d3c7,U+d3ca-d3cf,U+d3d1-d3eb,U+d3ee-d3ef,U+d3f1-d3f3,U+d3f5-d3fb,U+d3fd-d400,U+d402-d45b,U+d45d-d463", + "[8]": "U+d2ff,U+d302-d304,U+d306-d30b,U+d30f,U+d311-d313,U+d315-d31b,U+d31e,U+d322-d324,U+d326-d327,U+d32a-d32b,U+d32d-d32f,U+d331-d337,U+d339-d33c,U+d33e-d37b,U+d37e-d37f,U+d381-d383,U+d385-d38b,U+d38e-d390,U+d392-d397,U+d39a-d39b,U+d39d-d39f,U+d3a1-d3a7,U+d3a9-d3aa,U+d3ac,U+d3ae-d3b3,U+d3b5-d3b7,U+d3b9-d3bb,U+d3bd-d3be", + "[9]": "U+d257-d27f,U+d281-d29b,U+d29d-d29f,U+d2a1-d2ab,U+d2ad-d2b7,U+d2ba-d2bb,U+d2bd-d2bf,U+d2c1-d2c7,U+d2c9-d2ef,U+d2f2-d2f3,U+d2f5-d2f7,U+d2f9-d2fe", + "[10]": "U+d1b4,U+d1b6-d1f3,U+d1f5-d22b,U+d22e-d22f,U+d231-d233,U+d235-d23b,U+d23d-d240,U+d242-d256", + "[11]": "U+d105-d12f,U+d132-d133,U+d135-d137,U+d139-d13f,U+d141-d142,U+d144,U+d146-d14b,U+d14e-d14f,U+d151-d153,U+d155-d15b,U+d15e-d187,U+d189-d19f,U+d1a2-d1a3,U+d1a5-d1a7,U+d1a9-d1af,U+d1b2-d1b3", + "[12]": "U+d04b-d04f,U+d051-d057,U+d059-d06b,U+d06d-d06f,U+d071-d073,U+d075-d07b,U+d07e-d0a3,U+d0a6-d0a7,U+d0a9-d0ab,U+d0ad-d0b3,U+d0b6,U+d0b8,U+d0ba-d0bf,U+d0c2-d0c3,U+d0c5-d0c7,U+d0c9-d0cf,U+d0d2,U+d0d6-d0db,U+d0de-d0df,U+d0e1-d0e3,U+d0e5-d0eb,U+d0ee-d0f0,U+d0f2-d104", + "[13]": "U+cfa2-cfc3,U+cfc5-cfdf,U+cfe2-cfe3,U+cfe5-cfe7,U+cfe9-cff4,U+cff6-cffb,U+cffd-cfff,U+d001-d003,U+d005-d017,U+d019-d033,U+d036-d037,U+d039-d03b,U+d03d-d04a", + "[14]": "U+cef0-cef3,U+cef6,U+cef9-ceff,U+cf01-cf03,U+cf05-cf07,U+cf09-cf0f,U+cf11-cf12,U+cf14-cf1b,U+cf1d-cf1f,U+cf21-cf2f,U+cf31-cf53,U+cf56-cf57,U+cf59-cf5b,U+cf5d-cf63,U+cf66,U+cf68,U+cf6a-cf6f,U+cf71-cf84,U+cf86-cf8b,U+cf8d-cfa1", + "[15]": "U+ce3c-ce57,U+ce5a-ce5b,U+ce5d-ce5f,U+ce61-ce67,U+ce6a,U+ce6c,U+ce6e-ce73,U+ce76-ce77,U+ce79-ce7b,U+ce7d-ce83,U+ce85-ce88,U+ce8a-ce8f,U+ce91-ce93,U+ce95-ce97,U+ce99-ce9f,U+cea2,U+cea4-ceab,U+cead-cee3,U+cee6-cee7,U+cee9-ceeb,U+ceed-ceef", + "[16]": "U+cd92-cd93,U+cd96-cd97,U+cd99-cd9b,U+cd9d-cda3,U+cda6-cda8,U+cdaa-cdaf,U+cdb1-cdc3,U+cdc5-cdcb,U+cdcd-cde7,U+cde9-ce03,U+ce05-ce1f,U+ce22-ce34,U+ce36-ce3b", + "[17]": "U+ccef-cd07,U+cd0a-cd0b,U+cd0d-cd1a,U+cd1c,U+cd1e-cd2b,U+cd2d-cd5b,U+cd5d-cd77,U+cd79-cd91", + "[18]": "U+cc3f-cc43,U+cc46-cc47,U+cc49-cc4b,U+cc4d-cc53,U+cc55-cc58,U+cc5a-cc5f,U+cc61-cc97,U+cc9a-cc9b,U+cc9d-cc9f,U+cca1-cca7,U+ccaa,U+ccac,U+ccae-ccb3,U+ccb6-ccb7,U+ccb9-ccbb,U+ccbd-cccf,U+ccd1-cce3,U+cce5-ccee", + "[19]": "U+cb91-cbd3,U+cbd5-cbe3,U+cbe5-cc0b,U+cc0e-cc0f,U+cc11-cc13,U+cc15-cc1b,U+cc1d-cc20,U+cc23-cc27,U+cc2a-cc2b,U+cc2d,U+cc2f,U+cc31-cc37,U+cc3a,U+cc3c", + "[20]": "U+caf4-cb47,U+cb4a-cb90", + "[21]": "U+ca4a-ca4b,U+ca4e-ca4f,U+ca51-ca53,U+ca55-ca5b,U+ca5d-ca60,U+ca62-ca83,U+ca85-cabb,U+cabe-cabf,U+cac1-cac3,U+cac5-cacb,U+cacd-cad0,U+cad2,U+cad4-cad8,U+cada-caf3", + "[22]": "U+c996-c997,U+c99a-c99c,U+c99e-c9bf,U+c9c2-c9c3,U+c9c5-c9c7,U+c9c9-c9cf,U+c9d2,U+c9d4,U+c9d7-c9d8,U+c9db,U+c9de-c9df,U+c9e1-c9e3,U+c9e5-c9e6,U+c9e8-c9eb,U+c9ee-c9f0,U+c9f2-c9f7,U+c9f9-ca0b,U+ca0d-ca28,U+ca2a-ca49", + "[23]": "U+c8e9-c8f4,U+c8f6-c8fb,U+c8fe-c8ff,U+c901-c903,U+c905-c90b,U+c90e-c910,U+c912-c917,U+c919-c92b,U+c92d-c94f,U+c951-c953,U+c955-c96b,U+c96d-c973,U+c975-c987,U+c98a-c98b,U+c98d-c98f,U+c991-c995", + "[24]": "U+c841-c84b,U+c84d-c86f,U+c872-c873,U+c875-c877,U+c879-c87f,U+c882-c884,U+c887-c88a,U+c88d-c8c3,U+c8c5-c8df,U+c8e1-c8e8", + "[25]": "U+c779-c77b,U+c77e-c782,U+c786,U+c78b,U+c78d,U+c78f,U+c792-c793,U+c795,U+c797,U+c799-c79f,U+c7a2,U+c7a7-c7ab,U+c7ae-c7bb,U+c7bd-c7c0,U+c7c2-c7c7,U+c7c9-c7dc,U+c7de-c7ff,U+c802-c803,U+c805-c807,U+c809,U+c80b-c80f,U+c812,U+c814,U+c817-c81b,U+c81e-c81f,U+c821-c823,U+c825-c82e,U+c830-c837,U+c839-c83b,U+c83d-c840", + "[26]": "U+c6bb-c6bf,U+c6c2,U+c6c4,U+c6c6-c6cb,U+c6ce-c6cf,U+c6d1-c6d3,U+c6d5-c6db,U+c6dd-c6df,U+c6e1-c6e7,U+c6e9-c6eb,U+c6ed-c6ef,U+c6f1-c6f8,U+c6fa-c703,U+c705-c707,U+c709-c70b,U+c70d-c716,U+c718,U+c71a-c71f,U+c722-c723,U+c725-c727,U+c729-c734,U+c736-c73b,U+c73e-c73f,U+c741-c743,U+c745-c74b,U+c74e-c750,U+c752-c757,U+c759-c773,U+c776-c777", + "[27]": "U+c5f5-c5fb,U+c5fe,U+c602-c605,U+c607,U+c609-c60f,U+c611-c61a,U+c61c-c623,U+c626-c627,U+c629-c62b,U+c62d,U+c62f-c632,U+c636,U+c638,U+c63a-c63f,U+c642-c643,U+c645-c647,U+c649-c652,U+c656-c65b,U+c65d-c65f,U+c661-c663,U+c665-c677,U+c679-c67b,U+c67d-c693,U+c696-c697,U+c699-c69b,U+c69d-c6a3,U+c6a6,U+c6a8,U+c6aa-c6af,U+c6b2-c6b3,U+c6b5-c6b7,U+c6b9-c6ba", + "[28]": "U+c517-c527,U+c52a-c52b,U+c52d-c52f,U+c531-c538,U+c53a,U+c53c,U+c53e-c543,U+c546-c547,U+c54b,U+c54d-c552,U+c556,U+c55a-c55b,U+c55d,U+c55f,U+c562-c563,U+c565-c567,U+c569-c56f,U+c572,U+c574,U+c576-c57b,U+c57e-c57f,U+c581-c583,U+c585-c586,U+c588-c58b,U+c58e,U+c590,U+c592-c596,U+c599-c5b3,U+c5b6-c5b7,U+c5ba,U+c5be-c5c3,U+c5ca-c5cb,U+c5cd,U+c5cf,U+c5d2-c5d3,U+c5d5-c5d7,U+c5d9-c5df,U+c5e1-c5e2,U+c5e4,U+c5e6-c5eb,U+c5ef,U+c5f1-c5f3", + "[29]": "U+c475-c4ef,U+c4f2-c4f3,U+c4f5-c4f7,U+c4f9-c4ff,U+c502-c50b,U+c50d-c516", + "[30]": "U+c3d0-c3d7,U+c3da-c3db,U+c3dd-c3de,U+c3e1-c3ec,U+c3ee-c3f3,U+c3f5-c42b,U+c42d-c463,U+c466-c474", + "[31]": "U+c32b-c367,U+c36a-c36b,U+c36d-c36f,U+c371-c377,U+c37a-c37b,U+c37e-c383,U+c385-c387,U+c389-c3cf", + "[32]": "U+c26a-c26b,U+c26d-c26f,U+c271-c273,U+c275-c27b,U+c27e-c287,U+c289-c28f,U+c291-c297,U+c299-c29a,U+c29c-c2a3,U+c2a5-c2a7,U+c2a9-c2ab,U+c2ad-c2b3,U+c2b6,U+c2b8,U+c2ba-c2bb,U+c2bd-c2db,U+c2de-c2df,U+c2e1-c2e2,U+c2e5-c2ea,U+c2ee,U+c2f0,U+c2f2-c2f5,U+c2f7,U+c2fa-c2fb,U+c2fd-c2ff,U+c301-c307,U+c309-c30c,U+c30e-c312,U+c315-c323,U+c325-c328,U+c32a", + "[33]": "U+c1bc-c1c3,U+c1c5-c1df,U+c1e1-c1fb,U+c1fd-c203,U+c205-c20c,U+c20e,U+c210-c217,U+c21a-c21b,U+c21d-c21e,U+c221-c227,U+c229-c22a,U+c22c,U+c22e,U+c230,U+c233-c24f,U+c251-c257,U+c259-c269", + "[34]": "U+c101-c11b,U+c11f,U+c121-c123,U+c125-c12b,U+c12e,U+c132-c137,U+c13a-c13b,U+c13d-c13f,U+c141-c147,U+c14a,U+c14c-c153,U+c155-c157,U+c159-c15b,U+c15d-c166,U+c169-c16f,U+c171-c177,U+c179-c18b,U+c18e-c18f,U+c191-c193,U+c195-c19b,U+c19d-c19e,U+c1a0,U+c1a2-c1a4,U+c1a6-c1bb", + "[35]": "U+c049-c057,U+c059-c05b,U+c05d-c05f,U+c061-c067,U+c069-c08f,U+c091-c0ab,U+c0ae-c0af,U+c0b1-c0b3,U+c0b5,U+c0b7-c0bb,U+c0be,U+c0c2-c0c7,U+c0ca-c0cb,U+c0cd-c0cf,U+c0d1-c0d7,U+c0d9-c0da,U+c0dc,U+c0de-c0e3,U+c0e5-c0eb,U+c0ed-c0f3,U+c0f6,U+c0f8,U+c0fa-c0ff", + "[36]": "U+bfa7-bfaf,U+bfb1-bfc4,U+bfc6-bfcb,U+bfce-bfcf,U+bfd1-bfd3,U+bfd5-bfdb,U+bfdd-c048", + "[37]": "U+bf07,U+bf09-bf3f,U+bf41-bf4f,U+bf52-bf54,U+bf56-bfa6", + "[38]": "U+be56,U+be58,U+be5c-be5f,U+be62-be63,U+be65-be67,U+be69-be74,U+be76-be7b,U+be7e-be7f,U+be81-be8e,U+be90,U+be92-bea7,U+bea9-becf,U+bed2-bed3,U+bed5-bed6,U+bed9-bee3,U+bee6-bf06", + "[39]": "U+bdb0-bdd3,U+bdd5-bdef,U+bdf1-be0b,U+be0d-be0f,U+be11-be13,U+be15-be43,U+be46-be47,U+be49-be4b,U+be4d-be53", + "[40]": "U+bd03,U+bd06,U+bd08,U+bd0a-bd0f,U+bd11-bd22,U+bd25-bd47,U+bd49-bd58,U+bd5a-bd7f,U+bd82-bd83,U+bd85-bd87,U+bd8a-bd8f,U+bd91-bd92,U+bd94,U+bd96-bd98,U+bd9a-bdaf", + "[41]": "U+bc4e-bc83,U+bc86-bc87,U+bc89-bc8b,U+bc8d-bc93,U+bc96,U+bc98,U+bc9b-bc9f,U+bca2-bca3,U+bca5-bca7,U+bca9-bcb2,U+bcb4-bcbb,U+bcbe-bcbf,U+bcc1-bcc3,U+bcc5-bccc,U+bcce-bcd0,U+bcd2-bcd4,U+bcd6-bcf3,U+bcf7,U+bcf9-bcfb,U+bcfd-bd02", + "[42]": "U+bb90-bba3,U+bba5-bbab,U+bbad-bbbf,U+bbc1-bbf7,U+bbfa-bbfb,U+bbfd-bbfe,U+bc01-bc07,U+bc09-bc0a,U+bc0e,U+bc10,U+bc12-bc13,U+bc17,U+bc19-bc1a,U+bc1e,U+bc20-bc23,U+bc26,U+bc28,U+bc2a-bc2c,U+bc2e-bc2f,U+bc32-bc33,U+bc35-bc37,U+bc39-bc3f,U+bc41-bc42,U+bc44,U+bc46-bc48,U+bc4a-bc4d", + "[43]": "U+bae6-bafb,U+bafd-bb17,U+bb19-bb33,U+bb37,U+bb39-bb3a,U+bb3d-bb43,U+bb45-bb46,U+bb48,U+bb4a-bb4f,U+bb51-bb53,U+bb55-bb57,U+bb59-bb62,U+bb64-bb8f", + "[44]": "U+ba30-ba37,U+ba3a-ba3b,U+ba3d-ba3f,U+ba41-ba47,U+ba49-ba4a,U+ba4c,U+ba4e-ba53,U+ba56-ba57,U+ba59-ba5b,U+ba5d-ba63,U+ba65-ba66,U+ba68-ba6f,U+ba71-ba73,U+ba75-ba77,U+ba79-ba84,U+ba86,U+ba88-baa7,U+baaa,U+baad-baaf,U+bab1-bab7,U+baba,U+babc,U+babe-bae5", + "[45]": "U+b96e-b973,U+b976-b977,U+b979-b97b,U+b97d-b983,U+b986,U+b988,U+b98a-b98d,U+b98f-b9ab,U+b9ae-b9af,U+b9b1-b9b3,U+b9b5-b9bb,U+b9be,U+b9c0,U+b9c2-b9c7,U+b9ca-b9cb,U+b9cd,U+b9d2-b9d7,U+b9da,U+b9dc,U+b9df-b9e0,U+b9e2,U+b9e6-b9e7,U+b9e9-b9f3,U+b9f6,U+b9f8,U+b9fb-ba2f", + "[46]": "U+b8bf-b8cb,U+b8cd-b8e0,U+b8e2-b8e7,U+b8ea-b8eb,U+b8ed-b8ef,U+b8f1-b8f7,U+b8fa,U+b8fc,U+b8fe-b903,U+b905-b917,U+b919-b91f,U+b921-b93b,U+b93d-b957,U+b95a-b95b,U+b95d-b95f,U+b961-b967,U+b969-b96c", + "[47]": "U+b80d-b80f,U+b811-b817,U+b81a,U+b81c-b823,U+b826-b827,U+b829-b82b,U+b82d-b833,U+b836,U+b83a-b83f,U+b841-b85b,U+b85e-b85f,U+b861-b863,U+b865-b86b,U+b86e,U+b870,U+b872-b8af,U+b8b1-b8be", + "[48]": "U+b74d-b75f,U+b761-b763,U+b765-b774,U+b776-b77b,U+b77e-b77f,U+b781-b783,U+b785-b78b,U+b78e,U+b792-b796,U+b79a-b79b,U+b79d-b7a7,U+b7aa,U+b7ae-b7b3,U+b7b6-b7c8,U+b7ca-b7eb,U+b7ee-b7ef,U+b7f1-b7f3,U+b7f5-b7fb,U+b7fe,U+b802-b806,U+b80a-b80b", + "[49]": "U+b6a7-b6aa,U+b6ac-b6b0,U+b6b2-b6ef,U+b6f1-b727,U+b72a-b72b,U+b72d-b72e,U+b731-b737,U+b739-b73a,U+b73c-b743,U+b745-b74c", + "[50]": "U+b605-b60f,U+b612-b617,U+b619-b624,U+b626-b69b,U+b69e-b6a3,U+b6a5-b6a6", + "[51]": "U+b55f,U+b562-b583,U+b585-b59f,U+b5a2-b5a3,U+b5a5-b5a7,U+b5a9-b5b2,U+b5b5-b5ba,U+b5bd-b604", + "[52]": "U+b4a5-b4b6,U+b4b8-b4bf,U+b4c1-b4c7,U+b4c9-b4db,U+b4de-b4df,U+b4e1-b4e2,U+b4e5-b4eb,U+b4ee,U+b4f0,U+b4f2-b513,U+b516-b517,U+b519-b51a,U+b51d-b523,U+b526,U+b528,U+b52b-b52f,U+b532-b533,U+b535-b537,U+b539-b53f,U+b541-b544,U+b546-b54b,U+b54d-b54f,U+b551-b55b,U+b55d-b55e", + "[53]": "U+b3f8-b3fb,U+b3fd-b40f,U+b411-b417,U+b419-b41b,U+b41d-b41f,U+b421-b427,U+b42a-b42b,U+b42d-b44f,U+b452-b453,U+b455-b457,U+b459-b45f,U+b462-b464,U+b466-b46b,U+b46d-b47f,U+b481-b4a3", + "[54]": "U+b342-b353,U+b356-b357,U+b359-b35b,U+b35d-b35e,U+b360-b363,U+b366,U+b368,U+b36a-b36d,U+b36f,U+b372-b373,U+b375-b377,U+b379-b37f,U+b381-b382,U+b384,U+b386-b38b,U+b38d-b3c3,U+b3c6-b3c7,U+b3c9-b3ca,U+b3cd-b3d3,U+b3d6,U+b3d8,U+b3da-b3f7", + "[55]": "U+b27c-b283,U+b285-b28f,U+b292-b293,U+b295-b297,U+b29a-b29f,U+b2a1-b2a4,U+b2a7-b2a9,U+b2ab,U+b2ad-b2c7,U+b2ca-b2cb,U+b2cd-b2cf,U+b2d1-b2d7,U+b2da,U+b2dc,U+b2de-b2e3,U+b2e7,U+b2e9-b2ea,U+b2ef-b2f3,U+b2f6,U+b2f8,U+b2fa-b2fb,U+b2fd-b2fe,U+b302-b303,U+b305-b307,U+b309-b30f,U+b312,U+b316-b31b,U+b31d-b341", + "[56]": "U+b1d6-b1e7,U+b1e9-b1fc,U+b1fe-b203,U+b206-b207,U+b209-b20b,U+b20d-b213,U+b216-b21f,U+b221-b257,U+b259-b273,U+b275-b27b", + "[57]": "U+b120-b122,U+b126-b127,U+b129-b12b,U+b12d-b133,U+b136,U+b138,U+b13a-b13f,U+b142-b143,U+b145-b14f,U+b151-b153,U+b156-b157,U+b159-b177,U+b17a-b17b,U+b17d-b17f,U+b181-b187,U+b189-b18c,U+b18e-b191,U+b195-b1a7,U+b1a9-b1cb,U+b1cd-b1d5", + "[58]": "U+b05f-b07b,U+b07e-b07f,U+b081-b083,U+b085-b08b,U+b08d-b097,U+b09b,U+b09d-b09f,U+b0a2-b0a7,U+b0aa,U+b0b0,U+b0b2,U+b0b6-b0b7,U+b0b9-b0bb,U+b0bd-b0c3,U+b0c6-b0c7,U+b0ca-b0cf,U+b0d1-b0df,U+b0e1-b0e4,U+b0e6-b107,U+b10a-b10b,U+b10d-b10f,U+b111-b112,U+b114-b117,U+b119-b11a,U+b11c-b11f", + "[59]": "U+afac-afb7,U+afba-afbb,U+afbd-afbf,U+afc1-afc6,U+afca-afcc,U+afce-afd3,U+afd5-afe7,U+afe9-afef,U+aff1-b00b,U+b00d-b00f,U+b011-b013,U+b015-b01b,U+b01d-b027,U+b029-b043,U+b045-b047,U+b049,U+b04b,U+b04d-b052,U+b055-b056,U+b058-b05c,U+b05e", + "[60]": "U+af03-af07,U+af09-af2b,U+af2e-af33,U+af35-af3b,U+af3e-af40,U+af44-af47,U+af4a-af5c,U+af5e-af63,U+af65-af7f,U+af81-afab", + "[61]": "U+ae56-ae5b,U+ae5e-ae60,U+ae62-ae64,U+ae66-ae67,U+ae69-ae6b,U+ae6d-ae83,U+ae85-aebb,U+aebf,U+aec1-aec3,U+aec5-aecb,U+aece,U+aed0,U+aed2-aed7,U+aed9-aef3,U+aef5-af02", + "[62]": "U+ad9c-ada3,U+ada5-adbf,U+adc1-adc3,U+adc5-adc7,U+adc9-add2,U+add4-addb,U+addd-addf,U+ade1-ade3,U+ade5-adf7,U+adfa-adfb,U+adfd-adff,U+ae02-ae07,U+ae0a,U+ae0c,U+ae0e-ae13,U+ae15-ae2f,U+ae31-ae33,U+ae35-ae37,U+ae39-ae3f,U+ae42,U+ae44,U+ae46-ae49,U+ae4b,U+ae4f,U+ae51-ae53,U+ae55", + "[63]": "U+ace2-ace3,U+ace5-ace6,U+ace9-acef,U+acf2,U+acf4,U+acf7-acfb,U+acfe-acff,U+ad01-ad03,U+ad05-ad0b,U+ad0d-ad10,U+ad12-ad1b,U+ad1d-ad33,U+ad35-ad48,U+ad4a-ad4f,U+ad51-ad6b,U+ad6e-ad6f,U+ad71-ad72,U+ad77-ad7c,U+ad7e,U+ad80,U+ad82-ad87,U+ad89-ad8b,U+ad8d-ad8f,U+ad91-ad9b", + "[64]": "U+ac25-ac2c,U+ac2e,U+ac30,U+ac32-ac37,U+ac39-ac3f,U+ac41-ac4c,U+ac4e-ac6f,U+ac72-ac73,U+ac75-ac76,U+ac79-ac7f,U+ac82,U+ac84-ac88,U+ac8a-ac8b,U+ac8d-ac8f,U+ac91-ac93,U+ac95-ac9b,U+ac9d-ac9e,U+aca1-aca7,U+acab,U+acad-acaf,U+acb1-acb7,U+acba-acbb,U+acbe-acc0,U+acc2-acc3,U+acc5-acdf", + "[65]": "U+99df,U+99ed,U+99f1,U+99ff,U+9a01,U+9a08,U+9a0e-9a0f,U+9a19,U+9a2b,U+9a30,U+9a36-9a37,U+9a40,U+9a43,U+9a45,U+9a4d,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69-9a6a,U+9aa8,U+9ab8,U+9ad3,U+9ae5,U+9aee,U+9b1a,U+9b27,U+9b2a,U+9b31,U+9b3c,U+9b41-9b45,U+9b4f,U+9b54,U+9b5a,U+9b6f,U+9b8e,U+9b91,U+9b9f,U+9bab,U+9bae,U+9bc9,U+9bd6,U+9be4,U+9be8,U+9c0d,U+9c10,U+9c12,U+9c15,U+9c25,U+9c32,U+9c3b,U+9c47,U+9c49,U+9c57,U+9ce5,U+9ce7,U+9ce9,U+9cf3-9cf4,U+9cf6,U+9d09,U+9d1b,U+9d26,U+9d28,U+9d3b,U+9d51,U+9d5d,U+9d60-9d61,U+9d6c,U+9d72,U+9da9,U+9daf,U+9db4,U+9dc4,U+9dd7,U+9df2,U+9df8-9dfa,U+9e1a,U+9e1e,U+9e75,U+9e79,U+9e7d,U+9e7f,U+9e92-9e93,U+9e97,U+9e9d,U+9e9f,U+9ea5,U+9eb4-9eb5,U+9ebb,U+9ebe,U+9ec3,U+9ecd-9ece,U+9ed4,U+9ed8,U+9edb-9edc,U+9ede,U+9ee8,U+9ef4,U+9f07-9f08,U+9f0e,U+9f13,U+9f20,U+9f3b,U+9f4a-9f4b,U+9f4e,U+9f52,U+9f5f,U+9f61,U+9f67,U+9f6a,U+9f6c,U+9f77,U+9f8d,U+9f90,U+9f95,U+9f9c,U+ac02-ac03,U+ac05-ac06,U+ac09-ac0f,U+ac17-ac18,U+ac1b,U+ac1e-ac1f,U+ac21-ac23", + "[66]": "U+96a7-96a8,U+96aa,U+96b1,U+96b7,U+96bb,U+96c0-96c1,U+96c4-96c5,U+96c7,U+96c9,U+96cb-96ce,U+96d5-96d6,U+96d9,U+96db-96dc,U+96e2-96e3,U+96e8-96ea,U+96ef-96f0,U+96f2,U+96f6-96f7,U+96f9,U+96fb,U+9700,U+9706-9707,U+9711,U+9713,U+9716,U+9719,U+971c,U+971e,U+9727,U+9730,U+9732,U+9739,U+973d,U+9742,U+9744,U+9748,U+9756,U+975c,U+9761,U+9769,U+976d,U+9774,U+9777,U+977a,U+978b,U+978d,U+978f,U+97a0,U+97a8,U+97ab,U+97ad,U+97c6,U+97cb,U+97dc,U+97f6,U+97fb,U+97ff-9803,U+9805-9806,U+9808,U+980a,U+980c,U+9810-9813,U+9817-9818,U+982d,U+9830,U+9838-9839,U+983b,U+9846,U+984c-984e,U+9854,U+9858,U+985a,U+985e,U+9865,U+9867,U+986b,U+986f,U+98af,U+98b1,U+98c4,U+98c7,U+98db-98dc,U+98e1-98e2,U+98ed-98ef,U+98f4,U+98fc-98fe,U+9903,U+9909-990a,U+990c,U+9910,U+9913,U+9918,U+991e,U+9920,U+9928,U+9945,U+9949,U+994b-994d,U+9951-9952,U+9954,U+9957,U+9996,U+999d,U+99a5,U+99a8,U+99ac-99ae,U+99b1,U+99b3-99b4,U+99b9,U+99c1,U+99d0-99d2,U+99d5,U+99d9,U+99dd", + "[67]": "U+920d,U+9210-9212,U+9217,U+921e,U+9234,U+923a,U+923f-9240,U+9245,U+9249,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9283,U+9285,U+9291,U+9293,U+9296,U+9298,U+929c,U+92b3,U+92b6-92b7,U+92b9,U+92cc,U+92cf,U+92d2,U+92e4,U+92ea,U+92f8,U+92fc,U+9304,U+9310,U+9318,U+931a,U+931e-9322,U+9324,U+9326,U+9328,U+932b,U+932e-932f,U+9348,U+934a-934b,U+934d,U+9354,U+935b,U+936e,U+9375,U+937c,U+937e,U+938c,U+9394,U+9396,U+939a,U+93a3,U+93a7,U+93ac-93ad,U+93b0,U+93c3,U+93d1,U+93de,U+93e1,U+93e4,U+93f6,U+9404,U+9418,U+9425,U+942b,U+9435,U+9438,U+9444,U+9451-9452,U+945b,U+947d,U+947f,U+9583,U+9589,U+958f,U+9591-9592,U+9594,U+9598,U+95a3-95a5,U+95a8,U+95ad,U+95b1,U+95bb-95bc,U+95c7,U+95ca,U+95d4-95d6,U+95dc,U+95e1-95e2,U+961c,U+9621,U+962a,U+962e,U+9632,U+963b,U+963f-9640,U+9642,U+9644,U+964b-964d,U+9650,U+965b-965f,U+9662-9664,U+966a,U+9670,U+9673,U+9675-9678,U+967d,U+9685-9686,U+968a-968b,U+968d-968e,U+9694-9695,U+9698-9699,U+969b-969c,U+96a3", + "[68]": "U+8fa8,U+8fad,U+8faf-8fb2,U+8fc2,U+8fc5,U+8fce,U+8fd4,U+8fe6,U+8fea-8feb,U+8fed,U+8ff0,U+8ff2,U+8ff7,U+8ff9,U+8ffd,U+9000-9003,U+9005-9006,U+9008,U+900b,U+900d,U+900f-9011,U+9014-9015,U+9017,U+9019,U+901d-9023,U+902e,U+9031-9032,U+9035,U+9038,U+903c,U+903e,U+9041-9042,U+9047,U+904a-904b,U+904d-904e,U+9050-9051,U+9054-9055,U+9059,U+905c-905e,U+9060-9061,U+9063,U+9069,U+906d-906f,U+9072,U+9075,U+9077-9078,U+907a,U+907c-907d,U+907f-9084,U+9087-9088,U+908a,U+908f,U+9091,U+9095,U+9099,U+90a2-90a3,U+90a6,U+90a8,U+90aa,U+90af-90b1,U+90b5,U+90b8,U+90c1,U+90ca,U+90de,U+90e1,U+90ed,U+90f5,U+9102,U+9112,U+9115,U+9119,U+9127,U+912d,U+9132,U+9149-914e,U+9152,U+9162,U+9169-916a,U+916c,U+9175,U+9177-9178,U+9187,U+9189,U+918b,U+918d,U+9192,U+919c,U+91ab-91ac,U+91ae-91af,U+91b1,U+91b4-91b5,U+91c0,U+91c7,U+91c9,U+91cb,U+91cf-91d0,U+91d7-91d8,U+91dc-91dd,U+91e3,U+91e7,U+91ea,U+91f5", + "[69]": "U+8c6a-8c6b,U+8c79-8c7a,U+8c82,U+8c8a,U+8c8c,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb8,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8cd1,U+8cd3,U+8cda,U+8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6,U+8cea,U+8ced,U+8cf4,U+8cfb-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d13,U+8d16,U+8d64,U+8d66,U+8d6b,U+8d70,U+8d73-8d74,U+8d77,U+8d85,U+8d8a,U+8d99,U+8da3,U+8da8,U+8db3,U+8dba,U+8dbe,U+8dc6,U+8dcb-8dcc,U+8dcf,U+8ddb,U+8ddd,U+8de1,U+8de3,U+8de8,U+8df3,U+8e0a,U+8e0f-8e10,U+8e1e,U+8e2a,U+8e30,U+8e35,U+8e42,U+8e44,U+8e47-8e4a,U+8e59,U+8e5f-8e60,U+8e74,U+8e76,U+8e81,U+8e87,U+8e8a,U+8e8d,U+8eaa-8eac,U+8ec0,U+8ecb-8ecc,U+8ed2,U+8edf,U+8eeb,U+8ef8,U+8efb,U+8efe,U+8f03,U+8f05,U+8f09,U+8f12-8f15,U+8f1b-8f1f,U+8f26-8f27,U+8f29-8f2a,U+8f2f,U+8f33,U+8f38-8f39,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5d,U+8f5f,U+8f62,U+8f9b-8f9c,U+8fa3,U+8fa6", + "[70]": "U+8941,U+8944,U+895f,U+8964,U+896a,U+8972,U+8981,U+8983,U+8986-8987,U+898f,U+8993,U+8996,U+89a1,U+89a9-89aa,U+89b2,U+89ba,U+89bd,U+89c0,U+89d2,U+89e3,U+89f4,U+89f8,U+8a02-8a03,U+8a08,U+8a0a,U+8a0c,U+8a0e,U+8a13,U+8a16-8a17,U+8a1b,U+8a1d,U+8a1f,U+8a23,U+8a25,U+8a2a,U+8a2d,U+8a31,U+8a34,U+8a36,U+8a3a-8a3b,U+8a50,U+8a54-8a55,U+8a5b,U+8a5e,U+8a60,U+8a62-8a63,U+8a66,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a75,U+8a79,U+8a85,U+8a87,U+8a8c-8a8d,U+8a93,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8,U+8aaa,U+8ab0,U+8ab2,U+8ab9,U+8abc,U+8abe-8abf,U+8ac2,U+8ac4,U+8ac7,U+8acb,U+8acd,U+8acf,U+8ad2,U+8ad6,U+8adb-8adc,U+8ae1,U+8ae6-8ae7,U+8aea-8aeb,U+8aed-8aee,U+8af1,U+8af6-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b04,U+8b0e,U+8b10,U+8b14,U+8b16-8b17,U+8b19-8b1b,U+8b1d,U+8b20,U+8b28,U+8b2b-8b2c,U+8b33,U+8b39,U+8b41,U+8b49,U+8b4e-8b4f,U+8b58,U+8b5a,U+8b5c,U+8b66,U+8b6c,U+8b6f-8b70,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b8a,U+8b90,U+8b92-8b93,U+8b96,U+8b9a,U+8c37,U+8c3f,U+8c41,U+8c46,U+8c48,U+8c4a,U+8c4c,U+8c55,U+8c5a,U+8c61", + "[71]": "U+858f,U+8591,U+8594,U+859b,U+85a6,U+85a8-85aa,U+85af-85b0,U+85ba,U+85c1,U+85c9,U+85cd-85cf,U+85d5,U+85dc-85dd,U+85e4-85e5,U+85e9-85ea,U+85f7,U+85fa-85fb,U+85ff,U+8602,U+8606-8607,U+860a,U+8616-8617,U+861a,U+862d,U+863f,U+864e,U+8650,U+8654-8655,U+865b-865c,U+865e-865f,U+8667,U+8679,U+868a,U+868c,U+8693,U+86a3-86a4,U+86a9,U+86c7,U+86cb,U+86d4,U+86d9,U+86db,U+86df,U+86e4,U+86ed,U+86fe,U+8700,U+8702-8703,U+8708,U+8718,U+871a,U+871c,U+874e,U+8755,U+8757,U+875f,U+8766,U+8768,U+8774,U+8776,U+8778,U+8782,U+878d,U+879f,U+87a2,U+87b3,U+87ba,U+87c4,U+87e0,U+87ec,U+87ef,U+87f2,U+87f9,U+87fb,U+87fe,U+8805,U+881f,U+8822-8823,U+8831,U+8836,U+883b,U+8840,U+8846,U+884d,U+8852-8853,U+8857,U+8859,U+885b,U+885d,U+8861-8863,U+8868,U+886b,U+8870,U+8872,U+8877,U+887e-887f,U+8881-8882,U+8888,U+888b,U+888d,U+8892,U+8896-8897,U+889e,U+88ab,U+88b4,U+88c1-88c2,U+88cf,U+88d4-88d5,U+88d9,U+88dc-88dd,U+88df,U+88e1,U+88e8,U+88f3-88f5,U+88f8,U+88fd,U+8907,U+8910,U+8912-8913,U+8918-8919,U+8925,U+892a,U+8936,U+8938,U+893b", + "[72]": "U+82a6,U+82a9,U+82ac-82af,U+82b3,U+82b7-82b9,U+82bb-82bd,U+82bf,U+82d1-82d2,U+82d4-82d5,U+82d7,U+82db,U+82de-82df,U+82e1,U+82e5-82e7,U+82fd-82fe,U+8301-8305,U+8309,U+8317,U+8328,U+832b,U+832f,U+8331,U+8334-8336,U+8338-8339,U+8340,U+8347,U+8349-834a,U+834f,U+8351-8352,U+8373,U+8377,U+837b,U+8389-838a,U+838e,U+8396,U+8398,U+839e,U+83a2,U+83a9-83ab,U+83bd,U+83c1,U+83c5,U+83c9-83ca,U+83cc,U+83d3,U+83d6,U+83dc,U+83e9,U+83eb,U+83ef-83f2,U+83f4,U+83f9,U+83fd,U+8403-8404,U+840a,U+840c-840e,U+8429,U+842c,U+8431,U+8438,U+843d,U+8449,U+8457,U+845b,U+8461,U+8463,U+8466,U+846b-846c,U+846f,U+8475,U+847a,U+8490,U+8494,U+8499,U+849c,U+84a1,U+84b2,U+84b8,U+84bb-84bc,U+84bf-84c0,U+84c2,U+84c4,U+84c6,U+84c9,U+84cb,U+84cd,U+84d1,U+84da,U+84ec,U+84ee,U+84f4,U+84fc,U+8511,U+8513-8514,U+8517-8518,U+851a,U+851e,U+8521,U+8523,U+8525,U+852c-852d,U+852f,U+853d,U+853f,U+8541,U+8543,U+8549,U+854e,U+8553,U+8559,U+8563,U+8568-856a,U+856d,U+8584,U+8587", + "[73]": "U+8033,U+8036,U+803d,U+803f,U+8043,U+8046,U+804a,U+8056,U+8058,U+805a,U+805e,U+806f-8070,U+8072-8073,U+8077,U+807d-807f,U+8084-8087,U+8089,U+808b-808c,U+8096,U+809b,U+809d,U+80a1-80a2,U+80a5,U+80a9-80aa,U+80af,U+80b1-80b2,U+80b4,U+80ba,U+80c3-80c4,U+80cc,U+80ce,U+80da-80db,U+80de,U+80e1,U+80e4-80e5,U+80f1,U+80f4,U+80f8,U+80fd,U+8102,U+8105-8108,U+810a,U+8118,U+811a-811b,U+8123,U+8129,U+812b,U+812f,U+8139,U+813e,U+814b,U+814e,U+8150-8151,U+8154-8155,U+8165-8166,U+816b,U+8170-8171,U+8178-817a,U+817f-8180,U+8188,U+818a,U+818f,U+819a,U+819c-819d,U+81a0,U+81a3,U+81a8,U+81b3,U+81b5,U+81ba,U+81bd-81c0,U+81c2,U+81c6,U+81cd,U+81d8,U+81df,U+81e3,U+81e5,U+81e7-81e8,U+81ed,U+81f3-81f4,U+81fa-81fc,U+81fe,U+8205,U+8208,U+820a,U+820c-820d,U+8212,U+821b-821c,U+821e-821f,U+8221,U+822a-822c,U+8235-8237,U+8239,U+8240,U+8245,U+8247,U+8259,U+8264,U+8266,U+826e-826f,U+8271,U+8276,U+8278,U+827e,U+828b,U+828d-828e,U+8292,U+8299-829a,U+829d,U+829f,U+82a5", + "[74]": "U+7d2f-7d30,U+7d33,U+7d35,U+7d39-7d3a,U+7d42-7d46,U+7d50,U+7d5e,U+7d61-7d62,U+7d66,U+7d68,U+7d6a,U+7d6e,U+7d71-7d73,U+7d76,U+7d79,U+7d7f,U+7d8e-7d8f,U+7d93,U+7d9c,U+7da0,U+7da2,U+7dac-7dad,U+7db1-7db2,U+7db4-7db5,U+7db8,U+7dba-7dbb,U+7dbd-7dbf,U+7dc7,U+7dca-7dcb,U+7dd6,U+7dd8,U+7dda,U+7ddd-7dde,U+7de0-7de1,U+7de3,U+7de8-7de9,U+7dec,U+7def,U+7df4,U+7dfb,U+7e09-7e0a,U+7e15,U+7e1b,U+7e1d-7e1f,U+7e21,U+7e23,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e3d-7e3e,U+7e43,U+7e46-7e47,U+7e52,U+7e54-7e55,U+7e5e,U+7e61,U+7e69-7e6b,U+7e6d,U+7e70,U+7e79,U+7e7c,U+7e82,U+7e8c,U+7e8f,U+7e93,U+7e96,U+7e98,U+7e9b-7e9c,U+7f36,U+7f38,U+7f3a,U+7f4c,U+7f50,U+7f54-7f55,U+7f6a-7f6b,U+7f6e,U+7f70,U+7f72,U+7f75,U+7f77,U+7f79,U+7f85,U+7f88,U+7f8a,U+7f8c,U+7f94,U+7f9a,U+7f9e,U+7fa4,U+7fa8-7fa9,U+7fb2,U+7fb8-7fb9,U+7fbd,U+7fc1,U+7fc5,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd4-7fd5,U+7fdf-7fe1,U+7fe9,U+7feb,U+7ff0,U+7ff9,U+7ffc,U+8000-8001,U+8003,U+8006,U+8009,U+800c,U+8010,U+8015,U+8017-8018,U+802d", + "[75]": "U+7a49,U+7a4d-7a4e,U+7a57,U+7a61-7a62,U+7a69,U+7a6b,U+7a70,U+7a74,U+7a76,U+7a79,U+7a7d,U+7a7f,U+7a81,U+7a84,U+7a88,U+7a92-7a93,U+7a95,U+7a98,U+7a9f,U+7aa9-7aaa,U+7aae-7aaf,U+7aba,U+7ac4-7ac5,U+7ac7,U+7aca,U+7ad7,U+7ad9,U+7add,U+7adf-7ae0,U+7ae3,U+7ae5,U+7aea,U+7aed,U+7aef,U+7af6,U+7af9-7afa,U+7aff,U+7b0f,U+7b11,U+7b19,U+7b1b,U+7b1e,U+7b20,U+7b26,U+7b2d,U+7b39,U+7b46,U+7b49,U+7b4b-7b4d,U+7b4f-7b52,U+7b54,U+7b56,U+7b60,U+7b6c,U+7b6e,U+7b75,U+7b7d,U+7b87,U+7b8b,U+7b8f,U+7b94-7b95,U+7b97,U+7b9a,U+7b9d,U+7ba1,U+7bad,U+7bb1,U+7bb4,U+7bb8,U+7bc0-7bc1,U+7bc4,U+7bc6-7bc7,U+7bc9,U+7bd2,U+7be0,U+7be4,U+7be9,U+7c07,U+7c12,U+7c1e,U+7c21,U+7c27,U+7c2a-7c2b,U+7c3d-7c3f,U+7c43,U+7c4c-7c4d,U+7c60,U+7c64,U+7c6c,U+7c73,U+7c83,U+7c89,U+7c92,U+7c95,U+7c97-7c98,U+7c9f,U+7ca5,U+7ca7,U+7cae,U+7cb1-7cb3,U+7cb9,U+7cbe,U+7cca,U+7cd6,U+7cde-7ce0,U+7ce7,U+7cfb,U+7cfe,U+7d00,U+7d02,U+7d04-7d08,U+7d0a-7d0b,U+7d0d,U+7d10,U+7d14,U+7d17-7d1b,U+7d20-7d21,U+7d2b-7d2c,U+7d2e", + "[76]": "U+7704,U+7708-7709,U+770b,U+771e,U+7720,U+7729,U+7737-7738,U+773a,U+773c,U+7740,U+774d,U+775b,U+7761,U+7763,U+7766,U+776b,U+7779,U+777e-777f,U+778b,U+7791,U+779e,U+77a5,U+77ac-77ad,U+77b0,U+77b3,U+77bb-77bc,U+77bf,U+77d7,U+77db-77dc,U+77e2-77e3,U+77e9,U+77ed-77ef,U+7802,U+7812,U+7825-7827,U+782c,U+7832,U+7834,U+7845,U+784f,U+785d,U+786b-786c,U+786f,U+787c,U+7881,U+7887,U+788c-788e,U+7891,U+7897,U+78a3,U+78a7,U+78a9,U+78ba-78bc,U+78c1,U+78c5,U+78ca-78cb,U+78ce,U+78d0,U+78e8,U+78ec,U+78ef,U+78f5,U+78fb,U+7901,U+790e,U+7916,U+792a-792c,U+793a,U+7940-7941,U+7947-7949,U+7950,U+7956-7957,U+795a-795d,U+7960,U+7965,U+7968,U+796d,U+797a,U+797f,U+7981,U+798d-798e,U+7991,U+79a6-79a7,U+79aa,U+79ae,U+79b1,U+79b3,U+79b9,U+79bd-79c1,U+79c9-79cb,U+79d2,U+79d5,U+79d8,U+79df,U+79e4,U+79e6-79e7,U+79e9,U+79fb,U+7a00,U+7a05,U+7a08,U+7a0b,U+7a0d,U+7a14,U+7a17,U+7a19-7a1a,U+7a1c,U+7a1f-7a20,U+7a2e,U+7a31,U+7a36-7a37,U+7a3b-7a3d,U+7a3f-7a40,U+7a46", + "[77]": "U+7482-7483,U+7487,U+7489,U+748b,U+7498,U+749c,U+749e-749f,U+74a1,U+74a3,U+74a5,U+74a7-74a8,U+74aa,U+74b0,U+74b2,U+74b5,U+74b9,U+74bd,U+74bf,U+74c6,U+74ca,U+74cf,U+74d4,U+74d8,U+74da,U+74dc,U+74e0,U+74e2-74e3,U+74e6,U+74ee,U+74f7,U+7501,U+7504,U+7511,U+7515,U+7518,U+751a-751b,U+7523,U+7525-7526,U+752b-752c,U+7531,U+7533,U+7538,U+753a,U+7547,U+754c,U+754f,U+7551,U+7553-7554,U+7559,U+755b-755d,U+7562,U+7565-7566,U+756a,U+756f-7570,U+7575-7576,U+7578,U+757a,U+757f,U+7586-7587,U+758a-758b,U+758e-758f,U+7591,U+759d,U+75a5,U+75ab,U+75b1-75b3,U+75b5,U+75b8-75b9,U+75bc-75be,U+75c2,U+75c5,U+75c7,U+75cd,U+75d2,U+75d4-75d5,U+75d8-75d9,U+75db,U+75e2,U+75f0,U+75f2,U+75f4,U+75fa,U+75fc,U+7600,U+760d,U+7619,U+761f-7622,U+7624,U+7626,U+763b,U+7642,U+764c,U+764e,U+7652,U+7656,U+7661,U+7664,U+7669,U+766c,U+7670,U+7672,U+7678,U+7686-7687,U+768e,U+7690,U+7693,U+76ae,U+76ba,U+76bf,U+76c2-76c3,U+76c6,U+76c8,U+76ca,U+76d2,U+76d6,U+76db-76dc,U+76de-76df,U+76e1,U+76e3-76e4,U+76e7,U+76f2,U+76fc,U+76fe,U+7701", + "[78]": "U+7230,U+7232,U+7235,U+723a-723b,U+723d-723e,U+7240,U+7246-7248,U+724c,U+7252,U+7258-7259,U+725b,U+725d,U+725f,U+7261-7262,U+7267,U+7272,U+727d,U+7280-7281,U+72a2,U+72a7,U+72ac,U+72af,U+72c0,U+72c2,U+72c4,U+72ce,U+72d0,U+72d7,U+72d9,U+72e1,U+72e9,U+72f8-72f9,U+72fc-72fd,U+730a,U+7316,U+731b-731d,U+7325,U+7329-732b,U+7336-7337,U+733e-733f,U+7344-7345,U+7350,U+7352,U+7357,U+7368,U+736a,U+7370,U+7372,U+7375,U+7378,U+737a-737b,U+7384,U+7386-7387,U+7389,U+738e,U+7394,U+7396-7398,U+739f,U+73a7,U+73a9,U+73ad,U+73b2-73b3,U+73b9,U+73c0,U+73c2,U+73c9-73ca,U+73cc-73cd,U+73cf,U+73d6,U+73d9,U+73dd-73de,U+73e0,U+73e3-73e6,U+73e9-73ea,U+73ed,U+73f7,U+73f9,U+73fd-73fe,U+7401,U+7403,U+7405,U+7407,U+7409,U+7413,U+741b,U+7420-7422,U+7425-7426,U+7428,U+742a-742c,U+742e-7430,U+7433-7436,U+7438,U+743a,U+743f-7441,U+7443-7444,U+744b,U+7455,U+7457,U+7459-745c,U+745e-7460,U+7462,U+7464-7465,U+7468-746a,U+746f,U+747e", + "[79]": "U+6f8d-6f8e,U+6f90,U+6f94,U+6f97,U+6fa3-6fa4,U+6fa7,U+6fae-6faf,U+6fb1,U+6fb3,U+6fb9,U+6fbe,U+6fc0-6fc3,U+6fca,U+6fd5,U+6fda,U+6fdf-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fef,U+6ff1,U+6ffe,U+7001,U+7005-7006,U+7009,U+700b,U+700f,U+7011,U+7015,U+7018,U+701a-701f,U+7023,U+7027-7028,U+702f,U+7037,U+703e,U+704c,U+7050-7051,U+7058,U+705d,U+7070,U+7078,U+707c-707d,U+7085,U+708a,U+708e,U+7092,U+7098-709a,U+70a1,U+70a4,U+70ab-70ad,U+70af,U+70b3,U+70b7-70b9,U+70c8,U+70cb,U+70cf,U+70d8-70d9,U+70dd,U+70df,U+70f1,U+70f9,U+70fd,U+7104,U+7109,U+710c,U+7119-711a,U+711e,U+7126,U+7130,U+7136,U+7147,U+7149-714a,U+714c,U+714e,U+7150,U+7156,U+7159,U+715c,U+715e,U+7164-7167,U+7169,U+716c,U+716e,U+717d,U+7184,U+7189-718a,U+718f,U+7192,U+7194,U+7199,U+719f,U+71a2,U+71ac,U+71b1,U+71b9-71ba,U+71be,U+71c1,U+71c3,U+71c8-71c9,U+71ce,U+71d0,U+71d2,U+71d4-71d5,U+71df,U+71e5-71e7,U+71ed-71ee,U+71fb-71fc,U+71fe-7200,U+7206,U+7210,U+721b,U+722a,U+722c-722d", + "[80]": "U+6d5a,U+6d5c,U+6d63,U+6d66,U+6d69-6d6a,U+6d6c,U+6d6e,U+6d74,U+6d78-6d79,U+6d7f,U+6d85,U+6d87-6d89,U+6d8c-6d8e,U+6d91,U+6d93,U+6d95,U+6daf,U+6db2,U+6db5,U+6dc0,U+6dc3-6dc7,U+6dcb,U+6dcf,U+6dd1,U+6dd8-6dda,U+6dde,U+6de1,U+6de8,U+6dea-6deb,U+6dee,U+6df1,U+6df3,U+6df5,U+6df7-6dfb,U+6e17,U+6e19-6e1b,U+6e1f-6e21,U+6e23-6e26,U+6e2b-6e2d,U+6e32,U+6e34,U+6e36,U+6e38,U+6e3a,U+6e3c-6e3e,U+6e43-6e44,U+6e4a,U+6e4d,U+6e56,U+6e58,U+6e5b-6e5c,U+6e5e-6e5f,U+6e67,U+6e6b,U+6e6e-6e6f,U+6e72-6e73,U+6e7a,U+6e90,U+6e96,U+6e9c-6e9d,U+6e9f,U+6ea2,U+6ea5,U+6eaa-6eab,U+6eaf,U+6eb1,U+6eb6,U+6eba,U+6ec2,U+6ec4-6ec5,U+6ec9,U+6ecb-6ecc,U+6ece,U+6ed1,U+6ed3-6ed4,U+6eef,U+6ef4,U+6ef8,U+6efe-6eff,U+6f01-6f02,U+6f06,U+6f0f,U+6f11,U+6f14-6f15,U+6f20,U+6f22-6f23,U+6f2b-6f2c,U+6f31-6f32,U+6f38,U+6f3f,U+6f41,U+6f51,U+6f54,U+6f57-6f58,U+6f5a-6f5b,U+6f5e-6f5f,U+6f62,U+6f64,U+6f6d-6f6e,U+6f70,U+6f7a,U+6f7c-6f7e,U+6f81,U+6f84,U+6f88", + "[81]": "U+6ada-6adb,U+6af6,U+6afb,U+6b04,U+6b0a,U+6b0c,U+6b12,U+6b16,U+6b20-6b21,U+6b23,U+6b32,U+6b3a,U+6b3d-6b3e,U+6b46-6b47,U+6b4e,U+6b50,U+6b5f,U+6b61-6b62,U+6b64-6b66,U+6b6a,U+6b72,U+6b77-6b78,U+6b7b,U+6b7f,U+6b83-6b84,U+6b86,U+6b89-6b8a,U+6b96,U+6b98,U+6b9e,U+6bae-6baf,U+6bb2,U+6bb5,U+6bb7,U+6bba,U+6bbc,U+6bbf,U+6bc1,U+6bc5-6bc6,U+6bcb,U+6bcf,U+6bd2-6bd3,U+6bd6-6bd8,U+6bdb,U+6beb-6bec,U+6c08,U+6c0f,U+6c13,U+6c23,U+6c37-6c38,U+6c3e,U+6c40-6c42,U+6c4e,U+6c50,U+6c55,U+6c57,U+6c5a,U+6c5d-6c60,U+6c68,U+6c6a,U+6c6d,U+6c70,U+6c72,U+6c76,U+6c7a,U+6c7d-6c7e,U+6c81-6c83,U+6c85-6c88,U+6c8c,U+6c90,U+6c92-6c96,U+6c99-6c9b,U+6cab,U+6cae,U+6cb3,U+6cb8-6cb9,U+6cbb-6cbf,U+6cc1-6cc2,U+6cc4,U+6cc9-6cca,U+6ccc,U+6cd3,U+6cd7,U+6cdb,U+6ce1-6ce3,U+6ce5,U+6ce8,U+6ceb,U+6cee-6cf0,U+6cf3,U+6d0b-6d0c,U+6d11,U+6d17,U+6d19,U+6d1b,U+6d1e,U+6d25,U+6d27,U+6d29,U+6d32,U+6d35-6d36,U+6d38-6d39,U+6d3b,U+6d3d-6d3e,U+6d41,U+6d59", + "[82]": "U+67f0-67f1,U+67f3-67f6,U+67fb,U+67fe,U+6812-6813,U+6816-6817,U+6821-6822,U+682f,U+6838-6839,U+683d,U+6840-6843,U+6848,U+684e,U+6850-6851,U+6853-6854,U+686d,U+6876,U+687f,U+6881,U+6885,U+688f,U+6893-6894,U+6897,U+689d,U+689f,U+68a1-68a2,U+68a7-68a8,U+68ad,U+68af-68b1,U+68b3,U+68b5-68b6,U+68c4-68c5,U+68c9,U+68cb,U+68cd,U+68d2,U+68d5,U+68d7-68d8,U+68da,U+68df-68e0,U+68e7-68e8,U+68ee,U+68f2,U+68f9-68fa,U+6900,U+6905,U+690d-690e,U+6912,U+6927,U+6930,U+693d,U+693f,U+694a,U+6953-6955,U+6957,U+6959-695a,U+695e,U+6960-6963,U+6968,U+696b,U+696d-696f,U+6975,U+6977-6979,U+6995,U+699b-699c,U+69a5,U+69a7,U+69ae,U+69b4,U+69bb,U+69c1,U+69c3,U+69cb-69cd,U+69d0,U+69e8,U+69ea,U+69fb,U+69fd,U+69ff,U+6a02,U+6a0a,U+6a11,U+6a13,U+6a17,U+6a19,U+6a1e-6a1f,U+6a21,U+6a23,U+6a35,U+6a38-6a3a,U+6a3d,U+6a44,U+6a48,U+6a4b,U+6a52-6a53,U+6a58-6a59,U+6a5f,U+6a61,U+6a6b,U+6a80,U+6a84,U+6a89,U+6a8d-6a8e,U+6a97,U+6a9c,U+6aa3,U+6ab3,U+6abb,U+6ac2-6ac3,U+6ad3", + "[83]": "U+6607,U+6609-660a,U+660c,U+660f-6611,U+6613-6615,U+661e,U+6620,U+6627-6628,U+662d,U+6630-6631,U+6634,U+6636,U+663a-663b,U+6641,U+6643-6644,U+6649,U+664b,U+664f,U+6659,U+665b,U+665d-665f,U+6664-6669,U+666b,U+666e-666f,U+6673-6674,U+6676-6678,U+6684,U+6687-6689,U+668e,U+6690-6691,U+6696-6698,U+669d,U+66a0,U+66a2,U+66ab,U+66ae,U+66b2-66b4,U+66b9,U+66bb,U+66be,U+66c4,U+66c6-66c7,U+66c9,U+66d6,U+66d9,U+66dc-66dd,U+66e0,U+66e6,U+66f0,U+66f2-66f4,U+66f7,U+66f9-66fa,U+66fc,U+66fe-66ff,U+6703,U+670b,U+670d,U+6714-6715,U+6717,U+671b,U+671d-671f,U+6726-6727,U+672a-672b,U+672d-672e,U+6731,U+6736,U+673a,U+673d,U+6746,U+6749,U+674e-6751,U+6753,U+6756,U+675c,U+675e-675f,U+676d,U+676f-6770,U+6773,U+6775,U+6777,U+677b,U+677e-677f,U+6787,U+6789,U+678b,U+678f-6790,U+6793,U+6795,U+679a,U+679d,U+67af-67b0,U+67b3,U+67b6-67b8,U+67be,U+67c4,U+67cf-67d4,U+67da,U+67dd,U+67e9,U+67ec,U+67ef", + "[84]": "U+6392,U+6396,U+6398,U+639b,U+63a0-63a2,U+63a5,U+63a7-63aa,U+63c0,U+63c4,U+63c6,U+63cf,U+63d6,U+63da-63db,U+63e1,U+63ed-63ee,U+63f4,U+63f6-63f7,U+640d,U+640f,U+6414,U+6416-6417,U+641c,U+6422,U+642c-642d,U+643a,U+643e,U+6458,U+6460,U+6469,U+646f,U+6478-647a,U+6488,U+6491-6493,U+649a,U+649e,U+64a4-64a5,U+64ab,U+64ad-64ae,U+64b0,U+64b2,U+64bb,U+64c1,U+64c4-64c5,U+64c7,U+64ca,U+64cd-64ce,U+64d2,U+64d4,U+64d8,U+64da,U+64e1-64e2,U+64e5-64e7,U+64ec,U+64f2,U+64f4,U+64fa,U+64fe,U+6500,U+6504,U+6518,U+651d,U+6523,U+652a-652c,U+652f,U+6536-6539,U+653b,U+653e,U+6548,U+654d-654f,U+6551,U+6556-6557,U+655e,U+6562-6563,U+6566,U+656c-656d,U+6572,U+6574-6575,U+6577-6578,U+657e,U+6582-6583,U+6585,U+658c,U+6590-6591,U+6597,U+6599,U+659b-659c,U+659f,U+65a1,U+65a4-65a5,U+65a7,U+65ab-65ac,U+65af,U+65b7,U+65bc-65bd,U+65c1,U+65c5,U+65cb-65cc,U+65cf,U+65d2,U+65d7,U+65e0,U+65e3,U+65e6,U+65e8-65e9,U+65ec-65ed,U+65f1,U+65f4,U+65fa-65fd,U+65ff,U+6606", + "[85]": "U+614c,U+6153,U+6155,U+6158-6159,U+615d,U+615f,U+6162-6164,U+6167-6168,U+616b,U+616e,U+6170,U+6176-6177,U+617d-617e,U+6181-6182,U+618a,U+618e,U+6190-6191,U+6194,U+6198-619a,U+61a4,U+61a7,U+61a9,U+61ab-61ac,U+61ae,U+61b2,U+61b6,U+61ba,U+61be,U+61c3,U+61c7-61cb,U+61e6,U+61f2,U+61f6-61f8,U+61fa,U+61fc,U+61ff-6200,U+6207-6208,U+620a,U+620c-620e,U+6212,U+6216,U+621a,U+621f,U+6221,U+622a,U+622e,U+6230-6231,U+6234,U+6236,U+623e-623f,U+6241,U+6247-6249,U+624d,U+6253,U+6258,U+626e,U+6271,U+6276,U+6279,U+627c,U+627f-6280,U+6284,U+6289-628a,U+6291-6292,U+6295,U+6297-6298,U+629b,U+62ab,U+62b1,U+62b5,U+62b9,U+62bc-62bd,U+62c2,U+62c7-62c9,U+62cc-62cd,U+62cf-62d0,U+62d2-62d4,U+62d6-62d9,U+62db-62dc,U+62ec-62ef,U+62f1,U+62f3,U+62f7,U+62fe-62ff,U+6301,U+6307,U+6309,U+6311,U+632b,U+632f,U+633a-633b,U+633d-633e,U+6349,U+634c,U+634f-6350,U+6355,U+6367-6368,U+636e,U+6372,U+6377,U+637a-637b,U+637f,U+6383,U+6388-6389,U+638c", + "[86]": "U+5f11,U+5f13-5f15,U+5f17-5f18,U+5f1b,U+5f1f,U+5f26-5f27,U+5f29,U+5f31,U+5f35,U+5f3a,U+5f3c,U+5f48,U+5f4a,U+5f4c,U+5f4e,U+5f56-5f57,U+5f59,U+5f5b,U+5f62,U+5f66-5f67,U+5f69-5f6d,U+5f70-5f71,U+5f77,U+5f79,U+5f7c,U+5f7f-5f81,U+5f85,U+5f87,U+5f8a-5f8b,U+5f90-5f92,U+5f98-5f99,U+5f9e,U+5fa0-5fa1,U+5fa8-5faa,U+5fae,U+5fb5,U+5fb9,U+5fbd,U+5fc5,U+5fcc-5fcd,U+5fd6-5fd9,U+5fe0,U+5feb,U+5ff5,U+5ffd,U+5fff,U+600f,U+6012,U+6016,U+601c,U+6020-6021,U+6025,U+6028,U+602a,U+602f,U+6041-6043,U+604d,U+6050,U+6052,U+6055,U+6059,U+605d,U+6062-6065,U+6068-606a,U+606c-606d,U+606f-6070,U+6085,U+6089,U+608c-608d,U+6094,U+6096,U+609a-609b,U+609f-60a0,U+60a3-60a4,U+60a7,U+60b0,U+60b2-60b4,U+60b6,U+60b8,U+60bc-60bd,U+60c7,U+60d1,U+60da,U+60dc,U+60df-60e1,U+60f0-60f1,U+60f6,U+60f9-60fb,U+6101,U+6106,U+6108-6109,U+610d-610e,U+6115,U+611a,U+6127,U+6130,U+6134,U+6137,U+613c,U+613e-613f,U+6142,U+6144,U+6147-6148,U+614a-614b", + "[87]": "U+5c40,U+5c45-5c46,U+5c48,U+5c4b,U+5c4d-5c4e,U+5c51,U+5c5b,U+5c60,U+5c62,U+5c64-5c65,U+5c6c,U+5c6f,U+5c79,U+5c90-5c91,U+5ca1,U+5ca9,U+5cab-5cac,U+5cb1,U+5cb3,U+5cb5,U+5cb7-5cb8,U+5cba,U+5cbe,U+5cc0,U+5cd9,U+5ce0,U+5ce8,U+5cef-5cf0,U+5cf4,U+5cf6,U+5cfb,U+5cfd,U+5d07,U+5d0d-5d0e,U+5d11,U+5d14,U+5d16-5d17,U+5d19,U+5d27,U+5d29,U+5d4b-5d4c,U+5d50,U+5d69,U+5d6c,U+5d6f,U+5d87,U+5d8b,U+5d9d,U+5da0,U+5da2,U+5daa,U+5db8,U+5dba,U+5dbc-5dbd,U+5dcd,U+5dd2,U+5dd6,U+5de1-5de2,U+5de5-5de8,U+5deb,U+5dee,U+5df1-5df4,U+5df7,U+5dfd-5dfe,U+5e03,U+5e06,U+5e11,U+5e16,U+5e19,U+5e1b,U+5e1d,U+5e25,U+5e2b,U+5e2d,U+5e33,U+5e36,U+5e38,U+5e3d,U+5e3f-5e40,U+5e44-5e45,U+5e47,U+5e4c,U+5e55,U+5e5f,U+5e61-5e63,U+5e72,U+5e77-5e79,U+5e7b-5e7e,U+5e84,U+5e87,U+5e8a,U+5e8f,U+5e95,U+5e97,U+5e9a,U+5e9c,U+5ea0,U+5ea7,U+5eab,U+5ead,U+5eb5-5eb8,U+5ebe,U+5ec2,U+5ec8-5eca,U+5ed0,U+5ed3,U+5ed6,U+5eda-5edb,U+5edf-5ee0,U+5ee2-5ee3,U+5eec,U+5ef3,U+5ef6-5ef7,U+5efa-5efb,U+5f01,U+5f04,U+5f0a", + "[88]": "U+59be,U+59c3,U+59c6,U+59c9,U+59cb,U+59d0-59d1,U+59d3-59d4,U+59d9-59da,U+59dc-59dd,U+59e6,U+59e8,U+59ea,U+59ec,U+59ee,U+59f8,U+59fb,U+59ff,U+5a01,U+5a03,U+5a11,U+5a18,U+5a1b-5a1c,U+5a1f-5a20,U+5a25,U+5a29,U+5a36,U+5a3c,U+5a41,U+5a46,U+5a49,U+5a5a,U+5a62,U+5a66,U+5a92,U+5a9a-5a9b,U+5aa4,U+5ac1-5ac2,U+5ac4,U+5ac9,U+5acc,U+5ae1,U+5ae6,U+5ae9,U+5b05,U+5b09,U+5b0b-5b0c,U+5b16,U+5b2a,U+5b40,U+5b43,U+5b51,U+5b54-5b55,U+5b58,U+5b5a,U+5b5c-5b5d,U+5b5f,U+5b63-5b64,U+5b69,U+5b6b,U+5b70-5b71,U+5b75,U+5b7a,U+5b7c,U+5b85,U+5b87-5b88,U+5b8b,U+5b8f,U+5b93,U+5b95-5b99,U+5b9b-5b9c,U+5ba2-5ba6,U+5bac,U+5bae,U+5bb0,U+5bb3-5bb5,U+5bb8-5bb9,U+5bbf-5bc0,U+5bc2-5bc7,U+5bcc,U+5bd0,U+5bd2-5bd4,U+5bd7,U+5bde-5bdf,U+5be1-5be2,U+5be4-5be9,U+5beb-5bec,U+5bee-5bef,U+5bf5-5bf6,U+5bf8,U+5bfa,U+5c01,U+5c04,U+5c07-5c0b,U+5c0d-5c0e,U+5c16,U+5c19,U+5c24,U+5c28,U+5c31,U+5c38-5c3c,U+5c3e-5c3f", + "[89]": "U+5703-5704,U+5708,U+570d,U+5712-5713,U+5716,U+5718,U+572d,U+573b,U+5740,U+5742,U+5747,U+574a,U+574d-574e,U+5750-5751,U+5761,U+5764,U+5766,U+576a,U+576e,U+5770,U+5775,U+577c,U+5782,U+5788,U+578b,U+5793,U+57a0,U+57a2-57a3,U+57c3,U+57c7-57c8,U+57cb,U+57df-57e0,U+57f0,U+57f4,U+57f7,U+57f9-57fa,U+57fc,U+5800,U+5802,U+5805-5806,U+5808-580a,U+581e,U+5821,U+5824,U+5827,U+582a,U+582f-5831,U+5835,U+583a,U+584a-584b,U+584f,U+5851,U+5854,U+5857-5858,U+585a,U+585e,U+5861-5862,U+5864,U+5875,U+5879,U+587c,U+587e,U+5883,U+5885,U+5889,U+5893,U+589c,U+589e-589f,U+58a8-58a9,U+58ae,U+58b3,U+58ba-58bb,U+58be,U+58c1,U+58c5,U+58c7,U+58ce,U+58d1,U+58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e4,U+58ec,U+58ef,U+58f9-58fb,U+58fd,U+590f,U+5914-5915,U+5919,U+5922,U+592d-592e,U+5931,U+5937,U+593e,U+5944,U+5947-5949,U+594e-5951,U+5954-5955,U+5957,U+595a,U+5960,U+5962,U+5967,U+596a-596e,U+5974,U+5978,U+5982-5984,U+598a,U+5993,U+5996-5997,U+5999,U+59a5,U+59a8,U+59ac,U+59b9,U+59bb", + "[90]": "U+539a,U+53a0,U+53a5-53a6,U+53ad,U+53bb,U+53c3,U+53c8-53cb,U+53cd,U+53d4,U+53d6-53d7,U+53db,U+53e1-53e3,U+53e5,U+53e9-53ed,U+53f1,U+53f3,U+53f8,U+5403-5404,U+540a,U+540e-5411,U+541b,U+541d,U+541f-5420,U+5426,U+5429,U+542b,U+5433,U+5438-5439,U+543b-543c,U+543e,U+5442,U+5448,U+544a,U+5451,U+5468,U+546a,U+5471,U+5473,U+5475,U+547b-547d,U+5480,U+5486,U+548e,U+5490,U+54a4,U+54a8,U+54ab-54ac,U+54b3,U+54b8,U+54bd,U+54c0,U+54c4,U+54c8-54c9,U+54e1,U+54e5,U+54e8,U+54ed-54ee,U+54f2,U+54fa,U+5504,U+5506-5507,U+550e,U+5510,U+551c,U+552f,U+5531,U+5535,U+553e,U+5544,U+5546,U+554f,U+5553,U+5556,U+555e,U+5563,U+557c,U+5580,U+5584,U+5586-5587,U+5589-558a,U+5598-559a,U+559c-559d,U+55a7,U+55a9-55ac,U+55ae,U+55c5,U+55c7,U+55d4,U+55da,U+55dc,U+55df,U+55e3-55e4,U+55fd-55fe,U+5606,U+5609,U+5614,U+5617,U+562f,U+5632,U+5634,U+5636,U+5653,U+5668,U+566b,U+5674,U+5686,U+56a5,U+56ac,U+56ae,U+56b4,U+56bc,U+56ca,U+56cd,U+56d1,U+56da-56db,U+56de,U+56e0,U+56f0,U+56f9-56fa", + "[91]": "U+516e,U+5175-5178,U+517c,U+5180,U+5186,U+518a,U+518d,U+5192,U+5195,U+5197,U+51a0,U+51a5,U+51aa,U+51ac,U+51b6-51b7,U+51bd,U+51c4,U+51c6,U+51c9,U+51cb-51cd,U+51dc-51de,U+51e1,U+51f0-51f1,U+51f6,U+51f8-51f9,U+51fd,U+5200,U+5203,U+5207-5208,U+520a,U+520e,U+5211,U+5217,U+521d,U+5224-5225,U+522a,U+522e,U+5230,U+5236-523b,U+5243,U+5247,U+524a-524c,U+5254,U+5256,U+525b,U+525d,U+5261,U+5269-526a,U+526f,U+5272,U+5275,U+527d,U+527f,U+5283,U+5287-5289,U+528d,U+5291-5292,U+529f,U+52a3-52a4,U+52a9-52ab,U+52be,U+52c1,U+52c3,U+52c5,U+52c7,U+52c9,U+52cd,U+52d2,U+52d6,U+52d8-52d9,U+52db,U+52dd-52df,U+52e2-52e4,U+52f3,U+52f5,U+52f8,U+52fa-52fb,U+52fe-52ff,U+5305,U+5308,U+530d,U+530f-5310,U+5315,U+5319,U+5320-5321,U+5323,U+532a,U+532f,U+5339,U+533f-5341,U+5343-5344,U+5347-534a,U+534d,U+5351-5354,U+535a,U+535c,U+535e,U+5360,U+5366,U+5368,U+536f-5371,U+5374-5375,U+5377,U+537d,U+537f,U+5384,U+5393,U+5398", + "[92]": "U+4f43,U+4f46-4f48,U+4f4d-4f51,U+4f55,U+4f59-4f5a,U+4f69,U+4f6f-4f70,U+4f73,U+4f76,U+4f7a,U+4f7e-4f7f,U+4f81,U+4f83-4f84,U+4f86,U+4f88,U+4f8a-4f8b,U+4f8d,U+4f8f,U+4f91,U+4f96,U+4f98,U+4f9b,U+4f9d,U+4fae-4faf,U+4fb5-4fb6,U+4fbf,U+4fc2-4fc4,U+4fc9-4fca,U+4fce,U+4fd1,U+4fd3-4fd4,U+4fd7,U+4fda,U+4fdf-4fe0,U+4fee-4fef,U+4ff1,U+4ff3,U+4ff5,U+4ff8,U+4ffa,U+5002,U+5006,U+5009,U+500b,U+500d,U+5011-5012,U+5016,U+5019-501a,U+501c,U+501e-501f,U+5021,U+5023-5024,U+5026-5028,U+502a-502d,U+503b,U+5043,U+5047-5049,U+504f,U+5055,U+505a,U+505c,U+5065,U+5074-5076,U+5078,U+5080,U+5085,U+508d,U+5091,U+5098-5099,U+50ac-50ad,U+50b2-50b3,U+50b5,U+50b7,U+50be,U+50c5,U+50c9-50ca,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5,U+50e7,U+50ed,U+50f9,U+50fb,U+50ff-5101,U+5104,U+5106,U+5109,U+5112,U+511f,U+5121,U+512a,U+5132,U+5137,U+513a,U+513c,U+5140-5141,U+5143-5148,U+514b-514e,U+5152,U+515c,U+5162,U+5169-516b,U+516d", + "[93]": "U+338c-339c,U+339f-33a0,U+33a2-33cb,U+33cf-33d0,U+33d3,U+33d6,U+33d8,U+33db-33dd,U+4e01,U+4e03,U+4e07-4e08,U+4e11,U+4e14-4e15,U+4e18-4e19,U+4e1e,U+4e32,U+4e38-4e39,U+4e42-4e43,U+4e45,U+4e4d-4e4f,U+4e56,U+4e58-4e59,U+4e5d-4e5e,U+4e6b,U+4e6d,U+4e73,U+4e76-4e77,U+4e7e,U+4e82,U+4e86,U+4e88,U+4e8e,U+4e90-4e92,U+4e94-4e95,U+4e98,U+4e9b,U+4e9e,U+4ea1-4ea2,U+4ea4-4ea6,U+4ea8,U+4eab,U+4ead-4eae,U+4eb6,U+4ec0-4ec1,U+4ec4,U+4ec7,U+4ecb,U+4ecd,U+4ed4-4ed5,U+4ed7-4ed9,U+4edd,U+4edf,U+4ee4,U+4ef0,U+4ef2,U+4ef6-4ef7,U+4efb,U+4f01,U+4f09,U+4f0b,U+4f0d-4f11,U+4f2f,U+4f34,U+4f36,U+4f38,U+4f3a,U+4f3c-4f3d", + "[94]": "U+3136,U+3138,U+313a-3140,U+3143-3144,U+3150,U+3152,U+3154-3156,U+3158-315b,U+315d-315f,U+3162,U+3164-318c,U+318e,U+3200-321b,U+3231,U+3239,U+3251-325a,U+3260-327b,U+327e-327f,U+328a-3290,U+3294,U+329e,U+32a5,U+3380-3384,U+3388-338b", + "[95]": "U+2f7d,U+2f7f-2f8b,U+2f8e-2f90,U+2f92-2f97,U+2f99-2fa0,U+2fa2-2fa3,U+2fa5-2fa9,U+2fac-2fb1,U+2fb3-2fbc,U+2fc1-2fca,U+2fcd-2fd4,U+3003,U+3012-3019,U+301c,U+301e-3020,U+3036,U+3041,U+3043,U+3045,U+3047,U+3049,U+304e,U+3050,U+3052,U+3056,U+305a,U+305c,U+305e,U+3062,U+3065,U+306c,U+3070-307d,U+3080,U+3085,U+3087,U+308e,U+3090-3091,U+30a1,U+30a5,U+30a9,U+30ae,U+30b1-30b2,U+30b4,U+30b6,U+30bc-30be,U+30c2,U+30c5,U+30cc,U+30d2,U+30d4,U+30d8-30dd,U+30e4,U+30e6,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+3133,U+3135", + "[96]": "U+2541-254b,U+25a4-25a9,U+25b1,U+25b5,U+25b9,U+25bf,U+25c1,U+25c3,U+25c9-25ca,U+25cc,U+25ce,U+25d0-25d1,U+25e6,U+25ef,U+260f,U+261d,U+261f,U+262f,U+2660,U+2664,U+2667-2669,U+266d,U+266f,U+2716,U+271a,U+273d,U+2756,U+2776-277f,U+278a-2793,U+2963,U+2965,U+2ac5-2ac6,U+2acb-2acc,U+2f00,U+2f04,U+2f06,U+2f08,U+2f0a-2f0b,U+2f11-2f12,U+2f14,U+2f17-2f18,U+2f1c-2f1d,U+2f1f-2f20,U+2f23-2f26,U+2f28-2f29,U+2f2b,U+2f2d,U+2f2f-2f32,U+2f38,U+2f3c-2f40,U+2f42-2f4c,U+2f4f-2f52,U+2f54-2f58,U+2f5a-2f66,U+2f69-2f70,U+2f72-2f76,U+2f78,U+2f7a-2f7c", + "[97]": "U+2479-2487,U+249c-24d1,U+24d3-24d7,U+24d9-24e9,U+24eb-24f4,U+2500-2501,U+2503,U+250c-2513,U+2515-2516,U+2518-2540", + "[98]": "U+215b-215e,U+2162-2169,U+2170-2179,U+2195-2199,U+21b0-21b4,U+21bc,U+21c0,U+21c4-21c5,U+21cd,U+21cf-21d4,U+21e0-21e3,U+21e6-21e9,U+2200,U+2202-2203,U+2206-2209,U+220b-220c,U+220f,U+2211,U+2213,U+221a,U+221d-2220,U+2222,U+2225-2227,U+2229-222c,U+222e,U+2234-2237,U+223d,U+2243,U+2245,U+2248,U+2250-2253,U+225a,U+2260-2262,U+2264-2267,U+226a-226b,U+226e-2273,U+2276-2277,U+2279-227b,U+2280-2287,U+228a-228b,U+2295-2297,U+22a3-22a5,U+22bb-22bc,U+22ce-22cf,U+22da-22db,U+22ee-22ef,U+2306,U+2312,U+2314,U+2467-2478", + "[99]": "U+81-82,U+84,U+a2-a5,U+a7-a8,U+aa,U+ac-ad,U+b1-b3,U+b6,U+b8-ba,U+bc-be,U+c0,U+c2,U+c6-cb,U+ce-d0,U+d4,U+d8-d9,U+db-dc,U+de-df,U+e6,U+eb,U+ee-f0,U+f4,U+f7-f9,U+fb,U+fe-ff,U+111,U+126-127,U+132-133,U+138,U+13f-142,U+149-14b,U+152-153,U+166-167,U+2bc,U+2c7,U+2d0,U+2d8-2d9,U+2db-2dd,U+391-394,U+396-3a1,U+3a3-3a9,U+3b2-3b6,U+3b8,U+3bc,U+3be-3c1,U+3c3-3c9,U+2010,U+2015-2016,U+2018-2019,U+201b,U+201f-2021,U+2025,U+2030,U+2033-2036,U+203c,U+203e,U+2042,U+2074,U+207a-207f,U+2081-2084,U+2109,U+2113,U+2116,U+2121,U+2126,U+212b,U+2153-2154", + "[100]": "U+e8,U+2da,U+2160,U+2194,U+3054,U+3058,U+306d,U+3086,U+308d,U+30ac,U+30bb,U+30c4,U+30cd-30ce,U+30e2,U+3132,U+3146,U+3149,U+339d,U+4e3b,U+4f0a,U+4fdd,U+4fe1,U+5409,U+540c,U+5834,U+592a-592b,U+5b9a,U+5dde,U+5e0c,U+5e73,U+5f0f,U+60f3,U+653f,U+661f,U+662f,U+667a,U+683c,U+6b4c,U+6c11,U+767c,U+76ee,U+76f4,U+77f3,U+79d1,U+7a7a,U+7b2c,U+7d22,U+8207,U+8a00,U+8a71,U+9280,U+9580,U+958b,U+96c6,U+9762,U+98df,U+9ed1,U+ac2d,U+adc8,U+add3,U+af48,U+b014,U+b134-b135,U+b158,U+b2aa,U+b35f,U+b6a4,U+b9cf,U+bb63,U+bd23,U+be91,U+c29b,U+c3f4,U+c42c,U+c55c,U+c573,U+c58f,U+c78c,U+c7dd,U+c8f5,U+cad1,U+cc48,U+cf10,U+cf20,U+d03c,U+d07d,U+d2a0,U+d30e,U+d38d,U+d3a8,U+d3c8,U+d5e5,U+d5f9,U+d6e4,U+f90a,U+ff02,U+ff1c", + "[101]": "U+3b1,U+2466,U+25a1,U+25a3,U+261c,U+3008-3009,U+305b,U+305d,U+3069,U+30a7,U+30ba,U+30cf,U+30ef,U+3151,U+3157,U+4e4b,U+4e5f,U+4e8c,U+4eca,U+4ed6,U+4f5b,U+50cf,U+5149,U+5165,U+5171,U+5229,U+529b,U+5316,U+539f,U+53f2,U+571f,U+5728,U+58eb,U+591c,U+5b78,U+5c11,U+5c55,U+5ddd,U+5e02,U+5fb7,U+60c5,U+610f,U+611f,U+6625,U+66f8,U+6797,U+679c,U+682a,U+6d2a,U+706b,U+7406,U+767b,U+76f8,U+77e5,U+7acb,U+898b,U+8a69,U+8def,U+8fd1,U+901a,U+90e8,U+91cd,U+975e,U+ae14,U+ae6c,U+aec0,U+afc7,U+afc9,U+b01c,U+b028,U+b308,U+b311,U+b314,U+b31c,U+b524,U+b560,U+b764,U+b920,U+b9e3,U+bd48,U+be7d,U+c0db,U+c231,U+c270,U+c2e3,U+c37d,U+c3ed,U+c530,U+c6a5,U+c6dc,U+c7a4,U+c954,U+c974,U+d000,U+d565,U+d667,U+d6c5,U+d79d,U+ff1e", + "[102]": "U+131,U+2032,U+2465,U+2642,U+3048,U+3051,U+3083-3084,U+308f,U+30c0,U+30d1,U+30d3,U+30d6,U+30df,U+30e7,U+3153,U+4e16,U+4e8b,U+4ee5,U+5206,U+52a0,U+52d5,U+53e4,U+53ef,U+54c1,U+57ce,U+597d,U+5b8c,U+5ea6,U+5f8c,U+5f97,U+6210,U+6240,U+624b,U+6728,U+6bd4,U+7236,U+7269,U+7279,U+738b,U+7528,U+7530,U+767e,U+798f,U+8005,U+8a18,U+90fd,U+91cc,U+9577,U+9593,U+98a8,U+ac20,U+acf6,U+ad90,U+af5d,U+af80,U+afcd,U+aff0,U+b0a1,U+b0b5,U+b1fd,U+b2fc,U+b380,U+b51b,U+b584,U+b5b3,U+b8fd,U+b93c,U+b9f4,U+bb44,U+bc08,U+bc27,U+bc49,U+be55,U+be64,U+bfb0,U+bfc5,U+c178,U+c21f,U+c314,U+c4f1,U+c58d,U+c664,U+c698,U+c6a7,U+c6c1,U+c9ed,U+cac0,U+cacc,U+cad9,U+ccb5,U+cdcc,U+d0e4,U+d143,U+d320,U+d330,U+d54d,U+ff06,U+ff1f,U+ff5e", + "[103]": "U+b4,U+20a9,U+20ac,U+2190,U+24d8,U+2502,U+2514,U+2592,U+25c7-25c8,U+2663,U+3060,U+3064,U+3081,U+3088,U+30a3,U+30a6,U+30aa,U+30b5,U+30c7,U+30ca-30cb,U+30d0,U+30e3,U+30e5,U+339e,U+4e09,U+4eac,U+4f5c,U+5167-5168,U+516c,U+51fa,U+5408,U+540d,U+591a,U+5b57,U+6211,U+65b9,U+660e,U+6642,U+6700,U+6b63,U+6e2f,U+7063,U+7532,U+793e,U+81ea,U+8272,U+82b1,U+897f,U+8eca,U+91ce,U+ac38,U+ad76,U+ae84,U+aecc,U+b07d,U+b0b1,U+b215,U+b2a0,U+b310,U+b3d7,U+b52a,U+b618,U+b775,U+b797,U+bcd5,U+bd59,U+be80,U+bea8,U+bed1,U+bee4-bee5,U+c060,U+c2ef,U+c329,U+c3dc,U+c597,U+c5bd,U+c5e5,U+c69c,U+c9d6,U+ca29,U+ca5c,U+ca84,U+cc39,U+cc3b,U+ce89,U+cee5,U+cf65,U+cf85,U+d058,U+d145,U+d22d,U+d325,U+d37d,U+d3ad,U+d769,U+ff0c", + "[104]": "U+2161,U+2228,U+2299,U+2464,U+2517,U+2640,U+3042,U+304a,U+3053,U+3061,U+307f,U+3082,U+308c,U+3092,U+30a8,U+30ab,U+30ad,U+30b0,U+30b3,U+30b7,U+30c1,U+30c6,U+30c9,U+30d5,U+30d7,U+30de,U+30e0-30e1,U+30ec-30ed,U+4e0b,U+4e0d,U+4ee3,U+53f0,U+548c,U+5b89,U+5bb6,U+5c0f,U+611b,U+6771,U+6aa2,U+6bcd,U+6c34,U+6cd5,U+6d77,U+767d,U+795e,U+8ecd,U+9999,U+9ad8,U+ac07,U+ac1a,U+ac40,U+ad0c,U+ad88,U+ada4,U+ae01,U+ae65,U+aebd,U+aec4,U+afe8,U+b139,U+b205,U+b383,U+b38c,U+b42c,U+b461,U+b55c,U+b78f,U+b8fb,U+b9f7,U+bafc,U+bc99,U+bed8,U+bfcd,U+c0bf,U+c0f9,U+c167,U+c204,U+c20f,U+c22f,U+c258,U+c298,U+c2bc,U+c388,U+c501,U+c50c,U+c5b9,U+c5ce,U+c641,U+c648,U+c73d,U+ca50,U+ca61,U+cc4c,U+ceac,U+d0d4,U+d5f7,U+d6d7,U+ff1a", + "[105]": "U+2103,U+2463,U+25c6,U+25cb,U+266c,U+3001,U+300a,U+3046,U+304c-304d,U+304f,U+3055,U+3059,U+3063,U+3066-3068,U+306f,U+3089,U+30b8,U+30bf,U+314f,U+4e0a,U+570b,U+5730,U+5916,U+5929,U+5c71,U+5e74,U+5fc3,U+601d,U+6027,U+63d0,U+6709,U+6734,U+751f,U+7684,U+82f1,U+9053,U+91d1,U+97f3,U+ac2f,U+ac4d,U+adc4,U+ade4,U+ae41,U+ae4d-ae4e,U+aed1,U+afb9,U+b0e0,U+b299,U+b365,U+b46c,U+b480,U+b4c8,U+b7b4,U+b819,U+b918,U+baab,U+bab9,U+be8f,U+bed7,U+c0ec,U+c19f,U+c1a5,U+c3d9,U+c464,U+c53d,U+c553,U+c570,U+c5cc,U+c633,U+c6a4,U+c7a3,U+c7a6,U+c886,U+c9d9-c9da,U+c9ec,U+ca0c,U+cc21,U+cd1b,U+cd78,U+cdc4,U+cef8,U+cfe4,U+d0a5,U+d0b5,U+d0ec,U+d15d,U+d188,U+d23c,U+d2ac,U+d729,U+d79b,U+ff01,U+ff08-ff09,U+ff5c", + "[106]": "U+2039-203a,U+223c,U+25b3,U+25b7,U+25bd,U+25cf,U+266a,U+3002,U+300b,U+304b,U+3057,U+305f,U+306a-306b,U+307e,U+308a-308b,U+3093,U+30a2,U+30af,U+30b9,U+30c3,U+30c8,U+30e9-30eb,U+33a1,U+4e00,U+524d,U+5357,U+5b50,U+7121,U+884c,U+9751,U+ac94,U+aebe,U+aecd,U+af08,U+af41,U+af49,U+b010,U+b053,U+b109,U+b11b,U+b128,U+b154,U+b291,U+b2e6,U+b301,U+b385,U+b525,U+b5b4,U+b729,U+b72f,U+b738,U+b7ff,U+b837,U+b975,U+ba67,U+bb47,U+bc1f,U+bd90,U+bfd4,U+c27c,U+c324,U+c379,U+c3e0,U+c465,U+c53b,U+c58c,U+c610,U+c653,U+c6cd,U+c813,U+c82f,U+c999,U+c9e0,U+cac4,U+cad3,U+cbd4,U+cc10,U+cc22,U+ccb8,U+ccbc,U+cda5,U+ce84,U+cea3,U+cf67,U+cfe1,U+d241,U+d30d,U+d31c,U+d391,U+d401,U+d479,U+d5c9,U+d5db,U+d649,U+d6d4", + "[107]": "U+b0,U+e9,U+2193,U+2462,U+260e,U+261e,U+300e-300f,U+3044,U+30a4,U+30fb-30fc,U+314d,U+5973,U+6545,U+6708,U+7537,U+ac89,U+ac9c,U+acc1,U+ad04,U+ad75,U+ad7d,U+ae45,U+ae61,U+af42,U+b0ab,U+b0af,U+b0b3,U+b12c,U+b194,U+b1a8,U+b220,U+b258,U+b284,U+b2ff,U+b315,U+b371,U+b3d4-b3d5,U+b460,U+b527,U+b534,U+b810,U+b818,U+b98e,U+ba55,U+bbac,U+bc0b,U+bc40,U+bca1,U+bccd,U+bd93,U+be54,U+be5a,U+bf08,U+bf50,U+bf55,U+bfdc,U+c0c0,U+c0d0,U+c0f4,U+c100,U+c11e,U+c170,U+c20d,U+c274,U+c290,U+c308,U+c369,U+c539,U+c587,U+c5ff,U+c6ec,U+c70c,U+c7ad,U+c7c8,U+c83c,U+c881,U+cb48,U+cc60,U+ce69,U+ce6b,U+ce75,U+cf04,U+cf08,U+cf55,U+cf70,U+cffc,U+d0b7,U+d1a8,U+d2c8,U+d384,U+d47c,U+d48b,U+d5dd,U+d5e8,U+d720,U+d759,U+f981", + "[108]": "U+e0,U+e2,U+395,U+3b7,U+3ba,U+2460-2461,U+25a0,U+3010-3011,U+306e,U+30f3,U+314a,U+314c,U+5927,U+65b0,U+7e41,U+97d3,U+9ad4,U+ad49,U+ae0b,U+ae0d,U+ae43,U+ae5d,U+aecf,U+af3c,U+af64,U+afd4,U+b080,U+b084,U+b0c5,U+b10c,U+b1e8,U+b2ac,U+b36e,U+b451,U+b515,U+b540,U+b561,U+b6ab,U+b6b1,U+b72c,U+b730,U+b744,U+b800,U+b8ec,U+b8f0,U+b904,U+b968,U+b96d,U+b987,U+b9d9,U+bb36,U+bb49,U+bc2d,U+bc43,U+bcf6,U+bd89,U+be57,U+be61,U+bed4,U+c090,U+c130,U+c148,U+c19c,U+c2f9,U+c36c,U+c37c,U+c384,U+c3df,U+c575,U+c584,U+c660,U+c719,U+c816,U+ca4d,U+ca54,U+cabc,U+cb49,U+cc14,U+cff5,U+d004,U+d038,U+d0b4,U+d0d3,U+d0e0,U+d0ed,U+d131,U+d1b0,U+d31f,U+d33d,U+d3a0,U+d3ab,U+d514,U+d584,U+d6a1,U+d6cc,U+d749,U+d760,U+d799", + "[109]": "U+24,U+60,U+3b9,U+3bb,U+3bd,U+2191,U+2606,U+300c-300d,U+3131,U+3134,U+3139,U+3141-3142,U+3148,U+3161,U+3163,U+321c,U+4eba,U+5317,U+ac31,U+ac77,U+ac9f,U+acb9,U+acf0-acf1,U+acfd,U+ad73,U+af3d,U+b00c,U+b04a,U+b057,U+b0c4,U+b188,U+b1cc,U+b214,U+b2db,U+b2ee,U+b304,U+b4ed,U+b518,U+b5bc,U+b625,U+b69c-b69d,U+b7ac,U+b801,U+b86c,U+b959,U+b95c,U+b985,U+ba48,U+bb58,U+bc0c,U+bc38,U+bc85,U+bc9a,U+bf40,U+c068,U+c0bd,U+c0cc,U+c12f,U+c149,U+c1e0,U+c22b,U+c22d,U+c250,U+c2fc,U+c300,U+c313,U+c370,U+c3d8,U+c557,U+c580,U+c5e3,U+c62e,U+c634,U+c6f0,U+c74d,U+c783,U+c78e,U+c796,U+c7bc,U+c92c,U+ca4c,U+cc1c,U+cc54,U+cc59,U+ce04,U+cf30,U+cfc4,U+d140,U+d321,U+d38c,U+d399,U+d54f,U+d587,U+d5d0,U+d6e8,U+d770", + "[110]": "U+d7,U+ea,U+fc,U+2192,U+25bc,U+3000,U+3137,U+3145,U+315c,U+7f8e,U+ac13,U+ac71,U+ac90,U+acb8,U+ace7,U+ad7f,U+ae50,U+aef4,U+af34,U+afbc,U+b048,U+b09a,U+b0ad,U+b0bc,U+b113,U+b125,U+b141,U+b20c,U+b2d9,U+b2ed,U+b367,U+b369,U+b374,U+b3cb,U+b4ec,U+b611,U+b760,U+b81b,U+b834,U+b8b0,U+b8e1,U+b989,U+b9d1,U+b9e1,U+b9fa,U+ba4d,U+ba78,U+bb35,U+bb54,U+bbf9,U+bc11,U+bcb3,U+bd05,U+bd95,U+bdd4,U+be10,U+bed0,U+bf51,U+c0d8,U+c232,U+c2b7,U+c2eb,U+c378,U+c500,U+c52c,U+c549,U+c568,U+c598,U+c5c9,U+c61b,U+c639,U+c67c,U+c717,U+c78a,U+c80a,U+c90c-c90d,U+c950,U+c9e7,U+cbe4,U+cca9,U+cce4,U+cdb0,U+ce78,U+ce94,U+ce98,U+cf8c,U+d018,U+d034,U+d0f1,U+d1b1,U+d280,U+d2f8,U+d338,U+d380,U+d3b4,U+d610,U+d69f,U+d6fc,U+d758", + "[111]": "U+e7,U+2022,U+203b,U+25c0,U+2605,U+2661,U+3147,U+318d,U+672c,U+8a9e,U+acaa,U+acbc,U+ad1c,U+ae4a,U+ae5c,U+b044,U+b054,U+b0c8-b0c9,U+b2a6,U+b2d0,U+b35c,U+b364,U+b428,U+b454,U+b465,U+b4b7,U+b4e3,U+b51c,U+b5a1,U+b784,U+b790,U+b7ab,U+b7f4,U+b82c,U+b835,U+b8e9,U+b8f8,U+b9d8,U+b9f9,U+ba5c,U+ba64,U+babd,U+bb18,U+bb3b,U+bbff,U+bc0d,U+bc45,U+bc97,U+bcbc,U+be45,U+be75,U+be7c,U+bfcc,U+c0b6,U+c0f7,U+c14b,U+c2b4,U+c30d,U+c4f8,U+c5bb,U+c5d1,U+c5e0,U+c5ee,U+c5fd,U+c606,U+c6c5,U+c6e0,U+c708,U+c81d,U+c820,U+c824,U+c878,U+c918,U+c96c,U+c9e4,U+c9f1,U+cc2e,U+cd09,U+cea1,U+cef5,U+cef7,U+cf64,U+cf69,U+cfe8,U+d035,U+d0ac,U+d230,U+d234,U+d2f4,U+d31d,U+d575,U+d578,U+d608,U+d614,U+d718,U+d751,U+d761,U+d78c,U+d790", + "[112]": "U+2665,U+3160,U+4e2d,U+6587,U+65e5,U+ac12,U+ac14,U+ac16,U+ac81,U+ad34,U+ade0,U+ae54,U+aebc,U+af2c,U+afc0,U+afc8,U+b04c,U+b08c,U+b099,U+b0a9,U+b0ac,U+b0ae,U+b0b8,U+b123,U+b179,U+b2e5,U+b2f7,U+b4c0,U+b531,U+b538,U+b545,U+b550,U+b5a8,U+b6f0,U+b728,U+b73b,U+b7ad,U+b7ed,U+b809,U+b864,U+b86d,U+b871,U+b9bf,U+b9f5,U+ba40,U+ba4b,U+ba58,U+ba87,U+baac,U+bbc0,U+bc16,U+bc34,U+bd07,U+bd99,U+be59,U+bfd0,U+c058,U+c0e4,U+c0f5,U+c12d,U+c139,U+c228,U+c529,U+c5c7,U+c635,U+c637,U+c735,U+c77d,U+c787,U+c789,U+c8c4,U+c989,U+c98c,U+c9d0,U+c9d3,U+cc0c,U+cc99,U+cd0c,U+cd2c,U+cd98,U+cda4,U+ce59,U+ce60,U+ce6d,U+cea0,U+d0d0-d0d1,U+d0d5,U+d14d,U+d1a4,U+d29c,U+d2f1,U+d301,U+d39c,U+d3bc,U+d4e8,U+d540,U+d5ec,U+d640,U+d750", + "[113]": "U+5e,U+25b2,U+25b6,U+314e,U+ac24,U+ace1,U+ace4,U+ae68,U+af2d,U+b0d0,U+b0e5,U+b150,U+b155,U+b193,U+b2c9,U+b2dd,U+b3c8,U+b3fc,U+b410,U+b458,U+b4dd,U+b5a0,U+b5a4,U+b5bb,U+b7b5,U+b838,U+b840,U+b86f,U+b8f9,U+b960,U+b9e5,U+bab8,U+bb50,U+bc1d,U+bc24-bc25,U+bca8,U+bcbd,U+bd04,U+bd10,U+bd24,U+be48,U+be5b,U+be68,U+c05c,U+c12c,U+c140,U+c15c,U+c168,U+c194,U+c219,U+c27d,U+c2a8,U+c2f1,U+c2f8,U+c368,U+c554-c555,U+c559,U+c564,U+c5d8,U+c5fc,U+c625,U+c65c,U+c6b1,U+c728,U+c794,U+c84c,U+c88c,U+c8e0,U+c8fd,U+c998,U+c9dd,U+cc0d,U+cc30,U+ceec,U+cf13,U+cf1c,U+cf5c,U+d050,U+d07c,U+d0a8,U+d134,U+d138,U+d154,U+d1f4,U+d2bc,U+d329,U+d32c,U+d3d0,U+d3f4,U+d3fc,U+d56b,U+d5cc,U+d600-d601,U+d639,U+d6c8,U+d754,U+d765", + "[114]": "U+3c-3d,U+2026,U+24d2,U+314b,U+ac11,U+acf3,U+ad74,U+ad81,U+adf9,U+ae34,U+af43,U+afb8,U+b05d,U+b07c,U+b110,U+b118,U+b17c,U+b180,U+b18d,U+b192,U+b2cc,U+b355,U+b378,U+b4a4,U+b4ef,U+b78d,U+b799,U+b7a9,U+b7fd,U+b807,U+b80c,U+b839,U+b9b4,U+b9db,U+ba3c,U+bab0,U+bba4,U+bc94,U+be4c,U+c154,U+c1c4,U+c26c,U+c2ac,U+c2ed,U+c4f4,U+c55e,U+c561,U+c571,U+c5b5,U+c5c4,U+c654-c655,U+c695,U+c6e8,U+c6f9,U+c724,U+c751,U+c775,U+c7a0,U+c7c1,U+c874,U+c880,U+c9d5,U+c9f8,U+cabd,U+cc29,U+cc2c,U+cca8,U+ccab,U+ccd0,U+ce21,U+ce35,U+ce7c,U+ce90,U+cee8,U+cef4,U+cfe0,U+d070,U+d0b9,U+d0c1,U+d0c4,U+d0c8,U+d15c,U+d1a1,U+d2c0,U+d300,U+d314,U+d3ed,U+d478,U+d480,U+d48d,U+d508,U+d53d,U+d5e4,U+d611,U+d61c,U+d68d,U+d6a8,U+d798", + "[115]": "U+23,U+25,U+5f,U+a9,U+ac08,U+ac78,U+aca8,U+acac,U+ace8,U+ad70,U+adc0,U+addc,U+b137,U+b140,U+b208,U+b290,U+b2f5,U+b3c5,U+b3cc,U+b420,U+b429,U+b529,U+b530,U+b77d,U+b79c,U+b7a8,U+b7c9,U+b7f0,U+b7fc,U+b828,U+b860,U+b9ad,U+b9c1,U+b9c9,U+b9dd-b9de,U+b9e8,U+ba38-ba39,U+babb,U+bc00,U+bc8c,U+bca0,U+bca4,U+bcd1,U+bcfc,U+bd09,U+bdf0,U+be60,U+c0ad,U+c0b4,U+c0bc,U+c190,U+c1fc,U+c220,U+c288,U+c2b9,U+c2f6,U+c528,U+c545,U+c558,U+c5bc,U+c5d4,U+c600,U+c644,U+c6c0,U+c6c3,U+c721,U+c798,U+c7a1,U+c811,U+c838,U+c871,U+c904,U+c990,U+c9dc,U+cc38,U+cc44,U+cca0,U+cd1d,U+cd95,U+cda9,U+ce5c,U+cf00,U+cf58,U+d150,U+d22c,U+d305,U+d328,U+d37c,U+d3f0,U+d551,U+d5a5,U+d5c8,U+d5d8,U+d63c,U+d64d,U+d669,U+d734,U+d76c", + "[116]": "U+26,U+2b,U+3e,U+40,U+7e,U+ac01,U+ac19,U+ac1d,U+aca0,U+aca9,U+acb0,U+ad8c,U+ae09,U+ae38,U+ae40,U+aed8,U+b09c,U+b0a0,U+b108,U+b204,U+b298,U+b2d8,U+b2eb-b2ec,U+b2f4,U+b313,U+b358,U+b450,U+b4e0,U+b54c,U+b610,U+b780,U+b78c,U+b791,U+b8e8,U+b958,U+b974,U+b984,U+b9b0,U+b9bc-b9bd,U+b9ce,U+ba70,U+bbfc,U+bc0f,U+bc15,U+bc1b,U+bc31,U+bc95,U+bcc0,U+bcc4,U+bd81,U+bd88,U+c0c8,U+c11d,U+c13c,U+c158,U+c18d,U+c1a1,U+c21c,U+c4f0,U+c54a,U+c560,U+c5b8,U+c5c8,U+c5f4,U+c628,U+c62c,U+c678,U+c6cc,U+c808,U+c810,U+c885,U+c88b,U+c900,U+c988,U+c99d,U+c9c8,U+cc3d-cc3e,U+cc45,U+cd08,U+ce20,U+cee4,U+d074,U+d0a4,U+d0dd,U+d2b9,U+d3b8,U+d3c9,U+d488,U+d544,U+d559,U+d56d,U+d588,U+d615,U+d648,U+d655,U+d658,U+d65c", + "[117]": "U+d,U+48,U+7c,U+ac10,U+ac15,U+ac74,U+ac80,U+ac83,U+acc4,U+ad11,U+ad50,U+ad6d,U+adfc,U+ae00,U+ae08,U+ae4c,U+b0a8,U+b124,U+b144,U+b178,U+b274,U+b2a5,U+b2e8,U+b2f9,U+b354,U+b370,U+b418,U+b41c,U+b4f1,U+b514,U+b798,U+b808,U+b824-b825,U+b8cc,U+b978,U+b9d0,U+b9e4,U+baa9,U+bb3c,U+bc18,U+bc1c,U+bc30,U+bc84,U+bcf5,U+bcf8,U+bd84,U+be0c,U+be14,U+c0b0,U+c0c9,U+c0dd,U+c124,U+c2dd,U+c2e4,U+c2ec,U+c54c,U+c57c-c57d,U+c591,U+c5c5-c5c6,U+c5ed,U+c608,U+c640,U+c6b8,U+c6d4,U+c784,U+c7ac,U+c800-c801,U+c9c1,U+c9d1,U+cc28,U+cc98,U+cc9c,U+ccad,U+cd5c,U+cd94,U+cd9c,U+cde8,U+ce68,U+cf54,U+d0dc,U+d14c,U+d1a0,U+d1b5,U+d2f0,U+d30c,U+d310,U+d398,U+d45c,U+d50c,U+d53c,U+d560,U+d568,U+d589,U+d604,U+d6c4,U+d788", + "[118]": "U+39,U+49,U+4d-4e,U+a0,U+ac04,U+ac1c,U+ac70,U+ac8c,U+acbd,U+acf5,U+acfc,U+ad00,U+ad6c,U+adf8,U+b098,U+b0b4,U+b294,U+b2c8,U+b300,U+b3c4,U+b3d9,U+b4dc,U+b4e4,U+b77c,U+b7ec,U+b85d,U+b97c,U+b9c8,U+b9cc,U+ba54,U+ba74,U+ba85,U+baa8,U+bb34,U+bb38,U+bbf8,U+bc14,U+bc29,U+bc88,U+bcf4,U+bd80,U+be44,U+c0c1,U+c11c,U+c120,U+c131,U+c138,U+c18c,U+c218,U+c2b5,U+c2e0,U+c544,U+c548,U+c5b4,U+c5d0,U+c5ec,U+c5f0,U+c601,U+c624,U+c694,U+c6a9,U+c6b0,U+c6b4,U+c6d0,U+c704,U+c720,U+c73c,U+c740,U+c744,U+c74c,U+c758,U+c77c,U+c785,U+c788,U+c790-c791,U+c7a5,U+c804,U+c815,U+c81c,U+c870,U+c8fc,U+c911,U+c9c4,U+ccb4,U+ce58,U+ce74,U+d06c,U+d0c0,U+d130,U+d2b8,U+d3ec,U+d504,U+d55c,U+d569,U+d574,U+d638,U+d654,U+d68c", + "[119]": "U+20-22,U+27-2a,U+2c-38,U+3a-3b,U+3f,U+41-47,U+4a-4c,U+4f-5d,U+61-7b,U+7d,U+a1,U+ab,U+ae,U+b7,U+bb,U+bf,U+2013-2014,U+201c-201d,U+2122,U+ac00,U+ace0,U+ae30,U+b2e4,U+b85c,U+b9ac,U+c0ac,U+c2a4,U+c2dc,U+c774,U+c778,U+c9c0,U+d558", + "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "200": { "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.0.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.1.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.2.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.3.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.9.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.10.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[11]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.11.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.11.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.11.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.11.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[12]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.12.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.12.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.12.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.12.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[13]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.13.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.13.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.13.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.13.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[14]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.14.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.14.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.14.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.14.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.15.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.16.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.17.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[18]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.18.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.18.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.18.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.18.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.93.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[94]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.94.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.94.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.94.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[95]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.95.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.95.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.95.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[96]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.96.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.96.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.96.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.96.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5165rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5165zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5-65rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5-65zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5_65rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5_65zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRAwOxTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRAwOxTM19Zlcg.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5x65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeP5x65zxfeRv1QU.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM52.ttf" } } } }, - "600": { + "300": { "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.0.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.1.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.2.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.3.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.9.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.10.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[11]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.11.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.11.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.11.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.11.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[12]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.12.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.12.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.12.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.12.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[13]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.13.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.13.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.13.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.13.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[14]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.14.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.14.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.14.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.14.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.15.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.16.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.17.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[18]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.18.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.18.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.18.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.18.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.93.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[94]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.94.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.94.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.94.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[95]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.95.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.95.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.95.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[96]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.96.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.96.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.96.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.96.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5165rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5165zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5-65rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5-65zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5_65rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5_65zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhHwOxTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhHwOxTM19Zlcg.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5x65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eP5x65zxfeRv1QU.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM52.ttf" } } } }, - "700": { + "400": { "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.0.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.1.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.2.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.3.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.9.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.10.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[11]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.11.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.11.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.11.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.11.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[12]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.12.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.12.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.12.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.12.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[13]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.13.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.13.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.13.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.13.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[14]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.14.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.14.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.14.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.14.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.15.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.16.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.17.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[18]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.18.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.18.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.18.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.18.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.93.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[94]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.94.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.94.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.94.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[95]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.95.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.95.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.95.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[96]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.96.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.96.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.96.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.96.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5165rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5165zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5-65rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5-65zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5_65rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5_65zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxGwOxTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxGwOxTM19Zlcg.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5x65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP5x65zxfeRv1QU.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM52.ttf" } } } }, - "900": { + "500": { "normal": { "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.0.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.0.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.1.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.1.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.2.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.2.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.3.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.9.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.9.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.10.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.10.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[11]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.11.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.11.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.11.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.11.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[12]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.12.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.12.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.12.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.12.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[13]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.13.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.13.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.13.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.13.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[14]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.14.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.14.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.14.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.14.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.15.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.15.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.16.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.16.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.17.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.17.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[18]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.18.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.18.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.18.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.18.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[93]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.93.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.93.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[94]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.94.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.94.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.94.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.94.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[95]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.95.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.95.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.95.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[96]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.96.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.96.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.96.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.96.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O4xIn9V9qdcXo8YlPu-H40amXOQLQ.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8OhZMn1b39okNYUZufq6F7MLkGHhWFrYYbM.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM5ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, - "latin": { + "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmREwOxTNQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmREwOxTM19Zlcg.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O0.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5165rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5165zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2022-09-27", - "version": "v20", - "category": "serif" - }, - "noto-serif-lao": { - "family": "Noto Serif Lao", - "id": "noto-serif-lao", - "subsets": ["lao", "latin", "latin-ext"], - "weights": [100, 200, 300, 400, 500, 600, 700, 800, 900], - "styles": ["normal"], - "unicodeRange": { - "lao": "U+0E81-0EDF,U+25CC", - "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "100": { - "normal": { - "lao": { + }, + "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLnv2pl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLnv2pkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5-65rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5-65zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLnvqpl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLnvqpkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5_65rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5_65zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLnvSplw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLnvSpkU6kDHXMrg.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5x65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeP5x65zxfeRv1QU.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM52.ttf" } } } }, - "200": { + "600": { "normal": { - "lao": { + "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKnv2pl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKnv2pkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKnvqpl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKnvqpkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKnvSplw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKnvSpkU6kDHXMrg.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "300": { - "normal": { - "lao": { + }, + "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0Knv2pl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0Knv2pkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0Knvqpl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KnvqpkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KnvSplw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KnvSpkU6kDHXMrg.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "400": { - "normal": { - "lao": { + }, + "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKnv2pl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKnv2pkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKnvqpl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKnvqpkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKnvSplw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKnvSpkU6kDHXMrg.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "500": { - "normal": { - "lao": { + }, + "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKnv2pl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKnv2pkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[10]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKnvqpl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKnvqpkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[11]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKnvSplw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKnvSpkU6kDHXMrg.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.11.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.11.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "600": { - "normal": { - "lao": { + }, + "[12]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0Nnv2pl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0Nnv2pkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.12.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.12.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[13]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0Nnvqpl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NnvqpkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.13.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.13.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[14]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NnvSplw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NnvSpkU6kDHXMrg.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.14.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.14.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "700": { - "normal": { - "lao": { + }, + "[15]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNnv2pl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNnv2pkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[16]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNnvqpl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNnvqpkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[17]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNnvSplw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNnvSpkU6kDHXMrg.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "800": { - "normal": { - "lao": { + }, + "[18]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNnv2pl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNnv2pkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.18.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.18.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNnvqpl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNnvqpkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNnvSplw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNnvSpkU6kDHXMrg.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "900": { - "normal": { - "lao": { + }, + "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNnv2pl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNnv2pkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNnvqpl1yh.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNnvqpkU6kDHXMrgJZ.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNnvSplw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNnvSpkU6kDHXMrg.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNrvM.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2023-09-27", - "version": "v24", - "category": "serif" - }, - "noto-serif-makasar": { - "family": "Noto Serif Makasar", - "id": "noto-serif-makasar", - "subsets": ["latin", "latin-ext", "makasar"], - "weights": [400], - "styles": ["normal"], - "unicodeRange": { - "makasar": "U+11EE0-11EF8", - "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "400": { - "normal": { - "makasar": { + }, + "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9SLIqr3WBCH.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9SLIqr3XgKEtm647g.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9S7jw.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9SLhovSZSk.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9SLhovUdyqOvlaB.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9S7jw.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9SLiIvS.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9SLiIvUdyqOvg.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9S7jw.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2023-06-30", - "version": "v1", - "category": "serif" - }, - "noto-serif-malayalam": { - "family": "Noto Serif Malayalam", - "id": "noto-serif-malayalam", - "subsets": ["latin", "latin-ext", "malayalam"], - "weights": [100, 200, 300, 400, 500, 600, 700, 800, 900], - "styles": ["normal"], - "unicodeRange": { - "malayalam": "U+0307,U+0323,U+0964-0965,U+0D00-0D7F,U+200C-200D,U+20B9,U+25CC", - "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "100": { - "normal": { - "malayalam": { + }, + "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1vglYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1vglYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1fnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1vlFYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1vlFYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1fnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1vmlYG.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1vmlYAhwBiSyoV.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1fnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "200": { - "normal": { - "malayalam": { + }, + "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xvglYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xvglYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xvlFYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xvlFYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xvmlYG.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xvmlYAhwBiSyoV.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "300": { - "normal": { - "malayalam": { + }, + "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exvglYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exvglYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exvlFYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exvlFYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exvmlYG.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exvmlYAhwBiSyoV.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "400": { - "normal": { - "malayalam": { + }, + "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xvglYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xvglYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xvlFYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xvlFYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xvmlYG.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xvmlYAhwBiSyoV.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "500": { - "normal": { - "malayalam": { + }, + "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexvglYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexvglYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexvlFYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexvlFYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexvmlYG.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexvmlYAhwBiSyoV.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "600": { - "normal": { - "malayalam": { + }, + "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetvglYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetvglYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetvlFYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetvlFYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetvmlYG.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetvmlYAhwBiSyoV.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "700": { - "normal": { - "malayalam": { + }, + "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtvglYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtvglYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtvlFYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtvlFYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtvmlYG.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtvmlYAhwBiSyoV.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "800": { - "normal": { - "malayalam": { + }, + "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tvglYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tvglYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tvlFYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tvlFYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tvmlYG.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tvmlYAhwBiSyoV.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "900": { - "normal": { - "malayalam": { + }, + "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutvglYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutvglYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutvlFYGlQU.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutvlFYAhwBiSyoVzbE.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutvmlYG.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutvmlYAhwBiSyoV.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutfnQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2023-05-02", - "version": "v28", - "category": "serif" - }, - "noto-serif-myanmar": { - "family": "Noto Serif Myanmar", - "id": "noto-serif-myanmar", - "subsets": ["myanmar"], - "weights": [100, 200, 300, 400, 500, 600, 700, 800, 900], - "styles": ["normal"], - "unicodeRange": { - "myanmar": "U+1000-109F,U+200C-200D,U+25CC,U+A9E0-A9FE,U+AA60-AA7F,U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "100": { - "normal": { - "myanmar": { + }, + "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJudM7F2Yv76aBKKs-bHMQfAHUw3jnNwCD1WdQ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJudM7F2Yv76aBKKs-bHMQfAHUw3jnNwCD1WdLYR-zR.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJudM7F2Yv76aBKKs-bHMQfAHUw3jnNwBDs.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "200": { - "normal": { - "myanmar": { + }, + "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNbDH8YPH3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNbDH8YPHxb-bZnw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNbDHMeQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "300": { - "normal": { - "myanmar": { + }, + "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNCDL8YPH3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNCDL8YPHxb-bZnw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNCDLMeQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "400": { - "normal": { - "myanmar": { + }, + "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJsdM7F2Yv76aBKKs-bHMQfAHUw3jnFvRDp.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJsdM7F2Yv76aBKKs-bHMQfAHUw3jnFvRDvU9P6RQ.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJsdM7F2Yv76aBKKs-bHMQfAHUw3jn1pA.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "500": { - "normal": { - "myanmar": { + }, + "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNUDP8YPH3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNUDP8YPHxb-bZnw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNUDPMeQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "600": { - "normal": { - "myanmar": { + }, + "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNfDT8YPH3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNfDT8YPHxb-bZnw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNfDTMeQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "700": { - "normal": { - "myanmar": { + }, + "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNGDX8YPH3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNGDX8YPHxb-bZnw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNGDXMeQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "800": { - "normal": { - "myanmar": { + }, + "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNBDb8YPH3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNBDb8YPHxb-bZnw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNBDbMeQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "900": { - "normal": { - "myanmar": { + }, + "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNIDf8YPH3.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNIDf8YPHxb-bZnw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNIDfMeQ.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - } - }, - "defSubset": "myanmar", - "lastModified": "2022-09-28", - "version": "v13", - "category": "serif" - }, - "noto-serif-np-hmong": { - "family": "Noto Serif NP Hmong", - "id": "noto-serif-np-hmong", - "subsets": ["latin", "nyiakeng-puachue-hmong"], - "weights": [400, 500, 600, 700], - "styles": ["normal"], - "unicodeRange": { - "nyiakeng-puachue-hmong": "U+1E100-1E14F", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "400": { - "normal": { - "nyiakeng-puachue-hmong": { + }, + "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhGJ59ckmbfY.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhGJ59ckgf_OUyXS467k.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhFLp.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhGLu1Ow.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhGLu1OoJUf-c6VY.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhFLp.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "500": { - "normal": { - "nyiakeng-puachue-hmong": { + }, + "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbj9hGJ59ckmbfY.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbj9hGJ59ckgf_OUyXS467k.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbj9hFLp.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbj9hGLu1Ow.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbj9hGLu1OoJUf-c6VY.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbj9hFLp.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "600": { - "normal": { - "nyiakeng-puachue-hmong": { + }, + "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgRg2J59ckmbfY.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgRg2J59ckgf_OUyXS467k.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgRg1Lp.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgRg2Lu1Ow.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgRg2Lu1OoJUf-c6VY.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgRg1Lp.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "700": { - "normal": { - "nyiakeng-puachue-hmong": { + }, + "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgog2J59ckmbfY.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgog2J59ckgf_OUyXS467k.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgog1Lp.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgog2Lu1Ow.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgog2Lu1OoJUf-c6VY.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgog1Lp.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2022-12-08", - "version": "v1", - "category": "serif" - }, - "noto-serif-old-uyghur": { - "family": "Noto Serif Old Uyghur", - "id": "noto-serif-old-uyghur", - "subsets": ["latin", "latin-ext", "old-uyghur"], - "weights": [400], - "styles": ["normal"], - "unicodeRange": { - "old-uyghur": "U+0640,U+10AF2,U+10F70-10F89", - "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "400": { - "normal": { - "old-uyghur": { + }, + "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwXm8K6GlWM.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwXm8K6HEePiQ54UA.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwnKg.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwXI-OfJ2w.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwXI-OZNW-FgTZB.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwnKg.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwXLeOf.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwXLeOZNW-FgQ.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwnKg.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2023-10-25", - "version": "v3", - "category": "serif" - }, - "noto-serif-oriya": { - "family": "Noto Serif Oriya", - "id": "noto-serif-oriya", - "subsets": ["latin", "latin-ext", "oriya"], - "weights": [400, 500, 600, 700], - "styles": ["normal"], - "unicodeRange": { - "oriya": "U+0964-0965,U+0B01-0B77,U+200C-200D,U+20B9,U+25CC", - "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "400": { - "normal": { - "oriya": { + }, + "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_EygtUzNMA.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_EygtUrfNU1iSjt1Rw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Hy-.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Ey3tUzNMA.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Ey3tUrfNU1iSjt1Rw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Hy-.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Ey5tUw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Ey5tUrfNU1iSjs.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Hy-.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "500": { - "normal": { - "oriya": { + }, + "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_EygtUzNMA.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_EygtUrfNU1iSjt1Rw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Hy-.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin-ext": { + "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Ey3tUzNMA.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Ey3tUrfNU1iSjt1Rw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Hy-.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, - "latin": { + "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Ey5tUw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Ey5tUrfNU1iSjs.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Hy-.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } - } - } - }, - "600": { - "normal": { - "oriya": { + }, + "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-0ygtUzNMA.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-0ygtUrfNU1iSjt1Rw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-3y-.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[81]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[82]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[83]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[84]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[85]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[86]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[87]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[88]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[89]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[90]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[91]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[92]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[93]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[94]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.94.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.94.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[95]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.95.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[96]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.96.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.96.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[97]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[98]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[99]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[100]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[101]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[102]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[103]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[104]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[105]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[106]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[107]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[108]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[109]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[110]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[111]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[112]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[113]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[114]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[115]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[116]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[117]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[118]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "[119]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5165rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5165zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5-65rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5-65zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-0y3tUzNMA.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-0y3tUrfNU1iSjt1Rw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-3y-.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5_65rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5_65zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-0y5tUw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-0y5tUrfNU1iSjs.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-3y-.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5x65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f_5x65zxfeRv1QU.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f852.ttf" } } } }, "700": { "normal": { - "oriya": { + "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-0ygtUzNMA.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-0ygtUrfNU1iSjt1Rw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-3y-.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" } }, - "latin-ext": { + "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-0y3tUzNMA.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-0y3tUrfNU1iSjt1Rw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-3y-.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" } }, - "latin": { + "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-0y5tUw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-0y5tUrfNU1iSjs.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-3y-.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2023-03-09", - "version": "v4", - "category": "serif" - }, - "noto-serif-ottoman-siyaq": { - "family": "Noto Serif Ottoman Siyaq", - "id": "noto-serif-ottoman-siyaq", - "subsets": ["latin", "latin-ext", "ottoman-siyaq-numbers"], - "weights": [400], - "styles": ["normal"], - "unicodeRange": { - "ottoman-siyaq-numbers": "U+1ED01-1ED3D", - "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "400": { - "normal": { - "ottoman-siyaq-numbers": { + }, + "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoH7lZMk3nAZ.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoH7lZMk2GIafUdABQ.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoHLJg.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" } }, - "latin-ext": { + "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoH7L7IB40k.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoH7L7IH8UoQdX95.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoHLJg.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" } }, - "latin": { + "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoH7IbIB.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoH7IbIH8UoQdQ.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoHLJg.ttf" + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2023-09-13", - "version": "v2", - "category": "serif" - }, - "noto-serif-sc": { - "family": "Noto Serif SC", - "id": "noto-serif-sc", - "subsets": ["chinese-simplified", "latin"], - "weights": [200, 300, 400, 500, 600, 700, 900], - "styles": ["normal"], - "unicodeRange": { - "[4]": "U+1f1e9-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f232,U+1f234-1f237,U+1f250-1f251,U+1f300,U+1f302-1f308,U+1f30a-1f311,U+1f315,U+1f319-1f320,U+1f324,U+1f327,U+1f32a,U+1f32c-1f32d,U+1f330-1f357,U+1f359-1f37e", - "[5]": "U+fee3,U+fef3,U+ff03-ff04,U+ff07,U+ff0a,U+ff17-ff19,U+ff1c-ff1d,U+ff20-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff6a,U+ff6c,U+ff6f-ff78,U+ff7a-ff7d,U+ff80-ff84,U+ff86,U+ff89-ff8e,U+ff92,U+ff97-ff9b,U+ff9d-ff9f,U+ffe0-ffe4,U+ffe6,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1f004,U+1f170-1f171,U+1f192-1f195,U+1f198-1f19a,U+1f1e6-1f1e8", - "[6]": "U+f0a7,U+f0b2,U+f0b7,U+f0c9,U+f0d8,U+f0da,U+f0dc-f0dd,U+f0e0,U+f0e6,U+f0eb,U+f0fc,U+f101,U+f104-f105,U+f107,U+f10b,U+f11b,U+f14b,U+f18a,U+f193,U+f1d6-f1d7,U+f244,U+f27a,U+f296,U+f2ae,U+f471,U+f4b3,U+f610-f611,U+f880-f881,U+f8ec,U+f8f5,U+f8ff,U+f901,U+f90a,U+f92c-f92d,U+f934,U+f937,U+f941,U+f965,U+f967,U+f969,U+f96b,U+f96f,U+f974,U+f978-f979,U+f97e,U+f981,U+f98a,U+f98e,U+f997,U+f99c,U+f9b2,U+f9b5,U+f9ba,U+f9be,U+f9ca,U+f9d0-f9d1,U+f9dd,U+f9e0-f9e1,U+f9e4,U+f9f7,U+fa00-fa01,U+fa08,U+fa0a,U+fa11,U+fb01-fb02,U+fdfc,U+fe0e,U+fe30-fe31,U+fe33-fe44,U+fe49-fe52,U+fe54-fe57,U+fe59-fe66,U+fe68-fe6b,U+fe8e,U+fe92-fe93,U+feae,U+feb8,U+fecb-fecc,U+fee0", - "[21]": "U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81,U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff4,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d,U+af34", - "[22]": "U+9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39", - "[23]": "U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80,U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9", - "[24]": "U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d,U+9a80,U+9a83,U+9a85,U+9a87-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9abc,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39", - "[25]": "U+98c8,U+98cf-98d6,U+98da-98db,U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b", - "[26]": "U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c7", - "[27]": "U+95b9-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727", - "[28]": "U+94e7-94ec,U+94ee-94f1,U+94f3,U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8", - "[29]": "U+9410-941a,U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94e6", - "[30]": "U+92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea,U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-940f", - "[31]": "U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6", - "[32]": "U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa,U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a", - "[33]": "U+8e2d-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda", - "[34]": "U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d2e,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e2c", - "[35]": "U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d,U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb3-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac", - "[36]": "U+8a02-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13,U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c", - "[37]": "U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f,U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01", - "[38]": "U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864", - "[39]": "U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545,U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df", - "[40]": "U+83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2,U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d", - "[41]": "U+82a9-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6,U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3", - "[42]": "U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160,U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82a8", - "[43]": "U+7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148", - "[44]": "U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb,U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9", - "[45]": "U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1-7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4", - "[46]": "U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7-7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1", - "[47]": "U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1,U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9", - "[48]": "U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4,U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1", - "[49]": "U+797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8", - "[50]": "U+783e,U+7841-7844,U+7847-7849,U+784b-784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b", - "[51]": "U+770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721-7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c", - "[52]": "U+760a-760e,U+7610-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770e", - "[53]": "U+74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508,U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-7609", - "[54]": "U+73e7-73ea,U+73ee-73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee", - "[55]": "U+72dd-72df,U+72e1,U+72e5-72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73e6", - "[56]": "U+719c,U+71a0,U+71a4-71a5,U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db", - "[57]": "U+7005-7006,U+7009,U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198", - "[58]": "U+6ed8-6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f31-6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe", - "[59]": "U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7", - "[60]": "U+6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2", - "[61]": "U+6b85-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae,U+6cb1", - "[62]": "U+6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b84", - "[63]": "U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc,U+69fe-6a00", - "[64]": "U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1,U+68d3,U+68d7,U+68dd,U+68df", - "[65]": "U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a-678d,U+678f", - "[66]": "U+64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630-6631,U+6633-6634,U+6636", - "[67]": "U+63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0-64f2,U+64f4,U+64f7", - "[68]": "U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5,U+63b7-63bb", - "[69]": "U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226,U+622c,U+622e-6230,U+6232,U+6238", - "[70]": "U+5fd1-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec-60ee,U+60f0-60f1,U+60f4,U+60f6", - "[71]": "U+5ea3-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc,U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd0", - "[72]": "U+5d32-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea2", - "[73]": "U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d27,U+5d2e-5d31", - "[74]": "U+5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be7,U+5be9,U+5beb-5bec,U+5bee-5bf0,U+5bf2-5bf3", - "[75]": "U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e,U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1", - "[76]": "U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968,U+596a,U+596c-596e,U+5977,U+597b-597c", - "[77]": "U+570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-5820,U+5822-5823,U+5825-5826,U+582c,U+582f", - "[78]": "U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709", - "[79]": "U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3,U+55f5-55f7,U+55fb,U+55fe,U+5600-5601", - "[80]": "U+53fb-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550f,U+5511-5514,U+5516-5517", - "[81]": "U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5340,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2,U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa", - "[82]": "U+5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287,U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a", - "[83]": "U+4fe3-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102,U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f", - "[84]": "U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0-4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2", - "[85]": "U+3127-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2-4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6", - "[86]": "U+279c,U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126", - "[87]": "U+2650-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796", - "[88]": "U+254b,U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-264f", - "[89]": "U+23e9,U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a", - "[90]": "U+207b-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0", - "[91]": "U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2027-2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a", + }, + "[6]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[7]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[8]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[9]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[10]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[11]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.11.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.11.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[12]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.12.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.12.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[13]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.13.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.13.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[14]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.14.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.14.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[15]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[16]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[17]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[18]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.18.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.18.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[19]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[20]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[21]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[22]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[23]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[24]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[25]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[26]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[27]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[28]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[29]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[30]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[31]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[32]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[33]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[34]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[35]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[36]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[37]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[38]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[39]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[40]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[41]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[42]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[43]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[44]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[45]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[46]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[47]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[48]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[49]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[50]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[51]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[52]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[53]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[54]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[55]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[56]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[57]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[58]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[59]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[60]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[61]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[62]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[63]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[64]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[65]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[66]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[67]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[68]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[69]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[70]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[71]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[72]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[73]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[74]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[75]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[76]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[77]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[78]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[79]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[80]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[81]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[82]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[83]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[84]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[85]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[86]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[87]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[88]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[89]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[90]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[91]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[92]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[93]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[94]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.94.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.94.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[95]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.95.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[96]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.96.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.96.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[97]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[98]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[99]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[100]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[101]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[102]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[103]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[104]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[105]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[106]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[107]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[108]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[109]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[110]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[111]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[112]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[113]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[114]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[115]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[116]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[117]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[118]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "[119]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5165rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5165zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5-65rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5-65zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5_65rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5_65zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5x65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf_5x65zxfeRv1QU.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf852.ttf" + } + } + } + }, + "800": { + "normal": { + "[0]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[1]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[2]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[3]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[4]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[5]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[6]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[7]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[8]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[9]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[10]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[11]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.11.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.11.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[12]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.12.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.12.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[13]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.13.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.13.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[14]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.14.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.14.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[15]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[16]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[17]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[18]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.18.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.18.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[19]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[20]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[21]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[22]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[23]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[24]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[25]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[26]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[27]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[28]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[29]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[30]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[31]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[32]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[33]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[34]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[35]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[36]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[37]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[38]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[39]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[40]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[41]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[42]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[43]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[44]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[45]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[46]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[47]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[48]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[49]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[50]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[51]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[52]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[53]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[54]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[55]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[56]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[57]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[58]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[59]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[60]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[61]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[62]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[63]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[64]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[65]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[66]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[67]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[68]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[69]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[70]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[71]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[72]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[73]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[74]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[75]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[76]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[77]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[78]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[79]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[80]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[81]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[82]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[83]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[84]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[85]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[86]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[87]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[88]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[89]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[90]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[91]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[92]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[93]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[94]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.94.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.94.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[95]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.95.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[96]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.96.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.96.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[97]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[98]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[99]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[100]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[101]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[102]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[103]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[104]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[105]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[106]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[107]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[108]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[109]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[110]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[111]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[112]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[113]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[114]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[115]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[116]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[117]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[118]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "[119]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5165rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5165zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5-65rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5-65zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5_65rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5_65zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5x65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf_5x65zxfeRv1QU.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf852.ttf" + } + } + } + }, + "900": { + "normal": { + "[0]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[1]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.1.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.1.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[2]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.2.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.2.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[3]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.3.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[4]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[5]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[6]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[7]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[8]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[9]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.9.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.9.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[10]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.10.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.10.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[11]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.11.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.11.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[12]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.12.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.12.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[13]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.13.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.13.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[14]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.14.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.14.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[15]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.15.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.15.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[16]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.16.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.16.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[17]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.17.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.17.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[18]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.18.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.18.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[19]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[20]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[21]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[22]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[23]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[24]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[25]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[26]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[27]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[28]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[29]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[30]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[31]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[32]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[33]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[34]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[35]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[36]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[37]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[38]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[39]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[40]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[41]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[42]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[43]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[44]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[45]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[46]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[47]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[48]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[49]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[50]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[51]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[52]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[53]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[54]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[55]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[56]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[57]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[58]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[59]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[60]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[61]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[62]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[63]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[64]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[65]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[66]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[67]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[68]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[69]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[70]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[71]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[72]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[73]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[74]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[75]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[76]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[77]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[78]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[79]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[80]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[81]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[82]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[83]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[84]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[85]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[86]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[87]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[88]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[89]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[90]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[91]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[92]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[93]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.93.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.93.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[94]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.94.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.94.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[95]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.95.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[96]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.96.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.96.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[97]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[98]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[99]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[100]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[101]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[102]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[103]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[104]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[105]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[106]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[107]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[108]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[109]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[110]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[111]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[112]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[113]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[114]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[115]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[116]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[117]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[118]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "[119]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf85ziY3Rd4cAh2LhQ2nIFNWgWA91l0Y.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8514ZvTecxttxWKI13DA9agQzxl4iCfvB7KDWw.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5165rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5165zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5-65rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5-65zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5_65rjeA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5_65zxfeRv1QW4LA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5x65o.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf_5x65zxfeRv1QU.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifkr/v27/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf852.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2024-05-14", + "version": "v27", + "category": "serif" + }, + "noto-serif-lao": { + "family": "Noto Serif Lao", + "id": "noto-serif-lao", + "subsets": ["lao", "latin", "latin-ext"], + "weights": [100, 200, 300, 400, 500, 600, 700, 800, 900], + "styles": ["normal"], + "unicodeRange": { + "lao": "U+0E81-0EDF,U+25CC", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "100": { + "normal": { + "lao": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLnv2pl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLnv2pkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLrvM.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLnvqpl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLnvqpkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLrvM.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLnvSplw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLnvSpkU6kDHXMrg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLrvM.ttf" + } + } + } + }, + "200": { + "normal": { + "lao": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKnv2pl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKnv2pkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKrvM.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKnvqpl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKnvqpkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKrvM.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKnvSplw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKnvSpkU6kDHXMrg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKrvM.ttf" + } + } + } + }, + "300": { + "normal": { + "lao": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0Knv2pl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0Knv2pkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KrvM.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0Knvqpl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KnvqpkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KrvM.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KnvSplw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KnvSpkU6kDHXMrg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KrvM.ttf" + } + } + } + }, + "400": { + "normal": { + "lao": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKnv2pl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKnv2pkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKrvM.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKnvqpl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKnvqpkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKrvM.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKnvSplw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKnvSpkU6kDHXMrg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKrvM.ttf" + } + } + } + }, + "500": { + "normal": { + "lao": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKnv2pl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKnv2pkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKrvM.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKnvqpl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKnvqpkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKrvM.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKnvSplw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKnvSpkU6kDHXMrg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKrvM.ttf" + } + } + } + }, + "600": { + "normal": { + "lao": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0Nnv2pl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0Nnv2pkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NrvM.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0Nnvqpl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NnvqpkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NrvM.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NnvSplw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NnvSpkU6kDHXMrg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NrvM.ttf" + } + } + } + }, + "700": { + "normal": { + "lao": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNnv2pl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNnv2pkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNrvM.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNnvqpl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNnvqpkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNrvM.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNnvSplw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNnvSpkU6kDHXMrg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNrvM.ttf" + } + } + } + }, + "800": { + "normal": { + "lao": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNnv2pl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNnv2pkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNrvM.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNnvqpl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNnvqpkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNrvM.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNnvSplw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNnvSpkU6kDHXMrg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNrvM.ttf" + } + } + } + }, + "900": { + "normal": { + "lao": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNnv2pl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNnv2pkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNrvM.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNnvqpl1yh.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNnvqpkU6kDHXMrgJZ.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNrvM.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNnvSplw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNnvSpkU6kDHXMrg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNrvM.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2023-09-27", + "version": "v24", + "category": "serif" + }, + "noto-serif-makasar": { + "family": "Noto Serif Makasar", + "id": "noto-serif-makasar", + "subsets": ["latin", "latin-ext", "makasar"], + "weights": [400], + "styles": ["normal"], + "unicodeRange": { + "makasar": "U+11EE0-11EF8", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "400": { + "normal": { + "makasar": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9SLIqr3WBCH.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9SLIqr3XgKEtm647g.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9S7jw.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9SLhovSZSk.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9SLhovUdyqOvlaB.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9S7jw.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9SLiIvS.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9SLiIvUdyqOvg.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9S7jw.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2023-06-30", + "version": "v1", + "category": "serif" + }, + "noto-serif-malayalam": { + "family": "Noto Serif Malayalam", + "id": "noto-serif-malayalam", + "subsets": ["latin", "latin-ext", "malayalam"], + "weights": [100, 200, 300, 400, 500, 600, 700, 800, 900], + "styles": ["normal"], + "unicodeRange": { + "malayalam": "U+0307,U+0323,U+0964-0965,U+0D00-0D7F,U+200C-200D,U+20B9,U+25CC", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "100": { + "normal": { + "malayalam": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1vglYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1vglYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1fnQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1vlFYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1vlFYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1fnQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1vmlYG.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1vmlYAhwBiSyoV.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1fnQ.ttf" + } + } + } + }, + "200": { + "normal": { + "malayalam": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xvglYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xvglYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xfnQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xvlFYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xvlFYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xfnQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xvmlYG.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xvmlYAhwBiSyoV.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xfnQ.ttf" + } + } + } + }, + "300": { + "normal": { + "malayalam": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exvglYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exvglYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exfnQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exvlFYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exvlFYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exfnQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exvmlYG.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exvmlYAhwBiSyoV.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exfnQ.ttf" + } + } + } + }, + "400": { + "normal": { + "malayalam": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xvglYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xvglYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xfnQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xvlFYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xvlFYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xfnQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xvmlYG.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xvmlYAhwBiSyoV.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xfnQ.ttf" + } + } + } + }, + "500": { + "normal": { + "malayalam": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexvglYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexvglYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexfnQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexvlFYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexvlFYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexfnQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexvmlYG.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexvmlYAhwBiSyoV.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexfnQ.ttf" + } + } + } + }, + "600": { + "normal": { + "malayalam": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetvglYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetvglYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetfnQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetvlFYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetvlFYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetfnQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetvmlYG.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetvmlYAhwBiSyoV.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetfnQ.ttf" + } + } + } + }, + "700": { + "normal": { + "malayalam": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtvglYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtvglYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtfnQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtvlFYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtvlFYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtfnQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtvmlYG.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtvmlYAhwBiSyoV.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtfnQ.ttf" + } + } + } + }, + "800": { + "normal": { + "malayalam": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tvglYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tvglYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tfnQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tvlFYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tvlFYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tfnQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tvmlYG.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tvmlYAhwBiSyoV.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tfnQ.ttf" + } + } + } + }, + "900": { + "normal": { + "malayalam": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutvglYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutvglYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutfnQ.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutvlFYGlQU.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutvlFYAhwBiSyoVzbE.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutfnQ.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutvmlYG.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutvmlYAhwBiSyoV.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutfnQ.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2023-05-02", + "version": "v28", + "category": "serif" + }, + "noto-serif-myanmar": { + "family": "Noto Serif Myanmar", + "id": "noto-serif-myanmar", + "subsets": ["myanmar"], + "weights": [100, 200, 300, 400, 500, 600, 700, 800, 900], + "styles": ["normal"], + "unicodeRange": { + "myanmar": "U+1000-109F,U+200C-200D,U+25CC,U+A9E0-A9FE,U+AA60-AA7F,U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "100": { + "normal": { + "myanmar": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJudM7F2Yv76aBKKs-bHMQfAHUw3jnNwCD1WdQ.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJudM7F2Yv76aBKKs-bHMQfAHUw3jnNwCD1WdLYR-zR.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJudM7F2Yv76aBKKs-bHMQfAHUw3jnNwBDs.ttf" + } + } + } + }, + "200": { + "normal": { + "myanmar": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNbDH8YPH3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNbDH8YPHxb-bZnw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNbDHMeQ.ttf" + } + } + } + }, + "300": { + "normal": { + "myanmar": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNCDL8YPH3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNCDL8YPHxb-bZnw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNCDLMeQ.ttf" + } + } + } + }, + "400": { + "normal": { + "myanmar": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJsdM7F2Yv76aBKKs-bHMQfAHUw3jnFvRDp.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJsdM7F2Yv76aBKKs-bHMQfAHUw3jnFvRDvU9P6RQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJsdM7F2Yv76aBKKs-bHMQfAHUw3jn1pA.ttf" + } + } + } + }, + "500": { + "normal": { + "myanmar": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNUDP8YPH3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNUDP8YPHxb-bZnw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNUDPMeQ.ttf" + } + } + } + }, + "600": { + "normal": { + "myanmar": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNfDT8YPH3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNfDT8YPHxb-bZnw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNfDTMeQ.ttf" + } + } + } + }, + "700": { + "normal": { + "myanmar": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNGDX8YPH3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNGDX8YPHxb-bZnw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNGDXMeQ.ttf" + } + } + } + }, + "800": { + "normal": { + "myanmar": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNBDb8YPH3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNBDb8YPHxb-bZnw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNBDbMeQ.ttf" + } + } + } + }, + "900": { + "normal": { + "myanmar": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNIDf8YPH3.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNIDf8YPHxb-bZnw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNIDfMeQ.ttf" + } + } + } + } + }, + "defSubset": "myanmar", + "lastModified": "2022-09-28", + "version": "v13", + "category": "serif" + }, + "noto-serif-np-hmong": { + "family": "Noto Serif NP Hmong", + "id": "noto-serif-np-hmong", + "subsets": ["latin", "nyiakeng-puachue-hmong"], + "weights": [400, 500, 600, 700], + "styles": ["normal"], + "unicodeRange": { + "nyiakeng-puachue-hmong": "U+1E100-1E14F", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "400": { + "normal": { + "nyiakeng-puachue-hmong": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhGJ59ckmbfY.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhGJ59ckgf_OUyXS467k.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhFLp.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhGLu1Ow.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhGLu1OoJUf-c6VY.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhFLp.ttf" + } + } + } + }, + "500": { + "normal": { + "nyiakeng-puachue-hmong": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbj9hGJ59ckmbfY.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbj9hGJ59ckgf_OUyXS467k.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbj9hFLp.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbj9hGLu1Ow.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbj9hGLu1OoJUf-c6VY.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbj9hFLp.ttf" + } + } + } + }, + "600": { + "normal": { + "nyiakeng-puachue-hmong": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgRg2J59ckmbfY.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgRg2J59ckgf_OUyXS467k.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgRg1Lp.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgRg2Lu1Ow.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgRg2Lu1OoJUf-c6VY.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgRg1Lp.ttf" + } + } + } + }, + "700": { + "normal": { + "nyiakeng-puachue-hmong": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgog2J59ckmbfY.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgog2J59ckgf_OUyXS467k.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgog1Lp.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgog2Lu1Ow.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgog2Lu1OoJUf-c6VY.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgog1Lp.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2022-12-08", + "version": "v1", + "category": "serif" + }, + "noto-serif-old-uyghur": { + "family": "Noto Serif Old Uyghur", + "id": "noto-serif-old-uyghur", + "subsets": ["latin", "latin-ext", "old-uyghur"], + "weights": [400], + "styles": ["normal"], + "unicodeRange": { + "old-uyghur": "U+0640,U+10AF2,U+10F70-10F89", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "400": { + "normal": { + "old-uyghur": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwXm8K6GlWM.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwXm8K6HEePiQ54UA.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwnKg.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwXI-OfJ2w.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwXI-OZNW-FgTZB.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwnKg.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwXLeOf.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwXLeOZNW-FgQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwnKg.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2023-10-25", + "version": "v3", + "category": "serif" + }, + "noto-serif-oriya": { + "family": "Noto Serif Oriya", + "id": "noto-serif-oriya", + "subsets": ["latin", "latin-ext", "oriya"], + "weights": [400, 500, 600, 700], + "styles": ["normal"], + "unicodeRange": { + "oriya": "U+0964-0965,U+0B01-0B77,U+200C-200D,U+20B9,U+25CC", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "400": { + "normal": { + "oriya": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_EygtUzNMA.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_EygtUrfNU1iSjt1Rw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Hy-.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Ey3tUzNMA.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Ey3tUrfNU1iSjt1Rw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Hy-.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Ey5tUw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Ey5tUrfNU1iSjs.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Hy-.ttf" + } + } + } + }, + "500": { + "normal": { + "oriya": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_EygtUzNMA.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_EygtUrfNU1iSjt1Rw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Hy-.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Ey3tUzNMA.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Ey3tUrfNU1iSjt1Rw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Hy-.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Ey5tUw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Ey5tUrfNU1iSjs.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Hy-.ttf" + } + } + } + }, + "600": { + "normal": { + "oriya": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-0ygtUzNMA.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-0ygtUrfNU1iSjt1Rw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-3y-.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-0y3tUzNMA.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-0y3tUrfNU1iSjt1Rw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-3y-.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-0y5tUw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-0y5tUrfNU1iSjs.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-3y-.ttf" + } + } + } + }, + "700": { + "normal": { + "oriya": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-0ygtUzNMA.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-0ygtUrfNU1iSjt1Rw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-3y-.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-0y3tUzNMA.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-0y3tUrfNU1iSjt1Rw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-3y-.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-0y5tUw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-0y5tUrfNU1iSjs.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-3y-.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2023-03-09", + "version": "v4", + "category": "serif" + }, + "noto-serif-ottoman-siyaq": { + "family": "Noto Serif Ottoman Siyaq", + "id": "noto-serif-ottoman-siyaq", + "subsets": ["latin", "latin-ext", "ottoman-siyaq-numbers"], + "weights": [400], + "styles": ["normal"], + "unicodeRange": { + "ottoman-siyaq-numbers": "U+1ED01-1ED3D", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "400": { + "normal": { + "ottoman-siyaq-numbers": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoH7lZMk3nAZ.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoH7lZMk2GIafUdABQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoHLJg.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoH7L7IB40k.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoH7L7IH8UoQdX95.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoHLJg.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoH7IbIB.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoH7IbIH8UoQdQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoHLJg.ttf" + } + } + } + } + }, + "defSubset": "latin", + "lastModified": "2023-09-13", + "version": "v2", + "category": "serif" + }, + "noto-serif-sc": { + "family": "Noto Serif SC", + "id": "noto-serif-sc", + "subsets": [ + "chinese-simplified", + "cyrillic", + "latin", + "latin-ext", + "vietnamese" + ], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], + "styles": ["normal"], + "unicodeRange": { + "[4]": "U+1f1e9-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f232,U+1f234-1f237,U+1f250-1f251,U+1f300,U+1f302-1f308,U+1f30a-1f311,U+1f315,U+1f319-1f320,U+1f324,U+1f327,U+1f32a,U+1f32c-1f32d,U+1f330-1f357,U+1f359-1f37e", + "[5]": "U+fee3,U+fef3,U+ff03-ff04,U+ff07,U+ff0a,U+ff17-ff19,U+ff1c-ff1d,U+ff20-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff6a,U+ff6c,U+ff6f-ff78,U+ff7a-ff7d,U+ff80-ff84,U+ff86,U+ff89-ff8e,U+ff92,U+ff97-ff9b,U+ff9d-ff9f,U+ffe0-ffe4,U+ffe6,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1f004,U+1f170-1f171,U+1f192-1f195,U+1f198-1f19a,U+1f1e6-1f1e8", + "[6]": "U+f0a7,U+f0b2,U+f0b7,U+f0c9,U+f0d8,U+f0da,U+f0dc-f0dd,U+f0e0,U+f0e6,U+f0eb,U+f0fc,U+f101,U+f104-f105,U+f107,U+f10b,U+f11b,U+f14b,U+f18a,U+f193,U+f1d6-f1d7,U+f244,U+f27a,U+f296,U+f2ae,U+f471,U+f4b3,U+f610-f611,U+f880-f881,U+f8ec,U+f8f5,U+f8ff,U+f901,U+f90a,U+f92c-f92d,U+f934,U+f937,U+f941,U+f965,U+f967,U+f969,U+f96b,U+f96f,U+f974,U+f978-f979,U+f97e,U+f981,U+f98a,U+f98e,U+f997,U+f99c,U+f9b2,U+f9b5,U+f9ba,U+f9be,U+f9ca,U+f9d0-f9d1,U+f9dd,U+f9e0-f9e1,U+f9e4,U+f9f7,U+fa00-fa01,U+fa08,U+fa0a,U+fa11,U+fb01-fb02,U+fdfc,U+fe0e,U+fe30-fe31,U+fe33-fe44,U+fe49-fe52,U+fe54-fe57,U+fe59-fe66,U+fe68-fe6b,U+fe8e,U+fe92-fe93,U+feae,U+feb8,U+fecb-fecc,U+fee0", + "[21]": "U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2,U+9ff0-9fff,U+a001,U+a007,U+a025,U+a046-a047,U+a057,U+a072,U+a078-a079,U+a083,U+a085,U+a100,U+a118,U+a132,U+a134,U+a1f4,U+a242,U+a4a6,U+a4aa,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+ac9f-aca0,U+aca8-aca9,U+acac,U+acb0,U+acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf3,U+acf5,U+acfc-acfd,U+ad00,U+ad0c,U+ad11,U+ad1c,U+ad34,U+ad50,U+ad64,U+ad6c,U+ad70,U+ad74,U+ad7f,U+ad81,U+ad8c,U+adc0,U+adc8,U+addc,U+ade0,U+adf8-adf9,U+adfc,U+ae00,U+ae08-ae09,U+ae0b,U+ae30,U+ae34,U+ae38,U+ae40,U+ae4a,U+ae4c,U+ae54,U+ae68,U+aebc,U+aed8,U+af2c-af2d", + "[22]": "U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81", + "[23]": "U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f", + "[24]": "U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80", + "[25]": "U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d", + "[26]": "U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db", + "[27]": "U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a", + "[28]": "U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3", + "[29]": "U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3", + "[30]": "U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a", + "[31]": "U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea", + "[32]": "U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162", + "[33]": "U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa", + "[34]": "U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40", + "[35]": "U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc", + "[36]": "U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d", + "[37]": "U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13", + "[38]": "U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f", + "[39]": "U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3", + "[40]": "U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545", + "[41]": "U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2", + "[42]": "U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6", + "[43]": "U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160", + "[44]": "U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014", + "[45]": "U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb", + "[46]": "U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1", + "[47]": "U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7", + "[48]": "U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1", + "[49]": "U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4", + "[50]": "U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a", + "[51]": "U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b", + "[52]": "U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721", + "[53]": "U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612", + "[54]": "U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508", + "[55]": "U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef", + "[56]": "U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5", + "[57]": "U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5", + "[58]": "U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009", + "[59]": "U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8", + "[60]": "U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2", + "[61]": "U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae", + "[62]": "U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82", + "[63]": "U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc", + "[64]": "U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1", + "[65]": "U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a", + "[66]": "U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630", + "[67]": "U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0", + "[68]": "U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5", + "[69]": "U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226", + "[70]": "U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec", + "[71]": "U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc", + "[72]": "U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96", + "[73]": "U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25", + "[74]": "U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb", + "[75]": "U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e", + "[76]": "U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968", + "[77]": "U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f", + "[78]": "U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8", + "[79]": "U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3", + "[80]": "U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e", + "[81]": "U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2", + "[82]": "U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287", + "[83]": "U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102", + "[84]": "U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0", + "[85]": "U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314e,U+315c,U+3160-3161,U+3163-3164,U+3186,U+318d,U+3192,U+3196-3198,U+319e-319f,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32a3,U+338e-338f,U+3395,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4db6-4dbf,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2", + "[86]": "U+279f-27a2,U+27a4-27a5,U+27a8,U+27b0,U+27b2-27b3,U+27b9,U+27e8-27e9,U+27f6,U+2800,U+28ec,U+2913,U+2921-2922,U+2934-2935,U+2a2f,U+2b05-2b07,U+2b50,U+2b55,U+2bc5-2bc6,U+2e1c-2e1d,U+2ebb,U+2f00,U+2f08,U+2f24,U+2f2d,U+2f2f-2f30,U+2f3c,U+2f45,U+2f63-2f64,U+2f74,U+2f83,U+2f8f,U+2fbc,U+3003,U+3005-3007,U+3012-3013,U+301c-301e,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128", + "[87]": "U+2651-2655,U+2658,U+265a-265b,U+265d-265e,U+2660-266d,U+266f,U+267b,U+2688,U+2693-2696,U+2698-2699,U+269c,U+26a0-26a1,U+26a4,U+26aa-26ab,U+26bd-26be,U+26c4-26c5,U+26d4,U+26e9,U+26f0-26f1,U+26f3,U+26f5,U+26fd,U+2702,U+2704-2706,U+2708-270f,U+2712-2718,U+271a-271b,U+271d,U+271f,U+2721,U+2724-2730,U+2732-2734,U+273a,U+273d-2744,U+2747-2749,U+274c,U+274e-274f,U+2753-2757,U+275b,U+275d-275e,U+2763,U+2765-2767,U+276e-276f,U+2776-277e,U+2780-2782,U+278a-278c,U+278e,U+2794-2796,U+279c", + "[88]": "U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2579,U+2580-2595,U+25a1,U+25a3,U+25a9-25ad,U+25b0,U+25b3-25bb,U+25bd-25c2,U+25c4,U+25c8-25cb,U+25cd,U+25d0-25d1,U+25d4-25d5,U+25d8,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fe,U+2600-2604,U+2609,U+260e-260f,U+2611,U+2614-2615,U+2618,U+261a-2620,U+2622-2623,U+262a,U+262d-2630,U+2639-2640,U+2642,U+2648-2650", + "[89]": "U+23f0,U+23f3,U+2445,U+2449,U+2465-2471,U+2474-249b,U+24b8,U+24c2,U+24c7,U+24c9,U+24d0,U+24d2,U+24d4,U+24d8,U+24dd-24de,U+24e3,U+24e6,U+24e8,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b", + "[90]": "U+207c-2083,U+208c-208e,U+2092,U+20a6,U+20a8-20ad,U+20af,U+20b1,U+20b4-20b5,U+20b8-20ba,U+20bd,U+20db,U+20dd,U+20e0,U+20e3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212b,U+2133,U+2139,U+2194,U+2196-2199,U+21a0,U+21a9-21aa,U+21af,U+21b3,U+21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0-21d4,U+21e1,U+21e6-21e9,U+2200,U+2202,U+2205-2208,U+220f,U+2211-2212,U+2215,U+2217-2219,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226a-226b,U+226e-226f,U+2282-2283,U+2295,U+2297,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22ef,U+2304,U+2307,U+230b,U+2312-2314,U+2318,U+231a-231b,U+2323,U+239b,U+239d-239e,U+23a0,U+23e9", + "[91]": "U+1d34-1d35,U+1d38-1d3a,U+1d3c,U+1d3f-1d40,U+1d49,U+1d4e-1d4f,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e69,U+1e73,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1f7b,U+2001-2002,U+2004-2006,U+2009-200a,U+200c-2012,U+2015-2016,U+201a,U+201e-2021,U+2023,U+2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203c,U+203e-203f,U+2043-2044,U+2049,U+204d-204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b", "[97]": "U+2ae-2b3,U+2b5-2bf,U+2c2-2c3,U+2c6-2d1,U+2d8-2da,U+2dc,U+2e1-2e3,U+2e5,U+2eb,U+2ee-2f0,U+2f2-2f7,U+2f9-2ff,U+302-30d,U+311,U+31b,U+321-325,U+327-329,U+32b-32c,U+32e-32f,U+331-339,U+33c-33d,U+33f,U+348,U+352,U+35c,U+35e-35f,U+361,U+363,U+368,U+36c,U+36f,U+530-540,U+55d-55e,U+561,U+563,U+565,U+56b,U+56e-579", "[98]": "U+176-17f,U+192,U+194,U+19a-19b,U+19d,U+1a0-1a1,U+1a3-1a4,U+1aa,U+1ac-1ad,U+1af-1bf,U+1d2,U+1d4,U+1d6,U+1d8,U+1da,U+1dc,U+1e3,U+1e7,U+1e9,U+1ee,U+1f0-1f1,U+1f3,U+1f5-1ff,U+219-21b,U+221,U+223-226,U+228,U+22b,U+22f,U+231,U+234-237,U+23a-23b,U+23d,U+250-252,U+254-255,U+259-25e,U+261-263,U+265,U+268,U+26a-26b,U+26f-277,U+279,U+27b-280,U+282-283,U+285,U+28a,U+28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a4,U+2a6-2a7,U+2a9,U+2ab", "[99]": "U+a1-a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b3-b6,U+b8-ba,U+bc-d6,U+d8-de,U+e6,U+eb,U+ee-f0,U+f5,U+f7-f8,U+fb,U+fd-100,U+102,U+104-107,U+10d,U+10f-112,U+115,U+117,U+119,U+11b,U+11e-11f,U+121,U+123,U+125-127,U+129-12a,U+12d,U+12f-13f,U+141-142,U+144,U+146,U+14b-14c,U+14f-153,U+158-15b,U+15e-160,U+163-165,U+168-16a,U+16d-175", - "[100]": "U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+560e,U+5618,U+565c,U+56bc,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ac9,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+620c,U+62c7,U+62ed,U+6320,U+6345,U+6390,U+63b0,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+72e9,U+733f,U+7396,U+739f,U+7459-745a,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8aaa,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+9a6f,U+9a8b,U+9ab7,U+9ac5,U+9e25,U+e608,U+ff06,U+ff14-ff16", - "[101]": "U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+2463,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+516e,U+51c4,U+5225,U+5364,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+5662,U+5669,U+566c,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+6273,U+62f7,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6ed5,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+7409,U+7422,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+803f,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8c41,U+8cec,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9704,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+9f9a,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e,U+ff3d", - "[102]": "U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+60df,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+6813,U+6869,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+73fe,U+7405,U+7455,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+8046,U+80fa,U+81b3,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+904e,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+9119,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+f012b", - "[103]": "U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5a1f,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+5f6c,U+603c,U+609a,U+6168,U+61c8,U+6236,U+62d0,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+6703,U+67da,U+67ec,U+6816,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+7410,U+7426,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8d50,U+8e72,U+8f9c,U+900d,U+904b,U+9063,U+90a2,U+90b9,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+9631,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd", - "[104]": "U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a49,U+5ac2,U+5bb0,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f8c,U+608d,U+611b,U+6127,U+62a0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6e9c,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+8328,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d63,U+8e81,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9540,U+9610,U+9699,U+96c7,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b", - "[105]": "U+5e,U+2190,U+250a,U+25bc,U+25cf,U+300f,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54b1,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+61be,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6380,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82ad,U+82bd,U+8305,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+958b,U+9600,U+9640,U+96b6,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f", - "[106]": "U+b0,U+2191,U+2460-2461,U+25c6,U+300e,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+8304,U+8393,U+83b9,U+83ca,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95ef,U+95f7,U+9706,U+9709,U+9774,U+9887,U+98a0,U+9e64,U+9f9f,U+e601,U+e603", - "[107]": "U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+886c,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95fa,U+95fd,U+964c,U+96c0,U+971c,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9b4f,U+9e2d,U+9f0e,U+e602,U+e604-e605,U+ff5c", - "[108]": "U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+85aa,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+90aa,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+9675,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715", - "[109]": "U+a5,U+2022,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5", + "[100]": "U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+e608,U+e621,U+ff06,U+ff14-ff16", + "[101]": "U+161,U+926,U+928,U+939,U+93f-940,U+94d,U+e17,U+e22,U+e44,U+25c7,U+25ce,U+2764,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+e606-e607,U+e60a,U+e60c,U+e60e,U+fe0f,U+ff02,U+ff1e", + "[102]": "U+10c,U+627-629,U+639,U+644,U+64a,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+e60b,U+e610,U+ff10,U+ff13,U+ff3b,U+ff3d,U+f012b", + "[103]": "U+60,U+631,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12,U+fffd", + "[104]": "U+2003,U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+e600,U+e60f,U+e611,U+ff05,U+ff0b", + "[105]": "U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ad6d,U+c5b4,U+d55c,U+ff0f", + "[106]": "U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f,U+e603", + "[107]": "U+200b,U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+e601-e602,U+e604-e605,U+ff5c", + "[108]": "U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f,U+e715", + "[109]": "U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+e675,U+e6b9,U+ffe5", "[110]": "U+300c-300d,U+4e54,U+4e58,U+4e95,U+4ec1,U+4f2f,U+4f38,U+4fa3,U+4fca,U+503e,U+5141,U+5144,U+517c,U+51cc,U+51ed,U+5242,U+52b2,U+52d2,U+52e4,U+540a,U+5439,U+5448,U+5496,U+54ed,U+5565,U+5761,U+5766,U+58ee,U+593a,U+594b,U+594f,U+5954,U+5996,U+59c6,U+59ff,U+5b64,U+5bff,U+5c18,U+5c1d,U+5c97,U+5ca9,U+5cb8,U+5e9f,U+5ec9,U+5f04,U+5f7b,U+5fa1,U+5fcd,U+6012,U+60a6,U+60ac,U+60b2,U+60ef,U+626e,U+6270,U+6276,U+62d6,U+62dc,U+6316,U+632f,U+633a,U+6355,U+63aa,U+6447,U+649e,U+64c5,U+654c,U+65c1,U+65cb,U+65e6,U+6606,U+6731,U+675c,U+67cf,U+67dc,U+6846,U+6b8b,U+6beb,U+6c61,U+6c88,U+6cbf,U+6cdb,U+6cea,U+6d45,U+6d53,U+6d74,U+6d82,U+6da8,U+6db5,U+6deb,U+6eda,U+6ee8,U+6f0f,U+706d,U+708e,U+70ae,U+70bc,U+70c2,U+70e6,U+7237-7238,U+72fc,U+730e,U+731b,U+739b,U+73bb,U+7483,U+74dc,U+74f6,U+7586,U+7626,U+775b,U+77ff,U+788e,U+78b0,U+7956,U+7965,U+79e6,U+7af9,U+7bee,U+7c97,U+7eb1,U+7eb7,U+7ed1,U+7ed5,U+7f6a,U+7f72,U+7fbd,U+8017,U+808c,U+80a9,U+80c6,U+80ce,U+8150,U+8170,U+819c,U+820d,U+8230,U+8239,U+827e,U+8377,U+8389,U+83b2,U+8428,U+8463,U+867e,U+88c2,U+88d9,U+8986,U+8bca,U+8bde,U+8c13,U+8c8c,U+8d21,U+8d24,U+8d56,U+8d60,U+8d8b,U+8db4,U+8e2a,U+8f68,U+8f89,U+8f9b,U+8fa8,U+8fbd,U+9003,U+90ce,U+90ed,U+9189,U+94bb,U+9505,U+95f9,U+963b,U+9655,U+966a,U+9677,U+96fe,U+9896,U+99a8,U+9a71,U+9a82,U+9a91,U+9b45,U+9ece,U+9f20,U+feff,U+ff0d", "[111]": "U+4e4c,U+4e88,U+4ea1,U+4ea6,U+4ed3-4ed4,U+4eff,U+4f30,U+4fa7,U+4fc4,U+4fd7,U+500d,U+504f,U+5076-5077,U+517d,U+5192,U+51c9,U+51ef,U+5238,U+5251,U+526a,U+52c7,U+52df,U+52ff,U+53a6,U+53a8,U+53ec,U+5410,U+559d,U+55b7,U+5634,U+573e,U+5783,U+585e,U+586b,U+58a8,U+5999,U+59d3,U+5a1c,U+5a46,U+5b54-5b55,U+5b85,U+5b8b,U+5b8f,U+5bbf,U+5bd2,U+5c16,U+5c24,U+5e05,U+5e45,U+5e7c,U+5e84,U+5f03,U+5f1f,U+5f31,U+5f84,U+5f90,U+5fbd,U+5fc6,U+5fd9,U+5fe7,U+6052,U+6062,U+6089,U+60a3,U+60d1,U+6167,U+622a,U+6234,U+624e,U+6269,U+626c,U+62b5,U+62d2,U+6325,U+63e1,U+643a,U+6446,U+6562,U+656c,U+65e2,U+65fa,U+660c,U+6628,U+6652,U+6668,U+6676,U+66fc,U+66ff,U+6717,U+676d,U+67aa,U+67d4,U+6843,U+6881,U+68d2,U+695a,U+69fd,U+6a2a,U+6b8a,U+6c60,U+6c64,U+6c9f,U+6caa,U+6cc9,U+6ce1,U+6cfd,U+6d1b,U+6d1e,U+6d6e,U+6de1,U+6e10,U+6e7f,U+6f5c,U+704c,U+7070,U+7089,U+70b8,U+718a,U+71c3,U+723d,U+732a,U+73cd,U+7518,U+756a,U+75af,U+75be,U+75c7,U+76d2,U+76d7,U+7763,U+78e8,U+795d,U+79df,U+7c4d,U+7d2f,U+7ee9,U+7f13,U+7f8a,U+8000,U+8010,U+80af,U+80f6,U+80f8,U+8212,U+8273,U+82f9,U+83ab,U+83b1,U+83f2,U+8584,U+871c,U+8861,U+888b,U+88c1,U+88e4,U+8bd1,U+8bf1,U+8c31,U+8d5a,U+8d75-8d76,U+8de8,U+8f85,U+8fa3,U+8fc5,U+9006,U+903c,U+904d,U+9075,U+9178,U+9274,U+950b,U+9526,U+95ea,U+9636,U+9686,U+978b,U+987f,U+9a7e,U+9b42,U+9e1f,U+9ea6,U+9f13,U+9f84,U+ff5e", "[112]": "U+23,U+3d,U+4e01,U+4e39,U+4e73,U+4ecd,U+4ed9,U+4eea,U+4f0a,U+4f1f,U+4f5b,U+4fa0,U+4fc3,U+501f,U+50a8,U+515a,U+5175,U+51a0,U+51c0,U+51e1,U+51e4,U+5200,U+520a,U+5224,U+523a,U+52aa,U+52b1,U+52b3,U+5348,U+5353,U+5360,U+5371,U+5377,U+539a,U+541b,U+5434,U+547c,U+54e6,U+5510,U+5531,U+5609,U+56f0,U+56fa,U+5733,U+574f,U+5851,U+5854,U+5899,U+58c1,U+592e,U+5939,U+5976,U+5986,U+59bb,U+5a18,U+5a74,U+5b59,U+5b87,U+5b97,U+5ba0,U+5bab,U+5bbd-5bbe,U+5bf8,U+5c0a,U+5c3a,U+5c4a,U+5e16,U+5e1d,U+5e2d,U+5e8a,U+6015,U+602a,U+6050,U+6069,U+6162,U+61c2,U+6293,U+6297,U+62b1,U+62bd,U+62df,U+62fc,U+6302,U+635f,U+638c,U+63ed,U+6458,U+6469,U+6563,U+6620,U+6653,U+6696-6697,U+66dd,U+675f,U+676f-6770,U+67d0,U+67d3,U+684c,U+6865,U+6885,U+68b0,U+68ee,U+690d,U+6b23,U+6b32,U+6bd5,U+6c89,U+6d01,U+6d25,U+6d89,U+6da6,U+6db2,U+6df7,U+6ed1,U+6f02,U+70c8,U+70df,U+70e7,U+7126,U+7236,U+7259,U+731c,U+745e,U+74e3,U+751a,U+751c,U+7532,U+7545,U+75db,U+7761,U+7a0d,U+7b51,U+7ca4,U+7cd6,U+7d2b,U+7ea0,U+7eb9,U+7ed8,U+7f18,U+7f29,U+8033,U+804a,U+80a4-80a5,U+80e1,U+817f,U+829d,U+82e6,U+8336,U+840c,U+8499,U+864e,U+8651,U+865a,U+88ad,U+89e6,U+8bd7,U+8bfa,U+8c37,U+8d25,U+8d38,U+8ddd,U+8fea,U+9010,U+9012,U+906d,U+907f-9080,U+90d1,U+9177,U+91ca,U+94fa,U+9501,U+9634-9635,U+9694,U+9707,U+9738,U+9769,U+9a7b,U+9a97,U+9aa8,U+9b3c,U+9c81,U+9ed8", - "[113]": "U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4ee4,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50", - "[114]": "U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6740,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c", - "[115]": "U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b63,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b", - "[116]": "U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6d4b,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99", - "[117]": "U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53ea,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f", - "[118]": "U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e38,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09", - "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a", + "[113]": "U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50", + "[114]": "U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c", + "[115]": "U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b", + "[116]": "U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99", + "[117]": "U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f", + "[118]": "U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09", + "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2027,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fb-30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a", + "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" }, "variants": { @@ -309637,10665 +311065,12468 @@ "normal": { "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[5]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[6]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[21]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[22]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[23]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[24]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[25]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[26]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[27]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[28]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[29]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[30]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[31]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[32]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[33]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[34]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[35]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[36]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[37]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[38]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[39]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[40]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[41]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[42]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[43]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[44]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[45]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[46]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[47]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[48]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[49]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[50]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[51]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[52]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[53]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[54]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[55]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[56]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[57]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[58]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[59]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[60]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[61]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[62]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[63]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[64]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[65]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[66]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[67]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[68]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[69]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[70]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[71]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[72]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[73]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[74]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[75]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[76]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[77]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[78]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[79]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[80]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[81]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[82]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[83]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[84]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[85]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[86]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[87]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[88]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[89]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[90]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[91]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[97]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[98]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[99]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[100]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[101]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[102]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[103]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[104]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[105]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[106]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[107]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[108]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[109]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[110]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[111]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[112]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[113]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[114]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[115]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[116]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[117]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[118]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "[119]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWs-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWs-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWn-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWn-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWm-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWm-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWo-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqxWo-YnDcSWDYUQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv.ttf" + } + } + } + }, + "300": { + "normal": { + "[4]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[5]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[6]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[21]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[22]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[23]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[24]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[25]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[26]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[27]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[28]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[29]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[30]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[31]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[32]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[33]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[34]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[35]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[36]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[37]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[38]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[39]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[40]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[41]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[42]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[43]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[44]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[45]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[46]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[47]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[48]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[49]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[50]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[51]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[52]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[53]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[54]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[55]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[56]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[57]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[58]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[59]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[60]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[61]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[62]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[63]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[64]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[65]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[66]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[67]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[68]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[69]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[70]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[71]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[72]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[73]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[74]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[75]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[76]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[77]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[78]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[79]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[80]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[81]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[82]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[83]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[84]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[85]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[86]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[87]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[88]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[89]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[90]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[91]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[97]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[98]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[99]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[100]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[101]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[102]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[103]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[104]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[105]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[106]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[107]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[108]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[109]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[110]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[111]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[112]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[113]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[114]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[115]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[116]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[117]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[118]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "[119]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWs-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWs-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWn-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWn-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWm-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWm-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWo-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqxWo-YnDcSWDYUQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv.ttf" + } + } + } + }, + "400": { + "normal": { + "[4]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[5]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[6]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[21]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[22]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[23]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[24]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[25]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[26]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[27]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[28]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[29]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[30]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[31]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[32]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[33]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[34]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[35]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[36]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[37]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[38]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[39]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[40]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[41]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[42]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[43]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[44]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[45]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[46]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[47]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[48]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[49]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[50]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[51]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[52]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[53]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[54]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[55]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[56]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[57]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[58]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[59]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[60]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[61]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[62]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[63]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[64]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[65]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[66]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[67]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[68]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[69]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[70]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[71]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[72]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[73]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[74]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[75]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[76]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[77]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[78]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[79]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[80]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[81]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[82]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[83]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[84]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[85]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[86]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[87]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[88]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[89]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[90]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[91]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[97]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[98]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[99]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[100]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[101]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[102]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[103]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[104]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[105]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[106]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[107]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[108]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[109]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[110]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[111]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[112]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[113]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[114]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[115]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[116]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[117]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[118]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "[119]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWs-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWs-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWn-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWn-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWm-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWm-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWo-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWo-YnDcSWDYUQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv.ttf" + } + } + } + }, + "500": { + "normal": { + "[4]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[5]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[6]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[21]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[22]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[23]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[24]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[25]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[26]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[27]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[28]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[29]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[30]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[31]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[32]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[33]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[34]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[35]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[36]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[37]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[38]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[39]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[40]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[41]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[42]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[43]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[44]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[45]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[46]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[47]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[48]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[49]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[50]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[51]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[52]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[53]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[54]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[55]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[56]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[57]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[58]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[59]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[60]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[61]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[62]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[63]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[64]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[65]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[66]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[67]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[68]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[69]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[70]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[71]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[72]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[73]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[74]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[75]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[76]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[77]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[78]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[79]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[80]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[81]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[82]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[83]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[84]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[85]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[86]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[87]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[88]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[89]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[90]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[91]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[97]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[98]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[99]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[100]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[101]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[102]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[103]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[104]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[105]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[106]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[107]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[108]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[109]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[110]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[111]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[112]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[113]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[114]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[115]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[116]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[117]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[118]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "[119]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWs-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWs-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWn-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWn-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWm-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWm-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWo-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqxWo-YnDcSWDYUQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv.ttf" + } + } + } + }, + "600": { + "normal": { + "[4]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[5]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[6]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[21]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[22]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[23]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[24]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[25]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[26]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[27]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[28]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[29]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[30]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[31]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[32]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[33]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[34]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[35]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[36]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[37]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[38]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[39]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[40]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[41]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[42]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[43]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[44]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[45]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[46]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[47]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[48]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[49]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[50]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[51]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[52]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[53]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[54]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[55]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[56]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[57]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[58]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[59]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[60]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[61]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[62]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[63]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[64]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[65]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[66]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[67]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[68]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[69]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[70]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[71]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[72]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[73]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[74]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[75]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[76]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[77]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[78]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[79]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[80]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[81]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[82]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[83]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[84]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[85]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[86]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[87]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[88]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[89]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[90]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[91]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[97]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[98]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[99]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[100]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[101]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[102]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[103]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[104]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[105]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[106]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[107]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[108]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[109]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[110]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[111]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[112]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[113]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[114]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[115]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[116]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[117]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[118]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "[119]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWs-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWs-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWn-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWn-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWm-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWm-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + }, + "latin": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWo-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrBWo-YnDcSWDYUQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv.ttf" + } + } + } + }, + "700": { + "normal": { + "[4]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWs-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWs-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWn-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWn-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWm-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWm-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63ezdLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63ezdLFfMSa7Q.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWo-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrBWo-YnDcSWDYUQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv.ttf" } } } }, - "300": { + "800": { "normal": { "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWs-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWs-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWn-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWn-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWm-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWm-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0ezdLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0ezdLFfMSa7Q.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWo-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrBWo-YnDcSWDYUQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv.ttf" } } } }, - "400": { + "900": { "normal": { "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.4.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.4.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.5.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.5.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqWcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7kqGWbg.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7kqGWaBppHtk.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqA.otf" - } - } - } - }, - "500": { - "normal": { - "[4]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" - } - }, - "[5]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" - } - }, - "[6]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWqm5Tjb17qLDam6T2isIOpAN0AzDc6KDF2jLlrDm0HbsE.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWs847hdQ2BA1jAmiiiuJfoCtMAxzZkLgZ7h7p5Hl4XG6dexX-kEqg.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, - "[21]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" - } - }, - "[22]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" - } - }, - "[23]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" - } - }, - "[24]": { + "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWs-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWs-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, - "[25]": { + "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWn-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWn-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, - "[26]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWm-Y_RdA.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWm-YnDcSWDYUTygQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } }, - "[27]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWo-Y8.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrBWo-YnDcSWDYUQ.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsc/v30/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv.ttf" } - }, - "[28]": { + } + } + } + }, + "defSubset": "latin", + "lastModified": "2024-05-14", + "version": "v30", + "category": "serif" + }, + "noto-serif-sinhala": { + "family": "Noto Serif Sinhala", + "id": "noto-serif-sinhala", + "subsets": ["latin", "latin-ext", "sinhala"], + "weights": [100, 200, 300, 400, 500, 600, 700, 800, 900], + "styles": ["normal"], + "unicodeRange": { + "sinhala": "U+0964-0965,U+0D81-0DF4,U+200C-200D,U+25CC,U+111E1-111F4", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "100": { + "normal": { + "sinhala": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRmM2z6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRmM2z6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRlMs.ttf" } }, - "[29]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRmMlz6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRmMlz6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRlMs.ttf" } }, - "[30]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRmMrz6M.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRmMrz6XzmmW_-bk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRlMs.ttf" } - }, - "[31]": { + } + } + }, + "200": { + "normal": { + "sinhala": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR2M2z6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR2M2z6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR1Ms.ttf" } }, - "[32]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR2Mlz6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR2Mlz6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR1Ms.ttf" } }, - "[33]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR2Mrz6M.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR2Mrz6XzmmW_-bk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR1Ms.ttf" } - }, - "[34]": { + } + } + }, + "300": { + "normal": { + "sinhala": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR2M2z6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR2M2z6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR1Ms.ttf" } }, - "[35]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR2Mlz6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR2Mlz6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR1Ms.ttf" } }, - "[36]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR2Mrz6M.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR2Mrz6XzmmW_-bk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR1Ms.ttf" } - }, - "[37]": { + } + } + }, + "400": { + "normal": { + "sinhala": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR2M2z6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR2M2z6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR1Ms.ttf" } }, - "[38]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR2Mlz6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR2Mlz6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR1Ms.ttf" } }, - "[39]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR2Mrz6M.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR2Mrz6XzmmW_-bk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR1Ms.ttf" } - }, - "[40]": { + } + } + }, + "500": { + "normal": { + "sinhala": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR2M2z6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR2M2z6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR1Ms.ttf" } }, - "[41]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR2Mlz6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR2Mlz6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR1Ms.ttf" } }, - "[42]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR2Mrz6M.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR2Mrz6XzmmW_-bk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR1Ms.ttf" } - }, - "[43]": { + } + } + }, + "600": { + "normal": { + "sinhala": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQGM2z6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQGM2z6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQFMs.ttf" } }, - "[44]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQGMlz6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQGMlz6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQFMs.ttf" } }, - "[45]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQGMrz6M.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQGMrz6XzmmW_-bk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQFMs.ttf" } - }, - "[46]": { + } + } + }, + "700": { + "normal": { + "sinhala": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQGM2z6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQGM2z6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQFMs.ttf" } }, - "[47]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQGMlz6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQGMlz6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQFMs.ttf" } }, - "[48]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQGMrz6M.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQGMrz6XzmmW_-bk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQFMs.ttf" } - }, - "[49]": { + } + } + }, + "800": { + "normal": { + "sinhala": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQGM2z6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQGM2z6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQFMs.ttf" } }, - "[50]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQGMlz6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQGMlz6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQFMs.ttf" } }, - "[51]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQGMrz6M.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQGMrz6XzmmW_-bk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQFMs.ttf" } - }, - "[52]": { + } + } + }, + "900": { + "normal": { + "sinhala": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQGM2z6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQGM2z6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQFMs.ttf" } }, - "[53]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQGMlz6Phnw.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQGMlz6XzmmW_-bkMbw.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQFMs.ttf" } }, - "[54]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQGMrz6M.woff2", + "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQGMrz6XzmmW_-bk.woff", + "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQFMs.ttf" } - }, - "[55]": { + } + } + } + }, + "defSubset": "latin", + "lastModified": "2023-05-02", + "version": "v26", + "category": "serif" + }, + "noto-serif-tamil": { + "family": "Noto Serif Tamil", + "id": "noto-serif-tamil", + "subsets": ["latin", "latin-ext", "tamil"], + "weights": [100, 200, 300, 400, 500, 600, 700, 800, 900], + "styles": ["italic", "normal"], + "unicodeRange": { + "tamil": "U+0964-0965,U+0B82-0BFA,U+200C-200D,U+20B9,U+25CC", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "100": { + "italic": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5ssbil8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5ssbil8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5svbz.ttf" } }, - "[56]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5ssb6l8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5ssb6l8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5svbz.ttf" } }, - "[57]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5ssb0l8U.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5ssb0l8Mffmww_s4.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5svbz.ttf" } - }, - "[58]": { + } + }, + "normal": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6h4fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6h4fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6R8A.ttf" } }, - "[59]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6h-fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6h-fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6R8A.ttf" } }, - "[60]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6h9_b2.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6h9_bwncQ9ekQy.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6R8A.ttf" } - }, - "[61]": { + } + } + }, + "200": { + "italic": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s8bil8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s8bil8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s_bz.ttf" } }, - "[62]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s8b6l8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s8b6l8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s_bz.ttf" } }, - "[63]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s8b0l8U.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s8b0l8Mffmww_s4.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s_bz.ttf" } - }, - "[64]": { + } + }, + "normal": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-h4fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-h4fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-R8A.ttf" } }, - "[65]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-h-fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-h-fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-R8A.ttf" } }, - "[66]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-h9_b2.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-h9_bwncQ9ekQy.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-R8A.ttf" } - }, - "[67]": { + } + } + }, + "300": { + "italic": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns8bil8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns8bil8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns_bz.ttf" } }, - "[68]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns8b6l8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns8b6l8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns_bz.ttf" } }, - "[69]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns8b0l8U.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns8b0l8Mffmww_s4.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns_bz.ttf" } - }, - "[70]": { + } + }, + "normal": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-h4fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-h4fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-R8A.ttf" } }, - "[71]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-h-fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-h-fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-R8A.ttf" } }, - "[72]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-h9_b2.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-h9_bwncQ9ekQy.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-R8A.ttf" } - }, - "[73]": { + } + } + }, + "400": { + "italic": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s8bil8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s8bil8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s_bz.ttf" } }, - "[74]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s8b6l8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s8b6l8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s_bz.ttf" } }, - "[75]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s8b0l8U.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s8b0l8Mffmww_s4.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s_bz.ttf" } - }, - "[76]": { + } + }, + "normal": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-h4fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-h4fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-R8A.ttf" } }, - "[77]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-h-fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-h-fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-R8A.ttf" } }, - "[78]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-h9_b2.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-h9_bwncQ9ekQy.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-R8A.ttf" } - }, - "[79]": { + } + } + }, + "500": { + "italic": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs8bil8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs8bil8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs_bz.ttf" } }, - "[80]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs8b6l8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs8b6l8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs_bz.ttf" } }, - "[81]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs8b0l8U.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs8b0l8Mffmww_s4.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs_bz.ttf" } - }, - "[82]": { + } + }, + "normal": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-h4fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-h4fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-R8A.ttf" } }, - "[83]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-h-fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-h-fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-R8A.ttf" } }, - "[84]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-h9_b2.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-h9_bwncQ9ekQy.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-R8A.ttf" } - }, - "[85]": { + } + } + }, + "600": { + "italic": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntMbil8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntMbil8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntPbz.ttf" } }, - "[86]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntMb6l8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntMb6l8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntPbz.ttf" } }, - "[87]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntMb0l8U.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntMb0l8Mffmww_s4.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntPbz.ttf" } - }, - "[88]": { + } + }, + "normal": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatih4fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatih4fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatiR8A.ttf" } }, - "[89]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatih-fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatih-fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatiR8A.ttf" } }, - "[90]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatih9_b2.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatih9_bwncQ9ekQy.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatiR8A.ttf" } - }, - "[91]": { + } + } + }, + "700": { + "italic": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetMbil8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetMbil8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetPbz.ttf" } }, - "[97]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetMb6l8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetMb6l8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetPbz.ttf" } }, - "[98]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetMb0l8U.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetMb0l8Mffmww_s4.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetPbz.ttf" } - }, - "[99]": { + } + }, + "normal": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9ih4fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9ih4fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9iR8A.ttf" } }, - "[100]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9ih-fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9ih-fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9iR8A.ttf" } }, - "[101]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9ih9_b2.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9ih9_bwncQ9ekQy.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9iR8A.ttf" } - }, - "[102]": { + } + } + }, + "800": { + "italic": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tMbil8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tMbil8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tPbz.ttf" } }, - "[103]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tMb6l8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tMb6l8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tPbz.ttf" } }, - "[104]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tMb0l8U.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tMb0l8Mffmww_s4.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tPbz.ttf" } - }, - "[105]": { + } + }, + "normal": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNih4fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNih4fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNiR8A.ttf" } }, - "[106]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNih-fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNih-fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNiR8A.ttf" } }, - "[107]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNih9_b2.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNih9_bwncQ9ekQy.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNiR8A.ttf" } - }, - "[108]": { + } + } + }, + "900": { + "italic": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtMbil8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtMbil8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtPbz.ttf" } }, - "[109]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtMb6l8UNew.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtMb6l8Mffmww_s6YOw.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtPbz.ttf" } }, - "[110]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtMb0l8U.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtMb0l8Mffmww_s4.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtPbz.ttf" } - }, - "[111]": { + } + }, + "normal": { + "tamil": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdih4fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdih4fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdiR8A.ttf" } }, - "[112]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdih-fb2j8E.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdih-fbwncQ9ekQy5s0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdiR8A.ttf" } }, - "[113]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdih9_b2.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdih9_bwncQ9ekQy.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdiR8A.ttf" } - }, - "[114]": { + } + } + } + }, + "defSubset": "latin", + "lastModified": "2023-04-27", + "version": "v28", + "category": "serif" + }, + "noto-serif-tangut": { + "family": "Noto Serif Tangut", + "id": "noto-serif-tangut", + "subsets": ["latin", "latin-ext", "tangut"], + "weights": [400], + "styles": ["normal"], + "unicodeRange": { + "tangut": "U+16FE0,U+17000-187F7,U+18800-18AF2", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "400": { + "normal": { + "tangut": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7El6wVu_A4b0.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7El6wVu_G877xef7B.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7Em41.ttf" } }, - "[115]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7El48d8r92A.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7El48d8zv27T5Qcc.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7Em41.ttf" } }, - "[116]": { + "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7El4yd8o.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7El4yd8zv27T5.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7Em41.ttf" } - }, - "[117]": { + } + } + } + }, + "defSubset": "latin", + "lastModified": "2023-05-23", + "version": "v16", + "category": "serif" + }, + "noto-serif-tc": { + "family": "Noto Serif TC", + "id": "noto-serif-tc", + "subsets": [ + "chinese-traditional", + "cyrillic", + "latin", + "latin-ext", + "vietnamese" + ], + "weights": [200, 300, 400, 500, 600, 700, 800, 900], + "styles": ["normal"], + "unicodeRange": { + "[0]": "U+1f921-1f930,U+1f932-1f935,U+1f937-1f939,U+1f940-1f944,U+1f947-1f94a,U+1f950-1f95f,U+1f962-1f967,U+1f969-1f96a,U+1f980-1f981,U+1f984-1f98d,U+1f990-1f992,U+1f994-1f996,U+1f9c0,U+1f9d0,U+1f9d2,U+1f9d4,U+1f9d6,U+1f9d8,U+1f9da,U+1f9dc-1f9dd,U+1f9df-1f9e2,U+1f9e5-1f9e6,U+20024,U+20487,U+20779,U+20c41,U+20c78,U+20d71,U+20e98,U+20ef9,U+2107b,U+210c1,U+22c51,U+233b4,U+24a12,U+2512b,U+2546e,U+25683,U+267cc,U+269f2,U+27657,U+282e2,U+2898d,U+29d5a,U+f0001-f0005,U+f0019,U+f009b,U+f0101-f0104,U+f012b,U+f01ba,U+f01d6,U+f0209,U+f0217,U+f0223-f0224,U+fc355,U+fe327,U+fe517,U+feb97,U+fffb4", + "[6]": "U+ff78-ff7e,U+ff80-ff86,U+ff89-ff94,U+ff97-ff9e,U+ffb9,U+ffe0-ffe3,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1d7c7,U+1f004,U+1f0cf,U+1f141-1f142,U+1f150,U+1f154,U+1f158,U+1f15b,U+1f15d-1f15e,U+1f162-1f163,U+1f170-1f171,U+1f174,U+1f177-1f178,U+1f17d-1f17f,U+1f192-1f195,U+1f197-1f19a,U+1f1e6-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f22f,U+1f232-1f237,U+1f239-1f23a,U+1f250-1f251,U+1f300,U+1f302-1f319", + "[7]": "U+fa0a,U+fa0c,U+fa11,U+fa17,U+fa19,U+fa1b,U+fa1d,U+fa26,U+fa2c,U+fb01,U+fdfc,U+fe0e,U+fe33-fe36,U+fe38-fe44,U+fe49-fe51,U+fe54,U+fe56-fe57,U+fe59-fe5c,U+fe5f-fe6a,U+fe8e,U+fe92-fe93,U+feae,U+fecb-fecc,U+fee0,U+feec,U+fef3,U+ff04,U+ff07,U+ff26-ff2c,U+ff31-ff32,U+ff35-ff37,U+ff39-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff68,U+ff6a,U+ff6c-ff77", + "[8]": "U+f78a-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e-f94f,U+f95a,U+f95d-f95e,U+f961-f963,U+f965-f970,U+f974,U+f976-f97a,U+f97c,U+f97e-f97f,U+f981,U+f983,U+f988,U+f98a,U+f98c,U+f98e,U+f996-f997,U+f999-f99a,U+f99c,U+f99f-f9a0,U+f9a3,U+f9a8,U+f9ad,U+f9b2-f9b6,U+f9b9-f9ba,U+f9bd-f9be,U+f9c1,U+f9c4,U+f9c7,U+f9ca,U+f9cd,U+f9d0-f9d1,U+f9d3-f9d4,U+f9d7-f9d8,U+f9dc-f9dd,U+f9df-f9e1,U+f9e4,U+f9e8-f9ea,U+f9f4,U+f9f6-f9f7,U+f9f9-f9fa,U+f9fc-fa01,U+fa03-fa04,U+fa06,U+fa08-fa09", + "[19]": "U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+9ff0-9fff,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc", + "[20]": "U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2", + "[21]": "U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30,U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70", + "[22]": "U+9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6-9ab7,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8,U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee", + "[23]": "U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d,U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a86", + "[24]": "U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911-9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a", + "[25]": "U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3,U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1", + "[26]": "U+9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648,U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c", + "[27]": "U+941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b-950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-952f", + "[28]": "U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0,U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419", + "[29]": "U+9208-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306", + "[30]": "U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed,U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-9207", + "[31]": "U+8f85-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9,U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df", + "[32]": "U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f84", + "[33]": "U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16,U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e", + "[34]": "U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be5,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd,U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb", + "[35]": "U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99", + "[36]": "U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4,U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16", + "[37]": "U+8763-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4", + "[38]": "U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b-874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8762", + "[39]": "U+84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff,U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e", + "[40]": "U+8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af,U+84b1,U+84b4,U+84b9-84bb,U+84bd-84bf", + "[41]": "U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375,U+8378,U+837a-837f", + "[42]": "U+811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b,U+826e,U+8270,U+8273,U+8276,U+8278-8279", + "[43]": "U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8113,U+8115,U+8117-8118,U+811a", + "[44]": "U+7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb2,U+7fb4,U+7fb6", + "[45]": "U+7d8c-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eaf,U+7eb1-7eb2", + "[46]": "U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d89,U+7d8b", + "[47]": "U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c20", + "[48]": "U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa-7afb", + "[49]": "U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7988", + "[50]": "U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e,U+7840", + "[51]": "U+75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704-7705", + "[52]": "U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca,U+75cc", + "[53]": "U+73b4-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498,U+749a", + "[54]": "U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae,U+73b3", + "[55]": "U+7115-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71ee,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e-727f", + "[56]": "U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110,U+7113-7114", + "[57]": "U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2,U+6fe8-6fe9", + "[58]": "U+6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed6,U+6ed8", + "[59]": "U+6cdd-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2-6dd3,U+6dd5", + "[60]": "U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cdc", + "[61]": "U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4,U+6bbb,U+6bbd", + "[62]": "U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b,U+6a31-6a32", + "[63]": "U+67dc-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd,U+6900,U+6902", + "[64]": "U+66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8-67d9,U+67db", + "[65]": "U+6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6-66a7,U+66aa,U+66b2", + "[66]": "U+642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b,U+655d,U+6561,U+6564", + "[67]": "U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6428,U+642a", + "[68]": "U+61cc-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c-630e,U+6310", + "[69]": "U+60b0-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3,U+61c6,U+61ca-61cb", + "[70]": "U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa,U+60ac-60ad,U+60af", + "[71]": "U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76,U+5f78,U+5f7b,U+5f7d", + "[72]": "U+5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30,U+5e34,U+5e37,U+5e3a", + "[73]": "U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf-5ce1,U+5ce5", + "[74]": "U+5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f-5b82", + "[75]": "U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50-5a51,U+5a53,U+5a56", + "[76]": "U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590c,U+590e", + "[77]": "U+567b-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d1-56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a1,U+57a4,U+57a6", + "[78]": "U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d,U+566f,U+5671-5672,U+5676,U+567a", + "[79]": "U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550-5551,U+5553,U+5555-5557", + "[80]": "U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437,U+543d,U+543f,U+5441,U+5444-5445", + "[81]": "U+5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7,U+52db,U+52e0,U+52e3,U+52e6-52e7", + "[82]": "U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b,U+518f,U+5191,U+5193,U+5195-5196", + "[83]": "U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5032,U+5036,U+503a-503b,U+503e", + "[84]": "U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4db6-4dbf,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f,U+4f22,U+4f24,U+4f29-4f2b", + "[85]": "U+3052,U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3112,U+3115-3117,U+3119,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02,U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21", + "[86]": "U+2748-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049", + "[87]": "U+2649-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2747", + "[88]": "U+2566-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648", + "[89]": "U+2475-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2565", + "[90]": "U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2460-2471,U+2474", + "[91]": "U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a,U+208d-208e,U+20a1,U+20a4,U+20a6,U+20a8-20ab,U+20ad-20ae,U+20b1-20b3,U+20b5,U+20b8-20ba,U+20bd,U+20dd,U+20e3,U+2105,U+2109,U+2112-2113,U+2115-2117,U+2120-2121,U+2126,U+212b", + "[92]": "U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07,U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe", + "[97]": "U+2c8-2c9,U+2cc-2cd,U+2d0,U+2d8,U+2da,U+2dc,U+2e1-2e3,U+2e7,U+2eb,U+2ee,U+2f1-2ff,U+302-304,U+306-309,U+30c-30d,U+311,U+31b,U+321,U+323-325,U+328-329,U+32b-32c,U+32e-32f,U+331-33a,U+33c-33f,U+348,U+353,U+358-359,U+35c,U+35e-35f,U+361,U+363,U+367-368,U+36c,U+36f,U+530-535,U+537-540,U+55e,U+561-565,U+568-56d,U+56f-576,U+578-582,U+584,U+5a1,U+5a3-5a4,U+5aa,U+5ae,U+5b0-5b4", + "[98]": "U+1af,U+1b1,U+1b4-1be,U+1d0,U+1d2,U+1d4,U+1da,U+1dc-1dd,U+1e1,U+1e3-1e4,U+1e7,U+1e9,U+1eb-1ec,U+1f0-1f1,U+1f3-1f5,U+1f7,U+1f9-1ff,U+219,U+221,U+225-226,U+228-22b,U+22e-22f,U+231-235,U+239,U+23b,U+23e,U+250-252,U+254-255,U+259-25e,U+261-263,U+268-26b,U+26d,U+26f-277,U+279-27a,U+27d-281,U+283,U+28a-28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a2,U+2a4-2a7,U+2a9-2aa,U+2ae-2b3,U+2b5-2b7,U+2b9-2bf,U+2c2-2c4,U+2c6-2c7", + "[99]": "U+a1-a2,U+a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b5-b6,U+b8-ba,U+bc-be,U+c0-c8,U+ca-cc,U+ce-d5,U+d8-df,U+f0,U+f5,U+f8,U+fb,U+fe-100,U+102,U+105,U+107,U+109-10b,U+10f,U+112,U+115,U+117,U+119,U+11b,U+11f,U+121,U+123-124,U+127,U+129,U+12c-12d,U+130-13f,U+141-142,U+144,U+148,U+14b-14c,U+14f-153,U+159-15b,U+15e-160,U+163-166,U+169-16a,U+16d-171,U+173-17e,U+192,U+1a0,U+1a4,U+1aa,U+1ac-1ad", + "[100]": "U+a3,U+2ca,U+2223,U+2640,U+273f,U+301c-301d,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+6292,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76bf,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8258,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+9091,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+9382,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+9986,U+99f1,U+9a5b,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff25,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d", + "[101]": "U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+5436,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6254,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+6fef,U+701d,U+703e,U+707c,U+7099,U+710a,U+725f,U+72d9,U+72e9,U+731d,U+7325,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+86e4,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+880d,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8cb6,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+90ae,U+90b8,U+9257,U+9310,U+93df,U+94fe,U+95a5,U+95a9,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+1f389,U+1f449,U+1f495", + "[102]": "U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5443,U+5466,U+54a7-54a8,U+54bd,U+54c9,U+54cb,U+555e,U+556a,U+5580,U+560e,U+5614,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68d7,U+68e0,U+68f5,U+6977,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6e5b,U+6eaf,U+6eba,U+7028,U+70b3,U+711a,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79cd,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7b77,U+7c27,U+7ca7,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+8718,U+87ec,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bcd,U+8bdd,U+8c41,U+8c48,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33", + "[103]": "U+60,U+f7,U+161,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+4e11,U+4e1c,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50d5,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54b1,U+54b3,U+54b8,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5cfb,U+5d01,U+5d11,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+5f64,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+63c0,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+6807,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+7a6b,U+7ac5,U+7b1b,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+8305,U+831c,U+8335,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+9591,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9811,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d", + "[104]": "U+10c,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+539d,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+5632,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+5835,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+68cd,U+68f2,U+690e,U+6ab3,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6dea,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+6fe4,U+708a,U+7130,U+7165,U+7172,U+71c9,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77db,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8343,U+839e,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+935b,U+9444,U+957f,U+96a7,U+97ad,U+97cc,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9b91,U+9bca,U+9ebd,U+9f4b,U+e60f-e610,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602", + "[105]": "U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+4fcf,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5757,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+611a,U+614c,U+621a,U+6237,U+6284,U+6296,U+62e9,U+632a-632b,U+634f,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+679a,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a38,U+6a3a,U+6b22,U+6b67,U+6b6a,U+6c59,U+6c83,U+6ccc,U+6df5,U+6ef7,U+6f3e,U+6f80,U+70ed,U+7164,U+722a,U+7260,U+7272,U+73b0,U+74ca,U+74e3,U+7538,U+7586,U+75b5,U+7624,U+7661-7662,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7a62,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8549,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+947c,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ae,U+99ff,U+9db4,U+e602-e605,U+e611,U+ff16-ff19", + "[106]": "U+a5,U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5764,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59a8,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bee,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+6070,U+60df,U+6190,U+61a4,U+61be,U+61fc,U+62ac,U+62bc,U+636e,U+6398,U+63a9,U+6435,U+6487,U+6495,U+64ab,U+64bf,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+672d,U+6761,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a59,U+6a61,U+6ae5,U+6b47,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+7149,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+7504,U+7535,U+753a,U+75f4,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+8475,U+84bc,U+84c9,U+84ec,U+8523,U+8569,U+8591,U+85b0,U+86d9,U+8774,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+91d8,U+9214,U+946b,U+9470,U+9640,U+9675,U+96ef,U+9716,U+97cb,U+97e9,U+985b,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff05,U+ff14,U+1f464", + "[107]": "U+25ce,U+4e08,U+4e2a,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4ec7,U+4f3a,U+4f51,U+4f62,U+4faf,U+507d,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5690,U+5733,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a5,U+59ec,U+5b66,U+5b99,U+5b9d,U+5c2c,U+5c48,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d3,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6454,U+64a4,U+64b2,U+64bc,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6606,U+6614,U+6670,U+6688,U+673a,U+674f,U+6770,U+6795,U+68cb,U+6912,U+6953,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f70,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+714e,U+71d9,U+71e5-71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+74f7,U+7529,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c60,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8490,U+85af,U+8650,U+8667,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9774,U+97fb,U+9812,U+9817,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff0b,U+ff10,U+ff15", + "[108]": "U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e4f,U+4e59,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5606,U+56ca,U+56fe,U+582a,U+58fa,U+5915,U+5949,U+5962,U+5996,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6062,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62f3,U+6368,U+6380,U+6492,U+64b0,U+64e0,U+6570,U+660f,U+6649,U+6691,U+66a8,U+6749,U+67f1,U+67f3-67f4,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6cdb,U+6d29,U+6d66,U+6daf,U+6f01,U+6f06,U+6f58,U+6f62,U+6f6d,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+7235,U+7267,U+73ca,U+742a,U+758f,U+75bc,U+76c6,U+7740,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7cfe,U+7dbf,U+7e2b,U+7e31,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8108,U+8155,U+816b,U+81df,U+8277,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8587,U+8606,U+868a,U+8776,U+87ba,U+87f9,U+886b,U+8870,U+88d5,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8d81,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+98c6,U+9ecf,U+9f0e,U+9f52,U+feff,U+ff06,U+ff0a,U+ff12-ff13", + "[109]": "U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e1f,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fb6,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+592f,U+594f,U+5951,U+5954,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5c6f,U+5ca1,U+5d29,U+5de1,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5f7c,U+5f81,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6155,U+6212,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6d69,U+6db5,U+6dcb,U+6dd1,U+6e21,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433-7434,U+745c,U+7470,U+758a,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78a9,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+82d1,U+838e,U+83cc,U+8461,U+84b8,U+852c,U+857e,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8896,U+88c2,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8cc0,U+8d64,U+8d74,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+903e,U+905c,U+9072,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+9676,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f9c,U+ff11,U+ff1e", + "[110]": "U+2500,U+25bc,U+4e95,U+4f50,U+4f54,U+4f69,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5510,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f90-5f92,U+6012,U+6016,U+6084-6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6148,U+6158,U+6191,U+626e,U+62d4,U+632f,U+633a,U+6355,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6575,U+6597,U+660c,U+66b1,U+66ec,U+6731,U+6735,U+675c,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6b98,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6d6e,U+6dd8,U+6dda,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6ef4,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+7378,U+73b2,U+74e6,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78b0,U+790e,U+7965,U+7a4e,U+7aa9,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8102,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8e22,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+904d,U+9059,U+9075,U+90ce,U+90ed,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+93c8,U+95c6,U+9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9a37,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b,U+c5b4", + "[111]": "U+5e,U+2502,U+2605,U+4e32,U+4e58,U+4ea1,U+4ef2,U+4f2f-4f30,U+4f75,U+4fd7,U+4ff1,U+501f,U+5049,U+5074,U+5091,U+5144,U+517c,U+51c6,U+51cd,U+5269-526a,U+52aa,U+52c1,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5440,U+5448,U+54aa,U+54e6,U+54ed,U+5674,U+5687,U+585e,U+588a,U+58a8,U+58c1,U+5925,U+5948,U+5999,U+59b3,U+5a1c,U+5a46,U+5b54,U+5b5d,U+5b6b,U+5b8f,U+5bd2,U+5be9,U+5c0a,U+5c16,U+5c46,U+5cf0,U+5e25,U+5e3d,U+5e79,U+5ee2,U+5f04,U+5f31,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+6182,U+61f6,U+622a,U+6258,U+6293,U+62c6,U+62d2,U+6372,U+63da,U+63ed-63ee,U+6416,U+6458,U+649e,U+64ec,U+64f4,U+651c,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66c9,U+66fc,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+69cd,U+6a6b,U+6afb,U+6b32,U+6b49,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6dfb,U+6efe,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+7070,U+70b8,U+70cf,U+70e4,U+7159,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+775b,U+78e8,U+7919,U+7956,U+795d,U+7a0d,U+7bc9,U+7c97,U+7cd5,U+7d10,U+7d1b,U+7de9,U+7dfb,U+7e3e,U+7e6a,U+7f6a,U+7f8a,U+7fbd,U+8000,U+8036,U+809a,U+80ce,U+80e1,U+80f8,U+8170,U+819c,U+8216,U+8239,U+8266,U+827e,U+82b3,U+8377,U+83ab,U+85c9,U+865b,U+8766,U+87a2,U+87f2,U+8972,U+8a17,U+8a50,U+8a95,U+8b02,U+8b6f,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+91c7,U+9336,U+9451,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+98fd,U+99d5,U+9a19,U+9b27,U+9b6f,U+9ece,U+9ed8,U+9f13,U+9f20,U+ad6d,U+d55c", + "[112]": "U+201c-201d,U+203b,U+2192,U+25b2,U+300f,U+4e01,U+4e39,U+4e73,U+4e88,U+4e8e,U+4ed9,U+4f0a,U+4f38,U+4f5b,U+4fc3,U+500d,U+504f,U+5076-5077,U+5100,U+5104,U+5132,U+5175,U+5192,U+51a0,U+51ac,U+51e1,U+51f1,U+5200,U+5224,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+5371,U+539a,U+53e5,U+540e,U+547c,U+552f,U+5531,U+5634,U+56c9,U+56f0,U+574a,U+5761,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58fd,U+592e,U+5967,U+59bb,U+59d3,U+5a18,U+5b30,U+5b55,U+5b87,U+5b97,U+5be7,U+5bec,U+5bf8,U+5c24,U+5cb8,U+5df7,U+5e1d,U+5e2d,U+5e7b,U+5f1f,U+5f70,U+5fd9,U+61b6,U+6234,U+62b5,U+62d6,U+62dc,U+62fc,U+6383,U+63cf,U+63d2,U+63e1,U+640d,U+64cd,U+64fa,U+64fe,U+654f,U+6562,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6697,U+66ab,U+66c6,U+66dd,U+66ff,U+671d,U+672b,U+677e,U+67d0,U+67d3,U+68c4,U+690d,U+694a,U+695a,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6c60,U+6d74,U+6d89,U+6db2,U+6dbc,U+6de1,U+6df7,U+6e38,U+6e6f,U+6f02,U+6fc3,U+6fd5,U+70c8,U+7126,U+718a,U+723d,U+7246,U+72af,U+73cd,U+760b,U+7626,U+7687,U+79df,U+7a05,U+7a3f,U+7a69,U+7af6,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d0b,U+7d2b,U+7de3,U+7e2e,U+8010,U+808c,U+80a5,U+80af,U+812b,U+817f,U+819a,U+82d7,U+8389-838a,U+83f2,U+840a,U+8463,U+8521,U+8584,U+860b,U+864e,U+871c,U+878d,U+885d,U+8932,U+89f8,U+8a69,U+8afe,U+8b5c,U+8c37,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8fea,U+9014,U+9055,U+907a,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+96bb,U+9707,U+9738,U+9846,U+9905,U+9a0e,U+9aa8,U+9b25,U+9b3c,U+9ce5,U+9cf3,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d", + "[113]": "U+3c,U+d7,U+300e,U+4e4e,U+4e82,U+4e92,U+4ec1,U+4ecd,U+4f48,U+4f53,U+4fb5,U+5012,U+502b,U+522a,U+52dd,U+52ff,U+532f,U+53eb,U+53f3,U+5409,U+5433,U+5496,U+54c8,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+58c7,U+58de,U+593e,U+5976,U+59d0,U+59d4,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bae,U+5bbf,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de8,U+5e63,U+5e7c,U+5e8a,U+5eda,U+5ef3,U+5ef6,U+5f48,U+6015,U+6025,U+602a,U+6050,U+6069,U+60e1,U+6162,U+6176,U+61c2,U+6200,U+6263,U+6279,U+6297,U+62b1,U+62bd,U+62ec,U+6311,U+6377,U+6388-6389,U+638c,U+63a2,U+63f4,U+641e,U+6436,U+64c1,U+6551,U+6557,U+6563,U+6696,U+66b4,U+66f2,U+6751,U+675f,U+676f,U+6790,U+6838,U+684c,U+68d2,U+6982,U+699c,U+69ae,U+69cb,U+6a39,U+6a4b,U+6b66,U+6bd2,U+6cb3,U+6ce1,U+6d3e,U+6de8,U+6ed1,U+6f22,U+6f54,U+6fc0,U+6fdf,U+719f,U+71c8,U+7236,U+7259,U+72d7,U+7389,U+73e0,U+745e,U+751a,U+7532-7533,U+7562,U+7591,U+75c5,U+75db,U+7686,U+76d2,U+76db,U+76df,U+76e3,U+7701,U+7761,U+786c,U+7981,U+79cb,U+79d2,U+79fb,U+7a81,U+7a97,U+7aef,U+7b26,U+7b80,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7dca,U+7df4,U+7e54,U+7e6b,U+7f3a,U+8033,U+804a,U+805a,U+81a0,U+81e8,U+8212,U+821e,U+82e6,U+8336,U+8449,U+84cb,U+84ee,U+85e5,U+8607,U+888b,U+8a13,U+8a5e,U+8aa0,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8de8,U+8f2a,U+8fb2,U+906d,U+907f,U+90a6,U+9109,U+9192,U+91cb,U+91dd,U+964d,U+9686,U+968e,U+9694,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+9918,U+9aee,U+9ebb,U+ff0e-ff0f,U+ff5c", + "[114]": "U+b7,U+2022,U+2027,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e7e,U+4ea6,U+4eac,U+4f34,U+50b7,U+51b0,U+523b,U+5283,U+5348,U+5354,U+54e5,U+5708,U+590f,U+592b,U+599d,U+59b9,U+5a01,U+5a5a,U+5de7,U+5e78,U+5e9c,U+5fb5,U+6167,U+61f7,U+627f,U+63a1,U+64d4,U+65bd,U+68ee,U+6b4c,U+6bba,U+6c5f,U+6d0b,U+6d6a,U+6e1b,U+6e56,U+6f6e,U+71d2,U+722d,U+72c2,U+751c,U+7530,U+7642,U+76e1,U+79c0,U+7adf,U+7af9,U+7d9c,U+7da0,U+7e23,U+7e41,U+8056,U+8173,U+822a,U+8349,U+83dc,U+8840,U+885b,U+8907,U+8a34,U+8cb4,U+8dd1,U+8fd4,U+8ff0,U+93e1,U+984f,U+98ef,U+9b54", + "[115]": "U+23-25,U+3d,U+2026,U+4e03,U+4e45,U+4e5d,U+4eae,U+4ed4,U+4ed8,U+4f01,U+4f11,U+4f3c,U+4f8b,U+4fc2,U+5019,U+505c,U+50c5,U+5145,U+51b7,U+5207,U+521d,U+525b,U+5287,U+52e2,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+570d,U+571f,U+5747,U+5802,U+58d3,U+591c,U+5920,U+5922,U+5957,U+5979,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5b9c,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fa9,U+5fd7-5fd8,U+5ff5,U+600e,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6fb3,U+7206,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a76,U+7a7f,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d20,U+7d22,U+7d42,U+7d55,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+85cd,U+86cb,U+88dc,U+8986,U+8a0e,U+8a2a,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8c61,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+967d,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+9818,U+983b,U+984d,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+9e97,U+ff1b,U+ff5e", + "[116]": "U+26,U+40,U+5f,U+4e14,U+4e9e,U+4ec0,U+4f4e-4f4f,U+4f73,U+4fee,U+503c,U+5047,U+514b,U+516b,U+516d,U+5178,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+55ce,U+5740,U+57ce,U+5883,U+589e,U+5931,U+5947,U+59cb,U+5a1b,U+5b58,U+5b98,U+5ba4,U+5bc6,U+5bcc,U+5beb,U+5bf6,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fae,U+5fb7,U+601d,U+60e0,U+614b,U+6230,U+6236,U+623f,U+628a,U+6295,U+62c9,U+6309,U+63db,U+64c7,U+64ca,U+64da,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6848,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+78bc,U+798f,U+79ae,U+7a4d,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d30,U+7d39,U+7d72,U+7dad,U+7e8c,U+7f6e,U+7fa4,U+7fa9,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+88e1,U+89ba,U+89d2,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8b70,U+8b80,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+986f,U+990a,U+9910,U+9928,U+9ec3,U+9ed1,U+9f8d", + "[117]": "U+3e,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+50f9,U+512a,U+5143,U+5148,U+514d,U+5152,U+5169,U+5171,U+5177,U+518a,U+5217,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+53ea,U+53f8,U+5404,U+559c,U+5668,U+56db,U+56e0,U+5712,U+5718,U+578b,U+57fa,U+58eb,U+592a,U+5c0b,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+624d,U+6253,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63a5,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+672a,U+6797,U+67e5,U+6a19,U+6a23,U+6b61,U+6bcf,U+6bd4,U+6c11,U+6c42,U+6d41,U+6d77,U+6d88,U+6e05,U+6e2f,U+6eff,U+7136,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7531,U+7537,U+754c,U+7559,U+767d-767e,U+76f4,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+8001,U+800c,U+805e,U+8072,U+81f3,U+82b1,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b77,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9650,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc", + "[118]": "U+d,U+2b,U+7c,U+a0,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3-4ee4,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4f86,U+4fdd,U+4fe1,U+5011,U+50b3,U+5149,U+5167,U+5176,U+518d,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+5716,U+5831,U+5834,U+5916,U+5929,U+5973,U+597d,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5e73-5e74,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6210,U+6216,U+6240,U+624b,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+65b9,U+660e,U+661f,U+662d,U+66f4,U+670d,U+671f,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6c23,U+6c34,U+6c92,U+6cbb,U+6cd5,U+6d3b,U+7063,U+7121,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7576,U+767b,U+76ee,U+76f8,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+7f8e,U+8005,U+806f,U+80fd,U+81ea,U+8207,U+8272,U+865f,U+8868,U+8981,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9762,U+982d,U+984c,U+985e,U+9996,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f", + "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2-b3,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+3113-3114,U+3118,U+311a-3129,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+500b,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5b50,U+5bb6,U+5c0f,U+5fc3,U+6211,U+6587,U+65b0,U+65bc,U+65e5,U+662f,U+6642,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+7db2,U+884c,U+958b,U+95dc,U+96fb,U+9801,U+ff0c,U+ff1a", + "cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", + "vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", + "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF", + "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" + }, + "variants": { + "200": { + "normal": { + "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, - "[118]": { + "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, - "[119]": { + "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1ezdLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1ezdLFfMSa7Q.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzY.otf" - } - } - } - }, - "600": { - "normal": { - "[4]": { + "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, - "[5]": { + "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, - "[6]": { + "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" + } + }, + "[92]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpAM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpAM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpLM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpLM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpKM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpKM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6yezdLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6yezdLFfMSa7Q.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpEM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMNpEM2EuqnONqmY.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpD.ttf" } } } }, - "700": { + "300": { "normal": { - "[4]": { + "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, - "[5]": { + "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, - "[6]": { + "[7]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" + } + }, + "[8]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" + } + }, + "[19]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" + } + }, + "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" + } + }, + "[92]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpAM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpAM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpLM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpLM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpKM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpKM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzezdLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzezdLFfMSa7Q.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpEM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMNpEM2EuqnONqmY.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpD.ttf" } } } }, - "900": { + "400": { "normal": { - "[4]": { + "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.4.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, - "[5]": { + "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.5.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, - "[6]": { + "[7]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" + } + }, + "[8]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" + } + }, + "[19]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" + } + }, + "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" + } + }, + "[92]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzUpCNMKEN0nmGnGv-OMEQDgKS-k5SiuioPhBdQcziZZTQ.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzNBFNEQIapA8nbGtPqFHEvqJCLn4zOiu4L3BuoNxzQoOAJm-d8.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxezdLEw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxezdLFfMSa7Q.woff", - "opentype": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzY.otf" - } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2022-09-27", - "version": "v22", - "category": "serif" - }, - "noto-serif-sinhala": { - "family": "Noto Serif Sinhala", - "id": "noto-serif-sinhala", - "subsets": ["latin", "latin-ext", "sinhala"], - "weights": [100, 200, 300, 400, 500, 600, 700, 800, 900], - "styles": ["normal"], - "unicodeRange": { - "sinhala": "U+0964-0965,U+0D81-0DF4,U+200C-200D,U+25CC,U+111E1-111F4", - "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "100": { - "normal": { - "sinhala": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRmM2z6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRmM2z6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRlMs.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRmMlz6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRmMlz6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRlMs.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRmMrz6M.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRmMrz6XzmmW_-bk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRlMs.ttf" - } - } - } - }, - "200": { - "normal": { - "sinhala": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR2M2z6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR2M2z6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR1Ms.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR2Mlz6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR2Mlz6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR1Ms.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR2Mrz6M.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR2Mrz6XzmmW_-bk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR1Ms.ttf" - } - } - } - }, - "300": { - "normal": { - "sinhala": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR2M2z6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR2M2z6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR1Ms.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR2Mlz6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR2Mlz6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR1Ms.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR2Mrz6M.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR2Mrz6XzmmW_-bk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR1Ms.ttf" - } - } - } - }, - "400": { - "normal": { - "sinhala": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR2M2z6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR2M2z6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR1Ms.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR2Mlz6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR2Mlz6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR1Ms.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR2Mrz6M.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR2Mrz6XzmmW_-bk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR1Ms.ttf" - } - } - } - }, - "500": { - "normal": { - "sinhala": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR2M2z6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR2M2z6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR1Ms.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR2Mlz6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR2Mlz6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR1Ms.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR2Mrz6M.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR2Mrz6XzmmW_-bk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR1Ms.ttf" - } - } - } - }, - "600": { - "normal": { - "sinhala": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQGM2z6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQGM2z6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQFMs.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQGMlz6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQGMlz6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQFMs.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQGMrz6M.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQGMrz6XzmmW_-bk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQFMs.ttf" - } - } - } - }, - "700": { - "normal": { - "sinhala": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQGM2z6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQGM2z6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQFMs.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQGMlz6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQGMlz6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQFMs.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQGMrz6M.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQGMrz6XzmmW_-bk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQFMs.ttf" - } - } - } - }, - "800": { - "normal": { - "sinhala": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQGM2z6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQGM2z6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQFMs.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQGMlz6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQGMlz6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQFMs.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQGMrz6M.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQGMrz6XzmmW_-bk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQFMs.ttf" - } - } - } - }, - "900": { - "normal": { - "sinhala": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQGM2z6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQGM2z6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQFMs.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQGMlz6Phnw.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQGMlz6XzmmW_-bkMbw.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQFMs.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQGMrz6M.woff2", - "woff": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQGMrz6XzmmW_-bk.woff", - "truetype": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQFMs.ttf" - } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2023-05-02", - "version": "v26", - "category": "serif" - }, - "noto-serif-tamil": { - "family": "Noto Serif Tamil", - "id": "noto-serif-tamil", - "subsets": ["latin", "latin-ext", "tamil"], - "weights": [100, 200, 300, 400, 500, 600, 700, 800, 900], - "styles": ["italic", "normal"], - "unicodeRange": { - "tamil": "U+0964-0965,U+0B82-0BFA,U+200C-200D,U+20B9,U+25CC", - "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "100": { - "italic": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5ssbil8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5ssbil8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5svbz.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5ssb6l8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5ssb6l8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5svbz.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5ssb0l8U.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5ssb0l8Mffmww_s4.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5svbz.ttf" - } - } - }, - "normal": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6h4fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6h4fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6R8A.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6h-fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6h-fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6R8A.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6h9_b2.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6h9_bwncQ9ekQy.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6R8A.ttf" - } - } - } - }, - "200": { - "italic": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s8bil8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s8bil8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s_bz.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s8b6l8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s8b6l8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s_bz.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s8b0l8U.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s8b0l8Mffmww_s4.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s_bz.ttf" - } - } - }, - "normal": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-h4fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-h4fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-R8A.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-h-fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-h-fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-R8A.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-h9_b2.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-h9_bwncQ9ekQy.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-R8A.ttf" - } - } - } - }, - "300": { - "italic": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns8bil8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns8bil8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns_bz.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns8b6l8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns8b6l8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns_bz.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns8b0l8U.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns8b0l8Mffmww_s4.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns_bz.ttf" - } - } - }, - "normal": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-h4fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-h4fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-R8A.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-h-fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-h-fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-R8A.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-h9_b2.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-h9_bwncQ9ekQy.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-R8A.ttf" - } - } - } - }, - "400": { - "italic": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s8bil8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s8bil8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s_bz.ttf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, - "latin-ext": { + "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s8b6l8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s8b6l8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s_bz.ttf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpAM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpAM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s8b0l8U.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s8b0l8Mffmww_s4.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s_bz.ttf" - } - } - }, - "normal": { - "tamil": { + "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-h4fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-h4fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-R8A.ttf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpLM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpLM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-h-fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-h-fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-R8A.ttf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpKM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpKM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-h9_b2.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-h9_bwncQ9ekQy.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-R8A.ttf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpEM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpEM2EuqnONqmY.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpD.ttf" } } } }, "500": { - "italic": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs8bil8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs8bil8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs_bz.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs8b6l8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs8b6l8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs_bz.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs8b0l8U.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs8b0l8Mffmww_s4.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs_bz.ttf" - } - } - }, - "normal": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-h4fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-h4fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-R8A.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-h-fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-h-fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-R8A.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-h9_b2.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-h9_bwncQ9ekQy.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-R8A.ttf" - } - } - } - }, - "600": { - "italic": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntMbil8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntMbil8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntPbz.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntMb6l8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntMb6l8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntPbz.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntMb0l8U.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntMb0l8Mffmww_s4.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntPbz.ttf" - } - } - }, - "normal": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatih4fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatih4fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatiR8A.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatih-fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatih-fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatiR8A.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatih9_b2.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatih9_bwncQ9ekQy.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatiR8A.ttf" - } - } - } - }, - "700": { - "italic": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetMbil8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetMbil8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetPbz.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetMb6l8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetMb6l8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetPbz.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetMb0l8U.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetMb0l8Mffmww_s4.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetPbz.ttf" - } - } - }, - "normal": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9ih4fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9ih4fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9iR8A.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9ih-fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9ih-fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9iR8A.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9ih9_b2.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9ih9_bwncQ9ekQy.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9iR8A.ttf" - } - } - } - }, - "800": { - "italic": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tMbil8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tMbil8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tPbz.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tMb6l8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tMb6l8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tPbz.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tMb0l8U.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tMb0l8Mffmww_s4.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tPbz.ttf" - } - } - }, - "normal": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNih4fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNih4fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNiR8A.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNih-fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNih-fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNiR8A.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNih9_b2.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNih9_bwncQ9ekQy.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNiR8A.ttf" - } - } - } - }, - "900": { - "italic": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtMbil8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtMbil8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtPbz.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtMb6l8UNew.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtMb6l8Mffmww_s6YOw.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtPbz.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtMb0l8U.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtMb0l8Mffmww_s4.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtPbz.ttf" - } - } - }, - "normal": { - "tamil": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdih4fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdih4fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdiR8A.ttf" - } - }, - "latin-ext": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdih-fb2j8E.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdih-fbwncQ9ekQy5s0.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdiR8A.ttf" - } - }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdih9_b2.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdih9_bwncQ9ekQy.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdiR8A.ttf" - } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2023-04-27", - "version": "v28", - "category": "serif" - }, - "noto-serif-tangut": { - "family": "Noto Serif Tangut", - "id": "noto-serif-tangut", - "subsets": ["latin", "latin-ext", "tangut"], - "weights": [400], - "styles": ["normal"], - "unicodeRange": { - "tangut": "U+16FE0,U+17000-187F7,U+18800-18AF2", - "latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "400": { "normal": { - "tangut": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7El6wVu_A4b0.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7El6wVu_G877xef7B.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7Em41.ttf" - } - }, - "latin-ext": { + "[0]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7El48d8r92A.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7El48d8zv27T5Qcc.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7Em41.ttf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7El4yd8o.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7El4yd8zv27T5.woff", - "truetype": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7Em41.ttf" - } - } - } - } - }, - "defSubset": "latin", - "lastModified": "2023-05-23", - "version": "v16", - "category": "serif" - }, - "noto-serif-tc": { - "family": "Noto Serif TC", - "id": "noto-serif-tc", - "subsets": ["chinese-traditional", "latin"], - "weights": [200, 300, 400, 500, 600, 700, 900], - "styles": ["normal"], - "unicodeRange": { - "[6]": "U+ff78-ff7e,U+ff80-ff86,U+ff89-ff94,U+ff97-ff9e,U+ffb9,U+ffe0-ffe3,U+ffe9,U+ffeb,U+ffed,U+fffc,U+1d7c7,U+1f004,U+1f0cf,U+1f141-1f142,U+1f150,U+1f154,U+1f158,U+1f15b,U+1f15d-1f15e,U+1f162-1f163,U+1f170-1f171,U+1f174,U+1f177-1f178,U+1f17d-1f17f,U+1f192-1f195,U+1f197-1f19a,U+1f1e6-1f1f5,U+1f1f7-1f1ff,U+1f21a,U+1f22f,U+1f232-1f237,U+1f239-1f23a,U+1f250-1f251,U+1f300,U+1f302-1f319", - "[7]": "U+fa0a,U+fa0c,U+fa11,U+fa17,U+fa19,U+fa1b,U+fa1d,U+fa26,U+fa2c,U+fb01,U+fdfc,U+fe0e,U+fe33-fe36,U+fe38-fe44,U+fe49-fe51,U+fe54,U+fe56-fe57,U+fe59-fe5c,U+fe5f-fe6a,U+fe8e,U+fe92-fe93,U+feae,U+fecb-fecc,U+fee0,U+feec,U+fef3,U+ff04,U+ff07,U+ff26-ff2c,U+ff31-ff32,U+ff35-ff37,U+ff39-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ff61-ff65,U+ff67-ff68,U+ff6a,U+ff6c-ff77", - "[8]": "U+f78a-f78c,U+f78e,U+f792-f796,U+f798,U+f79c,U+f7f5,U+f812,U+f815,U+f876,U+f8f5,U+f8f8,U+f8ff,U+f901-f902,U+f904,U+f906,U+f909-f90a,U+f90f,U+f914,U+f918-f919,U+f91b,U+f91d,U+f91f,U+f923,U+f925,U+f92d-f92f,U+f934,U+f937-f938,U+f93d,U+f93f,U+f941,U+f949,U+f94c,U+f94e-f94f,U+f95a,U+f95d-f95e,U+f961-f963,U+f965-f970,U+f974,U+f976-f97a,U+f97c,U+f97e-f97f,U+f981,U+f983,U+f988,U+f98a,U+f98c,U+f98e,U+f996-f997,U+f999-f99a,U+f99c,U+f99f-f9a0,U+f9a3,U+f9a8,U+f9ad,U+f9b2-f9b6,U+f9b9-f9ba,U+f9bd-f9be,U+f9c1,U+f9c4,U+f9c7,U+f9ca,U+f9cd,U+f9d0-f9d1,U+f9d3-f9d4,U+f9d7-f9d8,U+f9dc-f9dd,U+f9df-f9e1,U+f9e4,U+f9e8-f9ea,U+f9f4,U+f9f6-f9f7,U+f9f9-f9fa,U+f9fc-fa01,U+fa03-fa04,U+fa06,U+fa08-fa09", - "[19]": "U+9eb9-9eba,U+9ebe-9ebf,U+9ecc-9ecd,U+9ed0,U+9ed2,U+9ed4,U+9ed9-9eda,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7,U+9eee,U+9ef3-9ef4,U+9ef6-9ef7,U+9ef9,U+9efb-9efd,U+9eff,U+9f07-9f09,U+9f10,U+9f14-9f15,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f34,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4c-9f50,U+9f54,U+9f57,U+9f59,U+9f5c,U+9f5f-9f60,U+9f62-9f63,U+9f66-9f67,U+9f6a,U+9f6c,U+9f72,U+9f76-9f77,U+9f7f,U+9f84-9f85,U+9f88,U+9f8e,U+9f91,U+9f94-9f96,U+9f98,U+9f9a-9f9b,U+9f9f-9fa0,U+9fa2,U+9fa4,U+a1f4,U+a4b0-a4b1,U+a4b3,U+a9c1-a9c2,U+aa31,U+ab34,U+ac00-ac01,U+ac04,U+ac08,U+ac10-ac11,U+ac13-ac16,U+ac19,U+ac1c-ac1d,U+ac24,U+ac70-ac71,U+ac74,U+ac77-ac78,U+ac80-ac81,U+ac83,U+ac8c,U+ac90,U+aca0,U+aca8-aca9,U+acac,U+acb0,U+acb8-acb9,U+acbc-acbd,U+acc1,U+acc4,U+ace0-ace1,U+ace4,U+ace8,U+acf0-acf1,U+acf3,U+acf5,U+acfc", - "[20]": "U+9d34,U+9d37,U+9d3d,U+9d42,U+9d50,U+9d52-9d53,U+9d59,U+9d5c,U+9d5e-9d61,U+9d6a,U+9d6f-9d70,U+9d77,U+9d7a,U+9d7e,U+9d87,U+9d89,U+9d8f,U+9d91-9d93,U+9d96,U+9d98,U+9d9a,U+9da1-9da2,U+9da5,U+9da9,U+9dab-9dac,U+9db1-9db2,U+9db5,U+9db9-9dbc,U+9dbf-9dc2,U+9dc4,U+9dc7-9dc9,U+9dd3,U+9dd6,U+9dd9-9dda,U+9dde-9ddf,U+9de2,U+9de5-9de6,U+9de8,U+9def-9df0,U+9df2-9df4,U+9df8,U+9dfa,U+9dfd,U+9dff,U+9e02,U+9e07,U+9e0a,U+9e11,U+9e15,U+9e18,U+9e1a-9e1b,U+9e1d-9e1e,U+9e20-9e23,U+9e25-9e26,U+9e2d,U+9e2f,U+9e33,U+9e35,U+9e3d-9e3f,U+9e42-9e43,U+9e45,U+9e48-9e4a,U+9e4c,U+9e4f,U+9e51,U+9e55,U+9e64,U+9e66,U+9e6b,U+9e6d-9e6e,U+9e70,U+9e73,U+9e75,U+9e78,U+9e80-9e83,U+9e87-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e96,U+9e9d,U+9ea1,U+9ea4,U+9ea6,U+9ea9-9eab,U+9ead,U+9eaf,U+9eb4,U+9eb7-9eb8", - "[21]": "U+9bd3-9bd7,U+9bd9,U+9bdb,U+9bdd,U+9be1-9be2,U+9be4-9be5,U+9be7,U+9bea,U+9bed-9bee,U+9bf0-9bf1,U+9bf5,U+9bf7,U+9bf9,U+9bfd,U+9bff,U+9c02,U+9c06,U+9c08-9c0a,U+9c0d,U+9c10,U+9c12-9c13,U+9c15,U+9c1c,U+9c1f,U+9c21,U+9c23-9c25,U+9c28-9c29,U+9c2d-9c2e,U+9c31-9c33,U+9c35-9c37,U+9c39-9c3b,U+9c3d-9c3e,U+9c40,U+9c42,U+9c45-9c49,U+9c52,U+9c54,U+9c56,U+9c58-9c5a,U+9c5d,U+9c5f-9c60,U+9c63,U+9c67-9c68,U+9c72,U+9c75,U+9c78,U+9c7a-9c7c,U+9c7f-9c81,U+9c87-9c88,U+9c8d,U+9c91,U+9c94,U+9c97,U+9c9b,U+9ca4,U+9ca8,U+9cab,U+9cad,U+9cb1-9cb3,U+9cb6-9cb8,U+9cc4-9cc5,U+9ccc-9ccd,U+9cd5-9cd7,U+9cdd-9cdf,U+9ce7,U+9ce9,U+9cee-9cf0,U+9cf2,U+9cfc-9cfe,U+9d03,U+9d06-9d08,U+9d0e,U+9d10,U+9d12,U+9d15,U+9d17,U+9d1d-9d1f,U+9d23,U+9d2b,U+9d2f-9d30", - "[22]": "U+9a6f-9a71,U+9a73-9a74,U+9a76,U+9a78-9a79,U+9a7b-9a7c,U+9a7e-9a7f,U+9a81-9a82,U+9a84-9a87,U+9a8a-9a8b,U+9a8f-9a91,U+9a97,U+9a9a,U+9a9e,U+9aa0-9aa1,U+9aa4-9aa5,U+9aaf-9ab1,U+9ab6,U+9ab9-9aba,U+9abe,U+9ac0-9ac5,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1,U+9ad5-9ad7,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed,U+9aef,U+9af2,U+9af4,U+9af9,U+9afb,U+9afd,U+9b03-9b04,U+9b08,U+9b13,U+9b18,U+9b1f,U+9b22-9b23,U+9b28-9b2a,U+9b2c-9b30,U+9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4b-9b4e,U+9b51,U+9b55,U+9b58,U+9b5b,U+9b5e-9b60,U+9b63,U+9b68-9b69,U+9b74,U+9b7d,U+9b80-9b81,U+9b83-9b84,U+9b87-9b88,U+9b8a-9b8b,U+9b8d-9b8e,U+9b90,U+9b92-9b95,U+9b97,U+9b9f-9ba0,U+9ba2-9ba3,U+9ba8,U+9bab,U+9bb0,U+9bb8,U+9bc0-9bc1,U+9bc3,U+9bc6-9bc8", - "[23]": "U+9912,U+9914,U+9916-9917,U+991b-991c,U+991e,U+9920,U+9927,U+992b-992c,U+992e,U+9931-9933,U+9938,U+993a,U+993c-9940,U+9943-9944,U+9948-994a,U+994c-994e,U+9951,U+9954,U+995c,U+995e-995f,U+9961-9962,U+9965,U+9968,U+996a,U+996d-9972,U+9975-9976,U+997a,U+997c,U+997f-9980,U+9984-9985,U+9988,U+998b,U+998d,U+998f,U+9992,U+9994-9995,U+9997-9998,U+999c,U+999e,U+99a0-99a1,U+99ab,U+99af,U+99b1,U+99b4,U+99b9,U+99c4-99c6,U+99cf,U+99d1-99d2,U+99d4,U+99d6,U+99d8-99d9,U+99df,U+99e1-99e2,U+99e9,U+99ee,U+99f0,U+99f8,U+99fb,U+9a01-9a05,U+9a0c,U+9a0f-9a13,U+9a16,U+9a1b-9a1c,U+9a20,U+9a24,U+9a28,U+9a2b,U+9a2d-9a2e,U+9a34-9a36,U+9a38,U+9a3e,U+9a40-9a44,U+9a4a,U+9a4c-9a4e,U+9a52,U+9a56,U+9a62-9a65,U+9a69-9a6b,U+9a6d", - "[24]": "U+97c6,U+97c9,U+97cd,U+97d6,U+97d8-97d9,U+97dc-97de,U+97e1,U+97e6-97e7,U+97ec-97ee,U+97f0-97f1,U+97f5,U+97f9-97fa,U+97fe,U+9804,U+9807,U+980a,U+980e-980f,U+9814,U+9816,U+981a,U+981c,U+981e,U+9820-9821,U+9823,U+9826,U+9828,U+982a-982c,U+9832,U+9834-9835,U+9837,U+9839,U+983c-983d,U+9845,U+9848-9849,U+984e,U+9852-9857,U+9859-985a,U+9862-9863,U+9865,U+9870-9871,U+9873-9874,U+9877,U+987a-987f,U+9881-9882,U+9885,U+9887-988a,U+988c-988d,U+9890,U+9893,U+9896-9897,U+989a,U+989c-989e,U+98a0,U+98a4,U+98a6-98a7,U+98a9,U+98ae-98af,U+98b2-98b3,U+98b6-98b8,U+98ba-98bd,U+98bf,U+98c7-98c8,U+98ca,U+98d2-98d3,U+98d8-98da,U+98dc,U+98de,U+98e0-98e1,U+98e3,U+98e5,U+98e7-98e9,U+98eb-98ee,U+98f1,U+98f4,U+9901,U+9908-9909,U+990c,U+9911", - "[25]": "U+964e-964f,U+9651,U+9653-9655,U+9658,U+965b-965f,U+9661,U+9665,U+9668-9669,U+966c,U+9672,U+9674,U+967a,U+9682-9685,U+9688-9689,U+968b,U+968d,U+9695,U+9697-9698,U+969e,U+96a0-96a4,U+96a9,U+96ac,U+96ae,U+96b0,U+96b2-96b4,U+96b6-96b7,U+96b9,U+96bc-96be,U+96c3,U+96c9-96cb,U+96ce-96cf,U+96d1-96d2,U+96d8,U+96dd,U+96e9,U+96eb,U+96f0-96f1,U+96f3-96f4,U+96f9,U+96fe-96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-9711,U+9719,U+971d,U+971f-9720,U+9728,U+972a,U+972d,U+9730,U+9733,U+973a,U+973d,U+9744,U+9746-9747,U+9749,U+9750-9751,U+9753,U+9758-9759,U+975b,U+975d,U+9763,U+9765-9766,U+9768,U+976c-976d,U+9771,U+9773,U+9776,U+977a,U+977c,U+9780,U+9784-9786,U+9788,U+978e-978f,U+9798,U+979d-979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae,U+97b6-97b7,U+97b9,U+97bf,U+97c1,U+97c3", - "[26]": "U+950c,U+950f-9510,U+9519-951b,U+951d,U+951f,U+9521-9526,U+952d-9530,U+9535,U+953a-953b,U+9540-9542,U+9547,U+9549-954a,U+954d,U+9550-9551,U+9554-9556,U+955c,U+956c-956d,U+956f-9570,U+9573,U+9576,U+9578,U+9582,U+9586,U+9588,U+958e-958f,U+9599,U+959c,U+959e-959f,U+95a1-95a2,U+95a4,U+95a6-95a7,U+95aa-95ae,U+95b0,U+95b2,U+95b6,U+95b9-95bf,U+95c2-95c4,U+95c7-95c9,U+95cb-95cd,U+95d0,U+95d3-95d5,U+95d7-95d8,U+95da,U+95de,U+95e0-95e1,U+95e4-95e5,U+95ea-95eb,U+95ef-95f0,U+95f2-95f3,U+95f5,U+95f7-95fa,U+95fd,U+9600-9602,U+9607-9609,U+960e,U+9610-9611,U+9614,U+9616,U+9619-961a,U+961c-961d,U+961f,U+9621,U+9624,U+9628,U+962f,U+9633-9636,U+963c,U+9641-9643,U+9645,U+9647-9648", - "[27]": "U+93e4,U+93e8,U+93ee,U+93f0,U+93f5,U+93f7-93f9,U+93fb,U+9403,U+9407,U+940f-9410,U+9413-9414,U+9417,U+9419-941a,U+941c,U+941e,U+9420-9425,U+9427-942b,U+942e,U+9432-9433,U+9436,U+9438,U+943a,U+943d,U+943f-9440,U+9445,U+944a,U+944c,U+9454-9455,U+945a-945b,U+945e,U+9460,U+9462-9463,U+9468,U+946a,U+946d,U+946f,U+9471,U+9474-9477,U+9479,U+947e-9481,U+9488-948a,U+948e,U+9492-9493,U+9497,U+9499,U+949b-94a3,U+94a5-94a9,U+94ac,U+94ae-94b1,U+94b3-94b5,U+94bb-94bc,U+94be-94c3,U+94c5-94c6,U+94c9,U+94ce-94d0,U+94db-94dd,U+94e0,U+94e2-94e3,U+94e8,U+94ec-94ee,U+94f0,U+94f2,U+94f5-94f6,U+94f8,U+94fa,U+94ff-9502,U+9504-9506,U+9508,U+950b", - "[28]": "U+92e5-92e6,U+92e8-92e9,U+92ed-92ef,U+92f1-92f3,U+92f6,U+92f9,U+92fb,U+9300-9302,U+9306,U+930b,U+930f,U+9312,U+9315,U+9319-931b,U+931d-931f,U+9321,U+9323-9325,U+9327-932a,U+932c-932e,U+9331-9333,U+9335,U+9338,U+933c,U+9340-9341,U+9345-9349,U+934f-9352,U+9354,U+9356-935a,U+935c-9360,U+9363-9367,U+9369-936a,U+936c,U+936e,U+9370-9371,U+9373,U+9376,U+9379-937a,U+937c,U+9385,U+9387,U+938c,U+938f,U+9394,U+9397-9398,U+939a-939b,U+939d-939e,U+93a1-93a3,U+93a6-93a7,U+93a9-93aa,U+93ac-93ad,U+93af-93b0,U+93b3-93bb,U+93bd-93be,U+93c0-93c4,U+93c7,U+93ca-93cd,U+93d0-93d1,U+93d6-93d8,U+93dc-93de,U+93e0", - "[29]": "U+91f0-91f1,U+91f5-91fa,U+91fd,U+91ff-9201,U+9203-920a,U+920d-920e,U+9210-9211,U+9217,U+9219,U+921c,U+9221,U+9224-9225,U+9227,U+922a,U+922d-922e,U+9230-9231,U+9233,U+9235-9239,U+923b,U+923d-9241,U+9244,U+9246,U+9248-9249,U+924b-9251,U+9253,U+925a,U+925d-925e,U+9262,U+9265-9267,U+926b-926d,U+926f,U+9271-9272,U+9274,U+9276,U+9278,U+927a-927c,U+927e-927f,U+9282-9283,U+9286,U+9288,U+928a,U+928d-928e,U+9291,U+9295-9296,U+9299-929b,U+929d,U+92a0-92ae,U+92b2,U+92b5-92b6,U+92bb-92bc,U+92c2-92c3,U+92c6-92cd,U+92cf-92d1,U+92d5,U+92d7,U+92d9,U+92dd,U+92df,U+92e4", - "[30]": "U+90bb,U+90bd-90be,U+90c3-90c5,U+90c7,U+90d1,U+90d4-90d5,U+90d7,U+90db-90df,U+90e2-90e4,U+90ea-90eb,U+90ef,U+90f4,U+90f7-90f8,U+90fc,U+90fe-9100,U+9102,U+9104,U+9106,U+9112,U+9114-911a,U+911c,U+911e,U+9120,U+9122-9123,U+9129,U+912b,U+912f,U+9131-9132,U+9134,U+9136,U+9139-913a,U+9143,U+9146,U+9148-914a,U+914e-9150,U+9154,U+9156-9157,U+9159-915a,U+915d-915e,U+9161-9164,U+916b,U+916e,U+9170-9172,U+9174,U+9176,U+9179-917a,U+917f,U+9181-9182,U+9184-9186,U+918c-918e,U+9190-9191,U+9196,U+919a-919b,U+919e,U+91a1-91a4,U+91a7,U+91aa,U+91ae-91b2,U+91b4-91b5,U+91b8,U+91bd-91be,U+91c1,U+91c3,U+91c5-91c6,U+91c8-91ca,U+91d2-91d5,U+91d7,U+91d9,U+91e1,U+91e4,U+91e6-91e9,U+91ec-91ed", - "[31]": "U+8f68-8f69,U+8f6d-8f72,U+8f74,U+8f76,U+8f7b-8f7c,U+8f7f,U+8f83-8f86,U+8f88-8f8a,U+8f8d,U+8f90,U+8f93,U+8f95-8f97,U+8f99,U+8f9e-8f9f,U+8fa2,U+8fa7,U+8fa9,U+8fab,U+8fae,U+8fb3,U+8fb5-8fb6,U+8fba-8fbd,U+8fbf,U+8fc1-8fc2,U+8fc6,U+8fc8,U+8fcc-8fcd,U+8fd2-8fd3,U+8fd5,U+8fdc-8fdd,U+8fdf,U+8fe2-8fe5,U+8fe8-8fe9,U+8fed-8fee,U+8ff3,U+8ff5,U+8ff8,U+8ffa-8ffc,U+8ffe,U+9002,U+9004,U+9008,U+900a-900b,U+9011-9013,U+9016,U+901e,U+9021,U+9024,U+902d,U+902f-9030,U+9034-9036,U+9039-903b,U+9041,U+9044-9045,U+904f-9052,U+9057-9058,U+905b,U+905d,U+9061-9062,U+9065,U+9068,U+906f,U+9074,U+9079,U+907d,U+9083,U+9085,U+9087-9089,U+908b,U+9090,U+9093,U+9095,U+9097,U+9099,U+909b,U+909d-909e,U+90a0-90a2,U+90ac,U+90af-90b0,U+90b2-90b4,U+90b6,U+90b9", - "[32]": "U+8e18,U+8e1d-8e21,U+8e23,U+8e26-8e28,U+8e2a-8e2b,U+8e2d-8e2e,U+8e30-8e31,U+8e35,U+8e39,U+8e3c-8e3d,U+8e40-8e42,U+8e47,U+8e49-8e4e,U+8e50,U+8e53-8e55,U+8e59-8e5b,U+8e60,U+8e62-8e63,U+8e67,U+8e69,U+8e6c-8e6d,U+8e6f,U+8e74,U+8e76,U+8e7a-8e7c,U+8e82,U+8e84-8e85,U+8e87,U+8e89-8e8b,U+8e8f-8e95,U+8e99-8e9a,U+8e9d-8e9e,U+8ea1,U+8ea3,U+8ea5-8ea6,U+8eaa,U+8eac-8ead,U+8eaf-8eb1,U+8eb9,U+8ebc,U+8ebe,U+8ec6,U+8ecb,U+8ecf,U+8ed1,U+8ed4,U+8ed7,U+8eda-8edb,U+8ee2,U+8ee8,U+8eeb,U+8ef2,U+8ef9-8efe,U+8f05,U+8f07-8f08,U+8f0a-8f0c,U+8f12-8f13,U+8f17,U+8f19-8f1a,U+8f1c,U+8f1e-8f1f,U+8f25-8f26,U+8f2d,U+8f30,U+8f33,U+8f36,U+8f3e,U+8f40-8f42,U+8f45-8f47,U+8f4d,U+8f54-8f55,U+8f5d,U+8f61-8f62,U+8f64,U+8f67", - "[33]": "U+8cc1-8cc2,U+8cc4-8cc5,U+8ccf-8cd2,U+8cd4-8cd5,U+8cd9-8cdb,U+8ce1,U+8ce8,U+8ceb,U+8cf0,U+8cf8,U+8cfb,U+8cfe,U+8d04,U+8d07,U+8d0b,U+8d0d,U+8d10,U+8d12-8d14,U+8d17,U+8d1b-8d1f,U+8d21-8d26,U+8d29-8d2c,U+8d2e-8d32,U+8d34-8d35,U+8d37-8d38,U+8d3a-8d3c,U+8d3e-8d3f,U+8d41-8d43,U+8d48,U+8d4b-8d4c,U+8d4e-8d50,U+8d54,U+8d56,U+8d58,U+8d5a-8d5b,U+8d5f-8d60,U+8d62-8d63,U+8d66-8d69,U+8d6c-8d6e,U+8d73,U+8d75-8d76,U+8d7b,U+8d7d,U+8d84,U+8d8b,U+8d90-8d91,U+8d94,U+8d96,U+8d9c,U+8dab,U+8daf,U+8db2,U+8db5,U+8db7,U+8dba,U+8dbc,U+8dbf,U+8dc2-8dc3,U+8dc6,U+8dcb,U+8dce-8dd0,U+8dd6-8dd7,U+8dda-8ddb,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df1,U+8df5-8df7,U+8dfa-8dfd,U+8e05,U+8e08-8e0a,U+8e0e,U+8e14,U+8e16", - "[34]": "U+8b6c-8b6d,U+8b72,U+8b7e,U+8b83,U+8b89,U+8b8c,U+8b8e,U+8b90,U+8b92,U+8b95-8b96,U+8b99,U+8b9c,U+8b9e-8b9f,U+8ba3,U+8ba5,U+8ba7,U+8baa,U+8bad,U+8bb2-8bb4,U+8bb6-8bb9,U+8bbc-8bbd,U+8bbf-8bc0,U+8bc3,U+8bc5,U+8bc8-8bcb,U+8bcf,U+8bd1,U+8bd7-8bdc,U+8bde-8be1,U+8be3,U+8be7,U+8be9,U+8beb-8bec,U+8bef,U+8bf1-8bf2,U+8bf5-8bf6,U+8bf8,U+8bfa,U+8bfd-8bfe,U+8c01-8c02,U+8c05,U+8c08,U+8c0a-8c11,U+8c13-8c15,U+8c18-8c1c,U+8c1f,U+8c23-8c29,U+8c2c-8c2d,U+8c31,U+8c34,U+8c36,U+8c39,U+8c3f,U+8c47,U+8c49-8c4c,U+8c4f,U+8c51,U+8c55,U+8c62,U+8c68,U+8c73,U+8c78,U+8c7a-8c7c,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c94,U+8c98-8c99,U+8ca3-8ca4,U+8cad-8cb0,U+8cb2,U+8cb9-8cba,U+8cbd", - "[35]": "U+89f6,U+89ff,U+8a01,U+8a03,U+8a07,U+8a09,U+8a0c,U+8a0f-8a12,U+8a16,U+8a1b,U+8a22,U+8a25,U+8a27,U+8a2b,U+8a33,U+8a36,U+8a38,U+8a3d-8a3e,U+8a41,U+8a45-8a46,U+8a48,U+8a4e,U+8a51-8a52,U+8a54,U+8a56-8a58,U+8a5b,U+8a5d,U+8a61,U+8a63,U+8a67,U+8a6a-8a6c,U+8a70,U+8a74-8a76,U+8a7a-8a7c,U+8a82,U+8a84-8a86,U+8a89,U+8a8f-8a92,U+8a94,U+8a9a,U+8aa1,U+8aa3,U+8aa5,U+8aa7-8aa8,U+8aad,U+8ab1,U+8ab6,U+8abe,U+8ac2,U+8ac4,U+8ac6,U+8ac9,U+8acc-8acf,U+8ad1,U+8adb,U+8add-8ae2,U+8ae4,U+8ae6,U+8aea-8aeb,U+8aed,U+8af1-8af6,U+8afa,U+8afc,U+8b01,U+8b04-8b05,U+8b07,U+8b0b-8b0d,U+8b0f-8b10,U+8b13-8b14,U+8b16,U+8b1a,U+8b1c,U+8b21-8b22,U+8b26,U+8b28,U+8b2b,U+8b2e,U+8b33,U+8b41,U+8b46,U+8b4c-8b4f,U+8b53-8b54,U+8b56,U+8b59,U+8b5e-8b60,U+8b64,U+8b6a-8b6b", - "[36]": "U+889b-889c,U+889e,U+88a2,U+88a4,U+88a8,U+88aa,U+88ad-88ae,U+88b1,U+88b4,U+88b7-88b8,U+88bc-88be,U+88c0,U+88c4,U+88c6-88c7,U+88c9-88cc,U+88ce,U+88d2,U+88d6,U+88d8,U+88db,U+88df,U+88e4,U+88e8-88e9,U+88ec,U+88ef-88f1,U+88f3-88f5,U+88fc,U+88fe,U+8900,U+8902,U+8906,U+890a-890c,U+8912-8915,U+8918-891a,U+891f,U+8921,U+8923,U+8925,U+892a-892b,U+892d,U+8930,U+8933,U+8935-8936,U+8938,U+893d,U+8941-8943,U+8946-8947,U+8949,U+894c-894d,U+8956-8957,U+8959,U+895c,U+895e-8960,U+8964,U+8966,U+896c,U+8971,U+8974,U+897b,U+897e,U+8980,U+8982-8983,U+8987-8988,U+898a,U+898c,U+8991,U+8994-8995,U+8997-8998,U+899a,U+899c,U+89a1,U+89a4-89a7,U+89a9,U+89ac,U+89af,U+89b2-89b3,U+89b7,U+89bb,U+89bf,U+89c5,U+89c9-89ca,U+89d1,U+89d4-89d5,U+89da,U+89dc-89de,U+89e5-89e7,U+89ed,U+89f1,U+89f3-89f4", - "[37]": "U+874c,U+874e-874f,U+8753,U+8757-8758,U+875d,U+875f,U+8761-8765,U+8768,U+876a,U+876c-8770,U+8772,U+8777,U+877a-877b,U+877d,U+8781,U+8784-8785,U+8788,U+878b,U+8793,U+8797-8798,U+879f,U+87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87b9,U+87bb,U+87bd-87c0,U+87c4-87c8,U+87ca-87cc,U+87ce,U+87d2,U+87db-87dc,U+87e0-87e1,U+87e3,U+87e5,U+87e7,U+87ea-87eb,U+87ee-87ef,U+87f3-87f4,U+87f6-87f7,U+87fe,U+8802-8806,U+880a-880b,U+880e,U+8810-8811,U+8813,U+8815-8816,U+881b,U+8821,U+8823,U+8827,U+8831-8832,U+8835,U+8839-883a,U+883c,U+8844-8846,U+884a,U+884e,U+8852,U+8854-8856,U+8859-885a,U+885e,U+8862,U+8864-8865,U+8869-886a,U+886c-886e,U+8871-8872,U+8875,U+8879,U+887d-887f,U+8882,U+8884-8885,U+8888,U+8890,U+8892-8893,U+8897-8898,U+889a", - "[38]": "U+8602,U+8604-8605,U+8610,U+8616-8618,U+861a,U+861e,U+8621-8622,U+8627,U+8629-862a,U+8634-8636,U+8638,U+863a,U+863c,U+8640,U+8642,U+8646,U+864c-864d,U+864f,U+8651-8654,U+8657,U+8659-865a,U+865c,U+8662,U+866b-866c,U+866f-8671,U+8673,U+8677,U+867a-867b,U+867d-867e,U+8680-8682,U+868b-868d,U+8693-8696,U+869a,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86aa,U+86af-86b1,U+86b3-86b4,U+86b6,U+86b9-86ba,U+86c0-86c2,U+86c4,U+86c6,U+86c9-86ca,U+86cc-86ce,U+86d0,U+86d3-86d4,U+86de-86df,U+86e9,U+86ed-86f0,U+86f3,U+86f8-86fc,U+86fe,U+8703,U+8706-870a,U+870d-870e,U+8711-8712,U+8715,U+8717,U+8719-871a,U+871e,U+8721-8723,U+8725,U+8728-8729,U+872e,U+8731,U+8734,U+8737,U+873a,U+873e-8740,U+8742,U+8747,U+8749,U+874b", - "[39]": "U+84b1,U+84b4,U+84b9-84bb,U+84bd-84c0,U+84c2,U+84c6-84c7,U+84ca,U+84cd-84d2,U+84d6,U+84dd,U+84df,U+84e2,U+84e6-84e8,U+84ea,U+84ef-84f0,U+84f3-84f4,U+84f7,U+84fa,U+84fc-84fd,U+84ff-8500,U+8506,U+850c,U+8511,U+8515,U+8517,U+851d-851f,U+8524,U+852b,U+852f,U+8532,U+8534-8535,U+8537-8538,U+853a,U+853c,U+853e,U+8541-8542,U+8545,U+8548,U+854b,U+854d-854e,U+8552-8553,U+8555-8558,U+855a,U+855e,U+8561-8565,U+8568,U+856a-856c,U+856f,U+8574,U+8577-857b,U+8580-8581,U+8585-8586,U+858a,U+858c,U+858f-8590,U+8594,U+8597-8599,U+859c,U+859f,U+85a1-85a2,U+85a4,U+85a8,U+85ab-85ac,U+85ae,U+85b3-85b4,U+85b7,U+85b9-85ba,U+85bd-85be,U+85c1-85c2,U+85cb,U+85ce,U+85d0,U+85d3,U+85d5,U+85dc,U+85e0,U+85e6,U+85e8,U+85ea,U+85ed,U+85f4,U+85f6-85f7,U+85f9-85fa,U+85ff", - "[40]": "U+8378,U+837a-8380,U+8383,U+8385-8386,U+8392,U+8394-8395,U+8398-8399,U+839b-839c,U+83a0,U+83a2,U+83a4,U+83a7-83aa,U+83af-83b5,U+83b7,U+83b9-83ba,U+83bc-83c0,U+83c2,U+83c4-83c5,U+83c8-83c9,U+83cb,U+83ce-83cf,U+83d1,U+83d4-83d6,U+83d8,U+83dd,U+83df,U+83e1-83e2,U+83e5,U+83ea-83eb,U+83f0,U+83f3-83f4,U+83f9,U+83fb-83fe,U+8406-8407,U+840b,U+840f,U+8411,U+8413,U+8418,U+841b-841d,U+8420-8421,U+8423-8424,U+8426-8429,U+842b,U+842d-842e,U+8432-8433,U+8435,U+8437-8439,U+843b-843c,U+843e,U+8445-8447,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+845f,U+8462,U+8466-8467,U+846d,U+846f-8471,U+8473-8474,U+8476-8478,U+847a,U+8484,U+848b,U+848d-848e,U+8493-8494,U+8497,U+849d,U+849f,U+84a1,U+84a8,U+84af", - "[41]": "U+826e,U+8270,U+8273,U+8276,U+8278-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8298,U+829a-829c,U+829e-82a4,U+82a6-82ab,U+82ae,U+82b0,U+82b4,U+82b6,U+82ba-82bc,U+82be,U+82c1,U+82c4-82c5,U+82c7,U+82cb,U+82cd,U+82cf-82d0,U+82d2,U+82d5-82d6,U+82d9,U+82db-82dc,U+82de-82e1,U+82e3-82e4,U+82e7,U+82ea-82eb,U+82ef-82f0,U+82f3-82f4,U+82f6-82f7,U+82f9-82fc,U+82fe-8301,U+8306-8308,U+830b-830e,U+8316,U+8318,U+831a-831b,U+831d-831e,U+8327,U+832a,U+832c-832d,U+832f,U+8331,U+8333-8334,U+8337,U+833a-833c,U+833f-8340,U+8342,U+8344-8347,U+834b-834c,U+834f,U+8351,U+8356-8358,U+835a,U+835e-8361,U+8363-8364,U+8367-8368,U+836b,U+836f,U+8373,U+8375", - "[42]": "U+8113,U+8115,U+8117-8118,U+811a-811b,U+811e,U+8121-8127,U+8129,U+812c,U+812f-8134,U+8137-8138,U+813a,U+813d,U+8144,U+8146,U+8148,U+814a,U+814c-814d,U+8151,U+8153,U+8156,U+8158,U+815a,U+8160,U+8167,U+8169,U+816d,U+816f,U+8171,U+8174,U+817b-817c,U+817e,U+8182,U+8188,U+818a,U+8194-8195,U+8198,U+819b,U+819e,U+81a3,U+81a6-81a7,U+81ab,U+81af-81b0,U+81b5-81b6,U+81b8,U+81ba-81bb,U+81be-81bf,U+81c3,U+81c6,U+81ca,U+81cc,U+81cf,U+81d1-81d3,U+81d6-81d7,U+81d9-81da,U+81dd-81de,U+81e0-81e2,U+81e7,U+81ec,U+81ef,U+81fc,U+81fe,U+8200-8202,U+8204-8206,U+820b,U+820e,U+8210,U+8215,U+8217-8218,U+821b,U+821d,U+8221-8222,U+8224,U+8228-8229,U+822b,U+822f-8234,U+8236-8238,U+823a,U+823e,U+8240,U+8244-8245,U+8249,U+824b,U+824e-824f,U+8257,U+825a,U+825f,U+8264,U+8268,U+826b", - "[43]": "U+7fb1-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fcb-7fcc,U+7fce-7fcf,U+7fd1,U+7fd5,U+7fd8,U+7fdb,U+7fde-7fdf,U+7fe5-7fe6,U+7fe9,U+7feb-7fec,U+7fee,U+7ff2-7ff3,U+7ffa,U+7ffd-7ffe,U+8002,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014,U+8016,U+8018-8019,U+801c,U+8024,U+8026,U+8028,U+802c,U+8030,U+8035,U+8037-8039,U+803b,U+8042-8043,U+804b-804c,U+8052,U+8061,U+8068,U+806a,U+806e,U+8071,U+8073-8076,U+8079,U+807c,U+807e-807f,U+8083-8084,U+808f,U+8093,U+8095,U+8098,U+809c,U+809f-80a0,U+80a4,U+80a7,U+80ab,U+80ad-80ae,U+80b0-80b1,U+80b4-80b6,U+80b8,U+80bc-80c2,U+80c4,U+80c6-80c7,U+80cb,U+80cd,U+80cf,U+80d4,U+80d7,U+80d9,U+80db-80dd,U+80e0,U+80e3-80e5,U+80e7,U+80eb-80ed,U+80ef-80f1,U+80f3-80f4,U+80f6-80f7,U+80fc,U+80fe-80ff,U+8101,U+8107,U+8109,U+810f-8112", - "[44]": "U+7eaf,U+7eb1-7eb3,U+7eb5-7eba,U+7ebd-7ebe,U+7ec0-7ec1,U+7ec3,U+7ec5,U+7ec7-7eca,U+7ecd-7ece,U+7ed1-7ed2,U+7ed4-7ed5,U+7ed7-7ed8,U+7eda-7edb,U+7edd-7ede,U+7ee2-7ee3,U+7ee5,U+7ee7,U+7ee9-7eeb,U+7eee-7ef0,U+7ef3,U+7ef5,U+7ef7-7ef8,U+7efd-7f01,U+7f03,U+7f05-7f09,U+7f0e,U+7f10,U+7f13-7f15,U+7f18-7f1a,U+7f1c-7f1d,U+7f20,U+7f24-7f25,U+7f28-7f2a,U+7f2d-7f2e,U+7f30,U+7f34,U+7f36-7f37,U+7f3d,U+7f42-7f45,U+7f47-7f4e,U+7f52,U+7f54,U+7f58,U+7f5a,U+7f5d,U+7f5f-7f63,U+7f65,U+7f68,U+7f6b,U+7f78,U+7f7d-7f7e,U+7f81-7f83,U+7f86-7f87,U+7f8b-7f8d,U+7f91,U+7f93-7f95,U+7f97,U+7f99-7f9a,U+7f9d,U+7f9f,U+7fa1-7fa3,U+7fa5,U+7fa7,U+7fad-7fb0", - "[45]": "U+7d89,U+7d8b-7d8f,U+7d91,U+7d95-7d96,U+7d98-7d9a,U+7d9d-7d9e,U+7da2-7da3,U+7da6,U+7daa,U+7dac,U+7dae-7db0,U+7db3,U+7db5,U+7db7,U+7db9,U+7dbd,U+7dc1,U+7dc3-7dc7,U+7dcc-7dcf,U+7dd1,U+7dd6-7dd9,U+7ddb-7ddc,U+7de1-7de2,U+7de6,U+7df0-7df3,U+7df6,U+7dfe,U+7e01-7e02,U+7e04,U+7e08-7e0b,U+7e10-7e11,U+7e13,U+7e15,U+7e1d-7e20,U+7e22,U+7e25-7e27,U+7e29,U+7e2d,U+7e2f-7e30,U+7e32-7e37,U+7e39,U+7e3b,U+7e44-7e45,U+7e47-7e48,U+7e4a-7e4b,U+7e4d,U+7e50-7e52,U+7e56,U+7e58-7e5b,U+7e62,U+7e68,U+7e6d-7e70,U+7e76,U+7e78,U+7e7b,U+7e7e,U+7e81-7e82,U+7e86-7e88,U+7e8a,U+7e8d-7e8e,U+7e92-7e94,U+7e98-7e9b,U+7e9e,U+7ea0,U+7ea3-7ea4,U+7ea8,U+7eaa-7eae", - "[46]": "U+7c20,U+7c23,U+7c25-7c26,U+7c2a-7c2b,U+7c37-7c39,U+7c40-7c41,U+7c48-7c49,U+7c50,U+7c53-7c54,U+7c56-7c57,U+7c59-7c5c,U+7c5f,U+7c63,U+7c65,U+7c69,U+7c6c-7c6e,U+7c74-7c75,U+7c79,U+7c7c,U+7c7e,U+7c84,U+7c8b,U+7c8d,U+7c91,U+7c94-7c95,U+7c9b,U+7c9f,U+7ca2,U+7ca4,U+7ca6,U+7ca8-7caa,U+7cae,U+7cb1-7cb3,U+7cba,U+7cbc,U+7cbf-7cc0,U+7cc5,U+7cc8-7cc9,U+7ccc-7cce,U+7cd7,U+7cdc-7cdd,U+7ce0,U+7ce2,U+7ce8,U+7cea,U+7ced,U+7cf2,U+7cf4,U+7cf6,U+7cf8-7cfa,U+7cfc,U+7d02,U+7d06-7d0a,U+7d0f,U+7d11-7d12,U+7d15,U+7d18,U+7d1c-7d1e,U+7d25,U+7d27,U+7d29,U+7d2c,U+7d31-7d32,U+7d35,U+7d38,U+7d3a,U+7d3c,U+7d3e-7d41,U+7d43,U+7d45,U+7d4c,U+7d4e-7d4f,U+7d53-7d54,U+7d56,U+7d5b-7d5d,U+7d5f,U+7d63,U+7d67,U+7d6a,U+7d6d,U+7d70,U+7d73,U+7d75,U+7d79-7d7b,U+7d7d,U+7d80,U+7d83-7d84,U+7d86-7d88", - "[47]": "U+7afb,U+7afd-7afe,U+7b01-7b06,U+7b09-7b0b,U+7b0e-7b10,U+7b14,U+7b18,U+7b1a,U+7b1e-7b1f,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b31-7b35,U+7b38-7b3c,U+7b45,U+7b47-7b48,U+7b4a,U+7b4c,U+7b4e-7b50,U+7b58,U+7b5b,U+7b5d,U+7b60,U+7b62,U+7b65-7b67,U+7b69,U+7b6d-7b6f,U+7b72-7b76,U+7b79,U+7b7e,U+7b82,U+7b84-7b85,U+7b87,U+7b8b,U+7b8d-7b93,U+7b95-7b96,U+7b98,U+7b9c-7b9d,U+7ba0,U+7ba7,U+7ba9-7bac,U+7bb0,U+7bb4,U+7bb6,U+7bb8-7bb9,U+7bc1,U+7bc3,U+7bc6,U+7bcb-7bcc,U+7bcf,U+7bd4,U+7bd9-7bdb,U+7bdd,U+7be0-7be1,U+7be5-7be6,U+7bea,U+7bed-7bee,U+7bf1-7bf3,U+7bf8-7bf9,U+7bfc-7c01,U+7c03,U+7c07,U+7c0a-7c0d,U+7c0f,U+7c11-7c12,U+7c15,U+7c1e-7c1f", - "[48]": "U+7988,U+798a-798b,U+7991,U+7993-7996,U+7998,U+799a-799b,U+799f-79a2,U+79a4,U+79a8-79a9,U+79af-79b0,U+79b3,U+79b5,U+79b8,U+79ba,U+79c3,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dc-79de,U+79e3,U+79e7,U+79ea-79ed,U+79ef-79f0,U+79f4,U+79f6-79f8,U+79fd,U+7a02-7a03,U+7a08-7a0a,U+7a0c,U+7a0e,U+7a10-7a11,U+7a14,U+7a17-7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a26,U+7a2d,U+7a32-7a33,U+7a37,U+7a39,U+7a3c,U+7a42,U+7a45,U+7a49,U+7a4f,U+7a56,U+7a5a,U+7a5c,U+7a60-7a61,U+7a63,U+7a68,U+7a6d-7a6e,U+7a70-7a71,U+7a77-7a79,U+7a80,U+7a83,U+7a85-7a86,U+7a88,U+7a8d,U+7a90-7a91,U+7a93-7a96,U+7a98,U+7a9c-7a9d,U+7aa0,U+7aa3,U+7aa5-7aa6,U+7aa8,U+7aaa,U+7aac,U+7ab0,U+7ab3,U+7ab6,U+7ab8,U+7abb,U+7abe-7abf,U+7ac2,U+7ac8-7ac9,U+7ad1-7ad2,U+7ad6,U+7ada,U+7adc-7ade,U+7ae4,U+7ae6,U+7ae9-7aeb,U+7af4,U+7af8,U+7afa", - "[49]": "U+7840,U+7842-7843,U+7845,U+7847,U+784a,U+784c-7850,U+7852-7853,U+7855,U+7858,U+785a,U+785c-785d,U+7864,U+7866,U+7868,U+786a,U+786f,U+7874,U+7876,U+787c,U+787f,U+7886-7887,U+7889,U+788d,U+788f,U+7893,U+7895-7896,U+7898,U+789a,U+789e,U+78a1,U+78a3,U+78a5,U+78aa,U+78ad,U+78b1-78b2,U+78b4,U+78b6,U+78b8,U+78be,U+78c8-78c9,U+78cb,U+78ce,U+78d0-78d1,U+78d4-78d5,U+78d7-78d8,U+78de,U+78e3,U+78e6-78e7,U+78ea,U+78ec,U+78f2-78f4,U+78fa-78fb,U+78fd-7900,U+7904-7906,U+790a,U+790c,U+7910-7912,U+791c,U+791e,U+7920-7921,U+792a-792c,U+792e,U+7931,U+7934,U+7938,U+793b,U+793d,U+793f,U+7941-7942,U+7945-7947,U+7949,U+794c,U+794e,U+7953-7954,U+7957-795c,U+795f,U+7961-7962,U+7964,U+7967,U+7969,U+796b-796c,U+796f,U+7972-7973,U+7977-7979,U+797b-797c,U+797e,U+7980,U+7982,U+7984-7987", - "[50]": "U+7705,U+7707-7708,U+770a,U+770c,U+770f,U+7715,U+7719-771b,U+771d-771e,U+7722,U+7725-7726,U+7728,U+772d,U+772f,U+7733-7736,U+7738,U+773b,U+773d,U+7741,U+7744,U+7746,U+774c,U+774e-7752,U+7755,U+7759-775a,U+775f-7760,U+7762,U+7765-7766,U+7768-776a,U+776c-776e,U+7771,U+7778,U+777a,U+777d-777e,U+7780,U+7785,U+7787,U+7789,U+778b-778d,U+7791-7793,U+779c,U+779f-77a0,U+77a2,U+77a5,U+77a9,U+77b0-77b1,U+77b4,U+77b6-77b7,U+77b9,U+77bc-77bf,U+77c5,U+77c7,U+77cc-77cd,U+77d3,U+77d6-77d7,U+77dc,U+77de,U+77e3,U+77e7,U+77eb-77ec,U+77f0,U+77f2,U+77f6,U+77f8,U+77fa-77fc,U+77fe-7800,U+7803,U+7805-7806,U+7809,U+7810-7812,U+7815-7816,U+781a,U+781c-781d,U+781f-7823,U+7825-7827,U+7829,U+782c-7830,U+7833,U+7835,U+7837,U+7839-783a,U+783c,U+783e", - "[51]": "U+75cc-75cd,U+75d2,U+75d4,U+75d9,U+75df,U+75e2-75e4,U+75e6-75e7,U+75e9-75ec,U+75f0-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7602,U+7608-760a,U+760c-760d,U+7610,U+7615-7616,U+7618-7620,U+7622-7623,U+7625,U+7627,U+7629,U+762b,U+762e,U+7630,U+7632-7635,U+7638,U+763a-763c,U+763e,U+7640,U+7643,U+7646,U+7648-7649,U+764d-764e,U+7654,U+7658,U+765c,U+765f,U+7663-7667,U+7669,U+766b-766d,U+766f-7670,U+7676,U+7678-767a,U+767f-7681,U+7683,U+7688,U+768a-768b,U+768e,U+7690,U+7695-7696,U+769a-769e,U+76a3-76a4,U+76aa,U+76b0-76b1,U+76b4,U+76b7-76b8,U+76c2,U+76c5,U+76c9,U+76cc-76cd,U+76cf-76d1,U+76d6-76d8,U+76e5-76e6,U+76e9,U+76ec,U+76f1,U+76f7,U+76f9-76fb,U+76ff-7700,U+7704", - "[52]": "U+749a,U+749c-74a1,U+74a3,U+74a5-74a7,U+74a9-74ab,U+74ae,U+74b1-74b2,U+74b5,U+74b8,U+74ba,U+74bf,U+74c5,U+74c8,U+74cc-74cd,U+74d2,U+74d4,U+74d6,U+74d8,U+74da,U+74de-74e0,U+74e2,U+74e4,U+74e8-74e9,U+74ee-74ef,U+74f4,U+74f9,U+74fb,U+74ff-7501,U+7503,U+7507,U+750c-750d,U+7511,U+7513,U+7515-7517,U+7519,U+751e,U+7521,U+7525,U+752a,U+752c-752f,U+7534,U+753e,U+7542,U+7545,U+7547-7548,U+754a-754b,U+754e,U+7551,U+755a-755b,U+755d,U+7560,U+7563-7564,U+7566-7568,U+756c-756f,U+7572-7575,U+7577-757a,U+757c,U+757e-757f,U+7583-7584,U+7587,U+7589,U+758b-758e,U+7590,U+7592,U+7594-7595,U+7597,U+7599-759a,U+759d,U+759f,U+75a1-75a3,U+75a5,U+75a7,U+75aa,U+75ac,U+75ae-75b1,U+75b3-75b4,U+75b8,U+75bd,U+75c0,U+75c2-75c4,U+75c9-75ca", - "[53]": "U+73b3-73ba,U+73bc,U+73bf,U+73c2,U+73c4-73c6,U+73c9,U+73cb-73cc,U+73ce-73d2,U+73d6-73d7,U+73d9,U+73db-73de,U+73e3,U+73e5-73eb,U+73ef,U+73f5-73f7,U+73f9-73fa,U+73fc-73fd,U+7400-7401,U+7404-7405,U+7407-7408,U+740a-740d,U+740f-7410,U+7416,U+741a-741b,U+741d-741e,U+7420-7425,U+7428-7429,U+742c-7432,U+7435-7436,U+7438-743a,U+743c-7442,U+7445-7446,U+7448-744a,U+7451-7452,U+7454,U+7457,U+7459,U+745d,U+7460-7462,U+7465,U+7467-7468,U+746c-746e,U+7471-7477,U+7479-747a,U+747c-747f,U+7481-7482,U+7484-7486,U+7488-748a,U+748e-7490,U+7492,U+7498", - "[54]": "U+727f,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+7292,U+7296,U+7298,U+729b,U+729f-72a2,U+72ad-72ae,U+72b0-72b5,U+72b8-72b9,U+72bc-72bd,U+72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d4,U+72db,U+72dd,U+72df,U+72e1,U+72e8,U+72ec-72ee,U+72f1,U+72f3-72f4,U+72f7,U+72fa-72fb,U+72fd,U+7300-7301,U+7304,U+7307,U+730a-730b,U+730e,U+7313,U+7315-7317,U+7319,U+731e-731f,U+7322,U+7328-732e,U+7330-7331,U+7337,U+733a-733c,U+733e,U+7340-7341,U+7343,U+734c-734d,U+734f-7350,U+7352,U+7355,U+7357,U+7359-735a,U+7360-7363,U+7365,U+7369-7370,U+7373-7374,U+7377,U+737a,U+737c,U+737e,U+7380,U+7385-7386,U+738a,U+738e-738f,U+7391-7395,U+7397-7398,U+739b,U+73a0-73a2,U+73a5-73a8,U+73ad-73ae", - "[55]": "U+7113-7116,U+7118,U+711c,U+711e,U+7120,U+7122,U+712e-712f,U+7131,U+7134,U+713c,U+713f,U+7143,U+7145-7147,U+714a-714b,U+7150-7153,U+7155-7156,U+715a,U+7160,U+7162,U+7166,U+7168,U+716c,U+7171,U+7173,U+7178,U+717a-717b,U+717d,U+7180-7181,U+7185,U+7187-7188,U+718b,U+718f-7190,U+7192,U+7196-7198,U+719a-719c,U+71a0,U+71a4,U+71a8,U+71af,U+71b2-71b3,U+71b5,U+71b7-71ba,U+71be,U+71c1,U+71c4,U+71ca-71cb,U+71ce-71d0,U+71d4,U+71d7-71d8,U+71da,U+71dc,U+71e0-71e1,U+71e7,U+71ec,U+71f4-71f6,U+71f9,U+71fc,U+71fe-7201,U+7203,U+7207,U+7209,U+720c,U+7213-7215,U+7217,U+721a,U+721d,U+7222-7223,U+7228,U+722b,U+7230,U+7237,U+723b,U+723f-7242,U+724b,U+724d,U+7252-7253,U+7256,U+7258,U+725d,U+7263-7266,U+726a-726b,U+726e-7270,U+7273-7275,U+7277,U+727a-727b,U+727e", - "[56]": "U+6fe8-6fe9,U+6fec,U+6fee,U+6ff0,U+6ff3,U+6ff5-6ff6,U+6ffa,U+6ffc,U+6fff-7001,U+7003,U+7005-7007,U+700b,U+700d,U+7015,U+7018,U+701b,U+701e,U+7020-7021,U+7023,U+7026-7027,U+702c,U+702f-7032,U+7034-7035,U+7037-703c,U+7040,U+7042-7044,U+7046,U+7049,U+704b,U+704f,U+7052,U+7054-7055,U+705c-7061,U+7064-7069,U+706c-706d,U+706f,U+7073-7075,U+7078,U+707a,U+707e-7081,U+7085-7086,U+7089,U+7090-7091,U+7094-7096,U+7098,U+709c,U+709f,U+70a1,U+70a4,U+70a9,U+70ac,U+70af-70b2,U+70b4-70b5,U+70b7,U+70bb-70be,U+70c0-70c3,U+70ca-70cb,U+70d2,U+70d4-70d5,U+70d9-70dd,U+70df,U+70e6-70e9,U+70eb-70ec,U+70ef,U+70f1,U+70f4,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7106,U+7109,U+710c,U+7110", - "[57]": "U+6ed6,U+6ed8,U+6eda-6edb,U+6edd-6ede,U+6ee2,U+6ee4-6ee5,U+6ee8-6ee9,U+6eeb,U+6eee,U+6ef3,U+6ef8-6efb,U+6f00,U+6f08-6f0a,U+6f0d-6f0e,U+6f11-6f13,U+6f15,U+6f19-6f1a,U+6f23,U+6f25-6f2a,U+6f2d-6f31,U+6f33-6f36,U+6f3a-6f3c,U+6f40-6f41,U+6f43-6f44,U+6f47,U+6f4d-6f4f,U+6f53,U+6f57,U+6f59-6f5a,U+6f5c,U+6f5e-6f61,U+6f63,U+6f66-6f67,U+6f69-6f6c,U+6f6f,U+6f72-6f78,U+6f7a-6f7f,U+6f81-6f82,U+6f87,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94-6f97,U+6f9c,U+6f9f-6fa0,U+6fa2-6fa3,U+6fa5-6fa8,U+6faa-6fab,U+6fae-6faf,U+6fb4,U+6fb6,U+6fb9-6fba,U+6fbc,U+6fc2,U+6fc6-6fcb,U+6fce,U+6fd1-6fd2,U+6fd4,U+6fd8,U+6fda,U+6fde,U+6fe0-6fe2", - "[58]": "U+6dd3,U+6dd5-6dd6,U+6dd9,U+6ddb-6de0,U+6de2-6de6,U+6de9,U+6dec,U+6def-6df0,U+6df2,U+6df4,U+6df6,U+6df8,U+6dfc-6dfd,U+6e00,U+6e02-6e03,U+6e07-6e0b,U+6e0d-6e0e,U+6e10,U+6e13-6e15,U+6e17,U+6e19-6e1a,U+6e1d,U+6e1f,U+6e22,U+6e24-6e25,U+6e27,U+6e2b,U+6e2d-6e2e,U+6e30-6e31,U+6e36,U+6e39-6e3a,U+6e3c-6e3d,U+6e40-6e41,U+6e44-6e45,U+6e47,U+6e49,U+6e4b,U+6e4d-6e4f,U+6e51,U+6e53-6e54,U+6e59,U+6e5c,U+6e5e-6e61,U+6e63-6e66,U+6e69-6e6b,U+6e6e,U+6e70-6e76,U+6e78,U+6e7c,U+6e7f-6e80,U+6e83,U+6e85-6e86,U+6e88-6e89,U+6e8b,U+6e8d-6e8f,U+6e93,U+6e98-6e9a,U+6e9f,U+6ea1,U+6ea4-6ea7,U+6eae,U+6eb1-6eb2,U+6eb4-6eb5,U+6eb7,U+6ebd,U+6ec1-6ec3,U+6ec7-6ec9,U+6ecd-6ed0,U+6ed3-6ed5", - "[59]": "U+6cda,U+6cdc-6cde,U+6ce0,U+6ce7,U+6ce9-6cec,U+6cee-6cef,U+6cf1,U+6cf7-6cf8,U+6cfb-6cfe,U+6d00-6d02,U+6d04,U+6d06-6d07,U+6d09-6d0a,U+6d0c,U+6d0e-6d12,U+6d18-6d1a,U+6d1f,U+6d22-6d24,U+6d27-6d28,U+6d2b,U+6d2d-6d31,U+6d33-6d3a,U+6d3c,U+6d3f,U+6d43-6d47,U+6d4a-6d4b,U+6d4e-6d4f,U+6d51-6d53,U+6d57-6d58,U+6d5a,U+6d5c,U+6d5e-6d65,U+6d67,U+6d6c-6d6d,U+6d6f-6d70,U+6d72,U+6d75,U+6d79,U+6d7c,U+6d7f,U+6d82,U+6d85,U+6d87,U+6d8e-6d8f,U+6d91-6d95,U+6d97-6d99,U+6d9b,U+6d9d,U+6d9f,U+6da1,U+6da4,U+6da6-6dac,U+6db3-6db4,U+6db7-6db8,U+6dbe-6dc0,U+6dc2,U+6dc4-6dc5,U+6dc8-6dca,U+6dcc-6dcd,U+6dcf-6dd0,U+6dd2", - "[60]": "U+6bbb,U+6bbd,U+6bc1-6bc2,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd5-6bd9,U+6bde,U+6be1,U+6bec,U+6bf3,U+6bf9,U+6bfd,U+6bff-6c00,U+6c02,U+6c05-6c06,U+6c0a,U+6c0c-6c0d,U+6c10,U+6c13,U+6c16,U+6c18-6c1a,U+6c1f,U+6c21-6c22,U+6c24,U+6c26,U+6c28-6c2a,U+6c2c,U+6c2e-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3d-6c3f,U+6c43,U+6c46,U+6c49-6c4f,U+6c54-6c55,U+6c58,U+6c5a-6c5c,U+6c5e,U+6c64-6c69,U+6c6b-6c6f,U+6c71-6c75,U+6c78-6c79,U+6c7c,U+6c7e,U+6c82,U+6c84-6c87,U+6c8c-6c8d,U+6c8f,U+6c93-6c94,U+6c98,U+6c9a,U+6c9d,U+6c9f,U+6ca2,U+6ca5-6ca8,U+6caa,U+6cac-6cb2,U+6cb4-6cb5,U+6cba,U+6cbc,U+6cc2-6cc3,U+6cc5-6cc7,U+6cd0-6cd2,U+6cd4,U+6cd6-6cd7,U+6cd9", - "[61]": "U+6a31-6a32,U+6a35,U+6a3b,U+6a3e-6a40,U+6a47-6a48,U+6a50,U+6a52,U+6a55-6a57,U+6a5a-6a5b,U+6a5e,U+6a62,U+6a66,U+6a6a,U+6a71,U+6a79,U+6a7c,U+6a7e-6a81,U+6a84,U+6a87,U+6a89,U+6a8d-6a8e,U+6a90-6a92,U+6a97,U+6a9c,U+6a9e-6aa1,U+6aa3-6aa5,U+6aa8,U+6aab,U+6aae,U+6ab5,U+6aba,U+6abe,U+6ac2,U+6ac5-6ac6,U+6ac8-6ac9,U+6acc,U+6ad3,U+6ada-6adb,U+6add-6adf,U+6ae3,U+6ae7-6ae8,U+6aea-6aec,U+6af1,U+6af3,U+6af8,U+6afa,U+6afc,U+6b05,U+6b09,U+6b0e-6b13,U+6b17,U+6b1d-6b1e,U+6b25,U+6b2c,U+6b31,U+6b35-6b37,U+6b39,U+6b3b,U+6b40,U+6b43,U+6b46,U+6b48,U+6b53-6b55,U+6b59,U+6b5b,U+6b5f-6b60,U+6b68-6b69,U+6b6f,U+6b74,U+6b7a,U+6b7c,U+6b7f-6b84,U+6b86-6b87,U+6b89,U+6b8b,U+6b8d,U+6b91-6b93,U+6b9b,U+6b9e,U+6ba1-6ba2,U+6ba4,U+6baa-6bab,U+6bad-6bae,U+6bb2-6bb4", - "[62]": "U+6900,U+6902,U+6904,U+6906-6907,U+6909,U+690b,U+690f-6910,U+6917,U+691a-691c,U+6925,U+692a,U+692c-692d,U+6932,U+6934,U+6939,U+693c-6940,U+6942,U+6949,U+6952,U+6954-6957,U+6959,U+695b-695f,U+6961-696c,U+696e-6970,U+6973-6974,U+6976,U+6978-697a,U+697c,U+6980,U+6984-6986,U+6988-698a,U+698d-698e,U+6990-6991,U+6994,U+6996-699b,U+699e,U+69a3-69a7,U+69ab,U+69ad,U+69af,U+69b1,U+69b3,U+69b6-69b7,U+69bb-69bc,U+69bf,U+69c1,U+69c3-69c5,U+69c7,U+69ca,U+69cc,U+69ce,U+69d0-69d1,U+69d4,U+69d8-69d9,U+69db,U+69df,U+69e4,U+69e8-69ea,U+69ed-69ee,U+69f1-69f4,U+69f6,U+69f8,U+69fa-69fb,U+69ff-6a00,U+6a05,U+6a0a-6a0b,U+6a17-6a18,U+6a1b,U+6a28-6a2b", - "[63]": "U+67d9,U+67db-67e0,U+67e2,U+67e4,U+67e9-67ea,U+67f0,U+67f2,U+67f6-67f8,U+67fa-67fb,U+67fe,U+6800-6805,U+6808-6809,U+680b,U+680e-680f,U+6811-6812,U+6814,U+6816,U+6818,U+681c-681e,U+6820,U+6822,U+6825,U+6827-6829,U+682b,U+682e-682f,U+6831-6834,U+683a-683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f,U+6861-6863,U+6865-6869,U+686b,U+686d,U+686f,U+6871-6872,U+6874-6875,U+6877,U+6879,U+687b-687c,U+687e,U+6880,U+6882-6883,U+6886,U+688f,U+6891-6892,U+6894,U+6896,U+6898,U+689b-689c,U+689f-68a0,U+68a2-68a3,U+68a6,U+68a9,U+68b1-68b2,U+68b4,U+68b6,U+68c0,U+68c3,U+68c6,U+68c8,U+68ca,U+68d0-68d1,U+68d3,U+68d6,U+68e1,U+68e3,U+68e6,U+68e8-68ec,U+68ef-68f1,U+68f3,U+68f6-68f7,U+68f9,U+68fb-68fd", - "[64]": "U+66a7,U+66aa,U+66b2-66b3,U+66b5,U+66b8-66bc,U+66be,U+66c1,U+66c4,U+66c7-66c8,U+66cc,U+66cf,U+66d5,U+66d8-66db,U+66df,U+66e1-66e2,U+66e8-66e9,U+66ef,U+66f1,U+66f5,U+66f7,U+66fa,U+66fd,U+6705,U+670a,U+670f-6710,U+6713-6715,U+6718-6719,U+6720,U+6722-6727,U+6729,U+672e,U+6733,U+6736,U+6738-6739,U+673f-6740,U+6742,U+6745,U+6747-6748,U+674b-674d,U+6753,U+6755,U+6759,U+675d-675e,U+6760,U+6762-6763,U+6767-676a,U+676c,U+676e,U+6772-6777,U+677a-677c,U+6782,U+6786-6787,U+678a-678c,U+678e-678f,U+6791-6793,U+6796,U+6798-6799,U+679f-67a3,U+67a5,U+67aa-67ae,U+67b0,U+67b2-67b5,U+67b7-67bc,U+67c0-67c3,U+67c5-67c6,U+67c8-67ca,U+67ce,U+67d2,U+67d8", - "[65]": "U+655d,U+6561,U+6564-6565,U+6567,U+656b,U+656d-656e,U+6573,U+6576,U+6579-657b,U+6581,U+6586,U+6588-6589,U+658b,U+658e,U+6593,U+6595,U+659b,U+659d,U+659f-65a1,U+65a9,U+65ab,U+65ad,U+65b2-65b3,U+65b5,U+65bb,U+65be-65bf,U+65c2-65c4,U+65c6,U+65cc,U+65ce,U+65d2,U+65d6,U+65db,U+65e1,U+65e3,U+65e7,U+65ee-65f0,U+65f2-65f4,U+65f7-65f8,U+65fc-65fd,U+6600,U+6603-6605,U+6609,U+660d,U+6610-6611,U+6619,U+661c-661e,U+6621-6622,U+6624,U+6626,U+6629,U+662b,U+6630,U+6633-6636,U+6639-663d,U+6640-6641,U+6644-6645,U+664a-664c,U+6653-6657,U+6659,U+665b,U+665d-665e,U+6661-6667,U+6669,U+666c,U+6672-6673,U+6677-6679,U+667b-667e,U+6681-6684,U+668b-6690,U+6692,U+6698,U+669d,U+669f-66a0,U+66a6", - "[66]": "U+6427-6428,U+642a-642b,U+642f-6430,U+6432,U+6434,U+6437,U+643a,U+643d-6444,U+6446-6447,U+644a-644b,U+644e,U+6450-6453,U+6456,U+6459,U+645b-645c,U+645e,U+6460-6461,U+6463-6465,U+6468,U+646c-646e,U+6470,U+6472-6477,U+6479,U+647b,U+647d,U+6480,U+6482,U+6485,U+648b-648c,U+6491,U+6493,U+6496-649a,U+649d,U+649f-64a0,U+64a2-64a3,U+64ac,U+64b1,U+64b3-64b4,U+64b7-64b9,U+64bb,U+64be,U+64c0,U+64c3-64c4,U+64d0,U+64d2,U+64d5,U+64d7-64d8,U+64e1-64e4,U+64e7,U+64e9,U+64ed,U+64ef-64f0,U+64f3,U+64f8,U+64fb-64fc,U+64ff,U+6504-6506,U+6509,U+6511-6512,U+6516,U+6518-6519,U+651b,U+6520-6523,U+6525-6526,U+6529,U+652b,U+652e,U+6530,U+6532,U+6534-6535,U+6537-6538,U+653a,U+653d,U+6542-6543,U+6549,U+654c-654e,U+6554-6555,U+655b", - "[67]": "U+630d-630e,U+6310,U+6312-6313,U+6319-631b,U+631d-6321,U+6323-6325,U+632d-632e,U+6332,U+6334-6339,U+633b-633c,U+633e-6340,U+6342-6346,U+634b-634c,U+634e,U+6352,U+6357,U+635a,U+635c,U+635e-635f,U+6361,U+6363,U+6365,U+6369,U+636b-636d,U+636f-6370,U+6373,U+6375-6376,U+637a-637b,U+637d,U+6381,U+6384,U+6387,U+638a,U+638d-638e,U+6390,U+6394-6397,U+639e-639f,U+63a3-63a4,U+63a6,U+63ac-63af,U+63b1-63b4,U+63b7,U+63b9-63bb,U+63bd-63be,U+63c3-63c4,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63dc,U+63de,U+63e0,U+63e3-63e4,U+63e6,U+63e9,U+63f0,U+63f2-63f3,U+63f5-63f8,U+63fa,U+63fc-63fe,U+6400-6402,U+6405-6406,U+6409-640c,U+6410,U+6414-6415,U+6418,U+641b,U+641f-6423,U+6425-6426", - "[68]": "U+61c6,U+61ca-61cd,U+61d0,U+61d2,U+61de-61e0,U+61e3,U+61e6,U+61e8,U+61ed-61ee,U+61f5,U+61f9-61fa,U+61fd-61fe,U+6207,U+6209,U+620d-620e,U+6213-6215,U+6219,U+621b,U+621d-6223,U+6225-6227,U+6229,U+622b-622c,U+622e-622f,U+6231,U+6238,U+623b,U+623d-623e,U+6242-6243,U+6246,U+6248-6249,U+624c,U+6251,U+6255,U+6259-625a,U+625e,U+6260-6262,U+6265-6267,U+6269,U+626b-626c,U+6270-6273,U+6275,U+627a-627d,U+6283,U+6285-6286,U+6289,U+628c,U+628e,U+6294,U+629a-629e,U+62a0,U+62a2,U+62a6,U+62a8,U+62af,U+62b3,U+62b6,U+62ba-62bb,U+62be-62bf,U+62c2,U+62c4-62c5,U+62c8,U+62ca,U+62cf,U+62d1,U+62d5,U+62d7,U+62d9,U+62dd,U+62df-62e3,U+62e5-62e8,U+62ee,U+62f4-62fb,U+62fd,U+6300,U+6302,U+6308,U+630c", - "[69]": "U+60ac-60ad,U+60af-60b1,U+60b3-60b5,U+60b8,U+60bb,U+60bd-60be,U+60c0,U+60c6-60c7,U+60ca-60cb,U+60d3-60d5,U+60d7-60db,U+60dd,U+60e2-60e3,U+60e6-60f0,U+60f2,U+60f4,U+60f6,U+60fa-60fb,U+60ff-6100,U+6103,U+6106,U+610a-610b,U+610d-610e,U+6110,U+6112-6116,U+6120,U+6123-6124,U+6128-6130,U+6134,U+6136,U+613c-613f,U+6144,U+6146-6147,U+6149-614a,U+614d,U+6151-6153,U+6159-615a,U+615c-615f,U+6164-6165,U+6169-616d,U+616f,U+6171-6175,U+6177,U+617a,U+617c,U+617f-6180,U+6187,U+618a-618e,U+6192-6194,U+6199-619b,U+619f,U+61a1,U+61a7-61a8,U+61aa-61af,U+61b8,U+61ba,U+61bf,U+61c3", - "[70]": "U+5f78,U+5f7b,U+5f7d,U+5f82-5f84,U+5f87,U+5f89-5f8a,U+5f8d,U+5f93,U+5f95,U+5f98-5f99,U+5f9b-5f9c,U+5fa0,U+5fa4,U+5fa6-5fa8,U+5fab-5fad,U+5fb3-5fb4,U+5fbc,U+5fc4,U+5fc6,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fdc-5fdf,U+5fe1,U+5fe4,U+5fe7,U+5fea,U+5fec-5fee,U+5ff1,U+5ff3,U+5ff8,U+5ffa-5ffc,U+5fff-6000,U+6002,U+6005,U+600a,U+600d,U+600f-6010,U+6014,U+6017,U+6019-601c,U+601e,U+6020,U+6022,U+6026,U+6029,U+602b-602c,U+602e-602f,U+6031,U+6033-6035,U+6039,U+603c,U+6040-6043,U+6045,U+6047,U+604a-604c,U+604f,U+6053,U+6059-605b,U+605d,U+6060,U+6063,U+6067,U+606a-606b,U+606e,U+6072-6076,U+6078,U+607a,U+607c,U+607f-6081,U+6083,U+6086,U+608a,U+608c,U+608e,U+6092-6093,U+6095-6097,U+609b,U+609d,U+60a2,U+60a6-60a7,U+60a9-60aa", - "[71]": "U+5e34,U+5e37,U+5e3a,U+5e3c,U+5e40,U+5e42-5e44,U+5e47,U+5e54,U+5e57-5e5b,U+5e5e-5e5f,U+5e61-5e62,U+5e64,U+5e6a,U+5e6c,U+5e6e,U+5e75,U+5e77,U+5e7a,U+5e80-5e81,U+5e83,U+5e86,U+5e88,U+5e8b,U+5e90,U+5e92,U+5e96,U+5e99,U+5e9b,U+5e9d-5ea2,U+5ea4-5ea5,U+5eb3-5eb6,U+5eb9,U+5ebe,U+5ec3-5ec4,U+5ec6,U+5ecb-5ecd,U+5ed0-5ed2,U+5ed4-5ed5,U+5ed8-5ed9,U+5edb,U+5edd,U+5ee1,U+5ee8-5ee9,U+5eec,U+5eef-5ef0,U+5ef4-5ef5,U+5ef8,U+5efb-5efc,U+5efe,U+5f01-5f03,U+5f05,U+5f07-5f09,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f1b,U+5f1d,U+5f22,U+5f25,U+5f28-5f29,U+5f2d,U+5f2f-5f30,U+5f36,U+5f38-5f39,U+5f3c,U+5f3e,U+5f40-5f42,U+5f45-5f46,U+5f4a,U+5f50-5f52,U+5f54,U+5f56-5f58,U+5f5a-5f5e,U+5f61,U+5f63,U+5f66-5f67,U+5f6b,U+5f72-5f74,U+5f76", - "[72]": "U+5ce0-5ce1,U+5ce5-5ce6,U+5ce8-5cea,U+5ced-5cee,U+5cf1,U+5cf4-5cf5,U+5cf8,U+5cfe-5d00,U+5d06,U+5d08,U+5d0a-5d0d,U+5d15,U+5d18,U+5d1a,U+5d1d,U+5d1f-5d22,U+5d24,U+5d26-5d28,U+5d2c-5d2e,U+5d33-5d35,U+5d3d,U+5d3f,U+5d42-5d43,U+5d46-5d47,U+5d49-5d4b,U+5d4e,U+5d52-5d53,U+5d57-5d59,U+5d5b-5d5c,U+5d65,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74-5d75,U+5d7e-5d7f,U+5d81-5d82,U+5d85-5d88,U+5d8b-5d8c,U+5d92,U+5d94,U+5d97,U+5d99,U+5d9d,U+5da0-5da2,U+5da7,U+5da9-5daa,U+5dae,U+5db2,U+5db4,U+5db7-5db8,U+5dbd,U+5dc2-5dc5,U+5dc9,U+5dcb-5dcd,U+5dd2,U+5dd6,U+5dd8,U+5ddb-5ddc,U+5de0,U+5de3,U+5de9,U+5df0,U+5df3,U+5df5,U+5df9,U+5dfb-5dfd,U+5e00-5e01,U+5e04-5e05,U+5e0a,U+5e11,U+5e14,U+5e18-5e1c,U+5e1f-5e22,U+5e27-5e28,U+5e2f-5e30", - "[73]": "U+5b80-5b82,U+5b84,U+5b8d,U+5b92-5b93,U+5b95-5b96,U+5b9f-5ba1,U+5ba6-5ba8,U+5baa-5bad,U+5bbd-5bbe,U+5bc0-5bc1,U+5bc3,U+5bd0-5bd1,U+5bd4-5bd8,U+5bdb-5bdd,U+5be4-5be5,U+5bef,U+5bf3,U+5bfb,U+5bfe-5bff,U+5c02-5c03,U+5c05,U+5c09,U+5c0c,U+5c10,U+5c12-5c13,U+5c15,U+5c18-5c19,U+5c1b,U+5c1d-5c1f,U+5c22,U+5c25,U+5c27-5c28,U+5c2a-5c2b,U+5c34,U+5c38,U+5c3d,U+5c42,U+5c44,U+5c47,U+5c49-5c4a,U+5c50,U+5c53,U+5c58-5c59,U+5c5b,U+5c5d,U+5c61,U+5c63,U+5c68,U+5c6d-5c6e,U+5c74,U+5c79-5c84,U+5c86,U+5c88,U+5c8a-5c8d,U+5c92-5c9c,U+5ca0,U+5ca2-5ca3,U+5ca5-5ca7,U+5cab-5cad,U+5cb5,U+5cb7,U+5cba-5cbb,U+5cc1,U+5cc8,U+5cca-5ccb,U+5cce,U+5cd2,U+5cd6,U+5cd8-5cda,U+5cdf", - "[74]": "U+5a51,U+5a53,U+5a56-5a57,U+5a5d-5a5e,U+5a60-5a62,U+5a65,U+5a67,U+5a6a,U+5a6c-5a6d,U+5a73-5a76,U+5a7a-5a7c,U+5a81-5a84,U+5a8c,U+5a90,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e-5aa0,U+5aa4,U+5aa7,U+5aab-5aac,U+5aae-5aaf,U+5ab1,U+5ab4-5ab5,U+5ab8,U+5aba-5abc,U+5abe-5abf,U+5ac3-5ac4,U+5ac6-5acb,U+5acf-5ad2,U+5ad4-5adc,U+5ae0-5ae1,U+5ae3,U+5ae5-5ae6,U+5ae8,U+5aea-5aeb,U+5aee,U+5af0,U+5af2,U+5af5,U+5afa,U+5aff,U+5b01,U+5b05,U+5b08,U+5b0b,U+5b11,U+5b16-5b17,U+5b19,U+5b1b,U+5b1d,U+5b21-5b23,U+5b28,U+5b2a-5b2d,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43-5b46,U+5b4b-5b4c,U+5b51,U+5b53,U+5b59,U+5b5b-5b5c,U+5b62,U+5b65,U+5b6c-5b6e,U+5b70-5b73,U+5b75,U+5b7a-5b7b,U+5b7d,U+5b7f", - "[75]": "U+590b-590c,U+590e,U+5910-5911,U+5914,U+5919,U+591b,U+591f,U+5923-5924,U+592c,U+5932,U+5938-593a,U+5940,U+5942,U+5944,U+594b-594c,U+594e,U+5950,U+5953,U+5956,U+5958,U+595a,U+5961,U+5966,U+5968-5969,U+596c-596d,U+5975,U+5977,U+597b-597c,U+597e,U+5980-5981,U+5986-5988,U+598a,U+598f,U+5997-5998,U+599f-59a3,U+59a6-59a7,U+59a9,U+59ab-59ac,U+59af,U+59b1-59b2,U+59b6,U+59b8,U+59ba,U+59be,U+59c1,U+59c3,U+59c7-59c9,U+59cd-59ce,U+59d2,U+59d6-59d9,U+59dd-59de,U+59e0,U+59e3-59e5,U+59e9-59eb,U+59ee,U+59f1-59f3,U+59f5-59f9,U+59fc-59fd,U+5a00,U+5a04-5a07,U+5a09,U+5a0c,U+5a11,U+5a13,U+5a16-5a17,U+5a1a,U+5a1e,U+5a20,U+5a23-5a24,U+5a29-5a2b,U+5a2d-5a2f,U+5a32-5a34,U+5a38,U+5a3c,U+5a3f-5a44,U+5a47-5a48,U+5a4a,U+5a4c-5a4d,U+5a50", - "[76]": "U+57a1,U+57a4,U+57a6,U+57a9,U+57ab,U+57b5,U+57b8-57bb,U+57c2,U+57c5-57c8,U+57cc,U+57cf,U+57d2,U+57dc-57de,U+57e1-57e2,U+57e5,U+57e7,U+57ed-57ee,U+57f0,U+57f3-57f6,U+57f8,U+57fb-57fd,U+5800-5801,U+5803-5804,U+5807,U+5809-580b,U+580d-580e,U+5810-5811,U+5814-5815,U+5819,U+581d-581e,U+5820,U+5823,U+5826,U+582c-582d,U+5830,U+583a,U+583f-5841,U+5848,U+584b,U+584d,U+584f,U+5852,U+5859-585a,U+585c,U+5861,U+5864,U+5868-5869,U+586c-586d,U+5871-5872,U+5879,U+587c-5881,U+5887-5889,U+588e,U+5890-5892,U+5896-5899,U+589d,U+58a1,U+58a3,U+58a6,U+58a9,U+58ac,U+58b0-58b1,U+58bb-58bc,U+58c2,U+58c5-58c6,U+58ca,U+58cc,U+58ce,U+58d0-58d1,U+58d5,U+58d9-58da,U+58df-58e0,U+58e9,U+58ec,U+58ee,U+58f1-58f3,U+58f6-58f7,U+58fb-58fc,U+5900,U+5902,U+5906,U+5909-590a", - "[77]": "U+566f,U+5671-5672,U+5676,U+567a-567c,U+5680,U+5684-5686,U+568c,U+568e-568f,U+5692-5693,U+5697-5699,U+569c,U+569e,U+56a1-56a7,U+56a9,U+56ab-56ad,U+56af,U+56b3,U+56b5-56b6,U+56b8,U+56bf-56c1,U+56c3,U+56c5,U+56c7-56c8,U+56cb-56cc,U+56d2-56d4,U+56d6-56d9,U+56df,U+56e1-56e5,U+56ea-56ec,U+56ee-56ef,U+56f1-56f4,U+56f7,U+56f9,U+56ff-5700,U+5703-5704,U+5706-5707,U+5709-570a,U+570c,U+570f,U+5711,U+5717,U+571c,U+5723-5724,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+573b,U+5741,U+574b-574d,U+574f,U+5752,U+5754,U+575a-5760,U+5763,U+5768-5769,U+576b,U+576d,U+576f-5770,U+5772-5775,U+5777,U+577b-577d,U+5780,U+5784,U+5788,U+578c,U+578e,U+5792-5793,U+5795,U+579a-579b,U+579f-57a0", - "[78]": "U+5551,U+5553,U+5555-5557,U+555c,U+5562-5563,U+5567,U+5569,U+556b-556c,U+5570,U+5575-5579,U+557b-557c,U+557f,U+5581,U+5583,U+5586,U+5588,U+558b,U+558f,U+5591,U+5599,U+559f,U+55a1,U+55a3,U+55a5-55a6,U+55a8-55a9,U+55ab,U+55ad,U+55b0-55b1,U+55b3,U+55b6-55b7,U+55b9,U+55bc-55bd,U+55c4-55c5,U+55c7,U+55c9,U+55cc-55cd,U+55d0,U+55d2,U+55d4-55d9,U+55db,U+55dd-55df,U+55e1-55e6,U+55e9-55ea,U+55ec,U+55ee,U+55f1-55f3,U+55f5-55f7,U+55f9-55fa,U+55fe,U+5600-5602,U+5608,U+560c,U+560f,U+5612-5613,U+5615-5616,U+5618,U+561a,U+561c,U+561e,U+5620,U+5623-5625,U+5627,U+562a,U+562c-562e,U+5630-5631,U+5635-5636,U+5638-563a,U+5640,U+5642-5643,U+5649,U+564c-5650,U+5654,U+5658-565d,U+5664-5666,U+5669,U+566b,U+566d", - "[79]": "U+543d,U+543f,U+5441,U+5444-5445,U+5447,U+5449,U+544b-544d,U+5450-5455,U+5457,U+545b-545c,U+545f-5460,U+5463-5464,U+546a-5472,U+5474,U+5476,U+5478,U+547b,U+547e-547f,U+5482-5488,U+548a,U+548d-5491,U+5494,U+5498-549d,U+54a1-54a5,U+54ab,U+54ad-54af,U+54b5,U+54b7,U+54bb-54bc,U+54be-54bf,U+54ca,U+54cc,U+54cf-54d2,U+54d4,U+54d6-54d7,U+54da,U+54de-54df,U+54e2,U+54e4,U+54e7,U+54eb,U+54f3,U+54fd,U+54ff,U+5501-5502,U+5504-5506,U+550a,U+550c,U+550e-550f,U+5511-5513,U+5516-5517,U+551a-551b,U+551e,U+5520,U+5524,U+5526-5527,U+552a,U+552c-552d,U+5530,U+5532-5533,U+5535-5536,U+553b-553c,U+553e-553f,U+5541-5542,U+5544-5545,U+5547,U+5549,U+554b,U+554d-554e,U+5550", - "[80]": "U+52db,U+52e0,U+52e3,U+52e6-52e7,U+52eb,U+52ed-52ee,U+52f0-52f2,U+52f7,U+52f9-52fa,U+5300-5302,U+530a-530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+532d-532e,U+5331,U+5338,U+533b-533e,U+5344-5345,U+534b-534d,U+534f-5350,U+5358,U+535e-535f,U+5362-5364,U+5367,U+5369,U+536b-536c,U+536e-536f,U+5372,U+5374,U+5379-537a,U+537c-537d,U+5382,U+5385,U+5389,U+538b-538c,U+538e,U+5392-5396,U+5399,U+53a0-53a2,U+53a4-53a6,U+53a8-53a9,U+53ae,U+53b0,U+53b3-53b4,U+53b6-53b7,U+53b9,U+53bf,U+53c1,U+53c4,U+53ce-53cf,U+53d2,U+53d5,U+53d9-53da,U+53df-53e1,U+53e7-53e9,U+53f1,U+53f5-53f6,U+53f9,U+53fb-53fd,U+5400-5402,U+5405-5407,U+540f,U+5412,U+5414-5417,U+541a,U+5420-5421,U+5424-5425,U+5428-5429,U+542c-542f,U+5431-5432,U+5434,U+5437", - "[81]": "U+518f,U+5191,U+5193,U+5195-5197,U+519a-519c,U+519e,U+51a2,U+51a6-51a9,U+51ab,U+51ad-51af,U+51b1-51b6,U+51ba-51c0,U+51c3-51c5,U+51c7,U+51c9-51cb,U+51ce-51d1,U+51d4,U+51d6,U+51d9,U+51db-51dc,U+51df,U+51e4,U+51e6,U+51e9-51ea,U+51ed,U+51ef,U+51f4-51f5,U+51fc,U+51ff,U+5201-5202,U+5204-5205,U+5208,U+520b,U+520d-520e,U+5213,U+5215-5216,U+5218,U+521a,U+5220,U+5223,U+5226-5228,U+5232-5234,U+5239,U+523c,U+5241-5242,U+5244,U+5249,U+524c,U+5251-5252,U+5255,U+5257,U+525c,U+525e,U+5261,U+5263-5265,U+526e,U+5270,U+5273-5274,U+5277,U+527d,U+527f,U+5281-5282,U+5284,U+528a,U+528c,U+528f,U+5292-5294,U+529d,U+52a6,U+52ac-52ad,U+52b1-52b5,U+52b9,U+52bb-52bc,U+52be-52c0,U+52c5,U+52cb,U+52cd,U+52d0-52d1,U+52d6-52d7", - "[82]": "U+5032,U+5036,U+503a-503b,U+503e,U+5040-5041,U+5043,U+5045-5046,U+5048,U+504a-504e,U+5051-5053,U+505d-5060,U+5063,U+506a,U+506f-5072,U+5078,U+507a-507b,U+507f-5080,U+5088-5089,U+508b-508c,U+508e,U+5092,U+5095-5096,U+509a-509d,U+50a3,U+50a5,U+50a8,U+50af,U+50b1,U+50b4,U+50ba,U+50c2,U+50c6-50ca,U+50cd-50ce,U+50d6,U+50d9,U+50dd-50df,U+50e1,U+50e3,U+50e5-50e6,U+50e8-50ea,U+50ec-50f0,U+50f3,U+50fb,U+50fe,U+5101-5102,U+5105-5109,U+510b-510e,U+5110,U+5113-5115,U+5117,U+511a-511c,U+511e,U+5120-5121,U+5125,U+512b,U+5131,U+5134-5135,U+5138-513c,U+5140,U+514e,U+5150-5151,U+5155-5157,U+515a,U+515f,U+5162,U+516a,U+516e,U+5172,U+5174,U+5179,U+517b,U+517d,U+5182,U+5186,U+5188-5189,U+518b", - "[83]": "U+4f22,U+4f24,U+4f29-4f2b,U+4f2d,U+4f31-4f32,U+4f35,U+4f37,U+4f39,U+4f3b,U+4f3e,U+4f41-4f43,U+4f47,U+4f49,U+4f4c,U+4f52,U+4f57-4f58,U+4f5a,U+4f5d-4f5f,U+4f61,U+4f63-4f64,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74,U+4f76-4f7b,U+4f7d-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f94,U+4f96-4f98,U+4f9a,U+4f9e,U+4fa0-4fa3,U+4fa5-4fa8,U+4faa-4fac,U+4fb2-4fb3,U+4fb7-4fba,U+4fc0-4fc1,U+4fc5-4fc7,U+4fcb,U+4fcd-4fce,U+4fd1,U+4fd3-4fd4,U+4fd8-4fdc,U+4fdf,U+4fe2-4fe5,U+4fe8-4fea,U+4fec-4fed,U+4ff3-4ff6,U+4ff8-4ffa,U+4ffd,U+5000,U+5002,U+5005,U+5008,U+500c,U+500f,U+5013-5015,U+501b-501c,U+501e,U+5022-5025,U+5027-5028,U+502c-502e,U+5030-5031", - "[84]": "U+3a17,U+3a52,U+3b22,U+3bd7,U+3bff,U+3ca5,U+3d68,U+3ddb,U+3de7,U+3deb,U+3e03,U+3e74,U+3f08,U+3f0e,U+3f21,U+3f97,U+4102,U+411b,U+4181,U+43c8,U+4552,U+4576,U+46e5,U+4837,U+493d,U+4a3b,U+4d09,U+4e02,U+4e04-4e05,U+4e0c,U+4e0f-4e10,U+4e15,U+4e17,U+4e1b,U+4e21-4e22,U+4e25,U+4e27,U+4e31,U+4e34,U+4e36-4e37,U+4e3d,U+4e3f-4e42,U+4e44,U+4e47,U+4e49,U+4e4c,U+4e52-4e54,U+4e57,U+4e5a-4e5b,U+4e60-4e61,U+4e69,U+4e6d,U+4e78,U+4e80-4e81,U+4e85,U+4e87,U+4e89-4e8a,U+4e8d,U+4e8f,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9f-4ea0,U+4ea2,U+4ea5,U+4ea9,U+4eb0,U+4eb2-4eb3,U+4eb5-4eb7,U+4eb9,U+4ebb-4ebc,U+4ebf,U+4ec2-4ec6,U+4ec8-4ec9,U+4ecf,U+4ed1,U+4ed3,U+4edc-4ee1,U+4ee7-4eeb,U+4eee-4eef,U+4ef1,U+4ef3-4ef5,U+4efa,U+4efc,U+4f00,U+4f02-4f03,U+4f05,U+4f07-4f09,U+4f0b,U+4f0e,U+4f15,U+4f17,U+4f1d-4f1f", - "[85]": "U+305c,U+3062,U+306d,U+307a,U+307c,U+3080,U+308e,U+3090-3091,U+3099-309e,U+30a5,U+30c2,U+30c5,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3106,U+3108,U+310a-310b,U+310d-3119,U+311b-311e,U+3120-3126,U+3128-3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314b,U+314d-314f,U+3153,U+315c,U+3160-3161,U+3163-3164,U+3181,U+318d,U+3192-3193,U+3196-3198,U+319d-319f,U+3220-3226,U+3231,U+3268,U+3281,U+328b,U+3291-3292,U+3295-3297,U+3299,U+329d,U+329f,U+32a3-32a4,U+32d6,U+32e1,U+3314,U+3322,U+337f,U+338e-338f,U+339c-339e,U+33a1,U+33c4,U+33d1-33d2,U+3440,U+3449,U+3479,U+3551,U+3569,U+35ad,U+35ce,U+36ac,U+373a,U+3863,U+38ec,U+39b8,U+3a02", - "[86]": "U+2749-274f,U+2752-275b,U+275d-275e,U+2761,U+2763,U+2765-2769,U+276e-276f,U+2771,U+2776-277e,U+2780-2782,U+278a-278c,U+2794-2796,U+2798-2799,U+279c-27a6,U+27a8-27ab,U+27ad,U+27af-27b0,U+27b2-27b3,U+27b7-27b9,U+27bc-27bd,U+27bf,U+27e9-27eb,U+27f5-27f6,U+2800,U+28ec,U+2922,U+2934-2935,U+29bf,U+2a2f,U+2b05-2b07,U+2b1b,U+2b50,U+2b55,U+2cf5,U+2e1c-2e1d,U+2f00,U+2f08,U+2f12,U+2f24,U+2f29,U+2f2f,U+2f3c,U+2f3f,U+2f42,U+2f45,U+2f63-2f64,U+2f83,U+2f8f,U+3003-3007,U+3012-3013,U+3016-3019,U+3020-3025,U+3030,U+303d,U+3041,U+3043,U+3045,U+3047,U+3049,U+3052", - "[87]": "U+264a-2656,U+2658-265c,U+265e-2660,U+2662-2664,U+2666-2669,U+266b-266f,U+267b,U+2692-2696,U+2698,U+269b-269c,U+26a0-26a1,U+26a3-26a5,U+26aa-26ac,U+26bd-26be,U+26c4-26c5,U+26c8,U+26d1,U+26d3-26d4,U+26e4,U+26e9-26ea,U+26f0-26f5,U+26f9-26fa,U+26fd,U+2701-2702,U+2704-2706,U+2708,U+270a-2712,U+2714,U+2716-2727,U+2729-273e,U+2740-2748", - "[88]": "U+2567-2570,U+2572,U+2574,U+2579,U+2580-258a,U+258c-2595,U+2597,U+25a1,U+25a3-25a4,U+25a6-25ac,U+25b0,U+25b4,U+25b7-25b9,U+25bb,U+25bd,U+25bf-25c2,U+25c7-25ca,U+25cc-25cd,U+25d0-25d9,U+25dc-25e6,U+25ea-25eb,U+25ef,U+25fb-25fe,U+2600-2604,U+2607,U+2609-260b,U+260d-2615,U+2618,U+261a-2623,U+262a,U+262d-2630,U+2638-263e,U+2641-2642,U+2648-2649", - "[89]": "U+2476-2481,U+2488-2491,U+24b6-24c5,U+24c7-24ca,U+24cc,U+24ce,U+24d0-24df,U+24e1-24ea,U+24f5,U+24ff,U+2501,U+2503-250d,U+250f-2511,U+2513-2515,U+2517-2518,U+251b-251d,U+2520,U+2523-2524,U+2528,U+252b-252c,U+252f,U+2533-2534,U+2537,U+253b-253c,U+2541,U+2543-2545,U+254b,U+2550-2566", - "[90]": "U+2139,U+2153,U+2194-2197,U+2199,U+219d-219e,U+21a0,U+21a9-21aa,U+21ac,U+21af-21b1,U+21b3-21b5,U+21ba-21bb,U+21c4,U+21ca,U+21cc,U+21d0,U+21d2-21d4,U+21d8,U+21dd,U+21e2-21e9,U+2200,U+2202,U+2205-2208,U+220e-220f,U+2211-2212,U+2215,U+2217-221a,U+221d-2220,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+2256,U+2260-2261,U+2264-2265,U+226a-226b,U+226e-226f,U+2282-2283,U+2295-2296,U+2299,U+22a5,U+22b0-22b1,U+22b9,U+22bf,U+22c5-22c6,U+22c8,U+22d0-22d1,U+22ee,U+2312-2313,U+2318,U+231a-231b,U+2323,U+2328,U+239d,U+23a0,U+23af,U+23e4,U+23e9-23ea,U+23ec,U+23f0-23f3,U+23fa,U+2445,U+2461-2471,U+2474-2475", - "[91]": "U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9,U+1ecb-1ecd,U+1ecf-1ed1,U+1ed3-1ed5,U+1ed7-1edd,U+1edf,U+1ee1,U+1ee3-1ee7,U+1ee9,U+1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+1f62,U+1fa2,U+2001-2006,U+2009-200a,U+200c-200d,U+200f-2012,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2023-2025,U+2028,U+202a-202d,U+202f-2030,U+2032-2033,U+2035,U+2038,U+203e-203f,U+2042-2044,U+2049,U+204d-204e,U+2060-2061,U+2063,U+2070,U+2074-207b,U+207d-2083,U+208a,U+208d-208e,U+20a1,U+20a4,U+20a6,U+20a8-20ab,U+20ad-20ae,U+20b1-20b3,U+20b5,U+20b8-20ba,U+20bd,U+20dd,U+20e3,U+2105,U+2109,U+2112-2113,U+2115-2117,U+2120-2121,U+2126,U+212b", - "[92]": "U+11af,U+11b7,U+11bc,U+121b,U+122d,U+129b,U+12a0,U+13a6,U+13a9,U+13ac,U+13af,U+13b3,U+13c2,U+13e3,U+141b,U+1555,U+1557,U+15dc,U+15e8,U+1780-1782,U+1784-1785,U+1787,U+178a,U+178e-1791,U+1793-179c,U+179f,U+17a2,U+17b6-17b9,U+17bb-17bc,U+17bf-17c7,U+17c9,U+17cb,U+17d0,U+17d2,U+17db,U+1871,U+18fa,U+1bff,U+1d00,U+1d04-1d05,U+1d07,U+1d0a-1d0b,U+1d0d,U+1d0f,U+1d17-1d18,U+1d1b-1d1c,U+1d20-1d22,U+1d25,U+1d2c,U+1d2e,U+1d30-1d31,U+1d33-1d3a,U+1d3c,U+1d3e-1d42,U+1d52,U+1d55,U+1d5b,U+1d5e,U+1d9c,U+1da0,U+1dc4-1dc5,U+1e3b,U+1e43,U+1e45,U+1e47,U+1e63,U+1e6d,U+1e73,U+1ea0,U+1ea2,U+1ea4-1ea9,U+1eab-1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe", - "[97]": "U+2c8-2c9,U+2cc-2cd,U+2d0,U+2d8,U+2da,U+2dc,U+2e1-2e3,U+2e7,U+2eb,U+2ee,U+2f1-2ff,U+302-304,U+306-309,U+30c-30d,U+311,U+31b,U+321,U+323-325,U+328-329,U+32b-32c,U+32e-32f,U+331-33a,U+33c-33f,U+348,U+353,U+358-359,U+35c,U+35e-35f,U+361,U+363,U+367-368,U+36c,U+36f,U+530-535,U+537-540,U+55e,U+561-565,U+568-56d,U+56f-576,U+578-582,U+584,U+5a1,U+5a3-5a4,U+5aa,U+5ae,U+5b0-5b4", - "[98]": "U+1af,U+1b1,U+1b4-1be,U+1d0,U+1d2,U+1d4,U+1da,U+1dc-1dd,U+1e1,U+1e3-1e4,U+1e7,U+1e9,U+1eb-1ec,U+1f0-1f1,U+1f3-1f5,U+1f7,U+1f9-1ff,U+219,U+221,U+225-226,U+228-22b,U+22e-22f,U+231-235,U+239,U+23b,U+23e,U+250-252,U+254-255,U+259-25e,U+261-263,U+268-26b,U+26d,U+26f-277,U+279-27a,U+27d-281,U+283,U+28a-28c,U+28f,U+292,U+294-296,U+298-29a,U+29c,U+29f,U+2a1-2a2,U+2a4-2a7,U+2a9-2aa,U+2ae-2b3,U+2b5-2b7,U+2b9-2bf,U+2c2-2c4,U+2c6-2c7", - "[99]": "U+a1-a2,U+a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b5-b6,U+b8-ba,U+bc-be,U+c0-c8,U+ca-cc,U+ce-d5,U+d8-df,U+f0,U+f5,U+f8,U+fb,U+fe-100,U+102,U+105,U+107,U+109-10b,U+10f,U+112,U+115,U+117,U+119,U+11b,U+11f,U+121,U+123-124,U+127,U+129,U+12c-12d,U+130-13f,U+141-142,U+144,U+148,U+14b-14c,U+14f-153,U+159-15b,U+15e-160,U+163-166,U+169-16a,U+16d-171,U+173-17e,U+192,U+1a0,U+1a4,U+1aa,U+1ac-1ad", - "[100]": "U+a3,U+2ca,U+2223,U+2460,U+2640,U+273f,U+301c,U+3107,U+310c,U+4e30,U+4e3e,U+4e5e,U+4e71,U+4f26,U+4f7c,U+4f83,U+50da,U+5243,U+5267,U+529e,U+5321,U+5352,U+5477,U+548b,U+54a6,U+54b2,U+54c2,U+54c4,U+54c6,U+54cd,U+54ee,U+5543,U+55d1,U+55d3,U+55f0,U+55fd,U+560d,U+5629,U+5660,U+56d1,U+56dd,U+57ae,U+57e0,U+57e4,U+5904,U+592d,U+5965,U+5a31,U+5a7f,U+5b5a,U+5bb8,U+5c14,U+5c3b,U+5c5c,U+5c5e,U+5d10,U+5e10,U+5e4c,U+603b,U+604d,U+611c,U+6137,U+61c8,U+62c7,U+6371,U+6382,U+645f,U+64ae,U+64c2,U+651e,U+65f1,U+660a,U+663e,U+673d,U+6784,U+6789,U+67b1,U+67ff,U+6813,U+6854,U+68d8,U+68fa,U+697d,U+6a01,U+6a1e,U+6baf,U+6c08,U+6c17,U+6c2b,U+6c81,U+6cbd,U+6dc6,U+6df9,U+6ed9,U+6ee1,U+6f86,U+6fc1,U+6fdb,U+701f,U+7076,U+715c,U+7194,U+71ee,U+71fb,U+720d,U+72b6,U+7396,U+73af,U+745b,U+746f,U+748b,U+7647,U+7699,U+76ce,U+76de,U+77aa,U+786b,U+7881,U+78ca,U+793c,U+797a,U+79b9,U+79bb,U+79bf,U+7a92,U+7ac7,U+7ae3,U+7b19,U+7b20,U+7b51,U+7b94,U+7cbd,U+7cde,U+7cef,U+7d46,U+7dde,U+7f88,U+80da,U+814b,U+81cd,U+8235,U+8282,U+82b9,U+846b,U+84c1,U+84d3,U+8518,U+8611,U+8783,U+8814,U+8a15,U+8aa6,U+8b2c,U+8ba8-8ba9,U+8bc6,U+8be2,U+8be5-8be6,U+8c22,U+8d05,U+8d27,U+8dbe,U+8e34,U+8e66,U+8ec0,U+9005,U+9082,U+914b,U+916f,U+92c5,U+92f0,U+9318,U+938a,U+93e2,U+964b,U+96c1,U+96cc-96cd,U+96db,U+973e,U+97a0,U+9803,U+9876,U+9879,U+9955,U+99f1,U+9a5b,U+9ab7,U+9abc,U+9c57,U+9c9c,U+9d1b,U+9d26,U+9d51,U+9eef,U+9f99,U+c2a4,U+e253,U+e313-e314,U+e5c7,U+e5c9,U+e8db-e8dc,U+ff2d-ff2e,U+ff34,U+ffe5,U+1f60a,U+1f618,U+1f62d", - "[101]": "U+b4,U+10d,U+2d9,U+641,U+6cc,U+e20,U+e29,U+200e,U+20ac,U+2266,U+25be,U+301d-301e,U+3058,U+4e07,U+4e1d,U+4e66,U+4ece,U+4fde,U+5016,U+5180,U+5199,U+51aa,U+5306,U+5386,U+53d8,U+5413,U+541d,U+54ce,U+54e8,U+54fc,U+5571,U+557e,U+558e,U+55a7,U+56a8,U+57a2-57a3,U+58b3,U+5960,U+5992-5993,U+59a4,U+5a55,U+5ab2,U+5afb,U+5b56,U+5bc5,U+5bc7,U+5bf0,U+5cb1,U+5cc7,U+5dff,U+5e93,U+5ed3,U+5f6a,U+60bc,U+61ff,U+6218,U+6292,U+634d,U+6467,U+64f1-64f2,U+6582,U+65fb,U+6615,U+6687,U+66e6,U+66f0,U+6781,U+67f5,U+68a7,U+6a1f,U+6b27,U+6b4e,U+6b73,U+6b79,U+6bcb,U+6c5d,U+6cf5,U+6dee,U+6ec4,U+6ecc,U+6f88,U+701d,U+703e,U+707c,U+7099,U+710a,U+72d9,U+72e9,U+731d,U+739f,U+7463,U+7480,U+74a8,U+7523,U+7526,U+75e0,U+7613,U+7656,U+76bf,U+76d4,U+773a,U+775c,U+775e,U+780c,U+78e1,U+78f7,U+7960,U+7a20,U+7aaf,U+7b08,U+7b71,U+7be4,U+7cec,U+7cf0,U+7d5e,U+7d62,U+7dbe,U+7e1b,U+7ea2,U+7ec4,U+7ec6,U+7edc,U+7eed,U+7efc,U+7f16,U+7f57,U+7fb9,U+7fca,U+803d,U+816e,U+8258,U+82a5,U+82b7,U+8317,U+8338,U+834a,U+83d3,U+8401,U+8469,U+849e,U+854a,U+8559,U+865e,U+8700,U+8759,U+8760,U+8778,U+8782,U+879e,U+87d1,U+8836,U+8944,U+89c8,U+8aac,U+8b74,U+8ba2,U+8ba4,U+8bae,U+8bfb,U+8c4e,U+8cb3,U+8d16,U+8d28,U+8e44,U+8f3b,U+8f3f,U+8f91,U+8fb9,U+8fc4,U+8fde,U+8ff9,U+9076,U+9091,U+90ae,U+90b8,U+9257,U+9310,U+9382,U+93df,U+94fe,U+95a5,U+962e,U+968f-9690,U+9704,U+9713,U+97f6,U+9824,U+986b,U+9884,U+9886,U+98e2,U+991a,U+9986,U+99a5,U+99dd,U+9ab8,U+9b41,U+9b77,U+9bad,U+c774,U+e5d4,U+fe52,U+ff02,U+ff25,U+1f389,U+1f449,U+1f495", - "[102]": "U+2cb,U+5d1,U+5d9,U+5e2,U+5e8,U+5ea,U+633,U+e32,U+2252,U+2267,U+2573,U+25b3,U+25c4,U+2713,U+2715,U+30e2,U+4e28,U+4e3c,U+4e4d,U+4e70,U+4f88,U+4fef,U+5018,U+501a,U+5026,U+5137,U+513f,U+51f3,U+524b,U+5254,U+52d8,U+5308,U+5384,U+53cc,U+5436,U+5443,U+5466,U+54a8,U+54bd,U+54c9,U+54cb,U+555e,U+5580,U+560e,U+561f,U+562f,U+566c,U+5679,U+56bc,U+56cd,U+56e7,U+56ed,U+572d,U+57d7,U+582f,U+589f,U+5b09,U+5ba5,U+5c51,U+5c90,U+5cef,U+5d16,U+5d84,U+5dd4,U+5e08,U+5e26,U+5f0a,U+5f20,U+606c,U+61c7,U+620f,U+6254,U+625b,U+62a4,U+62d0,U+62f1,U+63a0,U+63c6,U+63f9,U+6413,U+6417,U+6483,U+64f7,U+650f,U+65a7,U+665f,U+66ae,U+66d6,U+66e0,U+6746,U+6756,U+67d1,U+6837,U+68e0,U+68f5,U+6995,U+69a8,U+69b4,U+69d3,U+6a3d,U+6abb,U+6bb7,U+6bd3,U+6c47,U+6cc4,U+6cd3,U+6dae,U+6e26,U+6e29,U+6eaf,U+6eba,U+6fef,U+7028,U+70b3,U+711a,U+725f,U+7325,U+733f,U+73c0,U+73ee,U+7444,U+745a,U+7487,U+7540,U+75a4,U+7729,U+779e,U+798e,U+79e9,U+7a3d,U+7a4c,U+7a9f,U+7ac4,U+7aff,U+7c27,U+7cd9,U+7d76,U+7e43,U+7ea6,U+7ed9,U+7ff1,U+808b,U+809b,U+80fa,U+827a,U+8309,U+8328,U+832b,U+8396,U+83e0,U+840e,U+8425,U+852d,U+853b,U+8588,U+85e9,U+86b5,U+86e4,U+8718,U+87ec,U+880d,U+8910,U+893b,U+89c1-89c2,U+8b3e,U+8baf,U+8bc1,U+8bdd,U+8c41,U+8c48,U+8cb6,U+8d2d,U+8d5e,U+8fbe,U+9015,U+90a8,U+90b5,U+90e1,U+9169,U+9183,U+91d0,U+91dc,U+9293,U+92f8,U+9472,U+9598,U+95a9,U+95ed,U+95fb,U+9605,U+96c7,U+9739,U+9742,U+9761,U+99ad,U+9ae6,U+9b1a,U+9b44,U+9bc9,U+9d3f,U+9dd7,U+9e7c,U+9e92,U+fe5d-fe5e,U+ff22-ff24,U+ff2f-ff30,U+ff33", - "[103]": "U+60,U+f7,U+2198,U+2571,U+258b,U+25b6,U+2661,U+3051,U+3109,U+311a,U+4e11,U+4e24,U+4e2b,U+4ef7,U+4f18,U+4f36,U+4fd0,U+5029-502a,U+5055,U+508d,U+50ad,U+50e7,U+50f1,U+50f5,U+51a5,U+51c8,U+51fb,U+5203,U+524e,U+5288,U+5323,U+53c2,U+5458,U+54a7,U+54b1,U+54b3,U+54b8,U+556a,U+5582,U+55b2,U+55ba,U+55da,U+55dc,U+5614,U+5662,U+5678,U+56c2,U+5742,U+57d5,U+5862,U+58e4,U+58f0,U+5907,U+590d,U+5934,U+5978,U+5984,U+5a25,U+5c06,U+5c62,U+5c91,U+5d01,U+5d1b,U+5e87,U+5eff,U+5f27,U+5f3a,U+5f53,U+6001,U+6168,U+61a9,U+6233,U+62a5,U+62ce,U+62ed,U+638f,U+6399,U+646f,U+6590,U+6631,U+664f,U+6689,U+66dc,U+672f,U+67af,U+67ec,U+68d7,U+6977,U+6a44,U+6c14,U+6c40,U+6c70,U+6c76,U+6cb8,U+6ce3,U+6df3,U+6e20,U+6e43,U+6e5b,U+6ebc,U+6eec,U+6f2c,U+6fb1,U+7009,U+7011,U+701a,U+7117,U+7184,U+72f9,U+7426,U+74bd,U+74cf,U+752b,U+7554,U+75b9,U+7621,U+7671-7672,U+7693,U+76ef,U+7737,U+77a7,U+77b3,U+77bb,U+77da,U+77e2,U+77e9,U+77ef,U+7801,U+7940,U+797f,U+79a7,U+79b1,U+79bd,U+79cd,U+7a6b,U+7ac5,U+7b1b,U+7b77,U+7ca7,U+7dab,U+7db4,U+7db8,U+7dcb,U+7ddd,U+7de0,U+7e55,U+7e9c,U+7ed3,U+7ef4,U+803f,U+8046,U+8087,U+8116,U+81a8,U+8214,U+821c,U+82d4,U+831c,U+8339,U+8350,U+8354,U+8526,U+860a,U+86db,U+8713,U+873b,U+8822,U+8993,U+8a1f,U+8ab9,U+8ad7,U+8bcd,U+8e72,U+8f4e,U+8f9c,U+8fd0,U+8fd8,U+8fe6,U+9042,U+907c,U+91ba,U+9452,U+95e2,U+9631,U+9699,U+96b8,U+9709,U+978d,U+9830,U+98ce,U+9945,U+99ed,U+9a8c,U+9ad3,U+9baa,U+9be8,U+9c77,U+9cf6,U+9d72,U+9e1f,U+9ec4,U+fe31,U+fe55,U+ff03,U+ff20,U+ff3b,U+ff3d,U+1f3fb,U+1f44d,U+1f60d", - "[104]": "U+10c,U+161,U+e44,U+2728,U+3081,U+4e13,U+4e19,U+4e1c,U+4e1e,U+4e5c,U+4ea7,U+4ed7,U+4f20,U+4f8d,U+4ffe,U+5021,U+50d5,U+515c,U+51a4,U+51e0,U+521b,U+522b,U+532a,U+534e,U+5355,U+537f,U+5398,U+541f,U+543c,U+544e,U+5509,U+5598,U+5622,U+563f,U+5641,U+566a,U+5695,U+569f,U+56ae,U+56da,U+573a,U+574e,U+584c,U+5885,U+58ae,U+5a1f,U+5ac2,U+5b24,U+5bb0,U+5bde,U+5be1,U+5bfc,U+5c39,U+5c4c,U+5c60,U+5cfb,U+5d11,U+5e76,U+5e7f,U+5e9a,U+5eb8,U+5f13,U+5f64,U+5f6c,U+6127,U+61f2,U+6208,U+620a,U+620c,U+6252,U+62ef,U+6328,U+633d,U+6362,U+63b0,U+63c0,U+63c9,U+640f,U+64a9,U+6514,U+652c,U+655e,U+6583,U+658c,U+6627,U+66f3,U+6734,U+6743,U+676d,U+67c4,U+67da,U+6807,U+68cd,U+68f2,U+690e,U+6b16,U+6b38,U+6b3d,U+6bc6,U+6ca1,U+6cab,U+6d8c,U+6e32,U+6e3e,U+6e58,U+6eef,U+6ef2,U+708a,U+7130,U+7165,U+7172,U+71ed,U+7232,U+7239,U+7261,U+7280,U+72a7,U+72f8,U+73c8,U+7464,U+753b,U+754f,U+755c,U+75d8,U+76ea,U+776b,U+7779,U+777f,U+7784,U+778e,U+77ee,U+79e4,U+7a46,U+7a57,U+7aba,U+7aed,U+7b4d,U+7c7b,U+7c7d,U+7d13,U+7d33,U+7dbb,U+7df9,U+7e46,U+7ea7,U+8085,U+8165,U+81fb,U+82b8,U+82d3,U+8305,U+8335,U+8343,U+83e9,U+840d,U+851a,U+853d,U+8543,U+859b,U+85fb,U+87fb,U+888d,U+88c5,U+8adc,U+8b0a,U+8bb0,U+8bbe,U+8bc4,U+8bf4,U+8c5a,U+8cc3,U+8ce4,U+8d44,U+8e81,U+8f44,U+8f66,U+8fdb,U+900d,U+9063,U+914c,U+9223,U+9226,U+923a,U+925b,U+9264,U+929c,U+92b9,U+9320,U+934d,U+9444,U+957f,U+9591,U+96a7,U+97ad,U+97cc,U+9811,U+9898,U+98ea,U+9921,U+9952,U+9a55,U+9b0d,U+9bca,U+9ebd,U+e60f,U+ff1c-ff1d,U+ff21,U+ff38,U+ff9f,U+fffd,U+1f602", - "[105]": "U+e17,U+e22,U+2103,U+25a0,U+266a,U+3014-3015,U+311f,U+4e1a,U+4e50,U+4f10,U+4f6c,U+4f70,U+5006,U+50d1,U+5170,U+518c,U+51f0,U+51f6,U+51f9,U+5219,U+5256,U+525d,U+52c9,U+5349,U+5351,U+5356,U+5375,U+539d,U+53db,U+53ee,U+53f7,U+5492,U+54fa,U+5538,U+55bb,U+55e8,U+5632,U+5757,U+5835,U+58be,U+5937,U+59dc,U+59e8,U+5a49,U+5a9a-5a9b,U+5ab3,U+5b9b,U+5b9e,U+5be8,U+5c37,U+5c4e,U+5d14,U+5d19,U+5d4c,U+5d50,U+5deb,U+5e84,U+5e94,U+5ec2,U+5f17,U+5f26,U+5f55,U+5f77,U+5f7f,U+5fbd,U+6052,U+6064-6065,U+608d,U+609a,U+6101,U+614c,U+621a,U+6237,U+6296,U+62e9,U+632a-632b,U+6488,U+6500,U+652a,U+6556,U+65e0,U+65ec,U+6643,U+6850,U+6893,U+6897,U+68b3,U+68d5,U+6930,U+6960,U+6a11,U+6a3a,U+6ab3,U+6b22,U+6c59,U+6c83,U+6ccc,U+6dea,U+6df5,U+6ef7,U+6f3e,U+6f80,U+6fe4,U+7164,U+71c9,U+722a,U+7260,U+7272,U+73b0,U+74e3,U+7538,U+7586,U+75b5,U+7661-7662,U+77db,U+7838,U+786e,U+788c,U+7950,U+79a6,U+79aa,U+7a40,U+7bf7,U+7c3e,U+7c98,U+7ca5,U+7d21,U+7d2e,U+7dba,U+7dec,U+7e79,U+7ecf,U+7edf,U+7f79,U+8086,U+810a,U+8139,U+813e,U+817a,U+81b3,U+821f,U+8247,U+8259,U+8271,U+839e,U+8431,U+846c,U+849c,U+84b2,U+84c4,U+8513-8514,U+8755,U+8877,U+8881,U+88f9,U+8a1d,U+8a3c,U+8a6d-8a6e,U+8a93,U+8ae7,U+8af7,U+8b17,U+8b5a,U+8ba1,U+8bba,U+8cdc,U+8dea,U+8f6c,U+8f7d,U+8fc7,U+8fd9,U+902e,U+90ca,U+916a,U+916c,U+921e,U+9245,U+935b,U+9594,U+95a8,U+95ee,U+95f4,U+9706,U+971e,U+9756,U+980c,U+9891,U+98b1,U+98fc,U+9903,U+9957,U+99ff,U+9b91,U+9db4,U+9f4b,U+e602-e605,U+e610-e611,U+ff16-ff19", - "[106]": "U+2190-2191,U+2193,U+22c1,U+2302,U+25cb,U+2699,U+2709,U+3127,U+4e0e,U+4e18,U+4e3a,U+4e48,U+4e91,U+4eec,U+4f3d,U+4fcf,U+5112,U+524a,U+52a3,U+52ab,U+52c3,U+52f3,U+52fb,U+5320,U+5339,U+533f,U+53e2,U+543e,U+5480,U+5495,U+5497,U+5564,U+5572,U+55c6,U+55ef,U+563b,U+5653,U+5657,U+56b7,U+5824,U+58d8,U+5955,U+5983,U+598d,U+59da,U+59e6,U+5a36,U+5bb5,U+5bc2,U+5bf9,U+5cb3,U+5d17,U+5dbc,U+5e2e,U+60df,U+611a,U+6190,U+61a4,U+61be,U+61fc,U+6284,U+62ac,U+62bc,U+634f,U+636e,U+6398,U+63a9,U+6487,U+6495,U+64ab,U+6577,U+65ac,U+6602,U+6652,U+66f9,U+6761,U+679a,U+683d,U+68ad,U+68b5,U+68da,U+68e7,U+6a38,U+6a59,U+6ae5,U+6b47,U+6b67,U+6b6a,U+6bef,U+6c50,U+6c9b,U+6e23,U+6e34,U+6e4a,U+6e67,U+6ea2,U+6eb6,U+6f20,U+6feb,U+70ed,U+714c,U+715e,U+7199,U+71ac,U+7231,U+7262,U+7409,U+745f,U+7469,U+74ca,U+7535,U+753a,U+75f4,U+7624,U+7682,U+76ba,U+76f2,U+77fd,U+780d,U+7832,U+78c5,U+78ef,U+7901,U+79be,U+79c9,U+79e6,U+7a1a,U+7a62,U+7a84,U+7aca,U+7cb5,U+7cb9,U+7cdf,U+7ce7,U+7d6e,U+7db1,U+7def,U+7e61,U+7e7d,U+7e8f,U+7f38,U+7f77,U+7fa8,U+7fc5,U+7fe1,U+7ff9,U+800d,U+8015,U+8054,U+80a2,U+80aa,U+80ba,U+814e,U+8180,U+819d,U+81c0,U+828b,U+82ad,U+82af,U+83f1,U+83f8,U+8403,U+84bc,U+84c9,U+84ec,U+8523,U+8549,U+8569,U+8591,U+85b0,U+881f,U+884d,U+88d4,U+89c4,U+89c6,U+8a60,U+8a79,U+8b19,U+8bd5,U+8bf7,U+8c03,U+8c79,U+8cc8,U+8d9f,U+8e10,U+8e48,U+8faf,U+9009,U+9017,U+9175,U+9187,U+918b,U+9214,U+946b,U+9470,U+947c,U+9640,U+9675,U+96ef,U+97cb,U+97e9,U+985b,U+99ae,U+99b3,U+9b4f,U+9d09,U+9e9f,U+9edb,U+9f90,U+ff14,U+1f464", - "[107]": "U+a5,U+25ce,U+4e56,U+4e9a,U+4ea8,U+4ead,U+4f3a,U+4f51,U+4f62,U+4faf,U+5098,U+50ac,U+5147,U+5173,U+5187,U+51f8,U+52a1,U+52a8,U+52f8,U+535c,U+53ed,U+541e,U+5435,U+5475,U+54a9,U+54c0,U+54c7,U+5589,U+5605,U+5733,U+5764,U+5782,U+57c3,U+5858,U+5893,U+589c,U+58e2,U+5974,U+599e,U+59a8,U+59ec,U+5b66,U+5b99,U+5b9d,U+5bee,U+5c2c,U+5c65,U+5cfd,U+5d0e,U+5dba,U+5de2,U+5e06,U+5e15,U+5ec1,U+5ed6,U+5f00,U+5f4c,U+5f65,U+6055,U+6070,U+609f,U+60b6,U+6241,U+624e,U+626f,U+6291,U+62cc,U+62d8,U+62da,U+62fe,U+6349,U+6367,U+63ea,U+6435,U+6454,U+64a4,U+64b2,U+64bc,U+64bf,U+64c5,U+64ce,U+6558,U+6572,U+65a5,U+65e8,U+65ed,U+6614,U+6670,U+6688,U+672d,U+673a,U+6770,U+68cb,U+6912,U+6953,U+6a61,U+6aac,U+6aaf,U+6ab8,U+6b20,U+6b96,U+6bbf,U+6bc5,U+6c6a,U+6cbe,U+6d59,U+6d78,U+6dc7,U+6deb,U+6e7e,U+6e9c,U+6f3f,U+6f51,U+6f84,U+704c,U+7051,U+70ab,U+70ad,U+70f9,U+7119,U+7149,U+714e,U+71e6,U+72c4,U+72d0,U+72e0,U+7334,U+744b,U+7455,U+7504,U+75ab,U+75b2,U+766e,U+76c3,U+76fc,U+76fe,U+7891,U+7948,U+7a74,U+7b28,U+7c72,U+7cca,U+7ebf,U+7f55,U+7ff0,U+8154,U+81c2,U+81d8,U+81e3,U+81e5,U+8292,U+8299,U+8302,U+8304,U+8332,U+83c1,U+83c7,U+83ca,U+845b,U+8475,U+8490,U+85af,U+8650,U+8667,U+86d9,U+8774,U+8abc,U+8b0e,U+8b39,U+8bed,U+8c54,U+8c6b,U+8c9e,U+8ca7,U+8caa-8cab,U+8ce6,U+8cec-8ced,U+8eb2,U+8eba,U+8fb0,U+901d,U+908f,U+9127,U+91c0,U+91d8,U+9215,U+92b3,U+932b,U+93fd,U+95ca,U+964c,U+96c0,U+970d,U+9716,U+9774,U+97fb,U+9812,U+9913,U+9935,U+99c1,U+9b31,U+9d5d,U+9d6c,U+9e79,U+fe0f,U+fe30,U+ff05,U+ff0b,U+ff10,U+ff15", - "[108]": "U+b0,U+926,U+928,U+939,U+93f-940,U+94d,U+200b,U+22ef,U+25ba,U+25c6,U+2665,U+4e08,U+4e2a,U+4e4f,U+4e59,U+4ec7,U+4f0d,U+4f0f,U+4f19,U+4f59,U+4fae,U+5075,U+507d,U+50b2,U+50b5,U+511f,U+5141,U+5146,U+514c,U+5185,U+51dd,U+51fd,U+522e,U+5319,U+533a,U+5378,U+53ad,U+53c9,U+53d1,U+53d4,U+543b,U+5442,U+5446,U+5481,U+54e9,U+5507,U+5565,U+559a,U+55aa,U+5690,U+56ca,U+56fe,U+582a,U+5915,U+5949,U+5962,U+5996,U+59a5,U+59fb,U+5a77,U+5b0c,U+5b5f,U+5bd3,U+5be2,U+5bfa,U+5c41,U+5c48,U+5ca9,U+5d07,U+5ec8,U+5eca,U+5f18,U+5f4e,U+5f59,U+5f6d,U+5f79,U+5fb9,U+6028,U+6068,U+606d,U+6094,U+60f1,U+6108-6109,U+614e,U+6170,U+617e,U+61b2,U+61f8,U+6247,U+626d,U+6276,U+62ab,U+62cb,U+62d3,U+62f3,U+6368,U+6380,U+6492,U+64e0,U+6570,U+6606,U+660f,U+6649,U+6691,U+66a8,U+6749,U+674f,U+6795,U+67f1,U+67f3,U+6842,U+6851,U+687f,U+68df,U+69fd,U+6a58,U+6c27,U+6c88,U+6cca,U+6d29,U+6d66,U+6daf,U+6f01,U+6f58,U+6f6d,U+6f70,U+6fa1,U+6ff1,U+6ffe,U+7058,U+70ae,U+71d9,U+71e5,U+7235,U+7267,U+73ca,U+742a,U+74f7,U+7529,U+758f,U+75bc,U+76c6,U+7955,U+7a00,U+7a3b,U+7b4b,U+7bad,U+7be9,U+7c4c,U+7c60,U+7cfe,U+7dbf,U+7e2b,U+7f9e,U+7fc1,U+7ffc,U+8096,U+809d,U+80de,U+8155,U+816b,U+81df,U+82bd,U+8352,U+8393,U+8404,U+8525,U+856d,U+8606,U+868a,U+87f9,U+886b,U+8870,U+896a,U+896f,U+8a23,U+8a87,U+8ad2,U+8b00,U+8b20,U+8cb8,U+8cca,U+8ce0,U+8d39,U+8d6b,U+8db4,U+8e29,U+8ef8,U+8f1b,U+8f5f,U+8fa8,U+906e,U+9077,U+90aa,U+90b1,U+90c1,U+9165,U+919c,U+92c1,U+95d6,U+95e8,U+975a,U+9817,U+98c6,U+9ecf,U+feff,U+ff06,U+ff0a,U+ff12-ff13", - "[109]": "U+627-629,U+631,U+639,U+644,U+64a,U+25cf,U+2606,U+2764,U+3008-3009,U+4e38,U+4e43,U+4ed5,U+4ef0,U+4eff,U+4fe0,U+5085,U+50a2,U+50be,U+5118,U+5211-5212,U+5272,U+52fe,U+5366,U+53b2,U+53ec,U+54ac,U+5587,U+55b5,U+5606,U+561b,U+5751,U+576a,U+57cb,U+58ef,U+58fa,U+594f,U+5951,U+596e,U+59d1,U+5ac1,U+5acc,U+5b8b,U+5c4d,U+5ca1,U+5d29,U+5dfe,U+5e7d,U+5edf,U+5ef7,U+5fa1,U+5faa,U+5fcc,U+5ffd,U+6021,U+6046,U+6062,U+62b9,U+6316,U+6350,U+6478,U+647a,U+6490,U+64b0,U+64e6,U+6524,U+6591,U+659c,U+65a4,U+65e6,U+65f6,U+6607,U+6674,U+6765,U+679d,U+67f4,U+68a8,U+6b3a,U+6c57,U+6c61,U+6c90,U+6cbf,U+6cdb,U+6d69,U+6db5,U+6dd1,U+6e21,U+6f06,U+6f62,U+70d8,U+71c3,U+71d5,U+722c,U+727d,U+72ac,U+72fc,U+731c,U+7336,U+7344,U+7384,U+73ab,U+7433,U+745c,U+7470,U+75d5,U+7652,U+76c8,U+76e7,U+7709,U+7720,U+7740,U+7747,U+7763,U+77ac-77ad,U+7802,U+78a7,U+78b3,U+78c1,U+78da,U+7926,U+796d,U+798d,U+7aae,U+7b52,U+7c92,U+7d68,U+7d81,U+7e31,U+7e5e,U+7e69,U+7e73,U+7f50,U+7f70,U+7f75,U+8058,U+8070,U+80c3,U+8105-8106,U+8108,U+8179,U+818f,U+81a9,U+81ed,U+820c-820d,U+8277,U+82d1,U+8461,U+84b8,U+852c,U+857e,U+8587,U+85e4,U+863f,U+8679,U+86c7,U+8702,U+8776,U+87ba,U+8896,U+88c2,U+88d5,U+88f8,U+8af8,U+8b7d,U+8ca2,U+8d64,U+8d74,U+8d81,U+8d99,U+8e5f,U+8e8d,U+8ecc,U+8ed2,U+8fb1,U+8fc5,U+9022,U+9038,U+905c,U+9081,U+9189,U+9234,U+92d2,U+934a,U+95a3,U+962a,U+9646,U+96d5,U+971c,U+9838,U+9875,U+98c4,U+99db,U+9a45,U+9a5f,U+9a6c,U+9ad2,U+9cf4,U+9d28,U+9daf,U+9df9,U+9e7d,U+9f0e,U+9f52,U+9f9c,U+ff11,U+ff1e", - "[110]": "U+2022,U+2500,U+25bc,U+4e1f,U+4e95,U+4f50,U+4f54,U+4f69,U+4fb6,U+4fc4,U+4fca,U+5009,U+50bb,U+5154,U+51cc,U+528d,U+5291,U+52d2,U+52e4,U+5353,U+5360,U+540a-540b,U+5410,U+54f2,U+5514,U+5537,U+558a,U+55ac,U+5617,U+56fd,U+573e,U+5766,U+5783,U+57d4,U+5806,U+5821,U+5857,U+5875,U+58f9,U+592f,U+5954,U+596a,U+59ae,U+59c6,U+59ca,U+59ff,U+5a03,U+5ae9,U+5b64,U+5bb4,U+5c3f,U+5c6f,U+5de1,U+5e16,U+5e45,U+5e72,U+5ec9,U+5f7c,U+5f81,U+5f90-5f92,U+6016,U+6085,U+6089,U+60a0,U+60a3,U+60b2,U+60d1,U+60f9,U+6155,U+6158,U+6191,U+6212,U+626e,U+62d4,U+632f,U+633a,U+63aa,U+642c,U+64a5,U+64cb,U+6566,U+6597,U+66b1,U+66ec,U+6731,U+6735,U+67ef,U+6846,U+6876,U+6881,U+68af-68b0,U+68c9,U+6905,U+6bc0,U+6beb,U+6c0f,U+6c1b,U+6c41,U+6ce5,U+6cf3,U+6d25,U+6d2a,U+6d3d,U+6dcb,U+6dd8,U+6dfa,U+6e9d,U+6eaa,U+6ec5,U+6ecb,U+6f0f,U+6f32,U+707d,U+708e,U+7092,U+716e,U+723a,U+731b,U+7345,U+7375,U+73b2,U+7434,U+74e6,U+758a,U+75be,U+75de,U+764c,U+76dc,U+788e,U+7897,U+789f,U+78a9,U+78b0,U+790e,U+7965,U+7a4e,U+7c43,U+7d17,U+7dd2,U+7e96,U+7f51,U+7f69,U+7f72,U+7fd4,U+7fe0,U+8017,U+80a9,U+80d6,U+8150,U+8178,U+81bd,U+829d,U+82ac,U+8303,U+838e,U+83cc,U+840c,U+8482,U+8499,U+85a9-85aa,U+883b,U+8861,U+88c1,U+88cf,U+88d9,U+8a3a,U+8a98,U+8aee,U+8c8c,U+8cc0,U+8ce2,U+8d0f,U+8da8,U+8dcc,U+8e0f,U+8f1d,U+8f29,U+8fad,U+9003,U+9006,U+903c,U+903e,U+9059,U+9072,U+9075,U+90ce,U+9130,U+91ac,U+91e3,U+9285,U+9298,U+92ea,U+9326,U+937e,U+95c6,U+9676-9677,U+9727,U+994b,U+99a8,U+99d0,U+9a30,U+9b42,U+9b45,U+9d3b,U+9e7f,U+9ee8,U+9f3b", - "[111]": "U+5e,U+3042,U+3044,U+3046,U+3048,U+304a-3050,U+3053-3057,U+3059-305b,U+305d-3061,U+3063-306c,U+306e-3079,U+307b,U+307d-307f,U+3082-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30c1,U+30c3-30c4,U+30c6-30e1,U+30e3-30ed,U+30ef,U+30f3,U+30fb-30fc,U+4e32,U+4ef2,U+4fd7,U+501f,U+5144,U+51c6,U+52c1,U+5440,U+54e6,U+54ed,U+5510,U+5687,U+58c1,U+5b5d,U+5bd2,U+5ee2,U+5f31,U+6012,U+6084,U+6148,U+6182,U+622a,U+6355,U+6372,U+63ee,U+6416,U+6575,U+660c,U+66c9,U+675c,U+6a6b,U+6b32,U+6b49,U+6b98,U+6d6e,U+6dda,U+6ef4,U+6efe,U+7159,U+7378,U+775b,U+78e8,U+7aa9,U+7d1b,U+7de9,U+7f6a,U+7f8a,U+7fbd,U+8000,U+809a,U+8102,U+8170,U+819c,U+8266,U+82b3,U+87f2,U+8972,U+8a17,U+8b02,U+8e22,U+904d,U+90ed,U+91c7,U+93c8,U+9451,U+9a37,U+9b27,U+ad6d,U+c5b4,U+d55c", - "[112]": "U+2502,U+2605,U+4e39,U+4e58,U+4ea1,U+4ed9,U+4f2f-4f30,U+4f38,U+4f75,U+4fc3,U+4ff1,U+500d,U+5049,U+5074,U+5077,U+5091,U+5175,U+517c,U+51cd,U+51e1,U+5269-526a,U+52aa,U+52c7,U+52df,U+5377,U+541b,U+5439,U+5448,U+54aa,U+5674,U+56f0,U+5761,U+585e,U+588a,U+58a8,U+58fd,U+5925,U+592e,U+5948,U+5999,U+59b3,U+5a18,U+5a1c,U+5a46,U+5b30,U+5b54,U+5b6b,U+5b8f,U+5be9,U+5bf8,U+5c0a,U+5c16,U+5c24,U+5c46,U+5cf0,U+5e1d,U+5e25,U+5e2d,U+5e3d,U+5e79,U+5f04,U+5fcd,U+5fe0,U+60dc,U+6163,U+616e,U+61f6,U+6258,U+6293,U+62c6,U+62d2,U+62d6,U+62fc,U+63da,U+63ed,U+640d,U+6458,U+649e,U+64ec,U+64f4,U+64fe,U+651c,U+6562,U+65cb,U+65e2,U+65fa,U+6628,U+6668,U+66a2,U+66dd,U+66fc,U+66ff,U+6717,U+67cf,U+67d4,U+6817,U+6885,U+695a,U+69cd,U+6afb,U+6bbc,U+6c89,U+6c96,U+6cc9,U+6d1b,U+6d1e,U+6d74,U+6db2,U+6dbc,U+6df7,U+6dfb,U+6e38,U+6f38,U+6f5b,U+6f64,U+6f8e,U+6fa4,U+6fc3,U+6fd5,U+7070,U+70b8,U+70cf,U+70e4,U+7169,U+7210,U+721b,U+7238,U+737b,U+73bb,U+746a,U+7483,U+74dc,U+74f6,U+7518,U+756a,U+75c7,U+7919,U+7956,U+795d,U+7a05,U+7a0d,U+7a3f,U+7bc9,U+7c97,U+7cd5,U+7d0b,U+7d10,U+7dfb,U+7e3e,U+7e6a,U+8036,U+808c,U+80af,U+80ce,U+80e1,U+80f8,U+817f,U+8216,U+8239,U+827e,U+8377,U+8389,U+83ab,U+83f2,U+840a,U+8584,U+85c9,U+865b,U+8766,U+87a2,U+8932,U+8a50,U+8a69,U+8a95,U+8b6f,U+8c37,U+8c6c,U+8ca9,U+8cfa,U+8d95,U+8de1,U+8f14,U+8f9b,U+8fa3,U+8feb,U+8ff4,U+9010,U+901b,U+905e,U+9080,U+912d,U+9177,U+9336,U+947d,U+963b,U+966a,U+9670,U+9769,U+9813,U+9846,U+98fd,U+99d5,U+9a0e,U+9a19,U+9b6f,U+9ce5,U+9cf3,U+9ece,U+9ed8,U+9f13,U+9f20", - "[113]": "U+201c-201d,U+203b,U+2192,U+25b2,U+300e-300f,U+4e01,U+4e73,U+4e82,U+4e88,U+4e8e,U+4f0a,U+4f5b,U+502b,U+504f,U+5076,U+5100,U+5104,U+5132,U+5192,U+51a0,U+51ac,U+51f1,U+5200,U+5224,U+522a,U+5237-5238,U+523a,U+526f,U+5289,U+52de,U+52f5,U+52ff,U+5371,U+539a,U+53e5,U+540e,U+5433,U+547c,U+552f,U+5531,U+5634,U+56c9,U+574a,U+57f7,U+57f9,U+5805,U+5851,U+5854,U+586b,U+58c7,U+58de,U+5967,U+59bb,U+59d3-59d4,U+5b55,U+5b87,U+5b97,U+5bae,U+5bbf,U+5be7,U+5bec,U+5cb8,U+5df7,U+5e7b-5e7c,U+5f1f,U+5f70,U+5fd9,U+60e1,U+61b6,U+61c2,U+6200,U+6234,U+6263,U+62b5,U+62dc,U+62ec,U+6383,U+638c,U+63cf,U+63d2,U+63e1,U+63f4,U+641e,U+64cd,U+64fa,U+654f,U+6557,U+656c,U+65c1,U+65d7,U+6620,U+6676,U+6696-6697,U+66ab,U+66c6,U+671d,U+672b,U+676f,U+677e,U+67d0,U+67d3,U+684c,U+68c4,U+690d,U+694a,U+699c,U+6a4b,U+6ac3,U+6b04,U+6b23,U+6b78,U+6b8a,U+6bd2,U+6c60,U+6cb3,U+6d89,U+6de1,U+6de8,U+6e6f,U+6f02,U+70c8,U+7126,U+718a,U+7236,U+723d,U+7246,U+72af,U+72d7,U+73cd,U+7532,U+760b,U+7626,U+7687,U+76df,U+7761,U+79cb,U+79d2,U+79df,U+7a69,U+7af6,U+7b80,U+7c3d,U+7c3f,U+7c4d,U+7cd6,U+7d2b,U+7de3,U+7e2e,U+7e54,U+7e6b,U+8010,U+80a5,U+812b,U+819a,U+81a0,U+82d7,U+838a,U+8463,U+84cb,U+8521,U+8607,U+860b,U+864e,U+871c,U+878d,U+885d,U+89f8,U+8a13,U+8aa0,U+8afe,U+8b5c,U+8c46,U+8cbf,U+8cd3,U+8cf4,U+8d08,U+8d0a,U+8ddd,U+8de8,U+8fea,U+9014,U+9055,U+906d,U+907a,U+907f,U+90a6,U+9178,U+92fc,U+934b,U+9396,U+93ae,U+9583,U+9663,U+9694,U+96bb,U+9707,U+9738,U+9905,U+9aa8,U+9b25,U+9b3c,U+9ea5,U+9eb5,U+9f4a,U+9f61,U+ff0d-ff0e", - "[114]": "U+3c,U+d7,U+2027,U+4e4e,U+4e92,U+4ea6,U+4ec1,U+4ecd,U+4f34,U+4f48,U+4f53,U+4fb5,U+5012,U+50b7,U+51b0,U+5283,U+52dd,U+532f,U+5354,U+53eb,U+53f3,U+5409,U+5496,U+54c8,U+54e5,U+554a,U+5561,U+5594,U+559d,U+56b4,U+56fa,U+5713,U+5750,U+57df,U+584a,U+590f,U+592b,U+593e,U+5976,U+599d,U+59b9,U+59d0,U+5a5a,U+5a66,U+5b85,U+5b88,U+5ba3,U+5bdf,U+5c01,U+5c04,U+5c3a,U+5c3e,U+5c4f,U+5ddd-5dde,U+5de7-5de8,U+5e63,U+5e8a,U+5e9c,U+5eda,U+5ef3,U+5ef6,U+5f48,U+5fb5,U+6015,U+6025,U+602a,U+6050,U+6069,U+6162,U+6176,U+61f7,U+6279,U+627f,U+6297,U+62b1,U+62bd,U+6311,U+6377,U+6388-6389,U+63a1-63a2,U+6436,U+64c1,U+64d4,U+6551,U+6563,U+65bd,U+66b4,U+66f2,U+6751,U+675f,U+6790,U+6838,U+68d2,U+68ee,U+6982,U+69ae,U+69cb,U+6a39,U+6b66,U+6bba,U+6c5f,U+6ce1,U+6d0b,U+6d3e,U+6d6a,U+6e1b,U+6ed1,U+6f22,U+6f54,U+6f6e,U+6fc0,U+6fdf,U+719f,U+71c8,U+71d2,U+7259,U+72c2,U+7389,U+73e0,U+745e,U+751a,U+751c,U+7530,U+7533,U+7562,U+7591,U+75c5,U+75db,U+7642,U+7686,U+76d2,U+76db,U+76e1,U+76e3,U+7701,U+786c,U+7981,U+79c0,U+79fb,U+7a81,U+7a97,U+7adf,U+7aef,U+7b26,U+7c64,U+7d0d,U+7d14,U+7d2f,U+7d9c,U+7dca,U+7df4,U+7e23,U+7f3a,U+8033,U+804a,U+8056,U+805a,U+8173,U+81e8,U+8212,U+821e,U+822a,U+82e6,U+8336,U+83dc,U+8449,U+84ee,U+85e5,U+885b,U+888b,U+8907,U+8a34,U+8a5e,U+8aa4,U+8ab0,U+8ab2,U+8ac7,U+8b66,U+8c6a,U+8c93,U+8c9d,U+8cb4,U+8dd1,U+8f2a,U+8fb2,U+9109,U+9192,U+91cb,U+91dd,U+93e1,U+964d,U+9686,U+968e,U+969c,U+96de,U+96e8,U+96ea,U+96f7,U+975c,U+9760,U+978b,U+9858,U+98ef,U+9918,U+9aee,U+9b54,U+9ebb,U+ff0f,U+ff5c", - "[115]": "U+23-25,U+3d,U+4e45,U+4e5d,U+4e7e,U+4eac,U+4eae,U+4ed4,U+4ee4,U+4f01,U+4f3c,U+4f8b,U+4fc2,U+505c,U+50c5,U+5145,U+51b7,U+521d,U+523b,U+525b,U+5287,U+52e2,U+5348,U+535a,U+537b,U+5426,U+542b,U+5438,U+5462,U+54ea,U+555f,U+5566,U+5584,U+5609,U+5708,U+570d,U+571f,U+5747,U+5802,U+58d3,U+5920,U+5922,U+5957,U+5979,U+5a01,U+5a92,U+5abd,U+5b63,U+5b69,U+5b83,U+5bb3,U+5bc4,U+5bf5,U+5c3c,U+5c40,U+5c4b,U+5c64,U+5cf6,U+5de6,U+5e0c,U+5e55,U+5e78,U+5eab,U+5ead,U+5ee0,U+5f85,U+5f8b,U+5fd7-5fd8,U+6167,U+6298,U+62db,U+62ff,U+639b,U+63a7,U+642d,U+6469,U+64ad,U+651d,U+653b,U+65b7,U+65cf,U+665a,U+666e,U+66fe,U+6728,U+674e,U+67b6,U+6821,U+6839,U+6843,U+6a94,U+6b4c,U+6b50,U+6b62,U+6b72,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c7a,U+6c7d,U+6c99,U+6cb9,U+6ce2,U+6cf0,U+6d17,U+6d32,U+6e2c,U+6e56,U+6fb3,U+722d,U+723e,U+725b,U+734e,U+7387,U+73ed,U+7565,U+7570,U+76ca,U+76e4,U+773e,U+77ed,U+77f3,U+7814,U+7834,U+7968,U+79d8,U+7a7f,U+7af9,U+7b11,U+7b46,U+7b54,U+7bc4,U+7d19,U+7d22,U+7d42,U+7d55,U+7da0,U+7e41,U+7e7c,U+7f85,U+7ffb,U+8077,U+8089,U+80cc,U+81c9,U+81f4,U+81fa,U+820a,U+822c,U+826f,U+8349,U+85cd,U+86cb,U+8840,U+88dc,U+8986,U+8a0e,U+8a73,U+8a8c,U+8b1b,U+8b9a,U+8c50,U+8ca0,U+8cde,U+8cfd,U+8d8a,U+8df3,U+8e64,U+8ecd,U+8edf,U+8f38,U+8fd4,U+8ff0,U+8ff7,U+9000,U+9047,U+9060,U+90f5,U+9152,U+91ce,U+9280,U+9418,U+9435,U+9589,U+9592,U+9678,U+968a,U+96aa,U+96c5,U+96d6,U+96dc,U+96f6,U+9732,U+9748,U+9802,U+9806,U+9808,U+983b,U+984d,U+984f,U+9867,U+98db,U+98f2,U+98fe,U+9a5a,U+9b06,U+9b5a,U+9bae,U+ff5e", - "[116]": "U+40,U+2026,U+4e03,U+4e14,U+4e9e,U+4ec0,U+4ed8,U+4f11,U+4f4e-4f4f,U+4f73,U+4fee,U+5019,U+503c,U+5047,U+514b,U+516b,U+5178,U+5207,U+520a,U+5236,U+5343,U+5347,U+534a,U+5370,U+53cd,U+53e4,U+53e6,U+53f2,U+5403,U+5411,U+5427,U+5468,U+5473,U+547d,U+552e,U+5740,U+5883,U+589e,U+591c,U+5931,U+59cb,U+5a1b,U+5b58,U+5b98,U+5b9c,U+5ba4,U+5bcc,U+5beb,U+5c45,U+5c6c,U+5dee,U+5df4,U+5e03,U+5e33,U+5e6b,U+5e7e,U+5e8f,U+5e95,U+5ea7,U+5f15,U+5f62,U+5f69,U+5f80,U+5fa9,U+5fae,U+5fb7,U+5ff5,U+600e,U+601d,U+60e0,U+614b,U+6230,U+623f,U+628a,U+6295,U+62c9,U+6309,U+64c7,U+64ca,U+652f,U+6545,U+6548,U+65af,U+65e9,U+6625,U+666f,U+667a,U+670b,U+671b,U+6750,U+677f,U+6975,U+6a13,U+6a21,U+6aa2,U+6b65,U+6b77,U+6bb5,U+6cc1,U+6ce8,U+6df1,U+6e90,U+6e96,U+6eab,U+6f14,U+6f2b,U+700f,U+706b,U+7206,U+724c,U+72c0,U+7368,U+7372,U+74b0,U+756b,U+76ae,U+773c,U+78ba,U+798f,U+79ae,U+7a4d,U+7a76,U+7ae5,U+7b56,U+7b97,U+7bb1,U+7bc7,U+7c73,U+7c89,U+7d00,U+7d20,U+7d39,U+7d72,U+7dad,U+7e8c,U+7fa4,U+7fd2,U+8003,U+807d,U+80a1,U+80b2,U+8166,U+8208-8209,U+82e5,U+843d,U+85cf,U+85dd,U+862d,U+8857,U+8863,U+89ba,U+89d2,U+8a2a,U+8a31,U+8a62,U+8a66,U+8a72,U+8abf,U+8b1d,U+8b58,U+8c61,U+8ca1,U+8ca8,U+8cac,U+8cbc,U+8d70,U+8da3,U+8db3,U+8ddf,U+8f03,U+8f15,U+8f2f,U+8fa6,U+8fce,U+8ffd,U+900f,U+9031,U+9069,U+908a,U+91ab,U+91cc,U+92b7,U+9322,U+932f,U+9375,U+9632,U+963f,U+9644,U+9662,U+9673,U+967d,U+96a8,U+96c4,U+96d9,U+96e2-96e3,U+96f2,U+9752,U+97d3,U+97ff,U+9805,U+9810,U+9818,U+986f,U+990a,U+9910,U+9928,U+9e97,U+9ec3,U+9f8d,U+ff1b", - "[117]": "U+26,U+3e,U+5f,U+7e,U+3000,U+300a-300b,U+3010-3011,U+4e16,U+4e26,U+4e94,U+4e9b,U+4ea4,U+4eca-4ecb,U+4efb,U+4efd,U+4f46,U+4f55,U+4f9b,U+4f9d,U+4fbf,U+505a,U+5065,U+5099,U+50cf,U+512a,U+5143,U+5148,U+5152,U+5169,U+516d,U+5171,U+5177,U+518a,U+5225,U+5247,U+5275,U+529f,U+52a9,U+5305,U+5341,U+5357,U+5361,U+5373,U+53bb,U+53c3,U+53c8,U+53d6-53d7,U+53e3,U+5404,U+559c,U+55ce,U+5668,U+56db,U+5712,U+5718,U+57ce,U+57fa,U+58eb,U+592a,U+5947,U+5bc6,U+5bf6,U+5c0e,U+5c11,U+5c1a,U+5c55,U+5c71,U+5df1,U+5e2b,U+5e36,U+5e97,U+5eb7,U+5ee3,U+5efa,U+5f35,U+5f37,U+5f88,U+5f9e,U+5fc5,U+606f,U+60a8,U+6232,U+6236,U+624d,U+627e,U+6280,U+62cd,U+6301,U+6307,U+6392,U+63db,U+64da,U+6539,U+653e-653f,U+6559,U+6574,U+65c5,U+6613,U+66f8,U+6797,U+67e5,U+6848,U+6a19,U+6a23,U+6b61,U+6bcf,U+6c11,U+6c42,U+6d41,U+6d77,U+6e2f,U+6eff,U+7167,U+71df,U+738b,U+73a9,U+7403,U+7537,U+754c,U+7559,U+767d-767e,U+78bc,U+793a,U+795e,U+79c1,U+79d1,U+7a2e,U+7a31,U+7a7a,U+7ae0,U+7ba1,U+7bc0,U+7c21,U+7cfb,U+7d04-7d05,U+7d1a,U+7d30,U+7d44,U+7d66,U+7d71,U+7de8,U+7e3d,U+7f6e,U+7fa9,U+8001,U+805e,U+8072,U+81f3,U+82f1,U+83ef,U+842c,U+8457,U+85a6,U+8655,U+8853,U+88ab,U+88dd,U+88e1,U+88fd,U+897f,U+898f,U+89aa,U+89bd,U+89c0,U+89e3,U+8a02,U+8a3b,U+8a55,U+8a8d,U+8a9e,U+8ad6,U+8b49,U+8b70,U+8b77,U+8b80,U+8b8a,U+8b93,U+8cb7,U+8ce3,U+8cea,U+8cfc,U+8f09,U+8fd1,U+9001,U+901f-9020,U+9054,U+90a3,U+914d,U+91cf,U+9304,U+95b1,U+9664,U+969b,U+96b1,U+96c6,U+9700,U+975e,U+97f3,U+98a8,U+98df,U+9999,U+99ac,U+9a57,U+9ebc,U+9ed1", - "[118]": "U+d,U+2b,U+7c,U+a9,U+300c-300d,U+4e09,U+4e3b,U+4e4b,U+4e5f,U+4e86,U+4e8b-4e8c,U+4eab,U+4ed6,U+4ee3,U+4ef6,U+4f1a,U+4f4d,U+4f60,U+4f7f,U+4fdd,U+4fe1,U+50b3,U+50f9,U+5149,U+514d,U+5167,U+5176,U+518d,U+5217,U+5229,U+524d,U+529b,U+52a0,U+52d9,U+5316-5317,U+5340,U+539f,U+53ca-53cb,U+53ea,U+53f8,U+5408,U+540c-540d,U+544a,U+548c,U+54c1,U+54e1,U+5546,U+554f,U+55ae,U+56de,U+56e0,U+5716,U+578b,U+5831,U+5834,U+5916,U+5973,U+5982,U+5b57,U+5b78,U+5b89,U+5b8c,U+5b9a,U+5ba2,U+5bb9,U+5be6,U+5c07-5c08,U+5c0b,U+5c0d,U+5c31,U+5de5,U+5df2,U+5e02,U+5e38,U+5ea6,U+5f0f,U+5f71,U+5f8c,U+5f97,U+5feb,U+6027,U+60c5,U+60f3,U+610f,U+611b,U+611f,U+61c9,U+6216,U+624b,U+6253,U+63a5,U+63a8,U+63d0,U+641c,U+6536,U+6578,U+6599,U+661f,U+662d,U+670d,U+671f,U+672a,U+6771,U+679c,U+682a,U+683c,U+689d,U+696d,U+6a02,U+6a5f,U+6b0a,U+6b21,U+6b3e,U+6b64,U+6bd4,U+6c23,U+6c34,U+6c92,U+6cd5,U+6d3b,U+6d88,U+6e05,U+7063,U+7121,U+7136,U+71b1,U+7247-7248,U+7269,U+7279,U+73fe,U+7406,U+7522,U+7531,U+7576,U+767b,U+76ee,U+76f4,U+770b,U+771f,U+77e5,U+793e,U+7a0b,U+7acb,U+7ad9,U+7b2c,U+7b49,U+7cbe,U+7d50,U+7d61,U+7d93,U+7dda,U+8005,U+800c,U+806f,U+8207,U+8272,U+82b1,U+865f,U+8868,U+898b,U+8996,U+8a00,U+8a08,U+8a0a,U+8a18,U+8a2d,U+8a71,U+8aaa,U+8acb,U+8cbb,U+8cc7,U+8d77,U+8d85,U+8def,U+8eab,U+8eca,U+8f49,U+9019-901a,U+9023,U+9032,U+904a-904b,U+904e,U+9053,U+9078,U+9084,U+90e8,U+90fd,U+91cd,U+91d1,U+9577,U+9580,U+9593,U+9650,U+9762,U+982d,U+984c,U+985e,U+9ad4,U+9ad8,U+9ede,U+ff01,U+ff08-ff09,U+ff1f", - "[119]": "U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-5d,U+61-7b,U+7d,U+a0,U+ab,U+ae,U+b2-b3,U+b7,U+bb,U+bf,U+c9,U+cd,U+d6,U+e0-ef,U+f1-f4,U+f6,U+f9-fa,U+fc-fd,U+101,U+103,U+110-111,U+113,U+12b,U+14d,U+16b,U+1a1,U+1b0,U+1ce,U+300-301,U+1ea1,U+1ea3,U+1ebf,U+1ec7,U+2013-2014,U+2039-203a,U+203c,U+2122,U+3001-3002,U+4e00,U+4e0a-4e0b,U+4e0d,U+4e2d,U+4eba,U+4ee5,U+4f5c,U+4f86,U+500b,U+5011,U+5165,U+5168,U+516c,U+51fa,U+5206,U+5230,U+52d5,U+53ef-53f0,U+570b,U+5728,U+5730,U+591a,U+5927,U+5929,U+597d,U+5b50,U+5bb6,U+5c0f,U+5e73-5e74,U+5fc3,U+6210-6211,U+6240,U+6587,U+65b0,U+65b9,U+65bc,U+65e5,U+660e,U+662f,U+6642,U+66f4,U+6700,U+6703,U+6708-6709,U+672c,U+6b63,U+6cbb,U+70b9-70ba,U+751f,U+7528,U+767c,U+7684,U+76f8,U+7db2,U+7f8e,U+80fd,U+81ea,U+884c,U+8981,U+958b,U+95dc,U+96fb,U+9801,U+9996,U+ff0c,U+ff1a", - "latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" - }, - "variants": { - "200": { - "normal": { "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpAM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpAM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpLM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpLM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpKM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpKM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vXX5MTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vXX5MSegNEX8.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpEM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMNpEM2EuqnONqmY.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpD.ttf" } } } }, - "300": { + "600": { "normal": { + "[0]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" + } + }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssXX5MTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssXX5MSegNEX8.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX8.otf" - } - } - } - }, - "400": { - "normal": { - "[6]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[7]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[8]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[19]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[20]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[21]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[22]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[23]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[24]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[25]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[26]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[27]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[28]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[29]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[30]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[31]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[32]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[33]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[34]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[35]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[36]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[37]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[38]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[39]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[40]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[41]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[42]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[43]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[44]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[45]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[46]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[47]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[48]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[49]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[50]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[51]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[52]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[53]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[54]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[55]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[56]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[57]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[58]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[59]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[60]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[61]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[62]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[63]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[64]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[65]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[66]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[67]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[68]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[69]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[70]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[71]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[72]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[73]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[74]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[75]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[76]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[77]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[78]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[79]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[80]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[81]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[82]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[83]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[84]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[85]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[86]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[87]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[88]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[89]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[90]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[91]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[92]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[97]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[98]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[99]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[100]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[101]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[102]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[103]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[104]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[105]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[106]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[107]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[108]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[109]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[110]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[111]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[112]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[113]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[114]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[115]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[116]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" - } - }, - "[117]": { + "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pAM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pAM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, - "[118]": { + "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pLM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pLM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, - "[119]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnQET3FsCN0FAgvgEq4qZwtrwBrhpwcyws-Z2oxkXLqzDtbj3psk.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pKM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pKM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BtnAOSA.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BtnAOTlNuQsI.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnE.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pEM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN9pEM2EuqnONqmY.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pD.ttf" } } } }, - "500": { + "700": { "normal": { + "[0]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" + } + }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pAM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pAM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pLM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pLM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pKM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pKM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtXX5MTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtXX5MSegNEX8.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pEM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N9pEM2EuqnONqmY.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pD.ttf" } } } }, - "600": { + "800": { "normal": { + "[0]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" + } + }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" + } + }, + "cyrillic": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pAM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pAM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" + } + }, + "vietnamese": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pLM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pLM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" + } + }, + "latin-ext": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pKM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pKM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qXX5MTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qXX5MSegNEX8.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pEM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN9pEM2EuqnONqmY.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pD.ttf" } } } }, - "700": { + "900": { "normal": { + "[0]": { + "url": { + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.0.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.0.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" + } + }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.6.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.6.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.7.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.7.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.8.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.8.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[19]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.19.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.19.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[20]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.20.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.20.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[21]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.21.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.21.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[22]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.22.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.22.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[23]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.23.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.23.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[24]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.24.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.24.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[25]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.25.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.25.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[26]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.26.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.26.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[27]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.27.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.27.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[28]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.28.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.28.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[29]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.29.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.29.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[30]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.30.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.30.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[31]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.31.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.31.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[32]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.32.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.32.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[33]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.33.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.33.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[34]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.34.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.34.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[35]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.35.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.35.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[36]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.36.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.36.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[37]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.37.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.37.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[38]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.38.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.38.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[39]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.39.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.39.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[40]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.40.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.40.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[41]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.41.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.41.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[42]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.42.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.42.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[43]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.43.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.43.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[44]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.44.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.44.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[45]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.45.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.45.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[46]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.46.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.46.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[47]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.47.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.47.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[48]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.48.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.48.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[49]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.49.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.49.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[50]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.50.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.50.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[51]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.51.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.51.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[52]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.52.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.52.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[53]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.53.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.53.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[54]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.54.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.54.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[55]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.55.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.55.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[56]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.56.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.56.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[57]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.57.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.57.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[58]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.58.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.58.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[59]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.59.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.59.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[60]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.60.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.60.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[61]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.61.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.61.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[62]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.62.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.62.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[63]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.63.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.63.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[64]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.64.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.64.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[65]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.65.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.65.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[66]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.66.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.66.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[67]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.67.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.67.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[68]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.68.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.68.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[69]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.69.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.69.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[70]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.70.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.70.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[71]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.71.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.71.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[72]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.72.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.72.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[73]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.73.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.73.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[74]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.74.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.74.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[75]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.75.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.75.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[76]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.76.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.76.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[77]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.77.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.77.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[78]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.78.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.78.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[79]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.79.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.79.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[80]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.80.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.80.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[81]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.81.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.81.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[82]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.82.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.82.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[83]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.83.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.83.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[84]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.84.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.84.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[85]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.85.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.85.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[86]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.86.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.86.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[87]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.87.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.87.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[88]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.88.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.88.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[89]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.89.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.89.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[90]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.90.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.90.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[91]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.91.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.91.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[92]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.92.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.92.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[97]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.97.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.97.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[98]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.98.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.98.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[99]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.99.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.99.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[100]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.100.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.100.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[101]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.101.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.101.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[102]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.102.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.102.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[103]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.103.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.103.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[104]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.104.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.104.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[105]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.105.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.105.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[106]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.106.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.106.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[107]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.107.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.107.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[108]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.108.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.108.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[109]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.109.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.109.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[110]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.110.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.110.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[111]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.111.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.111.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[112]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.112.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.112.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[113]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.113.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.113.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[114]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.114.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.114.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[115]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.115.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.115.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[116]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.116.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.116.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[117]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.117.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.117.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[118]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.118.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.118.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "[119]": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pGUX0OtQ__6wAz38iTx4hXFby9Bs3q2e57ciWURAY9WpIx.119.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pAOWYMrluPyHtQsNWOyI1STLa6AcLjh-hMfy6XVhYOSudXS9fDjCgH.119.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, - "latin": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrXX5MTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrXX5MSegNEX8.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX8.otf" - } - } - } - }, - "900": { - "normal": { - "[6]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.6.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.6.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[7]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.7.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.7.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[8]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.8.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.8.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[19]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.19.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.19.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[20]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.20.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.20.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[21]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.21.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.21.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[22]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.22.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.22.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[23]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.23.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.23.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[24]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.24.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.24.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[25]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.25.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.25.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[26]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.26.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.26.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[27]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.27.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.27.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[28]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.28.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.28.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[29]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.29.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.29.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[30]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.30.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.30.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[31]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.31.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.31.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[32]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.32.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.32.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[33]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.33.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.33.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[34]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.34.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.34.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[35]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.35.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.35.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[36]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.36.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.36.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[37]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.37.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.37.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[38]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.38.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.38.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[39]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.39.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.39.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[40]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.40.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.40.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[41]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.41.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.41.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[42]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.42.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.42.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[43]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.43.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.43.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[44]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.44.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.44.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[45]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.45.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.45.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[46]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.46.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.46.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[47]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.47.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.47.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[48]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.48.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.48.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[49]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.49.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.49.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[50]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.50.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.50.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[51]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.51.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.51.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[52]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.52.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.52.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[53]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.53.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.53.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[54]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.54.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.54.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[55]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.55.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.55.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[56]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.56.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.56.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[57]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.57.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.57.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[58]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.58.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.58.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[59]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.59.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.59.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[60]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.60.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.60.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[61]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.61.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.61.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[62]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.62.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.62.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[63]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.63.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.63.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[64]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.64.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.64.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[65]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.65.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.65.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[66]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.66.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.66.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[67]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.67.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.67.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[68]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.68.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.68.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[69]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.69.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.69.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[70]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.70.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.70.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[71]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.71.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.71.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[72]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.72.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.72.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[73]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.73.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.73.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[74]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.74.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.74.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[75]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.75.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.75.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[76]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.76.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.76.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[77]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.77.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.77.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[78]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.78.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.78.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[79]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.79.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.79.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[80]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.80.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.80.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[81]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.81.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.81.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[82]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.82.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.82.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[83]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.83.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.83.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[84]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.84.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.84.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[85]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.85.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.85.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[86]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.86.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.86.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[87]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.87.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.87.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[88]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.88.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.88.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[89]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.89.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.89.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[90]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.90.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.90.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[91]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.91.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.91.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[92]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.92.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.92.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[97]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.97.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.97.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[98]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.98.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.98.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[99]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.99.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.99.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[100]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.100.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.100.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[101]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.101.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.101.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[102]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.102.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.102.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[103]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.103.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.103.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[104]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.104.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.104.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[105]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.105.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.105.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[106]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.106.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.106.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[107]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.107.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.107.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[108]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.108.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.108.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[109]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.109.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.109.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[110]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.110.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.110.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[111]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.111.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.111.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[112]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.112.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.112.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[113]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.113.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.113.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[114]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.114.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.114.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[115]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.115.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.115.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[116]": { - "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.116.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.116.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" - } - }, - "[117]": { + "cyrillic": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.117.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.117.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pAM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pAM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, - "[118]": { + "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.118.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.118.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pLM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pLM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, - "[119]": { + "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXwuVcgUbQ3zF6M3eg1qzxeg6QwzxcSPzLZfXbm0Gs_7uos.119.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbXpGSMoPW2CYaL4xcgZt2hLi5AU2hsKUwIdeS7qKC8bpy_5IYlDy.119.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pKM2c8rw.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pKM2EuqnONqmZiqg.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpXX5MTw.woff2", - "woff": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpXX5MSegNEX8.woff", - "opentype": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX8.otf" + "woff2": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pEM2c.woff2", + "woff": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN9pEM2EuqnONqmY.woff", + "truetype": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pD.ttf" } } } } }, "defSubset": "latin", - "lastModified": "2022-09-27", - "version": "v23", + "lastModified": "2024-05-14", + "version": "v30", "category": "serif" }, "noto-serif-telugu": { @@ -333674,93 +336905,93 @@ "normal": { "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.1.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.1.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.1.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.1.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.2.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.2.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.2.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.2.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.3.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.3.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.3.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.3.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.4.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.4.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.4.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.5.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.5.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.5.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.6.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.6.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.6.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.7.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.7.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.7.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.7.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.8.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.8.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.8.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.8.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.9.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.9.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunFVGPuiBiAgJIfXnQ.9.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunc9FfmnQ08NR-TC-LCAtR1TgQ.9.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" } }, "math": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgig83FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgig83Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgig83FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgig83Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginw3FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginw3Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginw3FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginw3Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgin03FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgin03Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgin03FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgin03Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginM3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginM3Etuja01vTA.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginM3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRginM3Etuja01vTA.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ.ttf" } } } @@ -333769,93 +337000,93 @@ "normal": { "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.1.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.1.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.1.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.1.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.2.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.2.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.2.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.2.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.3.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.3.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.3.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.3.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.4.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.4.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.4.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.5.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.5.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.5.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.6.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.6.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.6.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.7.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.7.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.7.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.7.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.8.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.8.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.8.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.8.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.9.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.9.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunFVGPuiBiAgJIfXnQ.9.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunc9FfmnQ08NR-TC-LCAtR1TgQ.9.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" } }, "math": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhig83FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhig83Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhig83FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhig83Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinw3FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinw3Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinw3FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinw3Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhin03FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhin03Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhin03FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhin03Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinM3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinM3Etuja01vTA.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinM3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhinM3Etuja01vTA.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ.ttf" } } } @@ -333864,93 +337095,93 @@ "normal": { "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.1.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.1.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.1.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.1.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.2.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.2.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.2.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.2.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.3.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.3.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.3.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.3.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.4.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.4.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.4.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.5.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.5.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.5.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.6.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.6.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.6.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.7.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.7.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.7.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.7.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.8.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.8.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.8.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.8.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.9.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.9.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunFVGPuiBiAgJIfXnQ.9.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphunc9FfmnQ08NR-TC-LCAtR1TgQ.9.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" } }, "math": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphig83FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphig83Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphig83FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphig83Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphinw3FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphinw3Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphinw3FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphinw3Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphin03FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphin03Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphin03FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iqphin03Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphinM3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphinM3Etuja01vTA.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphinM3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphinM3Etuja01vTA.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ.ttf" } } } @@ -333959,93 +337190,93 @@ "normal": { "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.1.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.1.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.1.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.1.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.2.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.2.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.2.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.2.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.3.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.3.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.3.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.3.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.4.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.4.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.4.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.5.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.5.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.5.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.6.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.6.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.6.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.7.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.7.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.7.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.7.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.8.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.8.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.8.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.8.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.9.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.9.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunFVGPuiBiAgJIfXnQ.9.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunc9FfmnQ08NR-TC-LCAtR1TgQ.9.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" } }, "math": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhig83FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhig83Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhig83FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhig83Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinw3FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinw3Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinw3FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinw3Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhin03FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhin03Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhin03FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhin03Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinM3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinM3Etuja01vTA.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinM3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinM3Etuja01vTA.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ.ttf" } } } @@ -334054,93 +337285,93 @@ "normal": { "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.1.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.1.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.1.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.1.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.2.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.2.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.2.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.2.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.3.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.3.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.3.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.3.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.4.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.4.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.4.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.5.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.5.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.5.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.6.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.6.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.6.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.7.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.7.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.7.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.7.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.8.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.8.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.8.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.8.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.9.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.9.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunFVGPuiBiAgJIfXnQ.9.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunc9FfmnQ08NR-TC-LCAtR1TgQ.9.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" } }, "math": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhig83FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhig83Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhig83FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhig83Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinw3FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinw3Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinw3FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinw3Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhin03FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhin03Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhin03FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhin03Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinM3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinM3Etuja01vTA.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinM3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhinM3Etuja01vTA.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ.ttf" } } } @@ -334149,93 +337380,93 @@ "normal": { "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.1.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.1.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.1.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.1.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.2.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.2.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.2.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.2.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.3.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.3.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.3.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.3.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.4.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.4.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.4.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.5.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.5.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.5.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.6.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.6.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.6.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.7.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.7.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.7.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.7.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.8.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.8.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.8.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.8.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.9.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.9.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunFVGPuiBiAgJIfXnQ.9.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmunc9FfmnQ08NR-TC-LCAtR1TgQ.9.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" } }, "math": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmig83FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmig83Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmig83FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmig83Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipminw3FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipminw3Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipminw3FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipminw3Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmin03FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmin03Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmin03FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4Iipmin03Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipminM3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipminM3Etuja01vTA.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipminM3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipminM3Etuja01vTA.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ.ttf" } } } @@ -334244,93 +337475,93 @@ "normal": { "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.1.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.1.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.1.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.1.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.2.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.2.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.2.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.2.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.3.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.3.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.3.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.3.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.4.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.4.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.4.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.5.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.5.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.5.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.6.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.6.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.6.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.7.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.7.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.7.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.7.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.8.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.8.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.8.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.8.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.9.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.9.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunFVGPuiBiAgJIfXnQ.9.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunc9FfmnQ08NR-TC-LCAtR1TgQ.9.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" } }, "math": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmig83FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmig83Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmig83FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmig83Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminw3FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminw3Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminw3FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminw3Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmin03FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmin03Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmin03FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmin03Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminM3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminM3Etuja01vTA.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminM3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNminM3Etuja01vTA.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ.ttf" } } } @@ -334339,101 +337570,101 @@ "normal": { "[1]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.1.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.1.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.1.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.1.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" } }, "[2]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.2.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.2.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.2.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.2.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" } }, "[3]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.3.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.3.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.3.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.3.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" } }, "[4]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.4.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.4.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.4.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.4.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" } }, "[5]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.5.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.5.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.5.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.5.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" } }, "[6]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.6.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.6.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.6.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.6.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" } }, "[7]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.7.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.7.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.7.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.7.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" } }, "[8]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.8.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.8.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.8.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.8.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" } }, "[9]": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.9.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.9.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunFVGPuiBiAgJIfXnQ.9.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunc9FfmnQ08NR-TC-LCAtR1TgQ.9.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" } }, "math": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmig83FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmig83Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmig83FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmig83Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" } }, "vietnamese": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminw3FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminw3Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminw3FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminw3Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" } }, "latin-ext": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmin03FMmm.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmin03Etuja01vTNbG.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmin03FMmm.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmin03Etuja01vTNbG.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" } }, "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminM3FA.woff2", - "woff": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminM3Etuja01vTA.woff", - "truetype": "https://fonts.gstatic.com/s/playpensans/v11/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" + "woff2": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminM3FA.woff2", + "woff": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRminM3Etuja01vTA.woff", + "truetype": "https://fonts.gstatic.com/s/playpensans/v13/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ.ttf" } } } } }, "defSubset": "latin", - "lastModified": "2024-05-06", - "version": "v11", + "lastModified": "2024-05-17", + "version": "v13", "category": "handwriting" }, "plus-jakarta-sans": { diff --git a/metadata/icons-static.json b/metadata/icons-static.json index 310ef7dd823..ed15d26febf 100644 --- a/metadata/icons-static.json +++ b/metadata/icons-static.json @@ -148,9 +148,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHeej.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHeelbd5zrAAu.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHeem.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHeej.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHeelbd5zrAAu.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHeem.ttf" } } } @@ -159,9 +159,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDAvHOej.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDAvHOelbd5zrAAu.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDAvHOem.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDAvHOej.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDAvHOelbd5zrAAu.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDAvHOem.ttf" } } } @@ -170,9 +170,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDDxHOej.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDDxHOelbd5zrAAu.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDDxHOem.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDDxHOej.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDDxHOelbd5zrAAu.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDDxHOem.ttf" } } } @@ -181,9 +181,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOelbd5zrAAu.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOem.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOelbd5zrAAu.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOem.ttf" } } } @@ -192,9 +192,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCdHOej.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCdHOelbd5zrAAu.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCdHOem.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCdHOej.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCdHOelbd5zrAAu.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCdHOem.ttf" } } } @@ -203,9 +203,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBxG-ej.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBxG-elbd5zrAAu.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBxG-em.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBxG-ej.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBxG-elbd5zrAAu.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBxG-em.ttf" } } } @@ -214,17 +214,17 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBIG-ej.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBIG-elbd5zrAAu.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBIG-em.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBIG-ej.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBIG-elbd5zrAAu.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBIG-em.ttf" } } } } }, "defSubset": "latin", - "lastModified": "2024-04-25", - "version": "v179", + "lastModified": "2024-05-13", + "version": "v183", "category": "icons" }, "material-symbols-rounded": { @@ -241,9 +241,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIekXxc.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIekXxGJKJBiOaw.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIekXxI.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIekXxc.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIekXxGJKJBiOaw.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIekXxI.ttf" } } } @@ -252,9 +252,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rAelXxc.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rAelXxGJKJBiOaw.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rAelXxI.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rAelXxc.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rAelXxGJKJBiOaw.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rAelXxI.ttf" } } } @@ -263,9 +263,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rNmlXxc.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rNmlXxGJKJBiOaw.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rNmlXxI.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rNmlXxc.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rNmlXxGJKJBiOaw.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rNmlXxI.ttf" } } } @@ -274,9 +274,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIelXxc.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIelXxGJKJBiOaw.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIelXxI.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIelXxc.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIelXxGJKJBiOaw.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIelXxI.ttf" } } } @@ -285,9 +285,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rLWlXxc.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rLWlXxGJKJBiOaw.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rLWlXxI.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rLWlXxc.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rLWlXxGJKJBiOaw.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rLWlXxI.ttf" } } } @@ -296,9 +296,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rFmiXxc.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rFmiXxGJKJBiOaw.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rFmiXxI.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rFmiXxc.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rFmiXxGJKJBiOaw.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rFmiXxI.ttf" } } } @@ -307,17 +307,17 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rGCiXxc.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rGCiXxGJKJBiOaw.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rGCiXxI.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rGCiXxc.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rGCiXxGJKJBiOaw.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rGCiXxI.ttf" } } } } }, "defSubset": "latin", - "lastModified": "2024-04-25", - "version": "v177", + "lastModified": "2024-05-13", + "version": "v181", "category": "icons" }, "material-symbols-sharp": { @@ -334,9 +334,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLozCL.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLozCNJ1H7-3Hn.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLozCO.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLozCL.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLozCNJ1H7-3Hn.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLozCO.ttf" } } } @@ -345,9 +345,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxMLojCL.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxMLojCNJ1H7-3Hn.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxMLojCO.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxMLojCL.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxMLojCNJ1H7-3Hn.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxMLojCO.ttf" } } } @@ -356,9 +356,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxPVojCL.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxPVojCNJ1H7-3Hn.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxPVojCO.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxPVojCL.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxPVojCNJ1H7-3Hn.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxPVojCO.ttf" } } } @@ -367,9 +367,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLojCL.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLojCNJ1H7-3Hn.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLojCO.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLojCL.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLojCNJ1H7-3Hn.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLojCO.ttf" } } } @@ -378,9 +378,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxO5ojCL.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxO5ojCNJ1H7-3Hn.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxO5ojCO.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxO5ojCL.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxO5ojCNJ1H7-3Hn.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxO5ojCO.ttf" } } } @@ -389,9 +389,9 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNVpTCL.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNVpTCNJ1H7-3Hn.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNVpTCO.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNVpTCL.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNVpTCNJ1H7-3Hn.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNVpTCO.ttf" } } } @@ -400,17 +400,17 @@ "normal": { "latin": { "url": { - "woff2": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNspTCL.woff2", - "woff": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNspTCNJ1H7-3Hn.woff", - "truetype": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNspTCO.ttf" + "woff2": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNspTCL.woff2", + "woff": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNspTCNJ1H7-3Hn.woff", + "truetype": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNspTCO.ttf" } } } } }, "defSubset": "latin", - "lastModified": "2024-04-25", - "version": "v175", + "lastModified": "2024-05-13", + "version": "v179", "category": "icons" } } \ No newline at end of file diff --git a/metadata/icons-variable.json b/metadata/icons-variable.json index 5da66221bbd..2642667c41d 100644 --- a/metadata/icons-variable.json +++ b/metadata/icons-variable.json @@ -11,32 +11,32 @@ "variants": { "opsz": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJEPBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNO1Q.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJEPBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNO1Q.woff2" } }, "FILL": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJEPBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzBwG-RpA6RzaxHMPdY40KH8nGzv3fzfVJO1Q.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJEPBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzBwG-RpA6RzaxHMPdY40KH8nGzv3fzfVJO1Q.woff2" } }, "GRAD": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJEPBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY40KH8nGzv3fzfVJO1Q.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJEPBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY40KH8nGzv3fzfVJO1Q.woff2" } }, "wght": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF4BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p5Y0.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJF4BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p5Y0.woff2" } }, "full": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2" } }, "standard": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJEPBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNO1Q.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v183/kJEPBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNO1Q.woff2" } } } @@ -53,32 +53,32 @@ "variants": { "opsz": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/sykO-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-UXX.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/sykO-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-UXX.woff2" } }, "FILL": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/sykO-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvLgyidOK7BDB_Qb9vUdV6_gjDK-P3JuEXX.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/sykO-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvLgyidOK7BDB_Qb9vUdV6_gjDK-P3JuEXX.woff2" } }, "GRAD": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/sykO-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUdV6_gjDK-P3JuEXX.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/sykO-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUdV6_gjDK-P3JuEXX.woff2" } }, "wght": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/syl7-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCPqw.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/syl7-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCPqw.woff2" } }, "full": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190Fjzag.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190Fjzag.woff2" } }, "standard": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolsrounded/v177/sykO-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-UXX.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolsrounded/v181/sykO-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-UXX.woff2" } } } @@ -95,32 +95,32 @@ "variants": { "opsz": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNM_W2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1r3w.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNM_W2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1r3w.woff2" } }, "FILL": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNM_W2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_wjOOEa9ruReaU4bHmz4BC2dgEH-VBoaxr3w.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNM_W2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_wjOOEa9ruReaU4bHmz4BC2dgEH-VBoaxr3w.woff2" } }, "GRAD": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNM_W2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz4BC2dgEH-VBoaxr3w.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNM_W2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz4BC2dgEH-VBoaxr3w.woff2" } }, "wght": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNMyW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5Od1kw.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNMyW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5Od1kw.woff2" } }, "full": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWE.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWE.woff2" } }, "standard": { "normal": { - "latin": "https://fonts.gstatic.com/s/materialsymbolssharp/v175/gNM_W2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1r3w.woff2" + "latin": "https://fonts.gstatic.com/s/materialsymbolssharp/v179/gNM_W2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1r3w.woff2" } } } diff --git a/metadata/licenses.json b/metadata/licenses.json index ae168660bc4..b087c2f6ae3 100644 --- a/metadata/licenses.json +++ b/metadata/licenses.json @@ -2571,18 +2571,6 @@ }, "original": "Copyright 2022 The Bricolage Grotesque Project Authors (https://github.com/ateliertriay/bricolage)" }, - "briem-hand": { - "id": "briem-hand", - "authors": { - "copyright": "Copyright 2019 The Briem Hand Project Authors", - "website": "https://github.com/SorkinType/Briem-Hand" - }, - "license": { - "type": "SIL Open Font License, 1.1", - "url": "http://scripts.sil.org/OFL" - }, - "original": "Copyright 2019 The Briem Hand Project Authors (https://github.com/SorkinType/Briem-Hand)" - }, "bruno-ace": { "id": "bruno-ace", "authors": { @@ -4048,6 +4036,18 @@ }, "original": "Copyright 2016 The Dancing Script Project Authors (https://github.com/googlefonts/DancingScript), with Reserved Font Name 'Dancing Script'." }, + "danfo": { + "id": "danfo", + "authors": { + "copyright": "Copyright 2024 The Tac Project Authors", + "website": "https://github.com/Afrotype/Danfo" + }, + "license": { + "type": "SIL Open Font License, 1.1", + "url": "http://scripts.sil.org/OFL" + }, + "original": "Copyright 2024 The Tac Project Authors (https://github.com/Afrotype/Danfo)" + }, "dangrek": { "id": "dangrek", "authors": { @@ -7151,6 +7151,18 @@ }, "original": "Copyright (c) 2015, Cadson Demak (info@cadsondemak.com), Copyright (c) 2014, Pablo Impallari (www.impallari.com|impallari@gmail.com)" }, + "jacquard-12": { + "id": "jacquard-12", + "authors": { + "copyright": "Copyright 2023 The Soft Type Project Authors", + "website": "https://github.com/scfried/soft-type-jacquard" + }, + "license": { + "type": "SIL Open Font License, 1.1", + "url": "http://scripts.sil.org/OFL" + }, + "original": "Copyright 2023 The Soft Type Project Authors (https://github.com/scfried/soft-type-jacquard)" + }, "jacquard-12-charted": { "id": "jacquard-12-charted", "authors": { @@ -12927,14 +12939,14 @@ "noto-serif-hk": { "id": "noto-serif-hk", "authors": { - "copyright": "2017-2022 Adobe", + "copyright": "2017-2023 Adobe", "website": "http://www.adobe.com/." }, "license": { "type": "SIL Open Font License, 1.1", "url": "http://scripts.sil.org/OFL" }, - "original": "(c) 2017-2022 Adobe (http://www.adobe.com/)." + "original": "(c) 2017-2023 Adobe (http://www.adobe.com/)." }, "noto-serif-hebrew": { "id": "noto-serif-hebrew", @@ -12951,26 +12963,26 @@ "noto-serif-jp": { "id": "noto-serif-jp", "authors": { - "copyright": "Copyright 2017 Adobe Systems Incorporated", + "copyright": "2017-2023 Adobe", "website": "http://www.adobe.com/." }, "license": { "type": "SIL Open Font License, 1.1", "url": "http://scripts.sil.org/OFL" }, - "original": "Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/)." + "original": "(c) 2017-2023 Adobe (http://www.adobe.com/)." }, "noto-serif-kr": { "id": "noto-serif-kr", "authors": { - "copyright": "Copyright 2017 Adobe Systems Incorporated", + "copyright": "2017-2023 Adobe", "website": "http://www.adobe.com/." }, "license": { "type": "SIL Open Font License, 1.1", "url": "http://scripts.sil.org/OFL" }, - "original": "Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/)." + "original": "(c) 2017-2023 Adobe (http://www.adobe.com/)." }, "noto-serif-kannada": { "id": "noto-serif-kannada", @@ -13110,14 +13122,14 @@ "noto-serif-sc": { "id": "noto-serif-sc", "authors": { - "copyright": "Copyright 2017 Adobe Systems Incorporated", + "copyright": "2017-2023 Adobe", "website": "http://www.adobe.com/." }, "license": { "type": "SIL Open Font License, 1.1", "url": "http://scripts.sil.org/OFL" }, - "original": "Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/)." + "original": "(c) 2017-2023 Adobe (http://www.adobe.com/)." }, "noto-serif-sinhala": { "id": "noto-serif-sinhala", @@ -13134,14 +13146,14 @@ "noto-serif-tc": { "id": "noto-serif-tc", "authors": { - "copyright": "Copyright 2017 Adobe Systems Incorporated", + "copyright": "2017-2023 Adobe", "website": "http://www.adobe.com/." }, "license": { "type": "SIL Open Font License, 1.1", "url": "http://scripts.sil.org/OFL" }, - "original": "Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/)." + "original": "(c) 2017-2023 Adobe (http://www.adobe.com/)." }, "noto-serif-tamil": { "id": "noto-serif-tamil", diff --git a/metadata/variable.json b/metadata/variable.json index 4a00f476cff..a44fc707378 100644 --- a/metadata/variable.json +++ b/metadata/variable.json @@ -1341,24 +1341,6 @@ } } }, - "briem-hand": { - "family": "Briem Hand", - "id": "briem-hand", - "axes": { - "wght": {"default": "400", "min": "100", "max": "900", "step": "1"} - }, - "variants": { - "wght": { - "normal": { - "cyrillic-ext": "https://fonts.gstatic.com/s/briemhand/v1/2V0YKIEPHZ0wU-0arjnYVF4iB7HM.woff2", - "greek-ext": "https://fonts.gstatic.com/s/briemhand/v1/2V0YKIEPHZ0wU-0arjnYVF8iB7HM.woff2", - "vietnamese": "https://fonts.gstatic.com/s/briemhand/v1/2V0YKIEPHZ0wU-0arjnYVFwiB7HM.woff2", - "latin-ext": "https://fonts.gstatic.com/s/briemhand/v1/2V0YKIEPHZ0wU-0arjnYVF0iB7HM.woff2", - "latin": "https://fonts.gstatic.com/s/briemhand/v1/2V0YKIEPHZ0wU-0arjnYVFMiBw.woff2" - } - } - } - }, "brygada-1918": { "family": "Brygada 1918", "id": "brygada-1918", @@ -1821,6 +1803,27 @@ } } }, + "danfo": { + "family": "Danfo", + "id": "danfo", + "axes": {"ELSH": {"default": "0", "min": "0", "max": "100", "step": "0.1"}}, + "variants": { + "ELSH": { + "normal": { + "vietnamese": "https://fonts.gstatic.com/s/danfo/v2/snfks0u_98t16RvcA50yPw.woff2", + "latin-ext": "https://fonts.gstatic.com/s/danfo/v2/snfks0u_98t16RvdA50yPw.woff2", + "latin": "https://fonts.gstatic.com/s/danfo/v2/snfks0u_98t16RvTA50.woff2" + } + }, + "full": { + "normal": { + "vietnamese": "https://fonts.gstatic.com/s/danfo/v2/snfks0u_98t16RvcA50yPw.woff2", + "latin-ext": "https://fonts.gstatic.com/s/danfo/v2/snfks0u_98t16RvdA50yPw.woff2", + "latin": "https://fonts.gstatic.com/s/danfo/v2/snfks0u_98t16RvTA50.woff2" + } + } + } + }, "darker-grotesque": { "family": "Darker Grotesque", "id": "darker-grotesque", @@ -7294,121 +7297,252 @@ "variants": { "wght": { "normal": { - "[0]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.0.woff2", - "[1]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.1.woff2", - "[2]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.2.woff2", - "[3]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.3.woff2", - "[4]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.4.woff2", - "[5]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.5.woff2", - "[6]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.6.woff2", - "[7]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.7.woff2", - "[8]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.8.woff2", - "[9]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.9.woff2", - "[10]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.10.woff2", - "[15]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.15.woff2", - "[16]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.16.woff2", - "[17]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.17.woff2", - "[20]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.20.woff2", - "[21]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.21.woff2", - "[22]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.22.woff2", - "[23]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.23.woff2", - "[24]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.24.woff2", - "[25]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.25.woff2", - "[26]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.26.woff2", - "[27]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.27.woff2", - "[28]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.28.woff2", - "[29]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.29.woff2", - "[30]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.30.woff2", - "[31]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.31.woff2", - "[32]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.32.woff2", - "[33]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.33.woff2", - "[34]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.34.woff2", - "[35]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.35.woff2", - "[36]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.36.woff2", - "[37]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.37.woff2", - "[38]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.38.woff2", - "[39]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.39.woff2", - "[40]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.40.woff2", - "[41]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.41.woff2", - "[42]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.42.woff2", - "[43]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.43.woff2", - "[44]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.44.woff2", - "[45]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.45.woff2", - "[46]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.46.woff2", - "[47]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.47.woff2", - "[48]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.48.woff2", - "[49]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.49.woff2", - "[50]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.50.woff2", - "[51]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.51.woff2", - "[52]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.52.woff2", - "[53]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.53.woff2", - "[54]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.54.woff2", - "[55]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.55.woff2", - "[56]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.56.woff2", - "[57]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.57.woff2", - "[58]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.58.woff2", - "[59]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.59.woff2", - "[60]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.60.woff2", - "[61]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.61.woff2", - "[62]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.62.woff2", - "[63]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.63.woff2", - "[64]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.64.woff2", - "[65]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.65.woff2", - "[66]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.66.woff2", - "[67]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.67.woff2", - "[68]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.68.woff2", - "[69]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.69.woff2", - "[70]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.70.woff2", - "[71]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.71.woff2", - "[72]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.72.woff2", - "[73]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.73.woff2", - "[74]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.74.woff2", - "[75]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.75.woff2", - "[76]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.76.woff2", - "[77]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.77.woff2", - "[78]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.78.woff2", - "[79]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.79.woff2", - "[80]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.80.woff2", - "[81]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.81.woff2", - "[82]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.82.woff2", - "[83]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.83.woff2", - "[84]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.84.woff2", - "[85]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.85.woff2", - "[86]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.86.woff2", - "[87]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.87.woff2", - "[88]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.88.woff2", - "[89]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.89.woff2", - "[90]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.90.woff2", - "[91]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.91.woff2", - "[92]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.92.woff2", - "[93]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.93.woff2", - "[94]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.94.woff2", - "[98]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.98.woff2", - "[99]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.99.woff2", - "[100]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.100.woff2", - "[101]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.101.woff2", - "[102]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.102.woff2", - "[103]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.103.woff2", - "[104]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.104.woff2", - "[105]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.105.woff2", - "[106]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.106.woff2", - "[107]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.107.woff2", - "[108]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.108.woff2", - "[109]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.109.woff2", - "[110]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.110.woff2", - "[111]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.111.woff2", - "[112]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.112.woff2", - "[113]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.113.woff2", - "[114]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.114.woff2", - "[115]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.115.woff2", - "[116]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.116.woff2", - "[117]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.117.woff2", - "[118]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.118.woff2", - "[119]": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.119.woff2", - "cyrillic": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B1qOh5CCD.woff2", - "vietnamese": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B1qih5CCD.woff2", - "latin-ext": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B1qmh5CCD.woff2", - "latin": "https://fonts.gstatic.com/s/notoserifhk/v2/BngOUXBETWXI6LwlBZGcqL-B1qeh5A.woff2" + "[0]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.0.woff2", + "[1]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.1.woff2", + "[2]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.2.woff2", + "[3]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.3.woff2", + "[4]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.4.woff2", + "[5]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.5.woff2", + "[6]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.6.woff2", + "[7]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.7.woff2", + "[8]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.8.woff2", + "[9]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.9.woff2", + "[10]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.10.woff2", + "[15]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.15.woff2", + "[16]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.16.woff2", + "[17]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.17.woff2", + "[25]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.25.woff2", + "[26]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.26.woff2", + "[27]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.27.woff2", + "[28]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.28.woff2", + "[29]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.29.woff2", + "[30]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.30.woff2", + "[31]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.31.woff2", + "[32]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.32.woff2", + "[33]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.33.woff2", + "[34]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.34.woff2", + "[35]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.35.woff2", + "[36]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.36.woff2", + "[37]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.37.woff2", + "[38]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.38.woff2", + "[39]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.39.woff2", + "[40]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.40.woff2", + "[41]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.41.woff2", + "[42]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.42.woff2", + "[43]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.43.woff2", + "[44]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.44.woff2", + "[45]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.45.woff2", + "[46]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.46.woff2", + "[47]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.47.woff2", + "[48]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.48.woff2", + "[49]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.49.woff2", + "[50]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.50.woff2", + "[51]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.51.woff2", + "[52]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.52.woff2", + "[53]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.53.woff2", + "[54]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.54.woff2", + "[55]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.55.woff2", + "[56]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.56.woff2", + "[57]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.57.woff2", + "[58]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.58.woff2", + "[59]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.59.woff2", + "[60]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.60.woff2", + "[61]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.61.woff2", + "[62]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.62.woff2", + "[63]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.63.woff2", + "[64]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.64.woff2", + "[65]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.65.woff2", + "[66]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.66.woff2", + "[67]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.67.woff2", + "[68]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.68.woff2", + "[69]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.69.woff2", + "[70]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.70.woff2", + "[71]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.71.woff2", + "[72]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.72.woff2", + "[73]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.73.woff2", + "[74]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.74.woff2", + "[75]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.75.woff2", + "[76]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.76.woff2", + "[77]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.77.woff2", + "[78]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.78.woff2", + "[79]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.79.woff2", + "[80]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.80.woff2", + "[81]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.81.woff2", + "[82]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.82.woff2", + "[83]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.83.woff2", + "[84]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.84.woff2", + "[85]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.85.woff2", + "[86]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.86.woff2", + "[87]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.87.woff2", + "[88]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.88.woff2", + "[89]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.89.woff2", + "[90]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.90.woff2", + "[91]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.91.woff2", + "[92]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.92.woff2", + "[93]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.93.woff2", + "[98]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.98.woff2", + "[99]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.99.woff2", + "[100]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.100.woff2", + "[101]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.101.woff2", + "[102]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.102.woff2", + "[103]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.103.woff2", + "[104]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.104.woff2", + "[105]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.105.woff2", + "[106]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.106.woff2", + "[107]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.107.woff2", + "[108]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.108.woff2", + "[109]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.109.woff2", + "[110]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.110.woff2", + "[111]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.111.woff2", + "[112]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.112.woff2", + "[113]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.113.woff2", + "[114]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.114.woff2", + "[115]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.115.woff2", + "[116]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.116.woff2", + "[117]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.117.woff2", + "[118]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.118.woff2", + "[119]": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B5qXD_RKaE5eGI6zZBiNLHrjPu7PQEARamf1rtraJQEw.119.woff2", + "cyrillic": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B1qOh5CCD.woff2", + "vietnamese": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B1qih5CCD.woff2", + "latin-ext": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B1qmh5CCD.woff2", + "latin": "https://fonts.gstatic.com/s/notoserifhk/v7/BngOUXBETWXI6LwlBZGcqL-B1qeh5A.woff2" + } + } + } + }, + "noto-serif-jp": { + "family": "Noto Serif JP", + "id": "noto-serif-jp", + "axes": { + "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} + }, + "variants": { + "wght": { + "normal": { + "[0]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.0.woff2", + "[1]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.1.woff2", + "[2]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.2.woff2", + "[3]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.3.woff2", + "[4]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.4.woff2", + "[5]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.5.woff2", + "[6]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.6.woff2", + "[7]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.7.woff2", + "[8]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.8.woff2", + "[9]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.9.woff2", + "[10]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.10.woff2", + "[11]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.11.woff2", + "[12]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.12.woff2", + "[13]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.13.woff2", + "[14]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.14.woff2", + "[15]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.15.woff2", + "[16]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.16.woff2", + "[17]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.17.woff2", + "[18]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.18.woff2", + "[19]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.19.woff2", + "[20]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.20.woff2", + "[21]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.21.woff2", + "[22]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.22.woff2", + "[23]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.23.woff2", + "[24]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.24.woff2", + "[25]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.25.woff2", + "[26]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.26.woff2", + "[27]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.27.woff2", + "[28]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.28.woff2", + "[29]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.29.woff2", + "[30]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.30.woff2", + "[31]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.31.woff2", + "[32]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.32.woff2", + "[33]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.33.woff2", + "[34]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.34.woff2", + "[35]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.35.woff2", + "[36]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.36.woff2", + "[37]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.37.woff2", + "[38]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.38.woff2", + "[39]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.39.woff2", + "[40]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.40.woff2", + "[41]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.41.woff2", + "[42]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.42.woff2", + "[43]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.43.woff2", + "[44]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.44.woff2", + "[45]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.45.woff2", + "[46]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.46.woff2", + "[47]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.47.woff2", + "[48]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.48.woff2", + "[49]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.49.woff2", + "[50]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.50.woff2", + "[51]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.51.woff2", + "[52]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.52.woff2", + "[53]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.53.woff2", + "[54]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.54.woff2", + "[55]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.55.woff2", + "[56]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.56.woff2", + "[57]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.57.woff2", + "[58]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.58.woff2", + "[59]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.59.woff2", + "[60]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.60.woff2", + "[61]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.61.woff2", + "[62]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.62.woff2", + "[63]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.63.woff2", + "[64]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.64.woff2", + "[65]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.65.woff2", + "[66]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.66.woff2", + "[67]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.67.woff2", + "[68]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.68.woff2", + "[69]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.69.woff2", + "[70]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.70.woff2", + "[71]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.71.woff2", + "[72]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.72.woff2", + "[73]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.73.woff2", + "[74]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.74.woff2", + "[75]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.75.woff2", + "[76]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.76.woff2", + "[77]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.77.woff2", + "[78]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.78.woff2", + "[79]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.79.woff2", + "[80]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.80.woff2", + "[81]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.81.woff2", + "[82]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.82.woff2", + "[83]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.83.woff2", + "[84]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.84.woff2", + "[85]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.85.woff2", + "[86]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.86.woff2", + "[87]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.87.woff2", + "[88]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.88.woff2", + "[89]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.89.woff2", + "[90]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.90.woff2", + "[91]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.91.woff2", + "[92]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.92.woff2", + "[93]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.93.woff2", + "[94]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.94.woff2", + "[95]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.95.woff2", + "[96]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.96.woff2", + "[97]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.97.woff2", + "[98]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.98.woff2", + "[99]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.99.woff2", + "[100]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.100.woff2", + "[101]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.101.woff2", + "[102]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.102.woff2", + "[103]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.103.woff2", + "[104]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.104.woff2", + "[105]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.105.woff2", + "[106]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.106.woff2", + "[107]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.107.woff2", + "[108]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.108.woff2", + "[109]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.109.woff2", + "[110]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.110.woff2", + "[111]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.111.woff2", + "[112]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.112.woff2", + "[113]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.113.woff2", + "[114]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.114.woff2", + "[115]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.115.woff2", + "[116]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.116.woff2", + "[117]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.117.woff2", + "[118]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.118.woff2", + "[119]": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.119.woff2", + "cyrillic": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMbN2uY3Y0.woff2", + "vietnamese": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMbNauY3Y0.woff2", + "latin-ext": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMbNeuY3Y0.woff2", + "latin": "https://fonts.gstatic.com/s/notoserifjp/v28/xn7mYHs72GKoTvER4Gn3b5eMbNmuYw.woff2" } } } @@ -7476,6 +7610,143 @@ } } }, + "noto-serif-kr": { + "family": "Noto Serif KR", + "id": "noto-serif-kr", + "axes": { + "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} + }, + "variants": { + "wght": { + "normal": { + "[0]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.0.woff2", + "[1]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.1.woff2", + "[2]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.2.woff2", + "[3]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.3.woff2", + "[4]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.4.woff2", + "[5]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.5.woff2", + "[6]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.6.woff2", + "[7]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.7.woff2", + "[8]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.8.woff2", + "[9]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.9.woff2", + "[10]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.10.woff2", + "[11]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.11.woff2", + "[12]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.12.woff2", + "[13]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.13.woff2", + "[14]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.14.woff2", + "[15]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.15.woff2", + "[16]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.16.woff2", + "[17]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.17.woff2", + "[18]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.18.woff2", + "[19]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.19.woff2", + "[20]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.20.woff2", + "[21]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.21.woff2", + "[22]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.22.woff2", + "[23]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.23.woff2", + "[24]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.24.woff2", + "[25]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.25.woff2", + "[26]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.26.woff2", + "[27]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.27.woff2", + "[28]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.28.woff2", + "[29]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.29.woff2", + "[30]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.30.woff2", + "[31]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.31.woff2", + "[32]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.32.woff2", + "[33]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.33.woff2", + "[34]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.34.woff2", + "[35]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.35.woff2", + "[36]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.36.woff2", + "[37]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.37.woff2", + "[38]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.38.woff2", + "[39]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.39.woff2", + "[40]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.40.woff2", + "[41]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.41.woff2", + "[42]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.42.woff2", + "[43]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.43.woff2", + "[44]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.44.woff2", + "[45]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.45.woff2", + "[46]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.46.woff2", + "[47]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.47.woff2", + "[48]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.48.woff2", + "[49]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.49.woff2", + "[50]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.50.woff2", + "[51]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.51.woff2", + "[52]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.52.woff2", + "[53]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.53.woff2", + "[54]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.54.woff2", + "[55]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.55.woff2", + "[56]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.56.woff2", + "[57]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.57.woff2", + "[58]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.58.woff2", + "[59]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.59.woff2", + "[60]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.60.woff2", + "[61]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.61.woff2", + "[62]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.62.woff2", + "[63]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.63.woff2", + "[64]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.64.woff2", + "[65]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.65.woff2", + "[66]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.66.woff2", + "[67]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.67.woff2", + "[68]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.68.woff2", + "[69]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.69.woff2", + "[70]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.70.woff2", + "[71]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.71.woff2", + "[72]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.72.woff2", + "[73]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.73.woff2", + "[74]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.74.woff2", + "[75]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.75.woff2", + "[76]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.76.woff2", + "[77]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.77.woff2", + "[78]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.78.woff2", + "[79]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.79.woff2", + "[80]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.80.woff2", + "[81]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.81.woff2", + "[82]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.82.woff2", + "[83]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.83.woff2", + "[84]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.84.woff2", + "[85]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.85.woff2", + "[86]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.86.woff2", + "[87]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.87.woff2", + "[88]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.88.woff2", + "[89]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.89.woff2", + "[90]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.90.woff2", + "[91]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.91.woff2", + "[92]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.92.woff2", + "[93]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.93.woff2", + "[94]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.94.woff2", + "[95]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.95.woff2", + "[96]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.96.woff2", + "[97]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.97.woff2", + "[98]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.98.woff2", + "[99]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.99.woff2", + "[100]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.100.woff2", + "[101]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.101.woff2", + "[102]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.102.woff2", + "[103]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.103.woff2", + "[104]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.104.woff2", + "[105]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.105.woff2", + "[106]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.106.woff2", + "[107]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.107.woff2", + "[108]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.108.woff2", + "[109]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.109.woff2", + "[110]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.110.woff2", + "[111]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.111.woff2", + "[112]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.112.woff2", + "[113]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.113.woff2", + "[114]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.114.woff2", + "[115]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.115.woff2", + "[116]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.116.woff2", + "[117]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.117.woff2", + "[118]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.118.woff2", + "[119]": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXduUBwuF9Wxop-KlAZIoTrf6uFZh_9Q.119.woff2", + "cyrillic": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXRuNj1dNy.woff2", + "vietnamese": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXRuhj1dNy.woff2", + "latin-ext": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXRulj1dNy.woff2", + "latin": "https://fonts.gstatic.com/s/notoserifkr/v27/3Jn7SDn90Gmq2mr3blnHaTZXRudj1Q.woff2" + } + } + } + }, "noto-serif-lao": { "family": "Noto Serif Lao", "id": "noto-serif-lao", @@ -7554,6 +7825,120 @@ } } }, + "noto-serif-sc": { + "family": "Noto Serif SC", + "id": "noto-serif-sc", + "axes": { + "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} + }, + "variants": { + "wght": { + "normal": { + "[4]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.4.woff2", + "[5]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.5.woff2", + "[6]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.6.woff2", + "[21]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.21.woff2", + "[22]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.22.woff2", + "[23]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.23.woff2", + "[24]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.24.woff2", + "[25]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.25.woff2", + "[26]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.26.woff2", + "[27]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.27.woff2", + "[28]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.28.woff2", + "[29]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.29.woff2", + "[30]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.30.woff2", + "[31]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.31.woff2", + "[32]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.32.woff2", + "[33]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.33.woff2", + "[34]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.34.woff2", + "[35]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.35.woff2", + "[36]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.36.woff2", + "[37]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.37.woff2", + "[38]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.38.woff2", + "[39]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.39.woff2", + "[40]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.40.woff2", + "[41]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.41.woff2", + "[42]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.42.woff2", + "[43]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.43.woff2", + "[44]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.44.woff2", + "[45]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.45.woff2", + "[46]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.46.woff2", + "[47]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.47.woff2", + "[48]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.48.woff2", + "[49]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.49.woff2", + "[50]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.50.woff2", + "[51]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.51.woff2", + "[52]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.52.woff2", + "[53]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.53.woff2", + "[54]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.54.woff2", + "[55]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.55.woff2", + "[56]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.56.woff2", + "[57]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.57.woff2", + "[58]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.58.woff2", + "[59]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.59.woff2", + "[60]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.60.woff2", + "[61]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.61.woff2", + "[62]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.62.woff2", + "[63]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.63.woff2", + "[64]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.64.woff2", + "[65]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.65.woff2", + "[66]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.66.woff2", + "[67]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.67.woff2", + "[68]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.68.woff2", + "[69]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.69.woff2", + "[70]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.70.woff2", + "[71]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.71.woff2", + "[72]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.72.woff2", + "[73]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.73.woff2", + "[74]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.74.woff2", + "[75]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.75.woff2", + "[76]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.76.woff2", + "[77]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.77.woff2", + "[78]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.78.woff2", + "[79]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.79.woff2", + "[80]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.80.woff2", + "[81]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.81.woff2", + "[82]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.82.woff2", + "[83]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.83.woff2", + "[84]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.84.woff2", + "[85]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.85.woff2", + "[86]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.86.woff2", + "[87]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.87.woff2", + "[88]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.88.woff2", + "[89]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.89.woff2", + "[90]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.90.woff2", + "[91]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.91.woff2", + "[97]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.97.woff2", + "[98]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.98.woff2", + "[99]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.99.woff2", + "[100]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.100.woff2", + "[101]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.101.woff2", + "[102]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.102.woff2", + "[103]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.103.woff2", + "[104]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.104.woff2", + "[105]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.105.woff2", + "[106]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.106.woff2", + "[107]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.107.woff2", + "[108]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.108.woff2", + "[109]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.109.woff2", + "[110]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.110.woff2", + "[111]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.111.woff2", + "[112]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.112.woff2", + "[113]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.113.woff2", + "[114]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.114.woff2", + "[115]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.115.woff2", + "[116]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.116.woff2", + "[117]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.117.woff2", + "[118]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.118.woff2", + "[119]": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.119.woff2", + "cyrillic": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7kqWWbghq.woff2", + "vietnamese": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7kq6Wbghq.woff2", + "latin-ext": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7kq-Wbghq.woff2", + "latin": "https://fonts.gstatic.com/s/notoserifsc/v30/H4chBXePl9DZ0Xe7gG9cyOj7kqGWbg.woff2" + } + } + } + }, "noto-serif-sinhala": { "family": "Noto Serif Sinhala", "id": "noto-serif-sinhala", @@ -7632,6 +8017,124 @@ } } }, + "noto-serif-tc": { + "family": "Noto Serif TC", + "id": "noto-serif-tc", + "axes": { + "wght": {"default": "400", "min": "200", "max": "900", "step": "1"} + }, + "variants": { + "wght": { + "normal": { + "[0]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.0.woff2", + "[6]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.6.woff2", + "[7]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.7.woff2", + "[8]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.8.woff2", + "[19]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.19.woff2", + "[20]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.20.woff2", + "[21]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.21.woff2", + "[22]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.22.woff2", + "[23]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.23.woff2", + "[24]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.24.woff2", + "[25]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.25.woff2", + "[26]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.26.woff2", + "[27]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.27.woff2", + "[28]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.28.woff2", + "[29]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.29.woff2", + "[30]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.30.woff2", + "[31]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.31.woff2", + "[32]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.32.woff2", + "[33]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.33.woff2", + "[34]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.34.woff2", + "[35]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.35.woff2", + "[36]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.36.woff2", + "[37]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.37.woff2", + "[38]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.38.woff2", + "[39]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.39.woff2", + "[40]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.40.woff2", + "[41]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.41.woff2", + "[42]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.42.woff2", + "[43]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.43.woff2", + "[44]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.44.woff2", + "[45]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.45.woff2", + "[46]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.46.woff2", + "[47]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.47.woff2", + "[48]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.48.woff2", + "[49]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.49.woff2", + "[50]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.50.woff2", + "[51]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.51.woff2", + "[52]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.52.woff2", + "[53]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.53.woff2", + "[54]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.54.woff2", + "[55]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.55.woff2", + "[56]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.56.woff2", + "[57]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.57.woff2", + "[58]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.58.woff2", + "[59]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.59.woff2", + "[60]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.60.woff2", + "[61]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.61.woff2", + "[62]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.62.woff2", + "[63]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.63.woff2", + "[64]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.64.woff2", + "[65]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.65.woff2", + "[66]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.66.woff2", + "[67]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.67.woff2", + "[68]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.68.woff2", + "[69]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.69.woff2", + "[70]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.70.woff2", + "[71]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.71.woff2", + "[72]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.72.woff2", + "[73]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.73.woff2", + "[74]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.74.woff2", + "[75]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.75.woff2", + "[76]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.76.woff2", + "[77]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.77.woff2", + "[78]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.78.woff2", + "[79]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.79.woff2", + "[80]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.80.woff2", + "[81]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.81.woff2", + "[82]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.82.woff2", + "[83]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.83.woff2", + "[84]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.84.woff2", + "[85]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.85.woff2", + "[86]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.86.woff2", + "[87]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.87.woff2", + "[88]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.88.woff2", + "[89]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.89.woff2", + "[90]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.90.woff2", + "[91]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.91.woff2", + "[92]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.92.woff2", + "[97]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.97.woff2", + "[98]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.98.woff2", + "[99]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.99.woff2", + "[100]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.100.woff2", + "[101]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.101.woff2", + "[102]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.102.woff2", + "[103]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.103.woff2", + "[104]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.104.woff2", + "[105]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.105.woff2", + "[106]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.106.woff2", + "[107]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.107.woff2", + "[108]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.108.woff2", + "[109]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.109.woff2", + "[110]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.110.woff2", + "[111]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.111.woff2", + "[112]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.112.woff2", + "[113]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.113.woff2", + "[114]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.114.woff2", + "[115]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.115.woff2", + "[116]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.116.woff2", + "[117]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.117.woff2", + "[118]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.118.woff2", + "[119]": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BhnJsUnN3PrBufRbmGqUtcg4pzRPk5AEpzv6YzI9aTbOhf6M.119.woff2", + "cyrillic": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BtnQOSEFt.woff2", + "vietnamese": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0Btn8OSEFt.woff2", + "latin-ext": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0Btn4OSEFt.woff2", + "latin": "https://fonts.gstatic.com/s/notoseriftc/v30/XLYgIZb5bJNDGYxLBibeHZ0BtnAOSA.woff2" + } + } + } + }, "noto-serif-telugu": { "family": "Noto Serif Telugu", "id": "noto-serif-telugu", @@ -8441,19 +8944,19 @@ "variants": { "wght": { "normal": { - "[1]": "https://fonts.gstatic.com/s/playpensans/v11/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.1.woff2", - "[2]": "https://fonts.gstatic.com/s/playpensans/v11/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.2.woff2", - "[3]": "https://fonts.gstatic.com/s/playpensans/v11/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.3.woff2", - "[4]": "https://fonts.gstatic.com/s/playpensans/v11/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.4.woff2", - "[5]": "https://fonts.gstatic.com/s/playpensans/v11/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.5.woff2", - "[6]": "https://fonts.gstatic.com/s/playpensans/v11/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.6.woff2", - "[7]": "https://fonts.gstatic.com/s/playpensans/v11/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.7.woff2", - "[8]": "https://fonts.gstatic.com/s/playpensans/v11/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.8.woff2", - "[9]": "https://fonts.gstatic.com/s/playpensans/v11/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.9.woff2", - "math": "https://fonts.gstatic.com/s/playpensans/v11/dg4i_pj1p6gXP0gzAZgm4c89MCIjuyw.woff2", - "vietnamese": "https://fonts.gstatic.com/s/playpensans/v11/dg4i_pj1p6gXP0gzAZgm4c89QyIjuyw.woff2", - "latin-ext": "https://fonts.gstatic.com/s/playpensans/v11/dg4i_pj1p6gXP0gzAZgm4c89QiIjuyw.woff2", - "latin": "https://fonts.gstatic.com/s/playpensans/v11/dg4i_pj1p6gXP0gzAZgm4c89TCIj.woff2" + "[1]": "https://fonts.gstatic.com/s/playpensans/v13/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.1.woff2", + "[2]": "https://fonts.gstatic.com/s/playpensans/v13/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.2.woff2", + "[3]": "https://fonts.gstatic.com/s/playpensans/v13/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.3.woff2", + "[4]": "https://fonts.gstatic.com/s/playpensans/v13/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.4.woff2", + "[5]": "https://fonts.gstatic.com/s/playpensans/v13/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.5.woff2", + "[6]": "https://fonts.gstatic.com/s/playpensans/v13/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.6.woff2", + "[7]": "https://fonts.gstatic.com/s/playpensans/v13/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.7.woff2", + "[8]": "https://fonts.gstatic.com/s/playpensans/v13/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.8.woff2", + "[9]": "https://fonts.gstatic.com/s/playpensans/v13/dg4i_pj1p6gXP0gzAZgm4c8NTkAviSjcK1OSSywi.9.woff2", + "math": "https://fonts.gstatic.com/s/playpensans/v13/dg4i_pj1p6gXP0gzAZgm4c89MCIjuyw.woff2", + "vietnamese": "https://fonts.gstatic.com/s/playpensans/v13/dg4i_pj1p6gXP0gzAZgm4c89QyIjuyw.woff2", + "latin-ext": "https://fonts.gstatic.com/s/playpensans/v13/dg4i_pj1p6gXP0gzAZgm4c89QiIjuyw.woff2", + "latin": "https://fonts.gstatic.com/s/playpensans/v13/dg4i_pj1p6gXP0gzAZgm4c89TCIj.woff2" } } }